Searched refs:test_bit (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/
H A Dusb-common.c162 #define test_bit(bit) (priv->mask[(bit)/8] & (1 << ((bit)%8))) macro
178 if (test_bit(j)) {
295 if (test_bit(j)) {
331 if (test_bit(EV_REL) && test_bit(EV_KEY))
335 if (test_bit(EV_KEY) && test_bit(EV_LED) && !test_bit(EV_ABS))
339 if (!(test_bit(EV_REL) && test_bit(EV_KE
[all...]
H A Dusb-other.c104 #define test_bit(bit) (priv->mask[(bit)/8] & (1 << ((bit)%8))) macro
116 if (test_bit(i)) {
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/examples/
H A Dev.c60 #define test_bit(bit) (mask[(bit)/8] & (1 << ((bit)%8))) macro
74 if (test_bit(j)) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_simulator_validate.h57 test_bit(unsigned int bit, unsigned long *addr) function in typeref:typename:bool
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_simulator_validate.h57 test_bit(unsigned int bit, unsigned long *addr) function in typeref:typename:bool
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Dintel_pixel_bitmap.c91 static bool test_bit( const GLubyte *src, GLuint bit ) function in typeref:typename:bool
144 if (test_bit(rowsrc, (col + src_offset) ^ mask)) {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dintel_pixel_bitmap.c88 static bool test_bit( const GLubyte *src, GLuint bit ) function in typeref:typename:bool
141 if (test_bit(rowsrc, (col + src_offset) ^ mask)) {
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Dintel_pixel_bitmap.c91 static bool test_bit( const GLubyte *src, GLuint bit ) function in typeref:typename:bool
144 if (test_bit(rowsrc, (col + src_offset) ^ mask)) {
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_pixel_bitmap.c89 static bool test_bit( const GLubyte *src, GLuint bit ) function in typeref:typename:bool
143 if (test_bit(rowsrc, (col + src_offset) ^ mask)) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/kernel/
H A Dvc4_validate_shaders.c739 if (!test_bit(ip, validation_state->branch_targets))
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/kernel/
H A Dvc4_validate_shaders.c739 if (!test_bit(ip, validation_state->branch_targets))

Completed in 13 milliseconds