Home
last modified time | relevance | path

Searched refs:ull (Results 1 – 25 of 37) sorted by relevance

12

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/
H A Dwarnll-1.c11 foo (long long ll, unsigned long long ull, long long *lln, in foo() argument
15 printf ("%lld%lli%llo%llu%llx%llX%lln", ll, ll, ull, ull, ull, ull, lln); in foo()
21 printf ("%qo", ull); /* { dg-warning "C" "printf %qo" } */ in foo()
22 printf ("%qu", ull); /* { dg-warning "C" "printf %qu" } */ in foo()
23 printf ("%qx", ull); /* { dg-warning "C" "printf %qx" } */ in foo()
24 printf ("%qX", ull); /* { dg-warning "C" "printf %qX" } */ in foo()
28 printf ("%Lo", ull); /* { dg-warning "C" "printf %oL" } */ in foo()
29 printf ("%Lu", ull); /* { dg-warning "C" "printf %Lu" } */ in foo()
30 printf ("%Lx", ull); /* { dg-warning "C" "printf %Lx" } */ in foo()
31 printf ("%LX", ull); /* { dg-warning "C" "printf %LX" } */ in foo()
H A Dc99-printf-1.c14 unsigned long long int ull, signed char *ss, unsigned char *us, in foo() argument
52 printf ("%lld%lli%llo%llu%llx%llX", ll, ll, ull, ull, ull, ull); in foo()
110 printf ("%Lo", ull); /* { dg-warning "does not support" "bad use of %L" } */ in foo()
111 printf ("%Lu", ull); /* { dg-warning "does not support" "bad use of %L" } */ in foo()
112 printf ("%Lx", ull); /* { dg-warning "does not support" "bad use of %L" } */ in foo()
113 printf ("%LX", ull); /* { dg-warning "does not support" "bad use of %L" } */ in foo()
H A Dext-1.c12 unsigned long long int ull, int i, unsigned int u, double d, in foo() argument
61 printf ("%Ld%Li%Lo%Lu%Lx%LX", ll, ll, ull, ull, ull, ull); in foo()
H A Dc90-printf-1.c15 ullong ull, unsigned int *un, const int *cn, signed char *ss, in foo() argument
103 printf ("%Lo", ull); /* { dg-warning "does not support" "bad use of %L" } */ in foo()
104 printf ("%Lu", ull); /* { dg-warning "does not support" "bad use of %L" } */ in foo()
105 printf ("%Lx", ull); /* { dg-warning "does not support" "bad use of %L" } */ in foo()
106 printf ("%LX", ull); /* { dg-warning "does not support" "bad use of %L" } */ in foo()
/openbsd/sys/lib/libsa/
H A Dprintf.c98 u_int64_t ull; in kdoprnt() local
172 ull = va_arg(ap, int64_t); in kdoprnt()
173 if ((int64_t)ull < 0) { in kdoprnt()
175 ull = -(int64_t)ull; in kdoprnt()
192 ull = va_arg(ap, u_int64_t); in kdoprnt()
204 ull = va_arg(ap, u_int64_t); in kdoprnt()
228 u_int64_t ull; in kdoprnt() local
233 *p++ = hexdig[ull & 15]; in kdoprnt()
234 } while (ull >>= 4); in kdoprnt()
289 *p++ = hexdig[ull % base]; in kprintn64()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20000402-1.c7 typedef unsigned long long ull; typedef
9 typedef unsigned long ull; typedef
17 const ull a = 0x1400000000ULL; in main()
18 const ull b = 0x80000000ULL; in main()
19 const ull c = a/b; in main()
20 const ull d = 0x1400000000ULL / 0x80000000ULL; in main()
H A D20020508-1.c25 unsigned long long ull = LL_VALUE; variable
55 if (ROR (ull, shift1) != ROR (LL_VALUE, SHIFT1)) in main()
58 if (ROR (ull, SHIFT1) != ROR (LL_VALUE, SHIFT1)) in main()
61 if (ROR (ull, shift2) != ROR (LL_VALUE, SHIFT2)) in main()
64 if (ROR (ull, SHIFT2) != ROR (LL_VALUE, SHIFT2)) in main()
91 if (ROL (ull, shift1) != ROL (LL_VALUE, SHIFT1)) in main()
94 if (ROL (ull, SHIFT1) != ROL (LL_VALUE, SHIFT1)) in main()
97 if (ROL (ull, shift2) != ROL (LL_VALUE, SHIFT2)) in main()
100 if (ROL (ull, SHIFT2) != ROL (LL_VALUE, SHIFT2)) in main()
H A D20020226-1.c25 unsigned long long ull = LL_VALUE; variable
55 if (ROR (ull, shift1) != ROR (LL_VALUE, SHIFT1)) in main()
58 if (ROR (ull, SHIFT1) != ROR (LL_VALUE, SHIFT1)) in main()
61 if (ROR (ull, shift2) != ROR (LL_VALUE, SHIFT2)) in main()
64 if (ROR (ull, SHIFT2) != ROR (LL_VALUE, SHIFT2)) in main()
91 if (ROL (ull, shift1) != ROL (LL_VALUE, SHIFT1)) in main()
94 if (ROL (ull, SHIFT1) != ROL (LL_VALUE, SHIFT1)) in main()
97 if (ROL (ull, shift2) != ROL (LL_VALUE, SHIFT2)) in main()
100 if (ROL (ull, SHIFT2) != ROL (LL_VALUE, SHIFT2)) in main()
H A D20000223-1.c34 unsigned long long ull; member
/openbsd/gnu/llvm/compiler-rt/lib/builtins/ppc/
H A Dfixunstfti.c33 unsigned long long ull[2]; // High and low doubles as 64-bit integers. in __fixunstfti() member
46 hiExponent = ((ldUnion.ull[0] & 0x7FFFFFFFFFFFFFFFll) >> 52) - BIAS; in __fixunstfti()
47 loExponent = ((ldUnion.ull[1] & 0x7FFFFFFFFFFFFFFFll) >> 52) - BIAS; in __fixunstfti()
72 ldUnion.ull[0] &= 0x800FFFFFFFFFFFFFll; in __fixunstfti()
73 ldUnion.ull[0] |= 0x4350000000000000ll; in __fixunstfti()
96 ldUnion.ull[1] &= 0x800FFFFFFFFFFFFFll; in __fixunstfti()
97 ldUnion.ull[1] |= 0x4350000000000000ll; in __fixunstfti()
/openbsd/lib/libfido2/src/
H A Dutil.c17 unsigned long long ull; in fido_to_uint64() local
20 ull = strtoull(str, &ep, base); in fido_to_uint64()
23 else if (ull == ULLONG_MAX && errno == ERANGE) in fido_to_uint64()
25 else if (ull > UINT64_MAX) in fido_to_uint64()
27 *out = (uint64_t)ull; in fido_to_uint64()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/
H A D20000320-1.c9 typedef unsigned long long ull; typedef
11 typedef unsigned long ull; typedef
21 ull ll;
26 void c(ull d, ul f) in c()
48 || sizeof (double) != sizeof (ull)) in main()
/openbsd/gnu/gcc/config/
H A Dulonglong.m414 [AC_TRY_LINK([unsigned long long ull = 1; int i = 63;],
16 return ull << i | ull >> i | ullmax / ull | ullmax % ull;],
/openbsd/gnu/usr.bin/binutils-2.17/config/
H A Dulonglong.m414 [AC_TRY_LINK([unsigned long long ull = 1; int i = 63;],
16 return ull << i | ull >> i | ullmax / ull | ullmax % ull;],
/openbsd/gnu/usr.bin/texinfo/m4/
H A Dulonglong.m416 [AC_TRY_LINK([unsigned long long ull = 1ULL; int i = 63;],
18 return ull << i | ull >> i | ullmax / ull | ullmax % ull;],
/openbsd/usr.sbin/iscsid/
H A Dpdu.c150 unsigned long long ull = 0; in text_to_num() local
171 ull = strtoull(numstr, &ep, 0); in text_to_num()
174 else if (ull < minval) in text_to_num()
176 else if ((ull == ULLONG_MAX && errno == ERANGE) || ull > maxval) in text_to_num()
183 ull = 0; in text_to_num()
185 return ull; in text_to_num()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/
H A Dbad.c7 unsigned long long ull; member
/openbsd/gnu/llvm/lldb/tools/debugserver/source/
H A DDNBDefs.h29 #define INVALID_NUB_ADDRESS ((nub_addr_t)~0ull)
44 #define INVALID_NUB_ADDRESS ((nub_addr_t)~0ull)
/openbsd/usr.bin/ssh/
H A Dscp.c1610 unsigned long long ull; in sink() local
1687 ull = strtoull(cp, &cp, 10); in sink()
1690 if (TYPE_OVERFLOW(time_t, ull)) in sink()
1692 mtime.tv_sec = ull; in sink()
1699 ull = strtoull(cp, &cp, 10); in sink()
1702 if (TYPE_OVERFLOW(time_t, ull)) in sink()
1704 atime.tv_sec = ull; in sink()
1739 ull = strtoull(cp, &cp, 10); in sink()
1742 if (TYPE_OVERFLOW(off_t, ull)) in sink()
1744 size = (off_t)ull; in sink()
/openbsd/gnu/llvm/libcxx/include/
H A Dbarrier227 static constexpr uint64_t __expected_unit = 1ull;
228 static constexpr uint64_t __arrived_unit = 1ull << 32;
230 static constexpr uint64_t __phase_bit = 1ull << 63;
/openbsd/gnu/llvm/llvm/lib/Target/DirectX/
H A DDXILShaderFlags.h44 FlagName ? static_cast<uint64_t>(dxbc::FeatureFlags::FlagName) : 0ull; in uint64_t()
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mutex.h168 u64 reset_mask = ~0ull; in Lock()
255 u64 reset_mask = ~0ull; in ReadLock()
/openbsd/sys/arch/octeon/dev/
H A Doctmmc.c261 sc->sc_current_switch = ~0ull; in octmmc_attach()
361 sc->sc_current_switch = ~0ull; in octmmc_acquire()
483 bus->bus_hc->sc_current_switch = ~0ull; in octmmc_host_reset()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dc99-intconst-1.c135 CHECK_SUFull_TYPE(C##ull); \
153 CHECK_SUFull_TYPE(C##ull); \
/openbsd/gnu/lib/libiberty/src/
H A Dhashtab.c244 __extension__ typedef UNSIGNED_64BIT_TYPE ull; in htab_mod_1() typedef
249 t1 = ((ull)x * inv) >> 32; in htab_mod_1()

12