/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/util/ |
H A D | bitset.rs | 1 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/ |
D | usb_relay_board_base.py | 46 def test_bit(self, int_type, offset): member in UsbRelayBoardBase
|
/aosp_15_r20/external/libnetfilter_conntrack/include/internal/ |
H A D | bitops.h | 45 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 D | elk_simd_selection.cpp | 45 test_bit(unsigned mask, unsigned bit) { in test_bit() function
|
/aosp_15_r20/hardware/interfaces/bluetooth/audio/utils/session/ |
H A D | BluetoothAudioSupportedCodecsDB.cpp | 119 uint32_t test_bit = 0x00000001; in IsSingleBit() local
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/ |
H A D | brw_simd_selection.cpp | 53 test_bit(unsigned mask, unsigned bit) { in test_bit() function
|
/aosp_15_r20/external/igt-gpu-tools/lib/ |
H A D | igt_primes.c | 77 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 D | cache.rs | 18 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 D | cache.rs | 18 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 D | cache.rs | 18 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 D | cache.rs | 18 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 D | cache.rs | 18 const fn test_bit(x: u64, bit: u32) -> bool { in test_bit() function
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_simulator_validate.h | 57 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 D | evtest.c | 307 #define test_bit(bit, array) ((array[LONG(bit)] >> OFF(bit)) & 1) macro
|
/aosp_15_r20/bootable/recovery/minui/ |
H A D | events.cpp | 66 static bool test_bit(size_t bit, unsigned long* array) { // NOLINT in test_bit() function
|
/aosp_15_r20/external/ethtool/ |
H A D | internal.h | 94 static inline int test_bit(unsigned int nr, const unsigned long *addr) in test_bit() function
|
/aosp_15_r20/external/rmi4utils/rmidevice/ |
H A D | hiddevice.cpp | 732 #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 D | VtsHalBluetoothAudioV2_0TargetTest.cpp | 92 uint32_t test_bit = 0x00000001; in ExtractValuesFromBitmask() local
|
/aosp_15_r20/hardware/interfaces/bluetooth/audio/2.1/vts/functional/ |
H A D | VtsHalBluetoothAudioV2_1TargetTest.cpp | 95 uint32_t test_bit = 0x00000001; in ExtractValuesFromBitmask() local
|
/aosp_15_r20/external/rust/android-crates-io/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
|
/aosp_15_r20/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()
|
/aosp_15_r20/external/autotest/client/bin/input/ |
H A D | linux_input.py | 1129 def test_bit(b, a): function
|