Home
last modified time | relevance | path

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

/NextBSD/sys/crypto/des/
HDdes_locl.h145 #define D_ENCRYPT(LL,R,S) { \ argument
173 #define D_ENCRYPT(LL,R,S) { \ argument
212 #define D_ENCRYPT(LL,R,S) { \ argument
229 #define D_ENCRYPT(LL,R,S) {\ argument
258 #define D_ENCRYPT(LL,R,S) {\ argument
289 #define D_ENCRYPT(LL,R,S) {\ argument
/NextBSD/crypto/openssl/crypto/des/
HDdes_locl.h224 # define D_ENCRYPT(LL,R,S) { \ argument
252 # define D_ENCRYPT(LL,R,S) { \ argument
280 # define D_ENCRYPT(LL,R,S) { \ argument
298 # define D_ENCRYPT(LL,R,S) {\ argument
327 # define D_ENCRYPT(LL,R,S) {\ argument
358 # define D_ENCRYPT(LL,R,S) {\ argument
/NextBSD/crypto/openssl/crypto/bf/
HDbf_locl.h166 # define BF_ENC(LL,R,KEY,Pi) (\ argument
195 # define BF_ENC(LL,R,S,P) ( \ argument
212 # define BF_ENC(LL,R,S,P) ( \ argument
/NextBSD/sys/crypto/blowfish/
HDbf_locl.h183 #define BF_ENC(LL,R,S,P) \ argument
206 #define BF_ENC(LL,R,S,P) \ argument
218 #define BF_ENC(LL,R,S,P) \ argument
/NextBSD/crypto/openssl/crypto/whrlpool/asm/
HDwp-x86_64.pl48 sub LL(){ $code.=".byte ".join(',',@_).",".join(',',@_)."\n"; } subroutine
HDwp-mmx.pl55 sub LL() subroutine
/NextBSD/sys/crypto/rijndael/
HDtest00.c39 #define LL 32 macro
/NextBSD/contrib/llvm/lib/Target/Hexagon/
HDHexagonGenInsert.cpp546 const IFListType &LL = I->second; in dump_map() local
830 const RSListType &LL = I->second; in findRecordInsertForms() local
863 RSListType &LL = F->second; in findRecordInsertForms() local
1010 IFListType &LL = I->second; in computeRemovableRegisters() local
1034 IFListType &LL = F->second; in pruneCoveredSets() local
1123 IFListType &LL = F->second; in pruneUsesTooFar() local
1145 IFListType &LL = F->second; in pruneRegCopies() local
1261 const IFListType &LL = I->second; in selectCandidates() local
1298 IFListType &LL = I->second; in selectCandidates() local
1350 const IFListType &LL = I->second; in selectCandidates() local
[all …]
/NextBSD/crypto/openssl/crypto/whrlpool/
HDwp_block.c156 # define LL(c0,c1,c2,c3,c4,c5,c6,c7) c0,c1,c2,c3,c4,c5,c6,c7 macro
167 # define LL(c0,c1,c2,c3,c4,c5,c6,c7) c0,c1,c2,c3,c4,c5,c6,c7, \ macro
186 # define LL(c0,c1,c2,c3,c4,c5,c6,c7) c0,c1,c2,c3,c4,c5,c6,c7, \ macro
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDLegalizeTypesGeneric.cpp519 SDValue LL, LH, RL, RH, CL, CH; in SplitRes_SELECT() local
541 SDValue LL, LH, RL, RH; in SplitRes_SELECT_CC() local
HDLegalizeIntegerTypes.cpp2066 SDValue LL, LH, RL, RH; in ExpandIntRes_Logical() local
2079 SDValue LL, LH, RL, RH; in ExpandIntRes_MUL() local
HDTargetLowering.cpp2874 SelectionDAG &DAG, SDValue LL, SDValue LH, in expandMUL()
HDDAGCombiner.cpp2795 SDValue LL, LR, RL, RR, CC0, CC1; in visitANDLike() local
3476 SDValue LL, LR, RL, RR, CC0, CC1; in visitORLike() local
5082 SDValue Lo, Hi, LL, LH, RL, RH; in SplitVSETCC() local
5497 SDValue Lo, Hi, CCLo, CCHi, LL, LH, RL, RH; in visitVSELECT() local
HDLegalizeVectorTypes.cpp1116 SDValue LL, LH, RL, RH; in SplitVecRes_SETCC() local
/NextBSD/contrib/compiler-rt/lib/sanitizer_common/tests/
HDsanitizer_format_interceptor_test.cc41 static const unsigned LL = sizeof(long long); variable
/NextBSD/contrib/llvm/lib/Support/
HDScaledNumber.cpp27 uint64_t UL = getU(LHS), LL = getL(LHS), UR = getU(RHS), LR = getL(RHS); in multiply64() local
/NextBSD/contrib/llvm/include/llvm/ADT/
HDImmutableSet.h499 TreeTy *LL = getLeft(L); in balanceTree() local
/NextBSD/contrib/llvm/lib/Target/Mips/
HDMipsISelLowering.cpp1060 unsigned LL, SC, AND, NOR, ZERO, BEQ; in emitAtomicBinary() local
1274 unsigned LL = isMicroMips ? Mips::LL_MM : Mips::LL; in emitAtomicBinaryPartword() local
1331 unsigned LL, SC, ZERO, BNE, BEQ; in emitAtomicCmpSwap() local
1508 unsigned LL = isMicroMips ? Mips::LL_MM : Mips::LL; in emitAtomicCmpSwapPartword() local
/NextBSD/contrib/llvm/tools/clang/lib/Edit/
HDRewriteObjCFoundationAPI.cpp678 StringRef U, F, L, LL; member
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDStmt.h1220 GotoStmt(LabelDecl *label, SourceLocation GL, SourceLocation LL) in GotoStmt()
1960 explicit SEHLeaveStmt(SourceLocation LL) in SEHLeaveStmt()
/NextBSD/contrib/llvm/lib/Target/XCore/
HDXCoreISelLowering.cpp681 SDValue LL, RL, AddendL, AddendH; in TryExpandADDWithMul() local
/NextBSD/contrib/llvm/lib/Transforms/Vectorize/
HDBBVectorize.cpp2249 std::vector<Value *> &LL = CandidatePairs2[S->second]; in choosePairs() local
/NextBSD/contrib/llvm/lib/Analysis/
HDValueTracking.cpp1278 Value *LL = LU->getOperand(0); in computeKnownBitsFromOperator() local
/NextBSD/contrib/llvm/lib/Target/SystemZ/
HDSystemZISelLowering.cpp2789 SDValue LL = Op.getOperand(0); in lowerSMUL_LOHI() local