Searched defs:INTMAX_T (Results 1 - 3 of 3) sorted by relevance
/external/compiler-rt/lib/interception/ |
H A D | interception.h | 29 typedef __sanitizer::s64 INTMAX_T; typedef
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
H A D | u_snprintf.c | 320 #ifndef INTMAX_T 322 #define INTMAX_T intmax_t macro 324 #define INTMAX_T LLONG macro 326 #endif /* !defined(INTMAX_T) */ 448 static void fmtint(char *, size_t *, size_t, INTMAX_T, int, int, int, int); 462 INTMAX_T value; 465 INTMAX_T *intmaxptr; 648 value = va_arg(args, INTMAX_T); 823 intmaxptr = va_arg(args, INTMAX_T *); 895 fmtint(char *str, size_t *len, size_t size, INTMAX_T valu [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_snprintf.c | 320 #ifndef INTMAX_T 322 #define INTMAX_T intmax_t macro 324 #define INTMAX_T LLONG macro 326 #endif /* !defined(INTMAX_T) */ 448 static void fmtint(char *, size_t *, size_t, INTMAX_T, int, int, int, int); 462 INTMAX_T value; 465 INTMAX_T *intmaxptr; 648 value = va_arg(args, INTMAX_T); 823 intmaxptr = va_arg(args, INTMAX_T *); 895 fmtint(char *str, size_t *len, size_t size, INTMAX_T valu [all...] |
Completed in 250 milliseconds