Linux Kernel
3.7.1
|
#include <asm/types.h>
#include <asm/bitops.h>
Go to the source code of this file.
Macros | |
#define | for_each_set_bit(bit, addr, size) |
#define | for_each_set_bit_from(bit, addr, size) |
#define | for_each_clear_bit(bit, addr, size) |
#define | for_each_clear_bit_from(bit, addr, size) |
Functions | |
unsigned int | __sw_hweight8 (unsigned int w) |
unsigned int | __sw_hweight16 (unsigned int w) |
unsigned int | __sw_hweight32 (unsigned int w) |
unsigned long | __sw_hweight64 (__u64 w) |