Searched defs:PTRDIFF_T (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/lib/interception/
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 *);

Completed in 667 milliseconds