Searched refs:intmax_t (Results 1 – 17 of 17) sorted by relevance
/picolibc-latest/newlib/libc/stdlib/ |
D | imaxabs.c | 30 intmax_t 31 imaxabs(intmax_t j) in imaxabs()
|
D | imaxdiv.c | 33 imaxdiv(intmax_t numer, intmax_t denom) in imaxdiv()
|
D | strtoimax.c | 56 intmax_t 147 intmax_t
|
D | wcstoimax.c | 56 intmax_t 132 intmax_t
|
/picolibc-latest/newlib/libc/include/ |
D | inttypes.h | 26 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/ |
D | strtoimax.c | 33 #define strtoi_type intmax_t
|
D | vfscanf.c | 686 CHECK_INT_SIZE('j', intmax_t); in vfscanf()
|
D | vfprintf.c | 276 CHECK_INT_SIZE(c, flags, 'j', intmax_t); \
|
/picolibc-latest/newlib/libc/include/sys/ |
D | _stdint.h | 65 typedef __intmax_t intmax_t; typedef
|
/picolibc-latest/test/ |
D | printf_scanf.c | 462 if (sizeof(intmax_t) <= sizeof(long)) in main() 465 CHECK_RT(intmax_t, "j"); in main()
|
D | testcases.c | 672 if (sizeof (intmax_t) <= sizeof(long)) 676 result |= test(__LINE__, " 42", "%4jd", (intmax_t)42L);
|
D | t_fmemopen.c | 1020 "%jd != %jd", (intmax_t)ftello(fp), in ATF_TC_BODY() 1021 (intmax_t)t->n); in ATF_TC_BODY()
|
/picolibc-latest/newlib/libc/stdio/ |
D | vfwprintf.c | 842 if (sizeof (intmax_t) == sizeof (long)) in VFWPRINTF() 1780 if (sizeof (intmax_t) == sizeof (long)) in get_arg()
|
D | vfprintf.c | 876 if (sizeof (intmax_t) == sizeof (long)) in VFPRINTF() 1879 if (sizeof (intmax_t) == sizeof (long)) in get_arg()
|
D | vfwscanf.c | 590 if (sizeof (intmax_t) == sizeof (long)) in _SVFWSCANF()
|
D | vfscanf.c | 688 if (sizeof (intmax_t) == sizeof (long)) in _SVFSCANF()
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 12544 Use __INTMAX_TYPE__ to derive intmax_t.
|