/external/rust/crates/crossbeam-utils/src/atomic/ |
D | seq_lock.rs | 103 static LK: SeqLock = SeqLock::new(); in test_abort() variable 104 let before = LK.optimistic_read().unwrap(); in test_abort() 106 let guard = LK.write(); in test_abort() 109 let after = LK.optimistic_read().unwrap(); in test_abort()
|
D | seq_lock_wide.rs | 146 static LK: SeqLock = SeqLock::new(); in test_abort() variable 147 let before = LK.optimistic_read().unwrap(); in test_abort() 149 let guard = LK.write(); in test_abort() 152 let after = LK.optimistic_read().unwrap(); in test_abort()
|
/external/webrtc/third_party/abseil-cpp/absl/types/ |
D | compare.h | 552 template <typename Compare, typename K, typename LK> 554 const LK &y) { 574 typename Compare, typename K, typename LK, 576 const K &, const LK &)>>::value, 579 const K &x, const LK &y) { 583 typename Compare, typename K, typename LK, 585 const K &, const LK &)>>::value, 588 const K &x, const LK &y) {
|
/external/abseil-cpp/absl/types/ |
D | compare.h | 552 template <typename Compare, typename K, typename LK> 554 const LK &y) { 574 typename Compare, typename K, typename LK, 576 const K &, const LK &)>>::value, 579 const K &x, const LK &y) { 583 typename Compare, typename K, typename LK, 585 const K &, const LK &)>>::value, 588 const K &x, const LK &y) {
|
/external/libtextclassifier/abseil-cpp/absl/types/ |
D | compare.h | 554 template <typename Compare, typename K, typename LK> 556 const LK &y) { 576 typename Compare, typename K, typename LK, 578 const K &, const LK &)>>::value, 581 const K &x, const LK &y) { 585 typename Compare, typename K, typename LK, 587 const K &, const LK &)>>::value, 590 const K &x, const LK &y) {
|
/external/openscreen/third_party/abseil/src/absl/types/ |
D | compare.h | 554 template <typename Compare, typename K, typename LK> 556 const LK &y) { 576 typename Compare, typename K, typename LK, 578 const K &, const LK &)>>::value, 581 const K &x, const LK &y) { 585 typename Compare, typename K, typename LK, 587 const K &, const LK &)>>::value, 590 const K &x, const LK &y) {
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/types/ |
D | compare.h | 554 template <typename Compare, typename K, typename LK> 556 const LK &y) { 576 typename Compare, typename K, typename LK, 578 const K &, const LK &)>>::value, 581 const K &x, const LK &y) { 585 typename Compare, typename K, typename LK, 587 const K &, const LK &)>>::value, 590 const K &x, const LK &y) {
|
/external/angle/third_party/abseil-cpp/absl/types/ |
D | compare.h | 554 template <typename Compare, typename K, typename LK> 556 const LK &y) { 576 typename Compare, typename K, typename LK, 578 const K &, const LK &)>>::value, 581 const K &x, const LK &y) { 585 typename Compare, typename K, typename LK, 587 const K &, const LK &)>>::value, 590 const K &x, const LK &y) {
|
/external/llvm-project/llvm/test/ExecutionEngine/RuntimeDyld/PowerPC/ |
D | ppc64_reloc.s | 30 # confirm that LK flag is set for bl 41 # confirm that LK flag is not set for b
|
/external/arm-trusted-firmware/docs/components/spd/ |
D | tlk-dispatcher.rst | 22 extends technology made available with the development of the Little Kernel (LK). 23 You can download the LK modular embedded preemptive kernel for use on Arm, 37 NVIDIA extensions to Little Kernel (LK) include:
|
/external/icu/icu4c/source/data/region/ |
D | fa_AF.txt | 54 LK{"سریلانکا"}
|
D | yi.txt | 130 LK{"סרי־לאַנקאַ"}
|
D | zgh.txt | 119 LK{"ⵙⵔⵉⵍⴰⵏⴽⴰ"}
|
D | shi.txt | 119 LK{"ⵙⵔⵉⵍⴰⵏⴽⴰ"}
|
D | dyo.txt | 97 LK{"Siri Lanka"}
|
D | tt.txt | 130 LK{"Шри-Ланка"}
|
D | ks.txt | 161 LK{"سِریٖلَنکا"}
|
/external/icu/icu4c/source/data/locales/ |
D | sg.txt | 61 "LK", 65 "LK",
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 997 LegalizeKind LK = getTypeConversion(Context, EltVT); in getTypeConversion() local 1001 if (LK.first == TypeExpandInteger) in getTypeConversion() 1563 LegalizeKind LK; in getVectorTypeBreakdown() local 1567 LK = getTypeConversion(Context, PartVT); in getVectorTypeBreakdown() 1568 PartVT = LK.second; in getVectorTypeBreakdown() 1569 } while (LK.first != TypeLegal); in getVectorTypeBreakdown() 1850 LegalizeKind LK = getTypeConversion(C, MTy); in getTypeLegalizationCost() local 1852 if (LK.first == TypeLegal) in getTypeLegalizationCost() 1855 if (LK.first == TypeSplitVector || LK.first == TypeExpandInteger) in getTypeLegalizationCost() 1859 if (MTy == LK.second) in getTypeLegalizationCost() [all …]
|
/external/llvm-project/clang/lib/Analysis/ |
D | ThreadSafety.cpp | 122 FactEntry(const CapabilityExpr &CE, LockKind LK, SourceLocation Loc, in FactEntry() argument 124 : CapabilityExpr(CE), LKind(LK), AcquireLoc(Loc), Asserted(Asrt), in FactEntry() 148 bool isAtLeast(LockKind LK) const { in isAtLeast() 149 return (LKind == LK_Exclusive) || (LK == LK_Shared); in isAtLeast() 859 LockableFactEntry(const CapabilityExpr &CE, LockKind LK, SourceLocation Loc, in LockableFactEntry() argument 861 : FactEntry(CE, LK, Loc, Asrt), Managed(Mng) {} in LockableFactEntry() 1633 LockKind LK = getLockKindFromAccessKind(AK); in warnIfMutexNotHeld() local 1675 LK, Loc, &PartMatchName); in warnIfMutexNotHeld() 1679 LK, Loc); in warnIfMutexNotHeld() 1684 if (NoError && LDat && !LDat->isAtLeast(LK)) { in warnIfMutexNotHeld() [all …]
|
/external/clang/lib/Analysis/ |
D | ThreadSafety.cpp | 105 FactEntry(const CapabilityExpr &CE, LockKind LK, SourceLocation Loc, in FactEntry() argument 107 : CapabilityExpr(CE), LKind(LK), AcquireLoc(Loc), Asserted(Asrt), in FactEntry() 129 bool isAtLeast(LockKind LK) { in isAtLeast() argument 130 return (LKind == LK_Exclusive) || (LK == LK_Shared); in isAtLeast() 818 LockableFactEntry(const CapabilityExpr &CE, LockKind LK, SourceLocation Loc, in LockableFactEntry() argument 820 : FactEntry(CE, LK, Loc, Asrt), Managed(Mng) {} in LockableFactEntry() 1505 LockKind LK = getLockKindFromAccessKind(AK); in warnIfMutexNotHeld() local 1548 LK, Loc, &PartMatchName); in warnIfMutexNotHeld() 1552 LK, Loc); in warnIfMutexNotHeld() 1557 if (NoError && LDat && !LDat->isAtLeast(LK)) { in warnIfMutexNotHeld() [all …]
|
/external/clang/include/clang/Analysis/Analyses/ |
D | ThreadSafety.h | 165 LockKind LK, SourceLocation Loc,
|
/external/llvm/utils/TableGen/ |
D | IntrinsicEmitter.cpp | 465 CodeGenIntrinsic::ModRefBehavior LK = L->ModRef; in operator ()() local 467 if (LK != RK) return (LK > RK); in operator ()()
|
/external/llvm-project/clang/include/clang/Analysis/Analyses/ |
D | ThreadSafety.h | 192 LockKind LK, SourceLocation Loc,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 867 LegalizeKind LK = getTypeConversion(Context, EltVT); in getTypeConversion() local 871 if (LK.first == TypeExpandInteger) in getTypeConversion() 1664 LegalizeKind LK = getTypeConversion(C, MTy); in getTypeLegalizationCost() local 1666 if (LK.first == TypeLegal) in getTypeLegalizationCost() 1669 if (LK.first == TypeSplitVector || LK.first == TypeExpandInteger) in getTypeLegalizationCost() 1673 if (MTy == LK.second) in getTypeLegalizationCost() 1677 MTy = LK.second; in getTypeLegalizationCost()
|