Searched defs:test_bit (Results 1 – 11 of 11) sorted by relevance
/third_party/ntfs-3g/include/ntfs-3g/ |
D | support.h | 66 #define test_bit(bit, var) ((var) & (1 << (bit))) macro
|
/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
|
/third_party/pulseaudio/src/modules/ |
D | module-mmkbd-evdev.c | 151 #define test_bit(bit, array) (array[bit/8] & (1<<(bit%8))) macro
|
/third_party/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_pixel_bitmap.c | 91 static bool test_bit( const GLubyte *src, GLuint bit ) in test_bit() function
|
/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/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_pixel_bitmap.c | 89 static bool test_bit( const GLubyte *src, GLuint bit ) in test_bit() function
|
/third_party/flutter/skia/third_party/externals/sdl/src/core/linux/ |
D | SDL_udev.c | 285 #define test_bit(bit, array) ((array[LONG(bit)] >> OFF(bit)) & 1) macro
|
/third_party/eudev/src/udev/ |
D | udev-builtin-input_id.c | 43 #define test_bit(bit, array) ((array[LONG(bit)] >> OFF(bit)) & 1) macro
|
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/linux/ |
D | SDL_sysjoystick.c | 76 #define test_bit(nr, addr) \ macro
|
/third_party/flutter/skia/third_party/externals/sdl/src/haptic/linux/ |
D | SDL_syshaptic.c | 89 #define test_bit(nr, addr) \ macro
|
/third_party/boost/libs/dynamic_bitset/test/ |
D | bitset_test.hpp | 1119 static void test_bit(const Bitset& b, std::size_t pos) in test_bit() function
|