Home
last modified time | relevance | path

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

12345678

/openbsd-src/lib/libcrypto/whrlpool/
H A Dwhirlpool.c
/openbsd-src/lib/libcrypto/des/
H A Ddes_local.h144 #define D_ENCRYPT(LL,R,S) { \
147 LL^= \
158 D_ENCRYPT(LL,R,S) global() argument
186 D_ENCRYPT(LL,R,S) global() argument
214 D_ENCRYPT(LL,R,S) global() argument
232 D_ENCRYPT(LL,R,S) global() argument
261 D_ENCRYPT(LL,R,S) global() argument
292 D_ENCRYPT(LL,R,S) global() argument
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dconversion.c212 if (sll2f(0LL) != (float) 0LL) /* 0 */ in test_longlong_integer_to_float()
214 if (sll2f(~0LL) != (float) ~0LL) /* 0xffffffff */ in test_longlong_integer_to_float()
221 if (sll2d(0LL) != (double) 0LL) /* 0 */ in test_longlong_integer_to_float()
223 if (sll2d(~0LL) != (double) ~0LL) /* 0xffffffff */ in test_longlong_integer_to_float()
230 if (sll2ld(0LL) != (long double) 0LL) /* 0 */ in test_longlong_integer_to_float()
232 if (sll2ld(~0LL) != (long double) ~0LL) /* 0xffffffff */ in test_longlong_integer_to_float()
434 if (f2ull(0.0) != 0LL) in test_float_to_longlong_integer()
436 if (f2ull(0.999) != 0LL) in test_float_to_longlong_integer()
448 if (d2ull(0.0) != 0LL) in test_float_to_longlong_integer()
450 if (d2ull(0.999) != 0LL) in test_float_to_longlong_integer()
[all …]
H A Dtstdi-1.c60 if (feq (0LL) != TRUE) in main()
73 if (fne (0LL) != FALSE) in main()
86 if (flt (0LL) != FALSE) in main()
99 if (fge (0LL) != TRUE) in main()
112 if (fgt (0LL) != FALSE) in main()
125 if (fle (0LL) != TRUE) in main()
H A Dbuiltin-abs-2.c31 volatile long long ll0 = 0LL, ll1 = 1LL, llm1 = -1LL; in main()
75 if (__builtin_llabs (ll0) != 0LL) in main()
77 if (__builtin_llabs (0LL) != 0LL) in main()
H A Dbuiltin-abs-1.c35 volatile long long ll0 = 0LL, ll1 = 1LL, llm1 = -1LL; in main()
79 if (llabs (ll0) != 0LL) in main()
81 if (llabs (0LL) != 0LL) in main()
H A Dashrdi-1.c73 0LL
178 0LL
/openbsd-src/gnu/llvm/libcxx/include/
H A Dratio143 static const intmax_t min = (1LL << (sizeof(intmax_t) * CHAR_BIT - 1)) + 1;
161 static const intmax_t min = (1LL << (sizeof(intmax_t) * CHAR_BIT - 1)) + 1;
175 static const intmax_t min = (1LL << (sizeof(intmax_t) * CHAR_BIT - 1)) + 1;
193 static const intmax_t min = (1LL << (sizeof(intmax_t) * CHAR_BIT - 1)) + 1;
204 static const intmax_t nan = (1LL << (sizeof(intmax_t) * CHAR_BIT - 1));
240 static const intmax_t nan = (1LL << (sizeof(intmax_t) * CHAR_BIT - 1));
275 typedef ratio<1LL, 1000000000000000000LL> atto;
276 typedef ratio<1LL, 1000000000000000LL> femto;
277 typedef ratio<1LL, 1000000000000LL> pico;
278 typedef ratio<1LL, 1000000000LL> nano;
[all …]
/openbsd-src/sys/arch/sparc64/include/
H A Dpte.h159 (((valid)?SUN4U_TLB_V:0LL)|SUN4U_TLB_SZ(sz)|\
162 ((priv)?SUN4U_TLB_P:0LL)|((write)?SUN4U_TLB_W:0LL)|((g)?SUN4U_TLB_G:0LL)|\
163 ((ie)?SUN4U_TLB_IE:0LL))
198 (((valid)?SUN4V_TLB_V:0LL)|SUN4V_TLB_SZ(sz)|\
201 ((priv)?SUN4V_TLB_P:0LL)|((write)?SUN4V_TLB_W:0LL)|((g)?SUN4V_TLB_G:0LL)|\
202 ((ie)?SUN4V_TLB_IE:0LL))
/openbsd-src/lib/libcrypto/bf/
H A Dbf_local.h130 #define BF_ENC(LL,R,S,P) ( \ argument
131 LL^=P, \
132 LL^= (((*(BF_LONG *)((unsigned char *)&(S[ 0])+((R>>BF_0)&BF_M))+ \
147 #define BF_ENC(LL,R,S,P) ( \ argument
148 LL^=P, \
149 LL^=((( S[ ((int)(R>>24)&0xff)] + \
/openbsd-src/gnu/llvm/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 …]
/openbsd-src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/
H A Dloc_ca.t65 ok($objCa->eq("Ll", "LL"));
71 ok($objCa->eq("LL", "L${dot}l"));
72 ok($objCa->eq("LL", "L${dot}L"));
84 ok($objCa->lt("Ll", "LL"));
90 ok($objCa->gt("LL", "L${dot}l"));
91 ok($objCa->lt("LL", "L${dot}L"));
103 ok($objCa->gt("Ll", "LL"));
109 ok($objCa->lt("LL", "L${dot}l"));
110 ok($objCa->lt("LL", "L${dot}L"));
H A Dloc_cy.t76 ok($objCy->eq("Ll", "LL"));
97 ok($objCy->lt("Ll", "LL"));
118 ok($objCy->gt("Ll", "LL"));
H A Dloc_estr.t64 ok($objEsTrad->eq("Ll", "LL"));
74 ok($objEsTrad->lt("Ll", "LL"));
H A Dloc_es.t64 ok($objEs->eq("Ll", "LL"));
74 ok($objEs->lt("Ll", "LL"));
/openbsd-src/gnu/llvm/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp1559 LibraryLoad LL; in addLibraries() local
1560 LL.LibName = InputFile.str(); in addLibraries()
1561 LL.IsPath = true; in addLibraries()
1562 LL.Position = InputFiles.getPosition(InputFileItr - InputFiles.begin()); in addLibraries()
1563 LL.CandidateExtensions = nullptr; in addLibraries()
1564 LL.Modifier = LibraryLoad::Standard; in addLibraries()
1565 LibraryLoadQueue.push_back(std::move(LL)); in addLibraries()
1571 LibraryLoad LL; in addLibraries() local
1572 LL.LibName = *LibItr; in addLibraries()
1573 LL.IsPath = true; in addLibraries()
[all …]
/openbsd-src/gnu/llvm/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 …]
/openbsd-src/sys/arch/i386/i386/
H A Dpowernow.c67 wrmsr(MSR_K6_EPMR, 0LL); in k6_powernow_init()
103 wrmsr(MSR_K6_EPMR, 0LL); in k6_powernow_setperf()
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/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()
/openbsd-src/regress/usr.bin/mandoc/roff/ll/
H A Dbasic.out_ascii1 LL-BASIC(1) General Commands Manual LL-BASIC(1)
/openbsd-src/gnu/usr.bin/texinfo/
H A DAUTHORS27 See http://www.iro.umontreal.ca/contrib/po/HTML/team-LL.html for the
28 translation teams for a given language LL.
/openbsd-src/sys/sys/
H A Dstdint.h220 #define INT64_C(_c) __CONCAT(_c, LL)
228 #define INTMAX_C(_c) __CONCAT(_c, LL)
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_format_interceptor_test.cpp40 static const unsigned LL = sizeof(long long); variable
117 testScanf("%llu", 1, LL); in TEST()
118 testScanf("%qd", 1, LL); in TEST()
/openbsd-src/sys/arch/octeon/dev/
H A Dcn30xxfpareg.h256 MIPS_SPACE_XUSEG = 0LL
261 MIPS_XKSEG_SPACE_KSEG0 = 0LL,

12345678