Searched refs:test_bit (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/ |
| H A D | usb-common.c | 162 #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 D | usb-other.c | 104 #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 D | ev.c | 60 #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 D | vc4_simulator_validate.h | 57 test_bit(unsigned int bit, unsigned long *addr) function in typeref:typename:bool
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_simulator_validate.h | 57 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 D | intel_pixel_bitmap.c | 91 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 D | intel_pixel_bitmap.c | 88 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 D | intel_pixel_bitmap.c | 91 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 D | brw_pixel_bitmap.c | 89 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 D | vc4_validate_shaders.c | 739 if (!test_bit(ip, validation_state->branch_targets))
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/kernel/ |
| H A D | vc4_validate_shaders.c | 739 if (!test_bit(ip, validation_state->branch_targets))
|
Completed in 13 milliseconds