Home
last modified time | relevance | path

Searched defs:test_bit (Results 1 – 5 of 5) sorted by relevance

/third_party/ntfs-3g/include/ntfs-3g/
Dsupport.h66 #define test_bit(bit, var) ((var) & (1 << (bit))) macro
/third_party/mesa3d/src/intel/compiler/
Dbrw_simd_selection.c45 test_bit(unsigned mask, unsigned bit) { in test_bit() function
/third_party/ltp/tools/sparse/sparse-src/
Dbitmap.h10 static inline int test_bit(unsigned int nr, unsigned long *bitmap) in test_bit() function
/third_party/pulseaudio/src/modules/
Dmodule-mmkbd-evdev.c151 #define test_bit(bit, array) (array[bit/8] & (1<<(bit%8))) macro
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_simulator_validate.h57 test_bit(unsigned int bit, unsigned long *addr) in test_bit() function