| /freebsd-13.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-13.1/crypto/openssl/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 224 LL(0x18, 0x18, 0x60, 0x18, 0xc0, 0x78, 0x30, 0xd8), 225 LL(0x23, 0x23, 0x8c, 0x23, 0x05, 0xaf, 0x46, 0x26), 226 LL(0xc6, 0xc6, 0x3f, 0xc6, 0x7e, 0xf9, 0x91, 0xb8), 227 LL(0xe8, 0xe8, 0x87, 0xe8, 0x13, 0x6f, 0xcd, 0xfb), 228 LL(0x87, 0x87, 0x26, 0x87, 0x4c, 0xa1, 0x13, 0xcb), 229 LL(0xb8, 0xb8, 0xda, 0xb8, 0xa9, 0x62, 0x6d, 0x11), 230 LL(0x01, 0x01, 0x04, 0x01, 0x08, 0x05, 0x02, 0x09), 231 LL(0x4f, 0x4f, 0x21, 0x4f, 0x42, 0x6e, 0x9e, 0x0d), 232 LL(0x36, 0x36, 0xd8, 0x36, 0xad, 0xee, 0x6c, 0x9b), [all …]
|
| /freebsd-13.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-13.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-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | ratio | 273 typedef ratio<1LL, 1000000000000000000LL> atto; 275 typedef ratio<1LL, 1000000000000LL> pico; 276 typedef ratio<1LL, 1000000000LL> nano; 280 typedef ratio<1LL, 10LL> deci; 281 typedef ratio< 10LL, 1LL> deca; 283 typedef ratio< 1000LL, 1LL> kilo; 284 typedef ratio< 1000000LL, 1LL> mega; 285 typedef ratio< 1000000000LL, 1LL> giga; 288 typedef ratio<1000000000000000000LL, 1LL> exa; 468 struct __ratio_less<_R1, _R2, 1LL, 1LL> [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonGenInsert.cpp | 1048 findRemovableRegisters(I->first, LL[i].first, LL[i].second); in computeRemovableRegisters() 1122 LL.clear(); in pruneCoveredSets() 1145 LL.erase(LL.begin()+i); in pruneCoveredSets() 1146 n = LL.size(); in pruneCoveredSets() 1159 unsigned SR = LL[i-1].first.SrcR, IR = LL[i-1].first.InsR; in pruneUsesTooFar() 1168 LL.erase(LL.begin()+(i-1)); in pruneUsesTooFar() 1329 if (LL.empty()) in selectCandidates() 1338 LL.clear(); in selectCandidates() 1386 if (LL.empty()) in selectCandidates() 1388 unsigned SR = LL[0].first.SrcR, IR = LL[0].first.InsR; in selectCandidates() [all …]
|
| /freebsd-13.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-13.1/sys/contrib/openzfs/module/lua/ |
| H A D | lobject.c | 239 #define LL(x) (sizeof(x)/sizeof(char) - 1) macro 261 addstr(out, RETS, LL(RETS)); in luaO_chunkid() 262 bufflen -= LL(RETS); in luaO_chunkid() 268 addstr(out, PRE, LL(PRE)); /* add prefix */ in luaO_chunkid() 269 bufflen -= LL(PRE RETS POS) + 1; /* save space for prefix+suffix+'\0' */ in luaO_chunkid() 277 addstr(out, RETS, LL(RETS)); in luaO_chunkid() 279 memcpy(out, POS, (LL(POS) + 1) * sizeof(char)); in luaO_chunkid()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsExpandPseudo.cpp | 82 unsigned LL, SC; in expandAtomicCmpSwapSubword() local 91 LL = STI->hasMips32r6() ? Mips::LL_MMR6 : Mips::LL_MM; in expandAtomicCmpSwapSubword() 213 unsigned LL, SC, ZERO, BNE, BEQ, MOVE; in expandAtomicCmpSwap() local 217 LL = STI->hasMips32r6() ? Mips::LL_MMR6 : Mips::LL_MM; in expandAtomicCmpSwap() 222 LL = STI->hasMips32r6() in expandAtomicCmpSwap() 224 : (ArePtrs64bit ? Mips::LL64 : Mips::LL); in expandAtomicCmpSwap() 235 LL = STI->hasMips64r6() ? Mips::LLD_R6 : Mips::LLD; in expandAtomicCmpSwap() 316 LL = STI->hasMips32r6() ? Mips::LL_MMR6 : Mips::LL_MM; in expandAtomicBinOpSubword() 601 LL = STI->hasMips32r6() in expandAtomicBinOp() 603 : (ArePtrs64bit ? Mips::LL64 : Mips::LL); in expandAtomicBinOp() [all …]
|
| /freebsd-13.1/crypto/openssl/crypto/bf/ |
| H A D | bf_local.h | 76 # define BF_ENC(LL,R,S,P) ( \ argument 77 LL^=P, \ 78 LL^=((( S[ ((R>>24)&0xff)] + \
|
| /freebsd-13.1/crypto/openssh/m4/ |
| H A D | openssh.m4 | 23 long long int n = argc * 12345LL, o = 12345LL * (long long int)argc; 71 long long int n = argc * 12345LL, o = 12345LL * (long long int)argc; 110 long long int n = argc * 12345LL, o = 12345LL * (long long int)argc;
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/ |
| H A D | dfsqrt.S | 163 #define LL r5:4 macro 250 LL = mpyu(ROOTLO,ROOTLO) define 255 HL += lsr(LL,#33) 256 LL += asl(HL,#33) 261 REM_LO = sub(REM_LO,LL,P_CARRY0):carry 269 #undef LL
|
| /freebsd-13.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-13.1/contrib/lua/src/ |
| H A D | lobject.c | 571 addstr(out, RETS, LL(RETS)); in luaO_chunkid() 572 bufflen -= LL(RETS); in luaO_chunkid() 578 addstr(out, PRE, LL(PRE)); /* add prefix */ in luaO_chunkid() 579 bufflen -= LL(PRE RETS POS) + 1; /* save space for prefix+suffix+'\0' */ in luaO_chunkid() 587 addstr(out, RETS, LL(RETS)); in luaO_chunkid() 589 memcpy(out, POS, (LL(POS) + 1) * sizeof(char)); in luaO_chunkid()
|
| /freebsd-13.1/sys/mips/include/ |
| H A D | _stdint.h | 60 #define INT64_C(c) (c ## LL) 76 #define __INT64_C(c) (c ## LL)
|
| /freebsd-13.1/sys/powerpc/include/ |
| H A D | _stdint.h | 59 #define INT64_C(c) (c ## LL) 75 #define __INT64_C(c) (c ## LL)
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeTypesGeneric.cpp | 510 SDValue LL, LH, RL, RH, CL, CH; in SplitRes_SELECT() local 512 GetSplitOp(N->getOperand(1), LL, LH); in SplitRes_SELECT() 542 Lo = DAG.getNode(N->getOpcode(), dl, LL.getValueType(), CL, LL, RL); in SplitRes_SELECT() 548 SDValue LL, LH, RL, RH; in SplitRes_SELECT_CC() local 550 GetSplitOp(N->getOperand(2), LL, LH); in SplitRes_SELECT_CC() 553 Lo = DAG.getNode(ISD::SELECT_CC, dl, LL.getValueType(), N->getOperand(0), in SplitRes_SELECT_CC() 554 N->getOperand(1), LL, RL, N->getOperand(4)); in SplitRes_SELECT_CC()
|
| /freebsd-13.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-13.1/contrib/llvm-project/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 30 uint64_t P1 = UL * UR, P2 = UL * LR, P3 = LL * UR, P4 = LL * LR; in multiply64()
|
| /freebsd-13.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-13.1/lib/libc/powerpcspe/softfloat/ |
| H A D | powerpc-gcc.h | 71 #define LIT64( a ) a##LL
|
| /freebsd-13.1/lib/libc/powerpc64/softfloat/ |
| H A D | powerpc-gcc.h | 71 #define LIT64( a ) a##LL
|
| /freebsd-13.1/lib/libc/riscv/softfloat/ |
| H A D | riscv-gcc.h | 71 #define LIT64( a ) a##LL
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCExpandAtomicPseudoInsts.cpp | 113 const MCInstrDesc &LL = TII->get(PPC::LQARX); in expandAtomicRMW128() local 153 BuildMI(CurrentMBB, DL, LL, Old).addReg(RA).addReg(RB); in expandAtomicRMW128() 212 const MCInstrDesc &LL = TII->get(PPC::LQARX); in expandAtomicCmpSwap128() local 257 BuildMI(CurrentMBB, DL, LL, Old).addReg(RA).addReg(RB); in expandAtomicCmpSwap128()
|