Searched refs:PTRDIFF_T (Results 1 - 5 of 5) sorted by relevance

/external/compiler-rt/lib/interception/
H A Dinterception_type_test.cc24 COMPILER_CHECK(sizeof(::PTRDIFF_T) == sizeof(ptrdiff_t));
H A Dinterception.h29 typedef __sanitizer::sptr PTRDIFF_T; typedef
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_snprintf.c347 #ifndef PTRDIFF_T
349 #define PTRDIFF_T ptrdiff_t macro
351 #define PTRDIFF_T long int macro
353 #endif /* !defined(PTRDIFF_T) */
357 * 7.19.6.1, 7). However, we'll simply use PTRDIFF_T and convert it to an
361 #define UPTRDIFF_T PTRDIFF_T
466 PTRDIFF_T *ptrdiffptr;
651 value = va_arg(args, PTRDIFF_T);
827 ptrdiffptr = va_arg(args, PTRDIFF_T *);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_snprintf.c347 #ifndef PTRDIFF_T
349 #define PTRDIFF_T ptrdiff_t macro
351 #define PTRDIFF_T long int macro
353 #endif /* !defined(PTRDIFF_T) */
357 * 7.19.6.1, 7). However, we'll simply use PTRDIFF_T and convert it to an
361 #define UPTRDIFF_T PTRDIFF_T
466 PTRDIFF_T *ptrdiffptr;
651 value = va_arg(args, PTRDIFF_T);
827 ptrdiffptr = va_arg(args, PTRDIFF_T *);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_format.inc127 return sizeof(PTRDIFF_T);

Completed in 530 milliseconds