Home
last modified time | relevance | path

Searched defs:test_bit (Results 1 - 6 of 6) sorted by relevance

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

Completed in 4 milliseconds