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

  /external/compiler-rt/lib/interception/
interception_type_test.cc 24 COMPILER_CHECK(sizeof(PTRDIFF_T) == sizeof(ptrdiff_t));
interception.h 28 typedef __sanitizer::sptr PTRDIFF_T;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_snprintf.c 254 #include <stddef.h> /* For ptrdiff_t. */
346 /* Support for ptrdiff_t. */
347 #ifndef PTRDIFF_T
348 #if HAVE_PTRDIFF_T || defined(ptrdiff_t)
349 #define PTRDIFF_T ptrdiff_t
351 #define PTRDIFF_T long int
352 #endif /* HAVE_PTRDIFF_T || defined(ptrdiff_t) */
353 #endif /* !defined(PTRDIFF_T) */
356 * We need an unsigned integer type corresponding to ptrdiff_t (cf. C99
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_snprintf.c 254 #include <stddef.h> /* For ptrdiff_t. */
346 /* Support for ptrdiff_t. */
347 #ifndef PTRDIFF_T
348 #if HAVE_PTRDIFF_T || defined(ptrdiff_t)
349 #define PTRDIFF_T ptrdiff_t
351 #define PTRDIFF_T long int
352 #endif /* HAVE_PTRDIFF_T || defined(ptrdiff_t) */
353 #endif /* !defined(PTRDIFF_T) */
356 * We need an unsigned integer type corresponding to ptrdiff_t (cf. C99
    [all...]

Completed in 316 milliseconds