Searched refs:low_bits (Results 1 – 13 of 13) sorted by relevance
/external/rust/crates/crossbeam-epoch/src/ |
D | atomic.rs | 106 fn low_bits<T: ?Sized + Pointable>() -> usize { in low_bits() function 113 assert_eq!(raw & low_bits::<T>(), 0, "unaligned pointer"); in ensure_aligned() 121 (data & !low_bits::<T>()) | (tag & low_bits::<T>()) in compose_tag() 127 (data & !low_bits::<T>(), data & low_bits::<T>()) in decompose_tag() 713 unsafe { Shared::from_usize(self.data.fetch_and(val | !low_bits::<T>(), ord)) } in fetch_and() 736 unsafe { Shared::from_usize(self.data.fetch_or(val & low_bits::<T>(), ord)) } in fetch_or() 759 unsafe { Shared::from_usize(self.data.fetch_xor(val & low_bits::<T>(), ord)) } in fetch_xor()
|
/external/rust/crates/ring/crypto/limbs/ |
D | limbs.c | 170 Limb low_bits = lower_limb >> index_within_word; in LIMBS_window5_split_window() local 171 return low_bits | high_bits; in LIMBS_window5_split_window()
|
/external/mesa3d/src/compiler/nir/ |
D | nir_search_helpers.h | 360 uint32_t low_bits = in is_lower_half_zero() local 362 if ((nir_src_comp_as_int(instr->src[src].src, swizzle[i]) & low_bits) != 0) in is_lower_half_zero()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_arit.c | 1439 LLVMValueRef low_bits; in lp_build_lerp_simple() local 1440 low_bits = lp_build_const_int_vec(bld->gallivm, bld->type, (1 << half_width) - 1); in lp_build_lerp_simple() 1441 res = LLVMBuildAnd(builder, res, low_bits, ""); in lp_build_lerp_simple()
|
/external/llvm/utils/unittest/googletest/src/ |
D | gtest.cc | 1422 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); in ChopLowBits() local 1424 return low_bits; in ChopLowBits()
|
/external/llvm-project/llvm/utils/unittest/googletest/src/ |
D | gtest.cc | 1748 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); in ChopLowBits() local 1750 return low_bits; in ChopLowBits()
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest.cc | 1793 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); in ChopLowBits() local 1795 return low_bits; in ChopLowBits()
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/ |
D | gtest.cc | 1757 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); in ChopLowBits() local 1759 return low_bits; in ChopLowBits()
|
/external/mesa3d/src/gtest/src/ |
D | gtest.cc | 1753 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); in ChopLowBits() local 1755 return low_bits; in ChopLowBits()
|
/external/googletest/googletest/src/ |
D | gtest.cc | 1919 const uint32_t low_bits = *bits & ((static_cast<uint32_t>(1) << n) - 1); in ChopLowBits() local 1921 return low_bits; in ChopLowBits()
|
/external/libaom/libaom/third_party/googletest/src/googletest/src/ |
D | gtest.cc | 1857 const uint32_t low_bits = *bits & ((static_cast<uint32_t>(1) << n) - 1); in ChopLowBits() local 1859 return low_bits; in ChopLowBits()
|
/external/fmtlib/test/ |
D | gmock-gtest-all.cc | 2837 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); in ChopLowBits() local 2839 return low_bits; in ChopLowBits()
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/ |
D | gmock-gtest-all.cc | 3196 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); in ChopLowBits() local 3198 return low_bits; in ChopLowBits()
|