| /third_party/uboot/u-boot-2020.01/arch/xtensa/include/asm/ |
| D | bitops.h | 16 static inline int test_bit(int nr, const void *addr) in test_bit() function
|
| /third_party/uboot/u-boot-2020.01/arch/m68k/include/asm/ |
| D | bitops.h | 23 static inline int test_bit(int nr, __const__ volatile void *addr) in test_bit() function
|
| /third_party/ntfs-3g/include/ntfs-3g/ |
| D | support.h | 66 #define test_bit(bit, var) ((var) & (1 << (bit))) macro
|
| /third_party/uboot/u-boot-2020.01/arch/nios2/include/asm/bitops/ |
| D | non-atomic.h | 107 static inline int test_bit(int nr, const volatile unsigned long *addr) in test_bit() function
|
| /third_party/pulseaudio/src/modules/ |
| D | module-mmkbd-evdev.c | 151 #define test_bit(bit, array) (array[bit/8] & (1<<(bit%8))) macro
|
| /third_party/uboot/u-boot-2020.01/arch/sandbox/include/asm/ |
| D | bitops.h | 113 static inline int test_bit(int nr, const void *addr) in test_bit() function
|
| /third_party/uboot/u-boot-2020.01/arch/riscv/include/asm/ |
| D | bitops.h | 108 static inline int test_bit(int nr, const void *addr) in test_bit() function
|
| /third_party/uboot/u-boot-2020.01/arch/nds32/include/asm/ |
| D | bitops.h | 126 static inline int test_bit(int nr, const void *addr) in test_bit() function
|
| /third_party/uboot/u-boot-2020.01/arch/arm/include/asm/ |
| D | bitops.h | 103 static inline int test_bit(int nr, const void * addr) in test_bit() function
|
| /third_party/flutter/skia/third_party/externals/sdl/src/core/linux/ |
| D | SDL_udev.c | 285 #define test_bit(bit, array) ((array[LONG(bit)] >> OFF(bit)) & 1) macro
|
| /third_party/eudev/src/udev/ |
| D | udev-builtin-input_id.c | 43 #define test_bit(bit, array) ((array[LONG(bit)] >> OFF(bit)) & 1) macro
|
| /third_party/uboot/u-boot-2020.01/arch/x86/include/asm/ |
| D | bitops.h | 254 #define test_bit(nr,addr) \ macro
|
| /third_party/uboot/u-boot-2020.01/arch/powerpc/include/asm/ |
| D | bitops.h | 140 static __inline__ int test_bit(int nr, __const__ volatile void *addr) in test_bit() function
|
| /third_party/flutter/skia/third_party/externals/sdl/src/joystick/linux/ |
| D | SDL_sysjoystick.c | 76 #define test_bit(nr, addr) \ macro
|
| /third_party/uboot/u-boot-2020.01/arch/microblaze/include/asm/ |
| D | bitops.h | 207 #define test_bit(nr,addr) \ macro
|
| /third_party/flutter/skia/third_party/externals/sdl/src/haptic/linux/ |
| D | SDL_syshaptic.c | 89 #define test_bit(nr, addr) \ macro
|
| /third_party/uboot/u-boot-2020.01/arch/mips/include/asm/ |
| D | bitops.h | 570 static __inline__ int test_bit(int nr, const volatile void *addr) in test_bit() function
|
| /third_party/boost/libs/dynamic_bitset/test/ |
| D | bitset_test.hpp | 1119 static void test_bit(const Bitset& b, std::size_t pos) in test_bit() function
|