| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2008-06-06 | lib: export bitrev16 | Harvey Harrison | 1 | -0/+1 | |
| Bluetooth will be able to use this. Signed-off-by: Harvey Harrison <[email protected]> Cc: Marcel Holtmann <[email protected]> Cc: Dave Young <[email protected]> Cc: Akinobu Mita <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> | |||||
| 2006-12-08 | [PATCH] bit reverse library | Akinobu Mita | 1 | -0/+15 | |
| 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 <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> | |||||