Home
last modified time | relevance | path

Searched refs:LL (Results 1 – 25 of 124) sorted by relevance

12345

/freebsd-13.1/crypto/openssl/crypto/whrlpool/asm/
H A Dwp-mmx.pl65 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 Dwp-x86_64.pl241 &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 Dwp_block.c175 # 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 Ddes_locl.h215 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 Dtest00.c39 #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 Dratio273 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 DHexagonGenInsert.cpp1048 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 Dck_cohort.h50 #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 Dlobject.c239 #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 DMipsExpandPseudo.cpp82 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 Dbf_local.h76 # 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 Dopenssh.m423 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 Ddfsqrt.S163 #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 Djemalloc_internal_macros.h21 #define KZD(z) ZD(z##LL)
23 #define KQD(q) QI(q##LL)
/freebsd-13.1/contrib/lua/src/
H A Dlobject.c571 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.h60 #define INT64_C(c) (c ## LL)
76 #define __INT64_C(c) (c ## LL)
/freebsd-13.1/sys/powerpc/include/
H A D_stdint.h59 #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 DLegalizeTypesGeneric.cpp510 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 Dcvmx-address.h62 CVMX_MIPS_SPACE_XUSEG = 0LL
66 CVMX_MIPS_XKSEG_SPACE_KSEG0 = 0LL,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DScaledNumber.cpp27 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 Dadjtime.c43 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 Dpowerpc-gcc.h71 #define LIT64( a ) a##LL
/freebsd-13.1/lib/libc/powerpc64/softfloat/
H A Dpowerpc-gcc.h71 #define LIT64( a ) a##LL
/freebsd-13.1/lib/libc/riscv/softfloat/
H A Driscv-gcc.h71 #define LIT64( a ) a##LL
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCExpandAtomicPseudoInsts.cpp113 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()

12345