Home
last modified time | relevance | path

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

/third_party/ntfs-3g/include/ntfs-3g/
Dsupport.h66 #define test_bit(bit, var) ((var) & (1 << (bit))) macro
/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/mesa/drivers/dri/i915/
Dintel_pixel_bitmap.c91 static bool test_bit( const GLubyte *src, GLuint bit ) in test_bit() function
/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/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_pixel_bitmap.c89 static bool test_bit( const GLubyte *src, GLuint bit ) in test_bit() function
/third_party/flutter/skia/third_party/externals/sdl/src/core/linux/
DSDL_udev.c285 #define test_bit(bit, array) ((array[LONG(bit)] >> OFF(bit)) & 1) macro
/third_party/eudev/src/udev/
Dudev-builtin-input_id.c43 #define test_bit(bit, array) ((array[LONG(bit)] >> OFF(bit)) & 1) macro
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/linux/
DSDL_sysjoystick.c76 #define test_bit(nr, addr) \ macro
/third_party/flutter/skia/third_party/externals/sdl/src/haptic/linux/
DSDL_syshaptic.c89 #define test_bit(nr, addr) \ macro
/third_party/boost/libs/dynamic_bitset/test/
Dbitset_test.hpp1119 static void test_bit(const Bitset& b, std::size_t pos) in test_bit() function