Home
last modified time | relevance | path

Searched defs:ext2_find_next_zero_bit (Results 1 – 8 of 8) sorted by relevance

/external/u-boot/arch/riscv/include/asm/
Dbitops.h165 #define ext2_find_next_zero_bit find_next_zero_bit macro
/external/u-boot/arch/nds32/include/asm/
Dbitops.h183 #define ext2_find_next_zero_bit find_next_zero_bit macro
/external/u-boot/arch/sandbox/include/asm/
Dbitops.h158 #define ext2_find_next_zero_bit find_next_zero_bit macro
/external/u-boot/arch/arm/include/asm/
Dbitops.h182 #define ext2_find_next_zero_bit find_next_zero_bit macro
/external/u-boot/arch/x86/include/asm/
Dbitops.h399 #define ext2_find_next_zero_bit find_next_zero_bit macro
/external/u-boot/arch/mips/include/asm/
Dbitops.h831 static __inline__ unsigned long ext2_find_next_zero_bit(void *addr, unsigned long size, unsigned lo… in ext2_find_next_zero_bit() function
887 #define ext2_find_next_zero_bit(addr, size, offset) \ macro
/external/u-boot/arch/powerpc/include/asm/
Dbitops.h327 static __inline__ unsigned long ext2_find_next_zero_bit(void *addr, in ext2_find_next_zero_bit() function
/external/u-boot/arch/microblaze/include/asm/
Dbitops.h304 static inline unsigned long ext2_find_next_zero_bit(void *addr, in ext2_find_next_zero_bit() function