Home
last modified time | relevance | path

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

/ndk/sources/android/support/src/stdio/
Dvfwprintf.c161 LLONG, SIZET, IMAX, UMAX, PDIFF, UIPTR, enumerator
165 #define IMAX LLONG
219 S('d') = IMAX, S('i') = IMAX,
255 break; case IMAX: arg->i = va_arg(*ap, intmax_t); in pop_arg()