Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdlib/
Dimaxabs.c30 intmax_t
31 imaxabs(intmax_t j) in imaxabs()
Dimaxdiv.c33 imaxdiv(intmax_t numer, intmax_t denom) in imaxdiv()
Dstrtoimax.c56 intmax_t
147 intmax_t
Dwcstoimax.c56 intmax_t
132 intmax_t
/picolibc-latest/newlib/libc/include/
Dinttypes.h26 intmax_t quot;
27 intmax_t rem;
326 intmax_t imaxabs(intmax_t);
327 imaxdiv_t imaxdiv(intmax_t __numer, intmax_t __denomer);
328 intmax_t strtoimax(const char *__restrict, char **__restrict, int);
330 intmax_t wcstoimax(const _wchar_t *__restrict, _wchar_t **__restrict, int);
334 intmax_t strtoimax_l(const char *__restrict, char **_restrict, int, locale_t);
336 intmax_t wcstoimax_l(const _wchar_t *__restrict, _wchar_t **_restrict, int, locale_t);
/picolibc-latest/newlib/libc/tinystdio/
Dstrtoimax.c33 #define strtoi_type intmax_t
Dvfscanf.c686 CHECK_INT_SIZE('j', intmax_t); in vfscanf()
Dvfprintf.c276 CHECK_INT_SIZE(c, flags, 'j', intmax_t); \
/picolibc-latest/newlib/libc/include/sys/
D_stdint.h65 typedef __intmax_t intmax_t; typedef
/picolibc-latest/test/
Dprintf_scanf.c462 if (sizeof(intmax_t) <= sizeof(long)) in main()
465 CHECK_RT(intmax_t, "j"); in main()
Dtestcases.c672 if (sizeof (intmax_t) <= sizeof(long))
676 result |= test(__LINE__, " 42", "%4jd", (intmax_t)42L);
Dt_fmemopen.c1020 "%jd != %jd", (intmax_t)ftello(fp), in ATF_TC_BODY()
1021 (intmax_t)t->n); in ATF_TC_BODY()
/picolibc-latest/newlib/libc/stdio/
Dvfwprintf.c842 if (sizeof (intmax_t) == sizeof (long)) in VFWPRINTF()
1780 if (sizeof (intmax_t) == sizeof (long)) in get_arg()
Dvfprintf.c876 if (sizeof (intmax_t) == sizeof (long)) in VFPRINTF()
1879 if (sizeof (intmax_t) == sizeof (long)) in get_arg()
Dvfwscanf.c590 if (sizeof (intmax_t) == sizeof (long)) in _SVFWSCANF()
Dvfscanf.c688 if (sizeof (intmax_t) == sizeof (long)) in _SVFSCANF()
/picolibc-latest/newlib/
DChangeLog-201512544 Use __INTMAX_TYPE__ to derive intmax_t.