Searched defs:test_bit (Results 1 – 13 of 13) sorted by relevance
| /external/mesa3d/src/gallium/frontends/rusticl/util/ |
| D | bitset.rs | 1 pub fn test_bit(bitset: &[u32], bit: u32) -> bool { 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/intel/compiler/elk/ |
| D | elk_simd_selection.cpp | 45 test_bit(unsigned mask, unsigned bit) { in test_bit() function
|
| /external/mesa3d/src/intel/compiler/ |
| D | brw_simd_selection.cpp | 45 test_bit(unsigned mask, unsigned bit) { in test_bit() function
|
| /external/igt-gpu-tools/lib/ |
| D | igt_primes.c | 77 static inline bool test_bit(unsigned long nr, const unsigned long *addr) 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/site_tests/hardware_Keyboard/src/ |
| D | evtest.c | 307 #define test_bit(bit, array) ((array[LONG(bit)] >> OFF(bit)) & 1) macro
|
| /external/ethtool/ |
| D | internal.h | 94 static inline int test_bit(unsigned int nr, const unsigned long *addr) in test_bit() function
|
| /external/rmi4utils/rmidevice/ |
| D | hiddevice.cpp | 732 #define test_bit(bit, array) ((array[LONG(bit)] >> OFF(bit)) & 1) macro
|
| /external/rust/crates/num-bigint/tests/ |
| D | bigint.rs | 1388 fn test_bit() { in test_bit() function
|
| D | biguint.rs | 1901 fn test_bit() { in test_bit() function
|
| /external/trusty/arm-trusted-firmware/plat/intel/soc/common/sip/ |
| D | socfpga_sip_fcs.c | 198 uint32_t test_bit, uint32_t *mbox_error) in intel_fcs_cntr_set_preauth()
|
| /external/autotest/client/bin/input/ |
| D | linux_input.py | 1129 def test_bit(b, a): function
|