/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 | 82 unsigned LL, SC; in expandAtomicCmpSwapSubword() local 213 unsigned LL, SC, ZERO, BNE, BEQ, MOVE; in expandAtomicCmpSwap() local 311 unsigned LL, SC, SLT, SLTu, OR, MOVN, MOVZ, SELNEZ, SELEQZ; in expandAtomicBinOpSubword() local 622 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 | 587 const IFListType &LL = I.second; in dump_map() local 855 const RSListType &LL = I.second; in findRecordInsertForms() local 885 RSListType &LL = F->second; in findRecordInsertForms() local 1028 IFListType &LL = I.second; in computeRemovableRegisters() local 1050 IFListType &LL = F->second; in pruneCoveredSets() local 1136 IFListType &LL = F->second; in pruneUsesTooFar() local 1157 IFListType &LL = F->second; in pruneRegCopies() local 1273 const IFListType &LL = I->second; in selectCandidates() local 1310 IFListType &LL = I->second; in selectCandidates() local 1362 const IFListType &LL = I->second; in selectCandidates() local [all …]
|
H A D | HexagonFrameLowering.cpp | 2305 IndexType LL = I.second; in optimizeSpillSlots() local
|
/freebsd/crypto/openssl/crypto/bf/ |
H A D | bf_local.h | 76 # define BF_ENC(LL,R,S,P) ( \ argument
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCExpandAtomicPseudoInsts.cpp | 122 const MCInstrDesc &LL = TII->get(PPC::LQARX); in expandAtomicRMW128() local 220 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 | 238 #define LL(x) (sizeof(x)/sizeof(char) - 1) macro
|
/freebsd/crypto/openssl/crypto/des/ |
H A D | des_local.h | 146 # define D_ENCRYPT(LL,R,S) { \ argument
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeTypesGeneric.cpp | 507 SDValue LL, LH, RL, RH, CL, CH; in SplitRes_Select() local 556 SDValue LL, LH, RL, RH; in SplitRes_SELECT_CC() local [all...] |
H A D | LegalizeIntegerTypes.cpp | 4160 SDValue LL, LH, RL, RH; in ExpandIntRes_Logical() local 4173 SDValue LL, LH, RL, RH; in ExpandIntRes_MUL() local 4296 SDValue LL, LH, RL, RH; in ExpandIntRes_MULFIX() local
|
H A D | TargetLowering.cpp | 7546 MulExpansionKind Kind, SDValue LL, in expandMUL_LOHI() 7719 SDValue LL, SDValue LH, SDValue RL, in expandMUL() 7757 SDValue LL, SDValue LH) const { in expandDIVREMByConstant() 10517 const SDValue LL, const SDValue LH, in forceExpandWideMUL()
|
/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/llvm/lib/Target/XCore/ |
H A D | XCoreISelLowering.cpp | 638 SDValue LL, RL, AddendL, AddendH; in TryExpandADDWithMul() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenModule.cpp | 3047 for (const Module::LinkLibrary &LL : llvm::reverse(Mod->LinkLibraries)) { in addLinkOptionsPostorder() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 12456 auto *LL = LHSAddExpr->getOperand(0); in isImpliedViaOperations() local 12470 Value *LL, *LR; in isImpliedViaOperations() local
|
H A D | ValueTracking.cpp | 8875 Value *LL = LU->getOperand(0); in matchSimpleRecurrence() local
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 3117 for (const auto &LL : Mod->LinkLibraries) { in WriteSubmodules() local
|