Home
last modified time | relevance | path

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

12

/minix3/crypto/external/bsd/openssl/dist/crypto/whrlpool/asm/
H A Dwp-x86_64.pl48 sub LL(){ $code.=".byte ".join(',',@_).",".join(',',@_)."\n"; } subroutine
H A Dwp-mmx.pl55 sub LL() subroutine
/minix3/crypto/external/bsd/openssl/lib/libdes/
H A Ddes_locl.h167 #define D_ENCRYPT(LL,R,S) { \ argument
195 #define D_ENCRYPT(LL,R,S) { \ argument
223 #define D_ENCRYPT(LL,R,S) { \ argument
241 #define D_ENCRYPT(LL,R,S) {\ argument
270 #define D_ENCRYPT(LL,R,S) {\ argument
301 #define D_ENCRYPT(LL,R,S) {\ argument
/minix3/crypto/external/bsd/openssl/dist/crypto/des/
H A Ddes_locl.h222 # define D_ENCRYPT(LL,R,S) { \ argument
250 # define D_ENCRYPT(LL,R,S) { \ argument
278 # define D_ENCRYPT(LL,R,S) { \ argument
296 # define D_ENCRYPT(LL,R,S) {\ argument
325 # define D_ENCRYPT(LL,R,S) {\ argument
356 # define D_ENCRYPT(LL,R,S) {\ argument
/minix3/crypto/external/bsd/openssl/dist/crypto/bf/
H A Dbf_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
/minix3/lib/libc/gdtoa/test/
H A Ddtest.c68 long LL[2]; in main() local
H A Dddtest.c83 long LL[4]; in main() local
/minix3/crypto/external/bsd/openssl/dist/crypto/whrlpool/
H A Dwp_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
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp515 SDValue LL, LH, RL, RH, CL, CH; in SplitRes_SELECT() local
537 SDValue LL, LH, RL, RH; in SplitRes_SELECT_CC() local
H A DLegalizeIntegerTypes.cpp2067 SDValue LL, LH, RL, RH; in ExpandIntRes_Logical() local
2080 SDValue LL, LH, RL, RH; in ExpandIntRes_MUL() local
H A DTargetLowering.cpp2799 SelectionDAG &DAG, SDValue LL, SDValue LH, in expandMUL()
H A DDAGCombiner.cpp2663 SDValue LL, LR, RL, RR, CC0, CC1; in visitAND() local
3320 SDValue LL, LR, RL, RR, CC0, CC1; in visitOR() local
4770 SDValue Lo, Hi, LL, LH, RL, RH; in SplitVSETCC() local
5044 SDValue Lo, Hi, CCLo, CCHi, LL, LH, RL, RH; in visitVSELECT() local
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DScaledNumber.cpp26 uint64_t UL = getU(LHS), LL = getL(LHS), UR = getU(RHS), LR = getL(RHS); in multiply64() local
/minix3/minix/commands/cawf/
H A Dstore.c107 int LL = 78; /* line length (default) */ variable
/minix3/external/mit/lua/dist/src/
H A Dlobject.c467 #define LL(x) (sizeof(x)/sizeof(char) - 1) macro
/minix3/external/bsd/llvm/dist/clang/test/CodeGen/
H A Dxcore-stringtype.c33 long long LL, unsigned long long ULL, signed long long SLL, in builtinType()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DImmutableSet.h501 TreeTy *LL = getLeft(L); in balanceTree() local
/minix3/external/bsd/llvm/dist/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp678 StringRef U, F, L, LL; member
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1020 unsigned LL, SC, AND, NOR, ZERO, BEQ; in emitAtomicBinary() local
1236 unsigned LL = isMicroMips ? Mips::LL_MM : Mips::LL; in emitAtomicBinaryPartword() local
1294 unsigned LL, SC, ZERO, BNE, BEQ; in emitAtomicCmpSwap() local
1472 unsigned LL = isMicroMips ? Mips::LL_MM : Mips::LL; in emitAtomicCmpSwapPartword() local
/minix3/external/bsd/dhcp/dist/includes/
H A Ddhctoken.h350 LL = 650, enumerator
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DStmt.h1216 GotoStmt(LabelDecl *label, SourceLocation GL, SourceLocation LL) in GotoStmt()
1954 explicit SEHLeaveStmt(SourceLocation LL) in SEHLeaveStmt()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp675 SDValue LL, RL, AddendL, AddendH; in TryExpandADDWithMul() local
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dcxx1y-generic-lambdas.cpp788 auto LL = L(1, 'a', 3.14, "abc"); in test() local
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DValueTracking.cpp1207 Value *LL = LU->getOperand(0); in computeKnownBits() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp2253 std::vector<Value *> &LL = CandidatePairs2[S->second]; in choosePairs() local

12