Home
last modified time | relevance | path

Searched refs:test_bit (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_simd_selection.c45 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/
Dsupport.h66 #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); \
Ddevice.h48 #define test_ndev_flag(nd, flag) test_bit(ND_##flag, (nd)->d_state)
Dinode.h57 #define test_nino_flag(ni, flag) test_bit(NI_##flag, (ni)->state)
Dvolume.h123 #define test_nvol_flag(nv, flag) test_bit(NV_##flag, (nv)->state)
Dattrib.h217 #define test_nattr_flag(na, flag) test_bit(NA_##flag, (na)->state)
/third_party/pulseaudio/src/modules/
Dmodule-mmkbd-evdev.c151 #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/
Dbitmap.h10 static inline int test_bit(unsigned int nr, unsigned long *bitmap) in test_bit() function
Dcompile-i386.c282 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/
Dvc4_simulator_validate.h57 test_bit(unsigned int bit, unsigned long *addr) in test_bit() function
/third_party/ntfs-3g/ntfsprogs/
Dntfsmove.c422 bit = !!test_bit(j & 7, buffer[j>>3]); in find_unused()
/third_party/mesa3d/src/gallium/drivers/vc4/kernel/
Dvc4_validate_shaders.c739 if (!test_bit(ip, validation_state->branch_targets)) in vc4_handle_branch_target()