Akinobu Mita a5cfc1ec58 [PATCH] bit reverse library
This patch provides two bit reverse functions and bit reverse table.

- reverse the order of bits in a u32 value

	u8 bitrev8(u8 x);

- reverse the order of bits in a u32 value

	u32 bitrev32(u32 x);

- byte reverse table

	const u8 byte_rev_table[256];

Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-12-08 08:28:39 -08:00
..
2005-10-18 08:26:15 -07:00
2006-12-08 08:28:39 -08:00
2006-12-08 08:28:39 -08:00
2006-06-25 10:01:20 -07:00
2006-06-25 10:01:20 -07:00
2005-04-16 15:20:36 -07:00
2006-06-25 10:01:20 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2006-12-07 08:39:25 -08:00
2006-06-20 20:24:58 -07:00
2006-10-06 08:53:40 -07:00
2006-12-08 08:28:39 -08:00
2006-12-08 08:28:39 -08:00
2006-06-25 10:01:09 -07:00
2006-12-08 08:28:39 -08:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2006-12-04 02:00:22 -05:00
2005-06-25 16:25:02 -07:00
2006-10-03 08:03:41 -07:00
2006-03-24 18:47:11 +01:00
2006-11-30 05:32:19 +01:00
2006-06-28 17:09:34 -07:00