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
..
2006-12-07 08:39:40 -08:00
2006-12-07 08:39:25 -08:00
2006-12-07 16:35:17 -05:00
2006-12-07 08:39:46 -08:00
2006-12-08 08:28:39 -08:00
2006-12-07 08:39:37 -08:00
2006-12-08 08:28:39 -08:00
2006-12-07 08:39:30 -08:00
2006-12-07 08:39:32 -08:00
2006-12-07 08:59:11 -08:00
2006-12-07 08:39:46 -08:00
2006-12-07 08:39:43 -08:00
2006-12-07 08:39:25 -08:00
2006-12-07 08:39:22 -08:00
2006-12-07 08:39:48 -08:00
2006-12-07 08:39:35 -08:00
2006-12-07 08:39:35 -08:00
2006-12-07 08:39:23 -08:00
2006-12-07 08:39:28 -08:00
2006-12-07 08:39:23 -08:00
2006-12-08 08:28:38 -08:00
2006-12-07 08:39:32 -08:00
2006-12-07 08:39:21 -08:00
2006-12-07 08:39:21 -08:00
2006-12-07 08:39:40 -08:00
2006-12-07 08:39:36 -08:00
2006-12-07 08:39:47 -08:00
2006-12-07 08:39:47 -08:00
2006-12-07 08:39:47 -08:00
2006-12-07 08:39:40 -08:00
2006-12-07 08:39:40 -08:00
2006-12-07 08:39:44 -08:00
2006-12-07 15:39:22 -08:00
2006-12-07 08:39:38 -08:00
2006-12-07 08:39:37 -08:00
2006-12-07 08:39:39 -08:00
2006-12-07 08:39:25 -08:00
2006-12-07 08:39:46 -08:00
2006-12-08 08:28:39 -08:00
2006-12-07 08:39:34 -08:00
2006-12-07 08:39:38 -08:00
2006-12-08 08:28:39 -08:00
2006-12-07 08:39:47 -08:00
2006-12-07 09:05:15 -08:00
2006-12-08 08:28:38 -08:00
2006-12-07 08:39:36 -08:00
2006-12-07 08:39:44 -08:00
2006-12-07 08:39:25 -08:00
2006-12-07 08:39:44 -08:00
2006-12-07 08:39:46 -08:00
2006-12-07 08:39:25 -08:00
2006-12-07 08:39:36 -08:00
2006-12-07 08:39:36 -08:00
2006-12-08 08:28:38 -08:00
2006-12-07 08:39:46 -08:00
2006-12-07 08:39:35 -08:00
2006-12-07 08:39:30 -08:00
2006-12-07 08:39:22 -08:00
2006-12-07 08:39:25 -08:00
2006-12-07 08:39:25 -08:00
2006-12-07 08:39:38 -08:00
2006-12-07 08:39:27 -08:00
2006-12-07 08:39:27 -08:00
2006-12-07 08:39:34 -08:00
2006-12-08 08:28:38 -08:00
2006-12-07 08:59:11 -08:00
2006-12-07 09:28:19 -08:00