Go to the documentation of this file.
12 #ifndef _ASM_GENERIC_BITOPS_COUNT_ZEROS_H_
13 #define _ASM_GENERIC_BITOPS_COUNT_ZEROS_H_
15 #include <asm/bitops.h>
35 #define COUNT_LEADING_ZEROS_0 BITS_PER_LONG
47 static inline int count_trailing_zeros(
unsigned long x)
49 #define COUNT_TRAILING_ZEROS_0 (-1)