Home
last modified time | relevance | path

Searched refs:intmax_t (Results 1 – 25 of 73) sorted by relevance

123

/openbsd/gnu/llvm/libcxx/include/
H A Dratio19 template <intmax_t N, intmax_t D = 1>
99 template <intmax_t _Xp, intmax_t _Yp>
119 template <intmax_t _Xp, intmax_t _Yp>
140 template <intmax_t _Xp, intmax_t _Yp>
151 template <intmax_t _Xp, intmax_t _Yp>
158 template <intmax_t _Xp, intmax_t _Yp>
172 template <intmax_t _Xp, intmax_t _Yp>
183 template <intmax_t _Xp, intmax_t _Yp>
190 template <intmax_t _Xp, intmax_t _Yp>
201 template <intmax_t _Xp, intmax_t _Yp>
[all …]
H A Dcinttypes227 intmax_t imaxabs(intmax_t j);
228 imaxdiv_t imaxdiv(intmax_t numer, intmax_t denom);
229 intmax_t strtoimax(const char* restrict nptr, char** restrict endptr, int base);
231 intmax_t wcstoimax(const wchar_t* restrict nptr, wchar_t** restrict endptr, int base);
H A Dcstdint137 intmax_t
195 using ::intmax_t _LIBCPP_USING_IF_EXISTS;
/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DSequence.h114 const intmax_t BotT = intmax_t(std::numeric_limits<T>::min()); in canTypeFitValue()
115 const intmax_t BotU = intmax_t(std::numeric_limits<U>::min()); in canTypeFitValue()
131 if (!canTypeFitValue<intmax_t>(FromValue)) in from()
134 Result.Value = static_cast<intmax_t>(FromValue); in from()
150 CheckedInt operator+(intmax_t Offset) const {
157 intmax_t operator-(CheckedInt Other) const {
158 intmax_t Result;
185 intmax_t Value;
191 using difference_type = intmax_t;
246 static intmax_t getOffset(intmax_t Offset) { in getOffset()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dbuiltin-abs-1.c9 typedef int intmax_t; typedef
12 typedef long intmax_t; typedef
15 typedef long long intmax_t; typedef
22 extern intmax_t imaxabs (intmax_t);
37 volatile intmax_t imax0 = 0, imax1 = 1, imaxm1 = -1; in main()
38 volatile intmax_t imaxmin = -INTMAX_MAX, imaxmax = INTMAX_MAX; in main()
144 static intmax_t
145 imaxabs (intmax_t x) in imaxabs()
H A Dbuiltin-abs-2.c9 typedef int intmax_t; typedef
12 typedef long intmax_t; typedef
15 typedef long long intmax_t; typedef
33 volatile intmax_t imax0 = 0, imax1 = 1, imaxm1 = -1; in main()
34 volatile intmax_t imaxmin = -INTMAX_MAX, imaxmax = INTMAX_MAX; in main()
140 static intmax_t
141 imaxabs (intmax_t x) in imaxabs()
/openbsd/include/
H A Dinttypes.h250 intmax_t quot; /* quotient */
251 intmax_t rem; /* remainder */
255 intmax_t imaxabs(intmax_t);
256 imaxdiv_t imaxdiv(intmax_t, intmax_t);
257 intmax_t strtoimax(const char *, char **, int);
259 intmax_t wcstoimax(const __wchar_t * __restrict,
/openbsd/sbin/dumpfs/
H A Ddumpfs.c180 (intmax_t)afs.fs_sblockloc, afs.fs_id[0], afs.fs_id[1]); in dumpfs()
182 afs.fs_ncg, (intmax_t)fssize, (intmax_t)afs.fs_dsize); in dumpfs()
233 (intmax_t)afs.fs_cstotal.cs_nbfree, in dumpfs()
234 (intmax_t)afs.fs_cstotal.cs_ndir, in dumpfs()
235 (intmax_t)afs.fs_cstotal.cs_nifree, in dumpfs()
236 (intmax_t)afs.fs_cstotal.cs_nffree); in dumpfs()
243 afs.fs_sbsize, afs.fs_cgsize, (intmax_t)afs.fs_csaddr, in dumpfs()
353 acg.cg_magic, (intmax_t)cur, ct); in dumpcg()
356 acg.cg_magic, (intmax_t)cur, cgtime); in dumpcg()
368 (intmax_t)cur, ct); in dumpcg()
[all …]
/openbsd/gnu/usr.bin/texinfo/m4/
H A Dintmax.m410 dnl Test whether the system has the 'intmax_t' type, but don't attempt to
17 AC_CACHE_CHECK(for intmax_t, gt_cv_c_intmax_t,
27 ], [intmax_t x = -1;], gt_cv_c_intmax_t=yes, gt_cv_c_intmax_t=no)])
30 [Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>.])
/openbsd/gnu/llvm/libcxx/include/__chrono/
H A Dduration.h212 static const intmax_t __gcd_n1_n2 = __static_gcd<_R1::num, _R2::num>::value;
213 static const intmax_t __gcd_d1_d2 = __static_gcd<_R1::den, _R2::den>::value;
214 static const intmax_t __n1 = _R1::num / __gcd_n1_n2;
215 static const intmax_t __d1 = _R1::den / __gcd_d1_d2;
216 static const intmax_t __n2 = _R2::num / __gcd_n1_n2;
217 static const intmax_t __d2 = _R2::den / __gcd_d1_d2;
218 static const intmax_t max = -((intmax_t(1) << (sizeof(intmax_t) * CHAR_BIT - 1)) + 1);
220 template <intmax_t _Xp, intmax_t _Yp, bool __overflow>
223 static const intmax_t value = _Xp * _Yp;
226 template <intmax_t _Xp, intmax_t _Yp>
[all …]
/openbsd/lib/libc/stdlib/
H A Dimaxabs.c34 intmax_t
35 imaxabs(intmax_t j) in imaxabs()
H A Dimaxdiv.c37 imaxdiv(intmax_t num, intmax_t denom) in imaxdiv()
H A Dstrtoimax.c41 intmax_t
45 intmax_t acc, cutoff; in strtoimax()
/openbsd/usr.bin/csplit/
H A Dcsplit.c200 printf("%jd\n", (intmax_t)ftello(ofp)); in main()
356 intmax_t nwritten; in do_rexp()
412 nwritten = (intmax_t)truncofs; in do_rexp()
414 nwritten = (intmax_t)ftello(ofp); in do_rexp()
423 nwritten = (intmax_t)ftello(ofp); in do_rexp()
460 printf("%jd\n", (intmax_t)ftello(ofp)); in do_lineno()
/openbsd/gnu/gcc/libstdc++-v3/include/tr1/
H A Dcinttypes60 // intmax_t abs(intmax_t)
66 // imaxdiv_t div(intmax_t, intmax_t)
/openbsd/usr.bin/rsync/
H A Dblocks.c179 (intmax_t)st->offs, blks->blks[st->hint].idx, in blk_find()
180 (intmax_t)blks->blks[st->hint].offs, in blk_find()
202 path, (intmax_t)st->offs, ent->blk->idx, in blk_find()
203 (intmax_t)ent->blk->offs, ent->blk->len); in blk_find()
280 path, (intmax_t)sz, in blk_match()
307 last == 0 ? "whole" : "remaining", (intmax_t)sz); in blk_match()
435 path, s->blksz, (intmax_t)s->size); in blk_recv()
/openbsd/lib/libc/locale/
H A Dwcstoimax.c15 typedef intmax_t int_type;
/openbsd/gnu/llvm/compiler-rt/lib/interception/
H A Dinterception_type_test.cpp25 COMPILER_CHECK(sizeof(::INTMAX_T) == sizeof(intmax_t));
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/
H A Dc90-printf-2.c11 foo (int i, double d, llong ll, intmax_t j, size_t z, ptrdiff_t t) in foo()
H A Dc90-scanf-2.c11 foo (signed char *hhp, float *fp, llong *llp, intmax_t *jp, in foo()
H A Dc99-scanf-1.c17 intmax_t *jp, uintmax_t *ujp, intmax_t *jn, size_t *zp, in foo()
H A Dc99-printf-1.c15 long long int *lln, intmax_t j, uintmax_t uj, intmax_t *jn, in foo()
H A Dformat.h54 typedef __typeof__(*((intmax_type_ptr)0)) intmax_t; typedef
/openbsd/lib/libc/stdio/
H A Dvfprintf.c69 intmax_t intmaxarg;
80 intmax_t *pintmaxarg;
390 ((intmax_t)(flags&MAXINT ? GETARG(intmax_t) : \ in __vfprintf()
659 if ((intmax_t)_umax < 0) { in __vfprintf()
1434 (*argtable)[n].intmaxarg = va_arg(ap, intmax_t); in __find_arguments()
1440 (*argtable)[n].pintmaxarg = va_arg(ap, intmax_t *); in __find_arguments()
H A Dvfwprintf.c68 intmax_t intmaxarg;
79 intmax_t *pintmaxarg;
384 ((intmax_t)(flags&MAXINT ? GETARG(intmax_t) : \ in __vfwprintf()
634 if ((intmax_t)_umax < 0) { in __vfwprintf()
1440 (*argtable)[n].intmaxarg = va_arg(ap, intmax_t); in __find_arguments()

123