| /freebsd-12.1/crypto/openssl/crypto/whrlpool/asm/ |
| H A D | wp-mmx.pl | 65 sub LL() subroutine 236 &LL(0x18,0x18,0x60,0x18,0xc0,0x78,0x30,0xd8); 237 &LL(0x23,0x23,0x8c,0x23,0x05,0xaf,0x46,0x26); 238 &LL(0xc6,0xc6,0x3f,0xc6,0x7e,0xf9,0x91,0xb8); 239 &LL(0xe8,0xe8,0x87,0xe8,0x13,0x6f,0xcd,0xfb); 240 &LL(0x87,0x87,0x26,0x87,0x4c,0xa1,0x13,0xcb); 241 &LL(0xb8,0xb8,0xda,0xb8,0xa9,0x62,0x6d,0x11); 242 &LL(0x01,0x01,0x04,0x01,0x08,0x05,0x02,0x09); 243 &LL(0x4f,0x4f,0x21,0x4f,0x42,0x6e,0x9e,0x0d); 244 &LL(0x36,0x36,0xd8,0x36,0xad,0xee,0x6c,0x9b); [all …]
|
| H A D | wp-x86_64.pl | 241 &LL(0x18,0x18,0x60,0x18,0xc0,0x78,0x30,0xd8); 242 &LL(0x23,0x23,0x8c,0x23,0x05,0xaf,0x46,0x26); 243 &LL(0xc6,0xc6,0x3f,0xc6,0x7e,0xf9,0x91,0xb8); 244 &LL(0xe8,0xe8,0x87,0xe8,0x13,0x6f,0xcd,0xfb); 245 &LL(0x87,0x87,0x26,0x87,0x4c,0xa1,0x13,0xcb); 246 &LL(0xb8,0xb8,0xda,0xb8,0xa9,0x62,0x6d,0x11); 247 &LL(0x01,0x01,0x04,0x01,0x08,0x05,0x02,0x09); 248 &LL(0x4f,0x4f,0x21,0x4f,0x42,0x6e,0x9e,0x0d); 249 &LL(0x36,0x36,0xd8,0x36,0xad,0xee,0x6c,0x9b); 250 &LL(0xa6,0xa6,0xa2,0xa6,0x59,0x04,0x51,0xff); [all …]
|
| /freebsd-12.1/crypto/openssl/crypto/whrlpool/ |
| H A D | wp_block.c | 161 # define LL(c0,c1,c2,c3,c4,c5,c6,c7) c0,c1,c2,c3,c4,c5,c6,c7 macro 210 LL(0x18, 0x18, 0x60, 0x18, 0xc0, 0x78, 0x30, 0xd8), 211 LL(0x23, 0x23, 0x8c, 0x23, 0x05, 0xaf, 0x46, 0x26), 212 LL(0xc6, 0xc6, 0x3f, 0xc6, 0x7e, 0xf9, 0x91, 0xb8), 213 LL(0xe8, 0xe8, 0x87, 0xe8, 0x13, 0x6f, 0xcd, 0xfb), 214 LL(0x87, 0x87, 0x26, 0x87, 0x4c, 0xa1, 0x13, 0xcb), 215 LL(0xb8, 0xb8, 0xda, 0xb8, 0xa9, 0x62, 0x6d, 0x11), 216 LL(0x01, 0x01, 0x04, 0x01, 0x08, 0x05, 0x02, 0x09), 217 LL(0x4f, 0x4f, 0x21, 0x4f, 0x42, 0x6e, 0x9e, 0x0d), 218 LL(0x36, 0x36, 0xd8, 0x36, 0xad, 0xee, 0x6c, 0x9b), [all …]
|
| /freebsd-12.1/sys/crypto/des/ |
| H A D | des_locl.h | 215 LL^= \ 238 LL^=des_SPtrans[0][u1]; \ 239 LL^=des_SPtrans[2][u2]; \ 243 LL^=des_SPtrans[4][u1]; \ 244 LL^=des_SPtrans[6][u3]; \ 249 LL^=des_SPtrans[1][u1]; \ 250 LL^=des_SPtrans[3][u2]; \ 254 LL^=des_SPtrans[5][u1]; \ 255 LL^=des_SPtrans[7][u3]; } 266 LL^=des_SPtrans[0][u1]; \ [all …]
|
| /freebsd-12.1/sys/crypto/rijndael/ |
| H A D | test00.c | 39 #define LL 32 macro 46 uint8_t in[LL]; in main() 47 uint8_t out[LL]; in main() 54 for (i = 0; i < LL; i++) in main() 56 rijndael_blockDecrypt(&ci, &ki, in, LL * 8, out); in main() 57 for (i = 0; i < LL; i++) in main() 60 rijndael_blockDecrypt(&ci, &ki, in, LL * 8, in); in main() 62 for (i = 0; i < LL; i++) { in main()
|
| /freebsd-12.1/contrib/libc++/include/ |
| H A D | ratio | 274 typedef ratio<1LL, 1000000000000000000LL> atto; 276 typedef ratio<1LL, 1000000000000LL> pico; 277 typedef ratio<1LL, 1000000000LL> nano; 281 typedef ratio<1LL, 10LL> deci; 282 typedef ratio< 10LL, 1LL> deca; 284 typedef ratio< 1000LL, 1LL> kilo; 285 typedef ratio< 1000000LL, 1LL> mega; 286 typedef ratio< 1000000000LL, 1LL> giga; 289 typedef ratio<1000000000000000000LL, 1LL> exa; 469 struct __ratio_less<_R1, _R2, 1LL, 1LL> [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonGenInsert.cpp | 1044 findRemovableRegisters(I->first, LL[i].first, LL[i].second); in computeRemovableRegisters() 1090 LL.erase(End, LL.end()); in pruneCoveredSets() 1120 LL.clear(); in pruneCoveredSets() 1143 LL.erase(LL.begin()+i); in pruneCoveredSets() 1144 n = LL.size(); in pruneCoveredSets() 1157 unsigned SR = LL[i-1].first.SrcR, IR = LL[i-1].first.InsR; in pruneUsesTooFar() 1166 LL.erase(LL.begin()+(i-1)); in pruneUsesTooFar() 1180 LL.erase(End, LL.end()); in pruneRegCopies() 1338 LL.clear(); in selectCandidates() 1388 unsigned SR = LL[0].first.SrcR, IR = LL[0].first.InsR; in selectCandidates() [all …]
|
| /freebsd-12.1/sys/crypto/blowfish/ |
| H A D | bf_locl.h | 183 #define BF_ENC(LL,R,S,P) \ argument 197 LL^=P; \ 199 LL^=t; \ 206 #define BF_ENC(LL,R,S,P) \ argument 207 LL^=P; \ 208 LL^= (((*(BF_LONG *)((unsigned char *)&(S[ 0])+((R>>BF_0)&BF_M))+ \ 218 #define BF_ENC(LL,R,S,P) \ argument 219 LL^=P; \ 220 LL^=((( S[ (R>>24L) ] + \
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugLoc.cpp | 89 LocationList LL; in parseOneLocationList() local 90 LL.Offset = *Offset; in parseOneLocationList() 111 return LL; in parseOneLocationList() 128 LL.Entries.push_back(std::move(E)); in parseOneLocationList() 138 if (auto LL = parseOneLocationList(data, &Offset)) in parse() local 139 Locations.push_back(std::move(*LL)); in parse() 150 LocationList LL; in parseOneLocationList() local 151 LL.Offset = *Offset; in parseOneLocationList() 196 LL.Entries.push_back(std::move(E)); in parseOneLocationList() 198 return LL; in parseOneLocationList() [all …]
|
| H A D | DWARFDie.cpp | 101 auto LL = DebugLoc.parseOneLocationList(Data, &Offset); in dumpLocation() local 102 if (LL) { in dumpLocation() 106 LL->dump(OS, Ctx.isLittleEndian(), Obj.getAddressSize(), MRI, BaseAddr, in dumpLocation() 125 auto LL = DWARFDebugLoclists::parseOneLocationList( in dumpLocation() local 132 if (LL) in dumpLocation() 133 LL->dump(OS, BaseAddr, Ctx.isLittleEndian(), Obj.getAddressSize(), MRI, in dumpLocation()
|
| /freebsd-12.1/sys/contrib/ck/include/ |
| H A D | ck_cohort.h | 50 #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 86 LL(cohort->local_lock, local_context); \ 125 #define CK_COHORT_TRYLOCK_PROTOTYPE(N, GL, GU, GI, GTL, LL, LU, LI, LTL) \ argument 126 CK_COHORT_PROTOTYPE(N, GL, GU, GI, LL, LU, LI) \
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MipsExpandPseudo.cpp | 83 unsigned LL, SC; in expandAtomicCmpSwapSubword() local 92 LL = STI->hasMips32r6() ? Mips::LL_MMR6 : Mips::LL_MM; in expandAtomicCmpSwapSubword() 214 unsigned LL, SC, ZERO, BNE, BEQ, MOVE; in expandAtomicCmpSwap() local 223 LL = STI->hasMips32r6() in expandAtomicCmpSwap() 225 : (ArePtrs64bit ? Mips::LL64 : Mips::LL); in expandAtomicCmpSwap() 236 LL = STI->hasMips64r6() ? Mips::LLD_R6 : Mips::LLD; in expandAtomicCmpSwap() 312 unsigned LL, SC; in expandAtomicBinOpSubword() local 492 unsigned LL, SC, ZERO, BEQ; in expandAtomicBinOp() local 500 LL = STI->hasMips32r6() in expandAtomicBinOp() 502 : (ArePtrs64bit ? Mips::LL64 : Mips::LL); in expandAtomicBinOp() [all …]
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| H A D | lobject.c | 240 #define LL(x) (sizeof(x)/sizeof(char) - 1) macro 262 addstr(out, RETS, LL(RETS)); in luaO_chunkid() 263 bufflen -= LL(RETS); in luaO_chunkid() 269 addstr(out, PRE, LL(PRE)); /* add prefix */ in luaO_chunkid() 270 bufflen -= LL(PRE RETS POS) + 1; /* save space for prefix+suffix+'\0' */ in luaO_chunkid() 278 addstr(out, RETS, LL(RETS)); in luaO_chunkid() 280 memcpy(out, POS, (LL(POS) + 1) * sizeof(char)); in luaO_chunkid()
|
| /freebsd-12.1/crypto/openssl/crypto/bf/ |
| H A D | bf_locl.h | 76 # define BF_ENC(LL,R,S,P) ( \ argument 77 LL^=P, \ 78 LL^=((( S[ ((R>>24)&0xff)] + \
|
| /freebsd-12.1/contrib/lua/src/ |
| H A D | lobject.c | 479 #define LL(x) (sizeof(x)/sizeof(char) - 1) macro 501 addstr(out, RETS, LL(RETS)); in luaO_chunkid() 502 bufflen -= LL(RETS); in luaO_chunkid() 508 addstr(out, PRE, LL(PRE)); /* add prefix */ in luaO_chunkid() 509 bufflen -= LL(PRE RETS POS) + 1; /* save space for prefix+suffix+'\0' */ in luaO_chunkid() 517 addstr(out, RETS, LL(RETS)); in luaO_chunkid() 519 memcpy(out, POS, (LL(POS) + 1) * sizeof(char)); in luaO_chunkid()
|
| /freebsd-12.1/crypto/openssh/ |
| H A D | aclocal.m4 | 22 long long int n = argc * 12345LL, o = 12345LL * (long long int)argc; 59 long long int n = argc * 12345LL, o = 12345LL * (long long int)argc; 97 long long int n = argc * 12345LL, o = 12345LL * (long long int)argc;
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeTypesGeneric.cpp | 520 SDValue Lo, Hi, LL, LH, RL, RH; in SplitVSETCC() local 521 std::tie(LL, LH) = DAG.SplitVectorOperand(N, 0); in SplitVSETCC() 524 Lo = DAG.getNode(N->getOpcode(), DL, LoVT, LL, RL, N->getOperand(2)); in SplitVSETCC() 531 SDValue LL, LH, RL, RH, CL, CH; in SplitRes_SELECT() local 533 GetSplitOp(N->getOperand(1), LL, LH); in SplitRes_SELECT() 554 Lo = DAG.getNode(N->getOpcode(), dl, LL.getValueType(), CL, LL, RL); in SplitRes_SELECT() 560 SDValue LL, LH, RL, RH; in SplitRes_SELECT_CC() local 562 GetSplitOp(N->getOperand(2), LL, LH); in SplitRes_SELECT_CC() 565 Lo = DAG.getNode(ISD::SELECT_CC, dl, LL.getValueType(), N->getOperand(0), in SplitRes_SELECT_CC() 566 N->getOperand(1), LL, RL, N->getOperand(4)); in SplitRes_SELECT_CC()
|
| /freebsd-12.1/contrib/compiler-rt/lib/builtins/hexagon/ |
| H A D | dfsqrt.S | 164 #define LL r5:4 macro 251 LL = mpyu(ROOTLO,ROOTLO) define 256 HL += lsr(LL,#33) 257 LL += asl(HL,#33) 262 REM_LO = sub(REM_LO,LL,P_CARRY0):carry 270 #undef LL
|
| /freebsd-12.1/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | jemalloc_internal_macros.h | 21 #define KZD(z) ZD(z##LL) 23 #define KQD(q) QI(q##LL)
|
| /freebsd-12.1/sys/powerpc/include/ |
| H A D | _stdint.h | 59 #define INT64_C(c) (c ## LL) 75 #define __INT64_C(c) (c ## LL)
|
| /freebsd-12.1/sys/mips/include/ |
| H A D | _stdint.h | 60 #define INT64_C(c) (c ## LL) 76 #define __INT64_C(c) (c ## LL)
|
| /freebsd-12.1/sys/contrib/octeon-sdk/ |
| H A D | cvmx-address.h | 62 CVMX_MIPS_SPACE_XUSEG = 0LL 66 CVMX_MIPS_XKSEG_SPACE_KSEG0 = 0LL,
|
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | ScaledNumber.cpp | 28 uint64_t UL = getU(LHS), LL = getL(LHS), UR = getU(RHS), LR = getL(RHS); in multiply64() local 31 uint64_t P1 = UL * UR, P2 = UL * LR, P3 = LL * UR, P4 = LL * LR; in multiply64()
|
| /freebsd-12.1/contrib/ntp/libntp/ |
| H A D | adjtime.c | 43 long long big_sec, big_usec, new_correction = 0LL; in adjtime() 65 if (prev_correction != 0LL) { in adjtime()
|
| /freebsd-12.1/crypto/openssl/crypto/des/ |
| H A D | des_locl.h | 146 # define D_ENCRYPT(LL,R,S) { \ argument 149 LL^= \
|