|
Linux Kernel
3.7.1
|
#include <asm-generic/bitops.h>Go to the source code of this file.
Macros | |
| #define | _ASM_GENERIC_BITOPS_FLS_H_ |
| #define | _ASM_GENERIC_BITOPS___FLS_H_ |
| #define | _ASM_GENERIC_BITOPS_FFS_H_ |
| #define | _ASM_GENERIC_BITOPS___FFS_H_ |
| #define | __fls(x) (fls(x) - 1) |
| #define | ffs(x) ({ unsigned long __t = (x); fls(__t & -__t); }) |
| #define | __ffs(x) (ffs(x) - 1) |
| #define | find_next_bit find_next_bit |
| #define | find_next_zero_bit find_next_zero_bit |
| #define | find_first_bit find_first_bit |
| #define | find_first_zero_bit find_first_zero_bit |
1.8.2