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

  /external/compiler-rt/lib/interception/
interception_type_test.cc 25 COMPILER_CHECK(sizeof(::INTMAX_T) == sizeof(intmax_t));
interception.h 30 typedef __sanitizer::s64 INTMAX_T;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_snprintf.c 248 #include <inttypes.h> /* For intmax_t (if not defined in <stdint.h>). */
257 #include <stdint.h> /* For intmax_t. */
319 /* Support for intmax_t. */
320 #ifndef INTMAX_T
321 #if HAVE_INTMAX_T || defined(intmax_t)
322 #define INTMAX_T intmax_t
324 #define INTMAX_T LLONG
325 #endif /* HAVE_INTMAX_T || defined(intmax_t) */
326 #endif /* !defined(INTMAX_T) */
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_snprintf.c 248 #include <inttypes.h> /* For intmax_t (if not defined in <stdint.h>). */
257 #include <stdint.h> /* For intmax_t. */
319 /* Support for intmax_t. */
320 #ifndef INTMAX_T
321 #if HAVE_INTMAX_T || defined(intmax_t)
322 #define INTMAX_T intmax_t
324 #define INTMAX_T LLONG
325 #endif /* HAVE_INTMAX_T || defined(intmax_t) */
326 #endif /* !defined(INTMAX_T) */
    [all...]

Completed in 189 milliseconds