Searched defs:test_and_clear_bit (Results 1 – 9 of 9) sorted by relevance
| /third_party/ntfs-3g/include/ntfs-3g/ |
| D | support.h | 77 #define test_and_clear_bit(bit, var) \ macro
|
| /third_party/uboot/u-boot-2020.01/arch/sh/include/asm/ |
| D | bitops.h | 74 static inline int test_and_clear_bit(int nr, volatile void * addr) in test_and_clear_bit() function
|
| /third_party/uboot/u-boot-2020.01/arch/nios2/include/asm/bitops/ |
| D | atomic.h | 151 static inline int test_and_clear_bit(int nr, volatile unsigned long *addr) in test_and_clear_bit() function
|
| /third_party/uboot/u-boot-2020.01/arch/sandbox/include/asm/ |
| D | bitops.h | 83 static inline int test_and_clear_bit(int nr, void *addr) in test_and_clear_bit() function
|
| /third_party/uboot/u-boot-2020.01/arch/arm/include/asm/ |
| D | bitops.h | 76 static inline int test_and_clear_bit(int nr, volatile void * addr) in test_and_clear_bit() function
|
| /third_party/uboot/u-boot-2020.01/arch/mips/include/asm/ |
| D | bitops.h | 221 test_and_clear_bit(int nr, volatile void *addr) in test_and_clear_bit() function 474 static __inline__ int test_and_clear_bit(int nr, volatile void * addr) in test_and_clear_bit() function
|
| /third_party/uboot/u-boot-2020.01/arch/x86/include/asm/ |
| D | bitops.h | 167 static __inline__ int test_and_clear_bit(int nr, volatile void * addr) in test_and_clear_bit() function
|
| /third_party/uboot/u-boot-2020.01/arch/powerpc/include/asm/ |
| D | bitops.h | 101 static __inline__ int test_and_clear_bit(int nr, volatile void *addr) in test_and_clear_bit() function
|
| /third_party/uboot/u-boot-2020.01/arch/microblaze/include/asm/ |
| D | bitops.h | 133 static inline int test_and_clear_bit(int nr, volatile void *addr) in test_and_clear_bit() function
|