Home
last modified time | relevance | path

Searched defs:LL (Results 1 – 25 of 29) 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.cpp82 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
628 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.cpp587 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 DHexagonFrameLowering.cpp2306 IndexType LL = I.second; in optimizeSpillSlots() local
/freebsd/crypto/openssl/crypto/bf/
H A Dbf_local.h76 # define BF_ENC(LL,R,S,P) ( \ argument
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCExpandAtomicPseudoInsts.cpp122 const MCInstrDesc &LL = TII->get(PPC::LQARX); in expandAtomicRMW128() local
223 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.c238 #define LL(x) (sizeof(x)/sizeof(char) - 1) macro
/freebsd/crypto/openssl/crypto/des/
H A Ddes_local.h146 # define D_ENCRYPT(LL,R,S) { \ argument
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp507 SDValue LL, LH, RL, RH, CL, CH; in SplitRes_Select() local
556 SDValue LL, LH, RL, RH; in SplitRes_SELECT_CC() local
H A DLegalizeIntegerTypes.cpp3977 SDValue LL, LH, RL, RH; in ExpandIntRes_Logical() local
3990 SDValue LL, LH, RL, RH; in ExpandIntRes_MUL() local
4140 SDValue LL, LH, RL, RH; in ExpandIntRes_MULFIX() local
H A DTargetLowering.cpp7403 MulExpansionKind Kind, SDValue LL, in expandMUL_LOHI()
7576 SDValue LL, SDValue LH, SDValue RL, in expandMUL()
7614 SDValue LL, SDValue LH) const { in expandDIVREMByConstant()
/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/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp638 SDValue LL, RL, AddendL, AddendH; in TryExpandADDWithMul() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h2865 GotoStmt(LabelDecl *label, SourceLocation GL, SourceLocation LL) in GotoStmt()
3720 explicit SEHLeaveStmt(SourceLocation LL) in SEHLeaveStmt()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp2999 for (const Module::LinkLibrary &LL : llvm::reverse(Mod->LinkLibraries)) { in addLinkOptionsPostorder() local
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp2979 for (const auto &LL : Mod->LinkLibraries) { in WriteSubmodules() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp8119 Value *LL = LU->getOperand(0); in matchSimpleRecurrence() local

12