Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
bitrev.h File Reference
#include <linux/types.h>

Go to the source code of this file.

Functions

u16 bitrev16 (u16 in)
 
u32 bitrev32 (u32 in)
 

Variables

u8 const byte_rev_table [256]
 

Function Documentation

u16 bitrev16 ( u16  in)

Definition at line 45 of file bitrev.c.

u32 bitrev32 ( u32  x)

bitrev32 - reverse the order of bits in a u32 value : value to be bit-reversed

Definition at line 55 of file bitrev.c.

Variable Documentation

u8 const byte_rev_table[256]

Definition at line 9 of file bitrev.c.