Searched refs:LK (Results 1 – 25 of 513) sorted by relevance
12345678910>>...21
/external/swiftshader/third_party/llvm-7.0/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/locales/ |
D | sg.txt | 61 "LK", 65 "LK",
|
/external/icu/icu4c/source/data/region/ |
D | fa_AF.txt | 53 LK{"سریلانکا"}
|
D | yi.txt | 129 LK{"סרי־לאַנקאַ"}
|
D | zgh.txt | 118 LK{"ⵙⵔⵉⵍⴰⵏⴽⴰ"}
|
D | shi.txt | 118 LK{"ⵙⵔⵉⵍⴰⵏⴽⴰ"}
|
D | dyo.txt | 96 LK{"Siri Lanka"}
|
D | tt.txt | 129 LK{"Шри-Ланка"}
|
D | vai.txt | 138 LK{"ꖬꔸ ꕞꘋꕪ"}
|
D | brx.txt | 163 LK{"श्री लँका"}
|
D | pt_PT.txt | 44 LK{"Sri Lanca"}
|
D | tg.txt | 130 LK{"Шри-Ланка"}
|
D | ks.txt | 160 LK{"سِریٖلَنکا"}
|
D | pa.txt | 172 LK{"ਸ੍ਰੀ ਲੰਕਾ"}
|
D | as.txt | 172 LK{"শ্রীলংকা"}
|
D | ky.txt | 172 LK{"Шри-Ланка"}
|
D | mn.txt | 172 LK{"Шри-Ланка"}
|
/external/u-boot/doc/ |
D | README.mediatek | 73 After all low level initializations passed, the preloader will locate the LK image and 99 lk: If lk=1, LK image header is used. Otherwise BootROM image header is used. 101 lkname: The name of the LK image header. The maximum length is 32.
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 786 LegalizeKind LK = getTypeConversion(Context, EltVT); in getTypeConversion() local 790 if (LK.first == TypeExpandInteger) in getTypeConversion() 1514 LegalizeKind LK = getTypeConversion(C, MTy); in getTypeLegalizationCost() local 1516 if (LK.first == TypeLegal) in getTypeLegalizationCost() 1519 if (LK.first == TypeSplitVector || LK.first == TypeExpandInteger) in getTypeLegalizationCost() 1523 if (MTy == LK.second) in getTypeLegalizationCost() 1527 MTy = LK.second; in getTypeLegalizationCost()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | IntrinsicEmitter.cpp | 502 CodeGenIntrinsic::ModRefBehavior LK = L->ModRef; in operator ()() local 504 if (LK != RK) return (LK > RK); in operator ()()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 1045 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>>...21