Searched refs:test_bit (Results 1 – 12 of 12) sorted by relevance
/third_party/mesa3d/src/intel/compiler/ |
D | brw_simd_selection.c | 45 test_bit(unsigned mask, unsigned bit) { in test_bit() function 58 assert(!test_bit(prog_data->prog_mask, simd)); in brw_simd_should_compile() 69 if (test_bit(prog_data->prog_spilled, simd)) { in brw_simd_should_compile() 88 if (simd > 0 && test_bit(prog_data->prog_mask, simd - 1) && in brw_simd_should_compile() 135 assert(!test_bit(prog_data->prog_mask, simd)); in brw_simd_mark_compiled() 192 test_bit(prog_data->prog_mask, simd)) { in brw_simd_select_for_workgroup_size() 193 brw_simd_mark_compiled(simd, &cloned, test_bit(prog_data->prog_spilled, simd)); in brw_simd_select_for_workgroup_size()
|
/third_party/ntfs-3g/include/ntfs-3g/ |
D | support.h | 66 #define test_bit(bit, var) ((var) & (1 << (bit))) macro 72 const BOOL old_state = test_bit(bit, var); \ 79 const BOOL old_state = test_bit(bit, var); \
|
D | device.h | 48 #define test_ndev_flag(nd, flag) test_bit(ND_##flag, (nd)->d_state)
|
D | inode.h | 57 #define test_nino_flag(ni, flag) test_bit(NI_##flag, (ni)->state)
|
D | volume.h | 123 #define test_nvol_flag(nv, flag) test_bit(NV_##flag, (nv)->state)
|
D | attrib.h | 217 #define test_nattr_flag(na, flag) test_bit(NA_##flag, (na)->state)
|
/third_party/pulseaudio/src/modules/ |
D | module-mmkbd-evdev.c | 151 #define test_bit(bit, array) (array[bit/8] & (1<<(bit%8))) macro 224 if (!test_bit(EV_KEY, evtype_bitmask)) { in pa__init()
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | bitmap.h | 10 static inline int test_bit(unsigned int nr, unsigned long *bitmap) in test_bit() function
|
D | compile-i386.c | 282 if (test_bit(regno, regs_in_use)) in get_hardreg() 335 if (!test_bit(regno, regs_in_use)) { in register_busy() 341 if (test_bit(regno, regs_in_use)) in register_busy()
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_simulator_validate.h | 57 test_bit(unsigned int bit, unsigned long *addr) in test_bit() function
|
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfsmove.c | 422 bit = !!test_bit(j & 7, buffer[j>>3]); in find_unused()
|
/third_party/mesa3d/src/gallium/drivers/vc4/kernel/ |
D | vc4_validate_shaders.c | 739 if (!test_bit(ip, validation_state->branch_targets)) in vc4_handle_branch_target()
|