Home
last modified time | relevance | path

Searched defs:LL (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/sys/crypto/des/
H A Ddes_locl.h144 #define D_ENCRYPT(LL,R,S) { \ argument
172 #define D_ENCRYPT(LL,R,S) { \ argument
211 #define D_ENCRYPT(LL,R,S) { \ argument
228 #define D_ENCRYPT(LL,R,S) {\ argument
257 #define D_ENCRYPT(LL,R,S) {\ argument
288 #define D_ENCRYPT(LL,R,S) {\ argument
/freebsd/sys/contrib/ck/include/
H A Dck_cohort.h50 #define CK_COHORT_INIT(N, C, GL, LL, P) ck_cohort_##N##_init(C, GL, LL, P) argument
56 #define CK_COHORT_PROTOTYPE(N, GL, GU, GI, LL, LU, LI) \ argument
125 #define CK_COHORT_TRYLOCK_PROTOTYPE(N, GL, GU, GI, GTL, LL, LU, LI, LTL) \ argument
/freebsd/crypto/openssl/crypto/whrlpool/asm/
H A Dwp-x86_64.pl57 sub LL(){ $code.=".byte ".join(',',@_).",".join(',',@_)."\n"; } subroutine
H A Dwp-mmx.pl64 sub LL() subroutine
/freebsd/sys/crypto/rijndael/
H A Dtest00.c37 #define LL 32 macro
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsExpandPseudo.cpp81 unsigned LL, SC; in expandAtomicCmpSwapSubword() local
212 unsigned LL, SC, ZERO, BNE, BEQ, MOVE; in expandAtomicCmpSwap() local
310 unsigned LL, SC, SLT, SLTu, OR, MOVN, MOVZ, SELNEZ, SELEQZ; in expandAtomicBinOpSubword() local
717 unsigned LL, SC, ZERO, BEQ, SLT, SLTu, OR, MOVN, MOVZ, SELNEZ, SELEQZ; in expandAtomicBinOp() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp579 const IFListType &LL = I.second; in dump_map() local
847 const RSListType &LL = I.second; in findRecordInsertForms() local
877 RSListType &LL = F->second; in findRecordInsertForms() local
1024 IFListType &LL = I.second; in computeRemovableRegisters() local
1046 IFListType &LL = F->second; in pruneCoveredSets() local
1132 IFListType &LL = F->second; in pruneUsesTooFar() local
1153 IFListType &LL = F->second; in pruneRegCopies() local
1269 const IFListType &LL = I->second; in selectCandidates() local
1306 IFListType &LL = I->second; in selectCandidates() local
1358 const IFListType &LL = I->second; in selectCandidates() local
[all …]
H A DHexagonFrameLowering.cpp2271 auto &LL = LastLoad[FI]; in optimizeSpillSlots() local
2291 IndexType LL = I.second; in optimizeSpillSlots() local
/freebsd/crypto/openssl/crypto/bf/
H A Dbf_local.h94 #define BF_ENC(LL, R, S, P) ( \ argument
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCExpandAtomicPseudoInsts.cpp119 const MCInstrDesc &LL = TII->get(PPC::LQARX); in expandAtomicRMW128() local
217 const MCInstrDesc &LL = TII->get(PPC::LQARX); in expandAtomicCmpSwap128() local
/freebsd/crypto/openssl/crypto/whrlpool/
H A Dwp_block.c181 #define LL(c0, c1, c2, c3, c4, c5, c6, c7) c0, c1, c2, c3, c4, c5, c6, c7 macro
192 #define LL(c0, c1, c2, c3, c4, c5, c6, c7) c0, c1, c2, c3, c4, c5, c6, c7, \ macro
211 #define LL(c0, c1, c2, c3, c4, c5, c6, c7) c0, c1, c2, c3, c4, c5, c6, c7, \ macro
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Ddfsqrt.S163 #define LL r5:4 macro
250 LL = mpyu(ROOTLO,ROOTLO) define
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlobject.c239 #define LL(x) (sizeof(x)/sizeof(char) - 1) macro
/freebsd/crypto/openssl/crypto/des/
H A Ddes_local.h171 #define D_ENCRYPT(LL, R, S) … argument
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp526 SDValue LL, LH, RL, RH, CL, CH; in SplitRes_Select() local
575 SDValue LL, LH, RL, RH; in SplitRes_SELECT_CC() local
H A DLegalizeIntegerTypes.cpp4380 SDValue LL, LH, RL, RH; in ExpandIntRes_Logical() local
4398 SDValue LL, LH, RL, RH; in ExpandIntRes_MUL() local
4520 SDValue LL, LH, RL, RH; in ExpandIntRes_MULFIX() local
H A DTargetLowering.cpp7765 MulExpansionKind Kind, SDValue LL, in expandMUL_LOHI()
7938 SDValue LL, SDValue LH, SDValue RL, in expandMUL()
7976 SDValue LL, SDValue LH) const { in expandDIVREMByConstant()
11026 SDValue LL = DAG.getNode(ISD::AND, dl, VT, LHS, Mask); in forceExpandMultiply() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DScaledNumber.cpp27 uint64_t UL = getU(LHS), LL = getL(LHS), UR = getU(RHS), LR = getL(RHS); in multiply64() local
/freebsd/contrib/lua/src/
H A Dllimits.h70 #define LL(x) (sizeof(x)/sizeof(char) - 1) macro
/freebsd/contrib/llvm-project/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp677 StringRef U, F, L, LL; member
/freebsd/contrib/llvm-project/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp378 for (const auto &LL : LinkLibs) in toJSONSorted() local
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp611 SDValue LL, RL, AddendL, AddendH; in TryExpandADDWithMul() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp3276 for (const Module::LinkLibrary &LL : llvm::reverse(Mod->LinkLibraries)) { in addLinkOptionsPostorder() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp12646 auto *LL = LHSAddExpr->getOperand(0); in isImpliedViaOperations() local
12660 Value *LL, *LR; in isImpliedViaOperations() local
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp3201 for (const auto &LL : Mod->LinkLibraries) { in WriteSubmodules() local

12