| /kernel/linux/linux-5.10/arch/x86/boot/ |
| H A D | bitops.h | 34 #define test_bit(nr,addr) \ macro
|
| /kernel/linux/linux-6.6/arch/x86/boot/ |
| H A D | bitops.h | 34 #define test_bit(nr,addr) \ macro
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-5.10/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
|
| /third_party/ntfs-3g/include/ntfs-3g/ |
| H A D | support.h | 66 #define test_bit(bit, var) ((var) & (1 << (bit))) macro
|
| /third_party/ltp/tools/sparse/sparse-src/ |
| H A D | bitmap.h | 10 static inline int test_bit(unsigned int nr, unsigned long *bitmap) in test_bit() function
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-5.10/arch/arc/include/asm/ |
| H A D | bitops.h | 189 test_bit(unsigned int nr, const volatile unsigned long *addr) in test_bit() function
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/jm/ |
| H A D | mali_kbase_jm_js.h | 602 u16 test_bit; in kbasep_js_is_submit_allowed() local
|
| /kernel/linux/linux-5.10/arch/hexagon/include/asm/ |
| H A D | bitops.h | 175 #define test_bit(nr, addr) __test_bit(nr, addr) macro
|
| /kernel/linux/linux-6.6/tools/include/linux/ |
| H A D | bitops.h | 42 #define test_bit(nr, addr) bitop(_test_bit, nr, addr) macro
|
| /third_party/mesa3d/src/intel/compiler/ |
| H A D | brw_simd_selection.c | 45 test_bit(unsigned mask, unsigned bit) { in test_bit() function
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
| H A D | mali_kbase_js.h | 603 u16 test_bit;
in kbasep_js_is_submit_allowed() local
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/jm/ |
| H A D | mali_kbase_jm_js.h | 696 u16 test_bit; in kbasep_js_is_submit_allowed() local
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
| H A D | mali_kbase_js.h | 610 u16 test_bit; in kbasep_js_is_submit_allowed() local
|
| /kernel/linux/linux-5.10/arch/ia64/include/asm/ |
| H A D | bitops.h | 335 test_bit (int nr, const volatile void *addr) in test_bit() function
|
| /third_party/mesa3d/src/gallium/drivers/vc4/ |
| H A D | vc4_simulator_validate.h | 57 test_bit(unsigned int bit, unsigned long *addr) in test_bit() function
|
| /third_party/pulseaudio/src/modules/ |
| H A D | module-mmkbd-evdev.c | 151 #define test_bit(bit, array) (array[bit/8] & (1<<(bit%8))) macro
|
| /kernel/linux/linux-5.10/arch/m68k/include/asm/ |
| H A D | bitops.h | 151 static inline int test_bit(int nr, const volatile unsigned long *vaddr) in test_bit() function
|
| /kernel/linux/linux-5.10/arch/alpha/include/asm/ |
| H A D | bitops.h | 287 test_bit(int nr, const volatile void * addr) in test_bit() function
|
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | bitops.h | 61 #define test_bit(nr, addr) bitop(_test_bit, nr, addr) macro 82 __check_bitop_pr(test_bit); variable
|
| /kernel/linux/linux-6.6/scripts/gdb/linux/ |
| H A D | mm.py | 16 def test_bit(nr, addr): function
|
| /third_party/eudev/src/udev/ |
| H A D | udev-builtin-input_id.c | 43 #define test_bit(bit, array) ((array[LONG(bit)] >> OFF(bit)) & 1) macro [all...] |