Home
last modified time | relevance | path

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

123456

/src/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.pl57 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 …]
/src/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
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 …]
/src/sys/crypto/des/
H A Ddes_locl.h144 #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 …]
/src/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()
/src/contrib/llvm-project/libcxx/include/
H A Dratio138 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 …]
/src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp587 const IFListType &LL = I.second; in dump_map() local
588 for (const auto &J : LL) in dump_map()
855 const RSListType &LL = I.second; in findRecordInsertForms() local
856 for (const auto &J : LL) in findRecordInsertForms()
885 RSListType &LL = F->second; in findRecordInsertForms() local
886 for (const auto &I : LL) { in findRecordInsertForms()
1028 IFListType &LL = I.second; in computeRemovableRegisters() local
1029 for (auto &J : LL) in computeRemovableRegisters()
1050 IFListType &LL = F->second; in pruneCoveredSets() local
1062 for (const auto &I : LL) { in pruneCoveredSets()
[all …]
/src/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) \
/src/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()
/src/crypto/openssl/crypto/bf/
H A Dbf_local.h94 #define BF_ENC(LL, R, S, P) ( \ argument
95 LL ^= P, \
96LL ^= (((S[((R >> 24) & 0xff)] + S[0x0100 + ((R >> 16) & 0xff)]) ^ S[0x0200 + ((R >> 8) & 0xff)]) …
/src/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()
96 LL = STI->hasMips32r6() ? (ArePtrs64bit ? Mips::LL64_R6 : Mips::LL_R6) in expandAtomicCmpSwapSubword()
97 : (ArePtrs64bit ? Mips::LL64 : Mips::LL); in expandAtomicCmpSwapSubword()
145 BuildMI(loop1MBB, DL, TII->get(LL), Scratch).addReg(Ptr).addImm(0); 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()
[all …]
/src/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);
/src/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
/src/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()
/src/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()
/src/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_macros.h25 #define KZD(z) ZD(z##LL)
27 #define KQD(q) QI(q##LL)
/src/sys/powerpc/include/
H A D_stdint.h57 #define INT64_C(c) (c ## LL)
73 #define __INT64_C(c) (c ## LL)
/src/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()
/src/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()
/src/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()
220 const MCInstrDesc &LL = TII->get(PPC::LQARX); in expandAtomicCmpSwap128() local
260 BuildMI(CurrentMBB, DL, LL, Old).addReg(RA).addReg(RB); in expandAtomicCmpSwap128()
/src/lib/libc/riscv/softfloat/
H A Driscv-gcc.h70 #define LIT64( a ) a##LL
/src/lib/libc/powerpc64/softfloat/
H A Dpowerpc-gcc.h70 #define LIT64( a ) a##LL
/src/lib/libc/powerpc/softfloat/
H A Dpowerpc-gcc.h74 #define LIT64( a ) a##LL
/src/crypto/openssl/crypto/des/
H A Ddes_local.h171 #define D_ENCRYPT(LL, R, S) … argument
175LL ^= DES_SPtrans[0][(u >> 2L) & 0x3f] ^ DES_SPtrans[2][(u >> 10L) & 0x3f] ^ DES_SPtrans[4][(u >> …

123456