Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/rusticl/util/
Dbitset.rs1 pub fn test_bit(bitset: &[u32], bit: u32) -> bool { in test_bit() function
/external/libnetfilter_conntrack/include/internal/
Dbitops.h45 static inline int test_bit(int nr, const uint32_t *addr) in test_bit() function
/external/mesa3d/src/intel/compiler/elk/
Delk_simd_selection.cpp45 test_bit(unsigned mask, unsigned bit) { in test_bit() function
/external/mesa3d/src/intel/compiler/
Dbrw_simd_selection.cpp45 test_bit(unsigned mask, unsigned bit) { in test_bit() function
/external/igt-gpu-tools/lib/
Digt_primes.c77 static inline bool test_bit(unsigned long nr, const unsigned long *addr) in test_bit() function
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_simulator_validate.h57 test_bit(unsigned int bit, unsigned long *addr) 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/ethtool/
Dinternal.h94 static inline int test_bit(unsigned int nr, const unsigned long *addr) in test_bit() function
/external/rmi4utils/rmidevice/
Dhiddevice.cpp732 #define test_bit(bit, array) ((array[LONG(bit)] >> OFF(bit)) & 1) macro
/external/rust/crates/num-bigint/tests/
Dbigint.rs1388 fn test_bit() { in test_bit() function
Dbiguint.rs1901 fn test_bit() { in test_bit() function
/external/trusty/arm-trusted-firmware/plat/intel/soc/common/sip/
Dsocfpga_sip_fcs.c198 uint32_t test_bit, uint32_t *mbox_error) in intel_fcs_cntr_set_preauth()
/external/autotest/client/bin/input/
Dlinux_input.py1129 def test_bit(b, a): function