Searched defs:test_bit (Results 1 – 11 of 11) sorted by relevance
/external/syslinux/com32/include/sys/i386/ |
D | bitops.h | 47 static inline int __purefunc test_bit(long __bit, const void *__bitmap) in test_bit() function
|
/external/syslinux/com32/include/sys/x86_64/ |
D | bitops.h | 48 static inline int __purefunc test_bit(long __bit, const void *__bitmap) in test_bit() function
|
/external/syslinux/core/legacynet/ |
D | portnum.c | 27 static bool test_bit(const uint32_t *bitmap, int32_t index) in test_bit() function
|
/external/syslinux/com32/lib/ |
D | strspn.c | 19 static int test_bit(unsigned long *bitmap, unsigned int bit) in test_bit() function
|
/external/libnetfilter_conntrack/include/internal/ |
D | bitops.h | 45 static inline int test_bit(int nr, const uint32_t *addr) in test_bit() function
|
/external/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
|
/external/autotest/client/site_tests/hardware_Keyboard/src/ |
D | evtest.c | 307 #define test_bit(bit, array) ((array[LONG(bit)] >> OFF(bit)) & 1) macro
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_pixel_bitmap.c | 88 static bool test_bit( const GLubyte *src, GLuint bit ) in test_bit() function
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_simulator_validate.h | 57 test_bit(unsigned int bit, unsigned long *addr) in test_bit() function
|
/external/autotest/client/bin/input/ |
D | linux_input.py | 1113 def test_bit(b, a): function
|
/external/valgrind/VEX/priv/ |
D | guest_s390_toIR.c | 7216 IRTemp test_bit = newTemp(Ity_I32); /* bit 32 of GR 0 - test validity */ in s390_irgen_PFPO() local
|