Searched defs:UINTMAX_T (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_snprintf.c285 #ifdef UINTMAX_T
286 #undef UINTMAX_T macro
287 #endif /* defined(UINTMAX_T) */
289 #define UINTMAX_T uintmax_t macro
294 #define UINTMAX_T ULLONG macro
453 static int convert(UINTMAX_T, char *, size_t, int, int);
454 static UINTMAX_T cast(LDOUBLE);
455 static UINTMAX_T myround(LDOUBLE);
693 value = va_arg(args, UINTMAX_T);
898 UINTMAX_T uvalu
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_snprintf.c285 #ifdef UINTMAX_T
286 #undef UINTMAX_T macro
287 #endif /* defined(UINTMAX_T) */
289 #define UINTMAX_T uintmax_t macro
294 #define UINTMAX_T ULLONG macro
453 static int convert(UINTMAX_T, char *, size_t, int, int);
454 static UINTMAX_T cast(LDOUBLE);
455 static UINTMAX_T myround(LDOUBLE);
693 value = va_arg(args, UINTMAX_T);
898 UINTMAX_T uvalu
[all...]

Completed in 90 milliseconds