Home
last modified time | relevance | path

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

/ndk/sources/android/support/src/stdio/
Dvfwprintf.c73 LLONG, SIZET, IMAX, UMAX, PDIFF, UIPTR, enumerator
75 #define LLONG ULLONG
77 #define IMAX LLONG
106 S('d') = LLONG, S('i') = LLONG,
165 break; case LLONG: arg->i = va_arg(*ap, long long); in pop_arg()
Dvfprintf.c81 LLONG, SIZET, IMAX, UMAX, PDIFF, UIPTR, enumerator
83 #define LLONG ULLONG
85 #define IMAX LLONG
116 S('d') = LLONG, S('i') = LLONG,
175 break; case LLONG: arg->i = va_arg(*ap, long long); in pop_arg()