HomeSort by relevance Sort by last modified time
    Searched refs:UINTMAX_T (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_snprintf.c 284 /* Support for uintmax_t. We also need UINTMAX_MAX. */
285 #ifdef UINTMAX_T
286 #undef UINTMAX_T
287 #endif /* defined(UINTMAX_T) */
288 #if HAVE_UINTMAX_T || defined(uintmax_t)
289 #define UINTMAX_T uintmax_t
294 #define UINTMAX_T ULLONG
299 #endif /* HAVE_UINTMAX_T || defined(uintmax_t) */
453 static int convert(UINTMAX_T, char *, size_t, int, int)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_snprintf.c 284 /* Support for uintmax_t. We also need UINTMAX_MAX. */
285 #ifdef UINTMAX_T
286 #undef UINTMAX_T
287 #endif /* defined(UINTMAX_T) */
288 #if HAVE_UINTMAX_T || defined(uintmax_t)
289 #define UINTMAX_T uintmax_t
294 #define UINTMAX_T ULLONG
299 #endif /* HAVE_UINTMAX_T || defined(uintmax_t) */
453 static int convert(UINTMAX_T, char *, size_t, int, int)
    [all...]

Completed in 90 milliseconds