/netbsd-src/sys/crypto/des/ |
H A D | des_locl.h | 145 #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
|
/netbsd-src/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
|
/netbsd-src/crypto/external/bsd/openssl.old/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
|
/netbsd-src/sys/crypto/blowfish/ |
H A D | bf_locl.h | 183 #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
|
/netbsd-src/crypto/external/bsd/openssl/dist/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
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/whrlpool/asm/ |
H A D | wp-x86_64.pl | 55 sub LL(){ $code.=".byte ".join(',',@_).",".join(',',@_)."\n"; } subroutine
|
H A D | wp-mmx.pl | 65 sub LL() subroutine
|
/netbsd-src/external/apache2/llvm/dist/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 586 unsigned LL, SC, ZERO, BEQ, SLT, SLTu, OR, MOVN, MOVZ, SELNEZ, SELEQZ; in expandAtomicBinOp() local
|
/netbsd-src/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
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bf/ |
H A D | bf_local.h | 76 # define BF_ENC(LL,R,S,P) ( \ argument
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bf/ |
H A D | bf_local.h | 76 # define BF_ENC(LL,R,S,P) ( \ argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonGenInsert.cpp | 590 const IFListType &LL = I->second; in dump_map() local 870 const RSListType &LL = I->second; in findRecordInsertForms() local 902 RSListType &LL = F->second; in findRecordInsertForms() local 1046 IFListType &LL = I->second; in computeRemovableRegisters() local 1068 IFListType &LL = F->second; in pruneCoveredSets() local 1154 IFListType &LL = F->second; in pruneUsesTooFar() local 1175 IFListType &LL = F->second; in pruneRegCopies() local 1291 const IFListType &LL = I->second; in selectCandidates() local 1328 IFListType &LL = I->second; in selectCandidates() local 1380 const IFListType &LL = I->second; in selectCandidates() local [all …]
|
/netbsd-src/external/lgpl3/gmp/dist/tests/ |
H A D | t-constants.c | 64 #define LL(l,ll) ll macro 66 #define LL(l,ll) l macro
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/whrlpool/ |
H A D | wp_block.c | 175 # 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 205 # define LL(c0,c1,c2,c3,c4,c5,c6,c7) c0,c1,c2,c3,c4,c5,c6,c7, \ macro
|
/netbsd-src/crypto/external/bsd/openssl/dist/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
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/range/ |
H A D | package.d | 462 auto LL = iota(1L, 4L); variable 862 auto LL = iota(1L, 10L); variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeTypesGeneric.cpp | 510 SDValue LL, LH, RL, RH, CL, CH; in SplitRes_SELECT() local 548 SDValue LL, LH, RL, RH; in SplitRes_SELECT_CC() local
|
/netbsd-src/external/lgpl3/gmp/dist/tests/mpz/ |
H A D | t-jac.c | 41 #define LL(l,ll) ll macro 43 #define LL(l,ll) l macro
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
H A D | sanitizer_format_interceptor_test.cc | 41 static const unsigned LL = sizeof(long long); variable
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/des/ |
H A D | des_local.h | 146 # define D_ENCRYPT(LL,R,S) { \ argument
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/des/ |
H A D | des_local.h | 146 # define D_ENCRYPT(LL,R,S) { \ argument
|
/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/mit/lua/dist/src/ |
H A D | llimits.h | 74 #define LL(x) (sizeof(x)/sizeof(char) - 1) macro
|