/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/ |
D | atomic_ref_count.h | 49 bool IsOne() const { return ref_count_.load(std::memory_order_acquire) == 1; } in IsOne() function
|
/aosp_15_r20/external/libchrome/base/ |
H A D | atomic_ref_count.h | 46 bool IsOne() const { return ref_count_.load(std::memory_order_acquire) == 1; } in IsOne() function
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/0/external/libchrome/base/ |
D | atomic_ref_count.h | 49 bool IsOne() const { return ref_count_.load(std::memory_order_acquire) == 1; } in IsOne() function
|
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/ |
H A D | atomic_ref_count.h | 48 bool IsOne() const { return ref_count_.load(std::memory_order_acquire) == 1; } in IsOne() function
|
/aosp_15_r20/external/cronet/base/ |
H A D | atomic_ref_count.h | 52 bool IsOne() const { return ref_count_.load(std::memory_order_acquire) == 1; } in IsOne() function
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/strings/internal/ |
H A D | cord_internal.h | 81 inline bool IsOne() { in IsOne() function
|
/aosp_15_r20/external/private-join-and-compute/private_join_and_compute/crypto/ |
H A D | big_num.cc | 133 bool BigNum::IsOne() const { return BN_is_one(bn_.get()); } in IsOne() function in private_join_and_compute::BigNum
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/strings/internal/ |
H A D | cord_internal.h | 145 inline bool IsOne() { in IsOne() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | WholeProgramDevirt.cpp | 1313 bool IsOne, in applyUniqueRetValOpt() 1338 auto tryUniqueRetValOptFor = [&](bool IsOne) { in tryUniqueRetValOpt()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/ |
H A D | WholeProgramDevirt.cpp | 1590 bool IsOne, in applyUniqueRetValOpt() 1618 auto tryUniqueRetValOptFor = [&](bool IsOne) { in tryUniqueRetValOpt()
|
/aosp_15_r20/external/llvm/lib/Transforms/IPO/ |
H A D | WholeProgramDevirt.cpp | 463 auto tryUniqueRetValOptFor = [&](bool IsOne) { in tryUniqueRetValOpt()
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/strings/internal/ |
H A D | cord_internal.h | 188 inline bool IsOne() { in IsOne() function
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/strings/internal/ |
H A D | cord_internal.h | 188 inline bool IsOne() { in IsOne() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/ |
D | cord_internal.h | 196 inline bool IsOne() { in IsOne() function
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/strings/internal/ |
H A D | cord_internal.h | 196 inline bool IsOne() { in IsOne() function
|
/aosp_15_r20/external/abseil-cpp/absl/strings/internal/ |
H A D | cord_internal.h | 188 inline bool IsOne() { in IsOne() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUCodeGenPrepare.cpp | 536 bool IsOne = CNum->isExactlyValue(+1.0) || CNum->isExactlyValue(-1.0); in shouldKeepFDivF32() local
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/IndustryStandard/ |
H A D | TcgStorageCore.h | 85 UINT8 IsOne : 1; member
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/IndustryStandard/ |
H A D | TcgStorageCore.h | 87 UINT8 IsOne : 1; member
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/IndustryStandard/ |
H A D | TcgStorageCore.h | 86 UINT8 IsOne : 1; member
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/IndustryStandard/ |
H A D | TcgStorageCore.h | 86 UINT8 IsOne : 1; member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 3087 bool IsOne = isOneConstant(StoredVal.getOperand(1)); in foldLoadStoreIntoMemOperand() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 3321 bool IsOne = isOneConstant(StoredVal.getOperand(1)); in foldLoadStoreIntoMemOperand() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 4942 SDValue IsOne = DAG.getSetCC(dl, VT, N1, One, ISD::SETEQ); in BuildUDIV() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 5030 auto IsOne = MIB.buildICmp( in buildUDivUsingMul() local
|