Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_pixel_bitmap.c89 static bool test_bit( const GLubyte *src, GLuint bit ) in test_bit() function
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_pixel_bitmap.c89 static bool test_bit( const GLubyte *src, GLuint bit ) in test_bit() function
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_pixel_bitmap.c89 static bool test_bit( const GLubyte *src, GLuint bit ) in test_bit() function
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c307 #define test_bit(bit, array) ((array[LONG(bit)] >> OFF(bit)) & 1) macro
/external/f2fs-tools/lib/
Dlibf2fs.c102 int test_bit(unsigned int nr, const void * addr) in test_bit() function
/external/autotest/client/bin/input/
Dlinux_input.py1113 def test_bit(b, a): function
/external/valgrind/VEX/priv/
Dguest_s390_toIR.c7206 IRTemp test_bit = newTemp(Ity_I32); /* bit 32 of GR 0 - test validity */ in s390_irgen_PFPO() local