Home
last modified time | relevance | path

Searched refs:LK (Results 1 – 25 of 404) sorted by relevance

12345678910>>...17

/external/rust/crates/crossbeam-utils/src/atomic/
Dseq_lock.rs103 static LK: SeqLock = SeqLock::new(); in test_abort() constant
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()
Dseq_lock_wide.rs146 static LK: SeqLock = SeqLock::new(); in test_abort() constant
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/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/types/
Dcompare.h554 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/
Dcompare.h554 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/abseil-cpp/absl/types/
Dcompare.h552 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/webrtc/third_party/abseil-cpp/absl/types/
Dcompare.h552 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/
Dcompare.h554 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/
Dppc64_reloc.s30 # 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/
Dtlk-dispatcher.rst22 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/locales/
Dsg.txt61 "LK",
65 "LK",
/external/llvm-project/llvm/lib/CodeGen/
DTargetLoweringBase.cpp997 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/icu/icu4c/source/data/region/
Dfa_AF.txt54 LK{"سریلانکا"}
Dyi.txt130 LK{"סרי־לאַנקאַ"}
Dshi.txt119 LK{"ⵙⵔⵉⵍⴰⵏⴽⴰ"}
Dzgh.txt119 LK{"ⵙⵔⵉⵍⴰⵏⴽⴰ"}
Dbrx.txt164 LK{"श्री लँका"}
Dpt_PT.txt44 LK{"Sri Lanca"}
Dtt.txt130 LK{"Шри-Ланка"}
/external/llvm-project/clang/lib/Analysis/
DThreadSafety.cpp122 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/
DThreadSafety.cpp105 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/llvm/utils/TableGen/
DIntrinsicEmitter.cpp465 CodeGenIntrinsic::ModRefBehavior LK = L->ModRef; in operator ()() local
467 if (LK != RK) return (LK > RK); in operator ()()
/external/clang/include/clang/Analysis/Analyses/
DThreadSafety.h165 LockKind LK, SourceLocation Loc,
/external/llvm-project/clang/include/clang/Analysis/Analyses/
DThreadSafety.h192 LockKind LK, SourceLocation Loc,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp867 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()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1045 LegalizeKind LK = getTypeConversion(Context, EltVT); in getTypeConversion() local
1049 if (LK.first == TypeExpandInteger) in getTypeConversion()
1740 LegalizeKind LK = getTypeConversion(C, MTy); in getTypeLegalizationCost() local
1742 if (LK.first == TypeLegal) in getTypeLegalizationCost()
1745 if (LK.first == TypeSplitVector || LK.first == TypeExpandInteger) in getTypeLegalizationCost()
1749 if (MTy == LK.second) in getTypeLegalizationCost()
1753 MTy = LK.second; in getTypeLegalizationCost()

12345678910>>...17