/minix3/crypto/external/bsd/openssl/dist/crypto/whrlpool/asm/ |
H A D | wp-x86_64.pl | 48 sub LL(){ $code.=".byte ".join(',',@_).",".join(',',@_)."\n"; } subroutine
|
H A D | wp-mmx.pl | 55 sub LL() subroutine
|
/minix3/crypto/external/bsd/openssl/lib/libdes/ |
H A D | des_locl.h | 167 #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 D | des_locl.h | 222 # 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 D | bf_locl.h | 166 # 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 D | dtest.c | 68 long LL[2]; in main() local
|
H A D | ddtest.c | 83 long LL[4]; in main() local
|
/minix3/crypto/external/bsd/openssl/dist/crypto/whrlpool/ |
H A D | wp_block.c | 156 # 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 D | LegalizeTypesGeneric.cpp | 515 SDValue LL, LH, RL, RH, CL, CH; in SplitRes_SELECT() local 537 SDValue LL, LH, RL, RH; in SplitRes_SELECT_CC() local
|
H A D | LegalizeIntegerTypes.cpp | 2067 SDValue LL, LH, RL, RH; in ExpandIntRes_Logical() local 2080 SDValue LL, LH, RL, RH; in ExpandIntRes_MUL() local
|
H A D | TargetLowering.cpp | 2799 SelectionDAG &DAG, SDValue LL, SDValue LH, in expandMUL()
|
H A D | DAGCombiner.cpp | 2663 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 D | ScaledNumber.cpp | 26 uint64_t UL = getU(LHS), LL = getL(LHS), UR = getU(RHS), LR = getL(RHS); in multiply64() local
|
/minix3/minix/commands/cawf/ |
H A D | store.c | 107 int LL = 78; /* line length (default) */ variable
|
/minix3/external/mit/lua/dist/src/ |
H A D | lobject.c | 467 #define LL(x) (sizeof(x)/sizeof(char) - 1) macro
|
/minix3/external/bsd/llvm/dist/clang/test/CodeGen/ |
H A D | xcore-stringtype.c | 33 long long LL, unsigned long long ULL, signed long long SLL, in builtinType()
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/ |
H A D | ImmutableSet.h | 501 TreeTy *LL = getLeft(L); in balanceTree() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Edit/ |
H A D | RewriteObjCFoundationAPI.cpp | 678 StringRef U, F, L, LL; member
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/ |
H A D | MipsISelLowering.cpp | 1020 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 D | dhctoken.h | 350 LL = 650, enumerator
|
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
H A D | Stmt.h | 1216 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 D | XCoreISelLowering.cpp | 675 SDValue LL, RL, AddendL, AddendH; in TryExpandADDWithMul() local
|
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/ |
H A D | cxx1y-generic-lambdas.cpp | 788 auto LL = L(1, 'a', 3.14, "abc"); in test() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 1207 Value *LL = LU->getOperand(0); in computeKnownBits() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/ |
H A D | BBVectorize.cpp | 2253 std::vector<Value *> &LL = CandidatePairs2[S->second]; in choosePairs() local
|