Home
last modified time | relevance | path

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

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