Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/util/
H A Dbitset.rs1 pub fn test_bit(bitset: &[u32], bit: u32) -> bool { in test_bit() function
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/relay_lib/
Dusb_relay_board_base.py46 def test_bit(self, int_type, offset): member in UsbRelayBoardBase
/aosp_15_r20/external/libnetfilter_conntrack/include/internal/
H A Dbitops.h45 static inline int test_bit(int nr, const uint32_t *addr) in test_bit() function
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_simd_selection.cpp45 test_bit(unsigned mask, unsigned bit) { in test_bit() function
/aosp_15_r20/hardware/interfaces/bluetooth/audio/utils/session/
H A DBluetoothAudioSupportedCodecsDB.cpp119 uint32_t test_bit = 0x00000001; in IsSingleBit() local
/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_simd_selection.cpp53 test_bit(unsigned mask, unsigned bit) { in test_bit() function
/aosp_15_r20/external/igt-gpu-tools/lib/
H A Digt_primes.c77 static inline bool test_bit(unsigned long nr, const unsigned long *addr) in test_bit() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/
H A Dcache.rs18 const fn test_bit(x: u64, bit: u32) -> bool { in test_bit() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/
H A Dcache.rs18 const fn test_bit(x: u64, bit: u32) -> bool { in test_bit() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/
H A Dcache.rs18 const fn test_bit(x: u64, bit: u32) -> bool { in test_bit() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/
H A Dcache.rs18 const fn test_bit(x: u64, bit: u32) -> bool { in test_bit() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/
H A Dcache.rs18 const fn test_bit(x: u64, bit: u32) -> bool { in test_bit() function
/aosp_15_r20/external/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_simulator_validate.h57 test_bit(unsigned int bit, unsigned long *addr) in test_bit() function
/aosp_15_r20/external/autotest/client/site_tests/hardware_Keyboard/src/
H A Devtest.c307 #define test_bit(bit, array) ((array[LONG(bit)] >> OFF(bit)) & 1) macro
/aosp_15_r20/bootable/recovery/minui/
H A Devents.cpp66 static bool test_bit(size_t bit, unsigned long* array) { // NOLINT in test_bit() function
/aosp_15_r20/external/ethtool/
H A Dinternal.h94 static inline int test_bit(unsigned int nr, const unsigned long *addr) in test_bit() function
/aosp_15_r20/external/rmi4utils/rmidevice/
H A Dhiddevice.cpp732 #define test_bit(bit, array) ((array[LONG(bit)] >> OFF(bit)) & 1) macro
/aosp_15_r20/hardware/interfaces/bluetooth/audio/2.0/vts/functional/
H A DVtsHalBluetoothAudioV2_0TargetTest.cpp92 uint32_t test_bit = 0x00000001; in ExtractValuesFromBitmask() local
/aosp_15_r20/hardware/interfaces/bluetooth/audio/2.1/vts/functional/
H A DVtsHalBluetoothAudioV2_1TargetTest.cpp95 uint32_t test_bit = 0x00000001; in ExtractValuesFromBitmask() local
/aosp_15_r20/external/rust/android-crates-io/crates/num-bigint/tests/
Dbigint.rs1388 fn test_bit() { in test_bit() function
Dbiguint.rs1901 fn test_bit() { in test_bit() function
/aosp_15_r20/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()
/aosp_15_r20/external/autotest/client/bin/input/
H A Dlinux_input.py1129 def test_bit(b, a): function