OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ext2_find_first_zero_bit
(Results
1 - 8
of
8
) sorted by null
/external/u-boot/arch/riscv/include/asm/
bitops.h
164
#define
ext2_find_first_zero_bit
find_first_zero_bit
macro
/external/u-boot/arch/sandbox/include/asm/
bitops.h
157
#define
ext2_find_first_zero_bit
find_first_zero_bit
macro
/external/u-boot/arch/powerpc/include/asm/
bitops.h
324
#define
ext2_find_first_zero_bit
(addr, size) \
macro
368
#define minix_find_first_zero_bit(addr,size)
ext2_find_first_zero_bit
(addr,size)
/external/u-boot/arch/arm/include/asm/
bitops.h
181
#define
ext2_find_first_zero_bit
find_first_zero_bit
macro
/external/u-boot/arch/nds32/include/asm/
bitops.h
182
#define
ext2_find_first_zero_bit
find_first_zero_bit
macro
/external/u-boot/arch/x86/include/asm/
bitops.h
398
#define
ext2_find_first_zero_bit
find_first_zero_bit
macro
/external/u-boot/arch/mips/include/asm/
bitops.h
828
#define
ext2_find_first_zero_bit
(addr, size) \
macro
886
#define
ext2_find_first_zero_bit
(addr, size) find_first_zero_bit((addr), (size))
macro
/external/u-boot/arch/microblaze/include/asm/
bitops.h
301
#define
ext2_find_first_zero_bit
(addr, size) \
macro
Completed in 1077 milliseconds