Home
last modified time | relevance | path

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

123456

/freebsd-14.2/crypto/openssl/crypto/whrlpool/asm/
H A Dwp-mmx.pl64 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 Dwp-x86_64.pl243 &LL(0x18,0x18,0x60,0x18,0xc0,0x78,0x30,0xd8);
244 &LL(0x23,0x23,0x8c,0x23,0x05,0xaf,0x46,0x26);
245 &LL(0xc6,0xc6,0x3f,0xc6,0x7e,0xf9,0x91,0xb8);
246 &LL(0xe8,0xe8,0x87,0xe8,0x13,0x6f,0xcd,0xfb);
247 &LL(0x87,0x87,0x26,0x87,0x4c,0xa1,0x13,0xcb);
248 &LL(0xb8,0xb8,0xda,0xb8,0xa9,0x62,0x6d,0x11);
249 &LL(0x01,0x01,0x04,0x01,0x08,0x05,0x02,0x09);
250 &LL(0x4f,0x4f,0x21,0x4f,0x42,0x6e,0x9e,0x0d);
251 &LL(0x36,0x36,0xd8,0x36,0xad,0xee,0x6c,0x9b);
252 &LL(0xa6,0xa6,0xa2,0xa6,0x59,0x04,0x51,0xff);
[all …]
/freebsd-14.2/crypto/openssl/crypto/whrlpool/
H A Dwp_block.c181 # define LL(c0,c1,c2,c3,c4,c5,c6,c7) c0,c1,c2,c3,c4,c5,c6,c7 macro
230 LL(0x18, 0x18, 0x60, 0x18, 0xc0, 0x78, 0x30, 0xd8),
231 LL(0x23, 0x23, 0x8c, 0x23, 0x05, 0xaf, 0x46, 0x26),
232 LL(0xc6, 0xc6, 0x3f, 0xc6, 0x7e, 0xf9, 0x91, 0xb8),
233 LL(0xe8, 0xe8, 0x87, 0xe8, 0x13, 0x6f, 0xcd, 0xfb),
234 LL(0x87, 0x87, 0x26, 0x87, 0x4c, 0xa1, 0x13, 0xcb),
235 LL(0xb8, 0xb8, 0xda, 0xb8, 0xa9, 0x62, 0x6d, 0x11),
236 LL(0x01, 0x01, 0x04, 0x01, 0x08, 0x05, 0x02, 0x09),
237 LL(0x4f, 0x4f, 0x21, 0x4f, 0x42, 0x6e, 0x9e, 0x0d),
238 LL(0x36, 0x36, 0xd8, 0x36, 0xad, 0xee, 0x6c, 0x9b),
[all …]
/freebsd-14.2/sys/crypto/des/
H A Ddes_locl.h214 LL^= \
237 LL^=des_SPtrans[0][u1]; \
238 LL^=des_SPtrans[2][u2]; \
242 LL^=des_SPtrans[4][u1]; \
243 LL^=des_SPtrans[6][u3]; \
248 LL^=des_SPtrans[1][u1]; \
249 LL^=des_SPtrans[3][u2]; \
253 LL^=des_SPtrans[5][u1]; \
254 LL^=des_SPtrans[7][u3]; }
265 LL^=des_SPtrans[0][u1]; \
[all …]
/freebsd-14.2/sys/crypto/rijndael/
H A Dtest00.c37 #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-14.2/contrib/llvm-project/libcxx/include/
H A Dratio271 typedef ratio<1LL, 1000000000000LL> pico;
272 typedef ratio<1LL, 1000000000LL> nano;
273 typedef ratio<1LL, 1000000LL> micro;
274 typedef ratio<1LL, 1000LL> milli;
275 typedef ratio<1LL, 100LL> centi;
276 typedef ratio<1LL, 10LL> deci;
277 typedef ratio< 10LL, 1LL> deca;
278 typedef ratio< 100LL, 1LL> hecto;
279 typedef ratio< 1000LL, 1LL> kilo;
280 typedef ratio< 1000000LL, 1LL> mega;
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp1104 LL.clear(); in pruneCoveredSets()
1127 LL.erase(LL.begin()+i); in pruneCoveredSets()
1128 n = LL.size(); in pruneCoveredSets()
1141 unsigned SR = LL[i-1].first.SrcR, IR = LL[i-1].first.InsR; in pruneUsesTooFar()
1150 LL.erase(LL.begin()+(i-1)); in pruneUsesTooFar()
1311 if (LL.empty()) in selectCandidates()
1320 LL.clear(); in selectCandidates()
1363 if (!LL.empty()) in selectCandidates()
1368 if (LL.empty()) in selectCandidates()
1370 unsigned SR = LL[0].first.SrcR, IR = LL[0].first.InsR; in selectCandidates()
[all …]
/freebsd-14.2/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-14.2/sys/contrib/openzfs/module/lua/
H A Dlobject.c238 #define LL(x) (sizeof(x)/sizeof(char) - 1) macro
260 addstr(out, RETS, LL(RETS)); in luaO_chunkid()
261 bufflen -= LL(RETS); in luaO_chunkid()
267 addstr(out, PRE, LL(PRE)); /* add prefix */ in luaO_chunkid()
268 bufflen -= LL(PRE RETS POS) + 1; /* save space for prefix+suffix+'\0' */ in luaO_chunkid()
276 addstr(out, RETS, LL(RETS)); in luaO_chunkid()
278 memcpy(out, POS, (LL(POS) + 1) * sizeof(char)); in luaO_chunkid()
/freebsd-14.2/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-14.2/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-14.2/tools/test/stress2/misc/
H A Dmidi2.sh82 pread(fd, buf, 0xbc59, 0x27dbb298LL);
83 pread(fd, buf, 0xbc59, 0x104e35c6d22eLL);
84 pread(fd, buf2, 0x40eddf, 0x405d1df88cbf41LL);
H A Dwrite.sh141 if (lseek(fd, 2LL << (arc4random() % 18),
183 t[i].blocks = 2LL << (arc4random() % 18);
/freebsd-14.2/contrib/tcpdump/
H A Dnetdissect-stdinc.h146 #define INT64_T_CONSTANT(constant) (constant##LL)
158 #define INT64_T_CONSTANT(constant) (constant##LL)
258 #define INT64_T_CONSTANT(constant) (constant##LL)
/freebsd-14.2/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-14.2/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-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp507 SDValue LL, LH, RL, RH, CL, CH; in SplitRes_Select() local
510 GetSplitOp(N->getOperand(1), LL, LH); in SplitRes_Select()
541 Lo = DAG.getNode(Opcode, dl, LL.getValueType(), CL, LL, RL); in SplitRes_Select()
550 Lo = DAG.getNode(Opcode, dl, LL.getValueType(), CL, LL, RL, EVLLo); in SplitRes_Select()
556 SDValue LL, LH, RL, RH; in SplitRes_SELECT_CC() local
558 GetSplitOp(N->getOperand(2), LL, LH); in SplitRes_SELECT_CC()
561 Lo = DAG.getNode(ISD::SELECT_CC, dl, LL.getValueType(), N->getOperand(0), in SplitRes_SELECT_CC()
562 N->getOperand(1), LL, RL, N->getOperand(4)); in SplitRes_SELECT_CC()
/freebsd-14.2/contrib/lua/src/
H A Dlobject.c581 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-14.2/sys/powerpc/include/
H A D_stdint.h57 #define INT64_C(c) (c ## LL)
73 #define __INT64_C(c) (c ## LL)
/freebsd-14.2/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-14.2/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-14.2/lib/libc/riscv/softfloat/
H A Driscv-gcc.h70 #define LIT64( a ) a##LL
/freebsd-14.2/lib/libc/powerpc64/softfloat/
H A Dpowerpc-gcc.h70 #define LIT64( a ) a##LL
/freebsd-14.2/lib/libc/powerpcspe/softfloat/
H A Dpowerpc-gcc.h70 #define LIT64( a ) a##LL
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCExpandAtomicPseudoInsts.cpp122 const MCInstrDesc &LL = TII->get(PPC::LQARX); in expandAtomicRMW128() local
162 BuildMI(CurrentMBB, DL, LL, Old).addReg(RA).addReg(RB); in expandAtomicRMW128()
223 const MCInstrDesc &LL = TII->get(PPC::LQARX); in expandAtomicCmpSwap128() local
263 BuildMI(CurrentMBB, DL, LL, Old).addReg(RA).addReg(RB); in expandAtomicCmpSwap128()

123456