| /freebsd/crypto/openssl/crypto/whrlpool/asm/ |
| H A D | wp-mmx.pl | 64 sub LL() subroutine 235 &LL(0x18,0x18,0x60,0x18,0xc0,0x78,0x30,0xd8); 236 &LL(0x23,0x23,0x8c,0x23,0x05,0xaf,0x46,0x26); 237 &LL(0xc6,0xc6,0x3f,0xc6,0x7e,0xf9,0x91,0xb8); 238 &LL(0xe8,0xe8,0x87,0xe8,0x13,0x6f,0xcd,0xfb); 239 &LL(0x87,0x87,0x26,0x87,0x4c,0xa1,0x13,0xcb); 240 &LL(0xb8,0xb8,0xda,0xb8,0xa9,0x62,0x6d,0x11); 241 &LL(0x01,0x01,0x04,0x01,0x08,0x05,0x02,0x09); 242 &LL(0x4f,0x4f,0x21,0x4f,0x42,0x6e,0x9e,0x0d); 243 &LL(0x36,0x36,0xd8,0x36,0xad,0xee,0x6c,0x9b); [all …]
|
| H A D | wp-x86_64.pl | 57 sub LL(){ $code.=".byte ".join(',',@_).",".join(',',@_)."\n"; } subroutine 244 &LL(0x18,0x18,0x60,0x18,0xc0,0x78,0x30,0xd8); 245 &LL(0x23,0x23,0x8c,0x23,0x05,0xaf,0x46,0x26); 246 &LL(0xc6,0xc6,0x3f,0xc6,0x7e,0xf9,0x91,0xb8); 247 &LL(0xe8,0xe8,0x87,0xe8,0x13,0x6f,0xcd,0xfb); 248 &LL(0x87,0x87,0x26,0x87,0x4c,0xa1,0x13,0xcb); 249 &LL(0xb8,0xb8,0xda,0xb8,0xa9,0x62,0x6d,0x11); 250 &LL(0x01,0x01,0x04,0x01,0x08,0x05,0x02,0x09); 251 &LL(0x4f,0x4f,0x21,0x4f,0x42,0x6e,0x9e,0x0d); 252 &LL(0x36,0x36,0xd8,0x36,0xad,0xee,0x6c,0x9b); [all …]
|
| /freebsd/crypto/openssl/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 228 LL(0x18, 0x18, 0x60, 0x18, 0xc0, 0x78, 0x30, 0xd8), 229 LL(0x23, 0x23, 0x8c, 0x23, 0x05, 0xaf, 0x46, 0x26), 230 LL(0xc6, 0xc6, 0x3f, 0xc6, 0x7e, 0xf9, 0x91, 0xb8), 231 LL(0xe8, 0xe8, 0x87, 0xe8, 0x13, 0x6f, 0xcd, 0xfb), 232 LL(0x87, 0x87, 0x26, 0x87, 0x4c, 0xa1, 0x13, 0xcb), 233 LL(0xb8, 0xb8, 0xda, 0xb8, 0xa9, 0x62, 0x6d, 0x11), 234 LL(0x01, 0x01, 0x04, 0x01, 0x08, 0x05, 0x02, 0x09), [all …]
|
| /freebsd/sys/crypto/des/ |
| H A D | des_locl.h | 144 #define D_ENCRYPT(LL,R,S) { \ argument 152 LL^= *(const DES_LONG *)(des_SP +u1); \ 153 LL^= *(const DES_LONG *)(des_SP+0x200+u2); \ 157 LL^= *(const DES_LONG *)(des_SP+0x400+u1); \ 158 LL^= *(const DES_LONG *)(des_SP+0x600+u3); \ 163 LL^= *(const DES_LONG *)(des_SP+0x100+u1); \ 164 LL^= *(const DES_LONG *)(des_SP+0x300+u2); \ 168 LL^= *(const DES_LONG *)(des_SP+0x500+u1); \ 169 LL^= *(const DES_LONG *)(des_SP+0x700+u3); } 172 #define D_ENCRYPT(LL,R,S) { \ argument [all …]
|
| /freebsd/sys/crypto/rijndael/ |
| H A D | test00.c | 37 #define LL 32 macro 44 uint8_t in[LL]; in main() 45 uint8_t out[LL]; in main() 52 for (i = 0; i < LL; i++) in main() 54 rijndael_blockDecrypt(&ci, &ki, in, LL * 8, out); in main() 55 for (i = 0; i < LL; i++) in main() 58 rijndael_blockDecrypt(&ci, &ki, in, LL * 8, in); in main() 60 for (i = 0; i < LL; i++) { in main()
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | ratio | 138 static const intmax_t min = (1LL << (sizeof(intmax_t) * CHAR_BIT - 1)) + 1; 155 static const intmax_t min = (1LL << (sizeof(intmax_t) * CHAR_BIT - 1)) + 1; 169 static const intmax_t min = (1LL << (sizeof(intmax_t) * CHAR_BIT - 1)) + 1; 186 static const intmax_t min = (1LL << (sizeof(intmax_t) * CHAR_BIT - 1)) + 1; 197 static const intmax_t nan = (1LL << (sizeof(intmax_t) * CHAR_BIT - 1)); 230 static const intmax_t nan = (1LL << (sizeof(intmax_t) * CHAR_BIT - 1)); 268 typedef ratio<1LL, 1000000000000000000LL> atto; 269 typedef ratio<1LL, 1000000000000000LL> femto; 270 typedef ratio<1LL, 1000000000000LL> pico; 271 typedef ratio<1LL, 1000000000LL> nano; [all …]
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | ratio | 129 static const intmax_t min = (1LL << (sizeof(intmax_t) * CHAR_BIT - 1)) + 1; 146 static const intmax_t min = (1LL << (sizeof(intmax_t) * CHAR_BIT - 1)) + 1; 160 static const intmax_t min = (1LL << (sizeof(intmax_t) * CHAR_BIT - 1)) + 1; 177 static const intmax_t min = (1LL << (sizeof(intmax_t) * CHAR_BIT - 1)) + 1; 188 static const intmax_t nan = (1LL << (sizeof(intmax_t) * CHAR_BIT - 1)); 221 static const intmax_t nan = (1LL << (sizeof(intmax_t) * CHAR_BIT - 1)); 254 typedef ratio<1LL, 1000000000000000000LL> atto; 255 typedef ratio<1LL, 1000000000000000LL> femto; 256 typedef ratio<1LL, 1000000000000LL> pico; 257 typedef ratio<1LL, 1000000000LL> nano; [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonGenInsert.cpp | 579 const IFListType &LL = I.second; in dump_map() local 580 for (const auto &J : LL) in dump_map() 847 const RSListType &LL = I.second; in findRecordInsertForms() local 848 for (const auto &J : LL) in findRecordInsertForms() 877 RSListType &LL = F->second; in findRecordInsertForms() local 878 for (const auto &I : LL) { in findRecordInsertForms() 1024 IFListType &LL = I.second; in computeRemovableRegisters() local 1025 for (auto &J : LL) in computeRemovableRegisters() 1046 IFListType &LL = F->second; in pruneCoveredSets() local 1058 for (const auto &I : LL) { in pruneCoveredSets() [all …]
|
| /freebsd/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/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/crypto/openssl/crypto/bf/ |
| H A D | bf_local.h | 94 #define BF_ENC(LL, R, S, P) ( \ argument 95 LL ^= P, \ 96 …LL ^= (((S[((R >> 24) & 0xff)] + S[0x0100 + ((R >> 16) & 0xff)]) ^ S[0x0200 + ((R >> 8) & 0xff)]) …
|
| /freebsd/tools/test/stress2/misc/ |
| H A D | midi2.sh | 82 pread(fd, buf, 0xbc59, 0x27dbb298LL); 83 pread(fd, buf, 0xbc59, 0x104e35c6d22eLL); 84 pread(fd, buf2, 0x40eddf, 0x405d1df88cbf41LL);
|
| H A D | write.sh | 141 if (lseek(fd, 2LL << (arc4random() % 18), 183 t[i].blocks = 2LL << (arc4random() % 18);
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsExpandPseudo.cpp | 81 unsigned LL, SC; in expandAtomicCmpSwapSubword() local 90 LL = STI->hasMips32r6() ? Mips::LL_MMR6 : Mips::LL_MM; in expandAtomicCmpSwapSubword() 95 LL = STI->hasMips32r6() ? (ArePtrs64bit ? Mips::LL64_R6 : Mips::LL_R6) in expandAtomicCmpSwapSubword() 96 : (ArePtrs64bit ? Mips::LL64 : Mips::LL); in expandAtomicCmpSwapSubword() 144 BuildMI(loop1MBB, DL, TII->get(LL), Scratch).addReg(Ptr).addImm(0); in expandAtomicCmpSwapSubword() 212 unsigned LL, SC, ZERO, BNE, BEQ, MOVE; in expandAtomicCmpSwap() local 216 LL = STI->hasMips32r6() ? Mips::LL_MMR6 : Mips::LL_MM; in expandAtomicCmpSwap() 221 LL = STI->hasMips32r6() in expandAtomicCmpSwap() 223 : (ArePtrs64bit ? Mips::LL64 : Mips::LL); in expandAtomicCmpSwap() 234 LL = STI->hasMips64r6() ? Mips::LLD_R6 : Mips::LLD; in expandAtomicCmpSwap() [all …]
|
| /freebsd/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/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeTypesGeneric.cpp | 526 SDValue LL, LH, RL, RH, CL, CH; in SplitRes_Select() local 529 GetSplitOp(N->getOperand(1), LL, LH); in SplitRes_Select() 560 Lo = DAG.getNode(Opcode, dl, LL.getValueType(), CL, LL, RL); in SplitRes_Select() 569 Lo = DAG.getNode(Opcode, dl, LL.getValueType(), CL, LL, RL, EVLLo); in SplitRes_Select() 575 SDValue LL, LH, RL, RH; in SplitRes_SELECT_CC() local 577 GetSplitOp(N->getOperand(2), LL, LH); in SplitRes_SELECT_CC() 580 Lo = DAG.getNode(ISD::SELECT_CC, dl, LL.getValueType(), N->getOperand(0), in SplitRes_SELECT_CC() 581 N->getOperand(1), LL, RL, N->getOperand(4)); in SplitRes_SELECT_CC()
|
| /freebsd/contrib/lua/src/ |
| H A D | lobject.c | 581 addstr(out, RETS, LL(RETS)); in luaO_chunkid() 582 bufflen -= LL(RETS); in luaO_chunkid() 588 addstr(out, PRE, LL(PRE)); /* add prefix */ in luaO_chunkid() 589 bufflen -= LL(PRE RETS POS) + 1; /* save space for prefix+suffix+'\0' */ in luaO_chunkid() 597 addstr(out, RETS, LL(RETS)); in luaO_chunkid() 599 memcpy(out, POS, (LL(POS) + 1) * sizeof(char)); in luaO_chunkid()
|
| /freebsd/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | jemalloc_internal_macros.h | 25 #define KZD(z) ZD(z##LL) 27 #define KQD(q) QI(q##LL)
|
| /freebsd/sys/powerpc/include/ |
| H A D | _stdint.h | 55 #define INT64_C(c) (c ## LL) 67 #define __INT64_C(c) (c ## LL)
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCExpandAtomicPseudoInsts.cpp | 119 const MCInstrDesc &LL = TII->get(PPC::LQARX); in expandAtomicRMW128() local 159 BuildMI(CurrentMBB, DL, LL, Old).addReg(RA).addReg(RB); in expandAtomicRMW128() 217 const MCInstrDesc &LL = TII->get(PPC::LQARX); in expandAtomicCmpSwap128() local 257 BuildMI(CurrentMBB, DL, LL, Old).addReg(RA).addReg(RB); in expandAtomicCmpSwap128()
|
| /freebsd/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/contrib/ntp/libntp/ |
| H A D | adjtime.c | 43 long long big_sec, big_usec, new_correction = 0LL; in adjtime() 50 new_correction = (big_sec * 1000000LL) + big_usec; in adjtime() 65 if (prev_correction != 0LL) { in adjtime() 94 (long)olddelta->tv_sec = prev_correction / 1000000LL; in adjtime() 95 olddelta->tv_usec = prev_correction % 1000000LL; in adjtime()
|
| /freebsd/lib/libc/powerpc64/softfloat/ |
| H A D | powerpc-gcc.h | 70 #define LIT64( a ) a##LL
|
| /freebsd/lib/libc/riscv/softfloat/ |
| H A D | riscv-gcc.h | 70 #define LIT64( a ) a##LL
|
| /freebsd/lib/libc/powerpc/softfloat/ |
| H A D | powerpc-gcc.h | 74 #define LIT64( a ) a##LL
|