| /OK3568_Linux_fs/u-boot/arch/xtensa/include/asm/ |
| H A D | bitops.h | 17 static inline int test_bit(int nr, const void *addr) in test_bit() function
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/examples/ |
| H A D | ev.c | 61 #define test_bit(bit) (mask[(bit)/8] & (1 << ((bit)%8))) in main() macro
|
| /OK3568_Linux_fs/kernel/arch/x86/boot/ |
| H A D | bitops.h | 34 #define test_bit(nr,addr) \ macro
|
| /OK3568_Linux_fs/u-boot/arch/m68k/include/asm/ |
| H A D | bitops.h | 23 static inline int test_bit(int nr, __const__ volatile void *addr) in test_bit() function
|
| /OK3568_Linux_fs/kernel/include/asm-generic/bitops/ |
| H A D | instrumented-non-atomic.h | 132 static inline bool test_bit(long nr, const volatile unsigned long *addr) in test_bit() function
|
| H A D | non-atomic.h | 104 static inline int test_bit(int nr, const volatile unsigned long *addr) in test_bit() function
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/ |
| H A D | key_test.c | 14 #define test_bit(bit, array) (array[bit/8] & (1<<(bit%8))) macro
|
| /OK3568_Linux_fs/kernel/arch/h8300/include/asm/ |
| H A D | bitops.h | 63 static inline int test_bit(int nr, const volatile unsigned long *addr) in test_bit() function
|
| /OK3568_Linux_fs/u-boot/arch/nios2/include/asm/bitops/ |
| H A D | non-atomic.h | 103 static inline int test_bit(int nr, const volatile unsigned long *addr) in test_bit() function
|
| /OK3568_Linux_fs/kernel/tools/include/asm-generic/bitops/ |
| H A D | non-atomic.h | 104 static inline int test_bit(int nr, const volatile unsigned long *addr) in test_bit() function
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/input/ |
| H A D | usb-other.c | 107 #define test_bit(bit) (priv->mask[(bit)/8] & (1 << ((bit)%8))) in othUSBGetInfo() macro
|
| H A D | usb-common.c | 163 #define test_bit(bit) (priv->mask[(bit)/8] & (1 << ((bit)%8))) macro
|
| /OK3568_Linux_fs/kernel/arch/sh/include/asm/ |
| H A D | bitops-op32.h | 136 static inline int test_bit(int nr, const volatile unsigned long *addr) in test_bit() function
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/jm/ |
| H A D | mali_kbase_jm_js.h | 693 u16 test_bit; in kbasep_js_is_submit_allowed() local
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/ |
| H A D | mali_kbase_js.h | 610 u16 test_bit; in kbasep_js_is_submit_allowed() local
|
| /OK3568_Linux_fs/kernel/arch/hexagon/include/asm/ |
| H A D | bitops.h | 175 #define test_bit(nr, addr) __test_bit(nr, addr) macro
|
| /OK3568_Linux_fs/external/recovery/minui/ |
| H A D | events.c | 35 #define test_bit(bit, array) \ macro
|
| /OK3568_Linux_fs/kernel/arch/arc/include/asm/ |
| H A D | bitops.h | 189 test_bit(unsigned int nr, const volatile unsigned long *addr) in test_bit() function
|
| /OK3568_Linux_fs/u-boot/arch/nds32/include/asm/ |
| H A D | bitops.h | 122 static inline int test_bit(int nr, const void *addr) in test_bit() function
|
| /OK3568_Linux_fs/u-boot/arch/sandbox/include/asm/ |
| H A D | bitops.h | 113 static inline int test_bit(int nr, const void *addr) in test_bit() function
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/ |
| H A D | bitops.h | 101 static inline int test_bit(int nr, const void * addr) in test_bit() function
|
| /OK3568_Linux_fs/u-boot/arch/x86/include/asm/ |
| H A D | bitops.h | 252 #define test_bit(nr,addr) \ macro
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/asm/ |
| H A D | bitops.h | 335 test_bit (int nr, const volatile void *addr) in test_bit() function
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/asm/ |
| H A D | bitops.h | 287 test_bit(int nr, const volatile void * addr) in test_bit() function
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/ |
| H A D | bitops.h | 140 static __inline__ int test_bit(int nr, __const__ volatile void *addr) in test_bit() function
|