| /freebsd/sys/crypto/des/ |
| H A D | des_locl.h | 144 #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 D | ck_cohort.h | 50 #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 D | wp-x86_64.pl | 57 sub LL(){ $code.=".byte ".join(',',@_).",".join(',',@_)."\n"; } subroutine
|
| H A D | wp-mmx.pl | 64 sub LL() subroutine
|
| /freebsd/sys/crypto/rijndael/ |
| H A D | test00.c | 37 #define LL 32 macro
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsExpandPseudo.cpp | 81 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 D | HexagonGenInsert.cpp | 579 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 D | HexagonFrameLowering.cpp | 2271 auto &LL = LastLoad[FI]; in optimizeSpillSlots() local 2291 IndexType LL = I.second; in optimizeSpillSlots() local
|
| /freebsd/crypto/openssl/crypto/bf/ |
| H A D | bf_local.h | 94 #define BF_ENC(LL, R, S, P) ( \ argument
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCExpandAtomicPseudoInsts.cpp | 119 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 D | wp_block.c | 181 #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 D | dfsqrt.S | 163 #define LL r5:4 macro 250 LL = mpyu(ROOTLO,ROOTLO) define
|
| /freebsd/sys/contrib/openzfs/module/lua/ |
| H A D | lobject.c | 239 #define LL(x) (sizeof(x)/sizeof(char) - 1) macro
|
| /freebsd/crypto/openssl/crypto/des/ |
| H A D | des_local.h | 171 #define D_ENCRYPT(LL, R, S) … argument
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeTypesGeneric.cpp | 526 SDValue LL, LH, RL, RH, CL, CH; in SplitRes_Select() local 575 SDValue LL, LH, RL, RH; in SplitRes_SELECT_CC() local
|
| H A D | LegalizeIntegerTypes.cpp | 4380 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 D | TargetLowering.cpp | 7765 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 D | ScaledNumber.cpp | 27 uint64_t UL = getU(LHS), LL = getL(LHS), UR = getU(RHS), LR = getL(RHS); in multiply64() local
|
| /freebsd/contrib/lua/src/ |
| H A D | llimits.h | 70 #define LL(x) (sizeof(x)/sizeof(char) - 1) macro
|
| /freebsd/contrib/llvm-project/clang/lib/Edit/ |
| H A D | RewriteObjCFoundationAPI.cpp | 677 StringRef U, F, L, LL; member
|
| /freebsd/contrib/llvm-project/clang/tools/clang-scan-deps/ |
| H A D | ClangScanDeps.cpp | 378 for (const auto &LL : LinkLibs) in toJSONSorted() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreISelLowering.cpp | 611 SDValue LL, RL, AddendL, AddendH; in TryExpandADDWithMul() local
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenModule.cpp | 3276 for (const Module::LinkLibrary &LL : llvm::reverse(Mod->LinkLibraries)) { in addLinkOptionsPostorder() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 12646 auto *LL = LHSAddExpr->getOperand(0); in isImpliedViaOperations() local 12660 Value *LL, *LR; in isImpliedViaOperations() local
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 3201 for (const auto &LL : Mod->LinkLibraries) { in WriteSubmodules() local
|