Searched defs:PTRDIFF_MAX (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/libusb/src/msvc/
H A Dstdint.h194 #define PTRDIFF_MAX INT64_MAX macro
197 #define PTRDIFF_MAX INT32_MAX macro
/external/chromium_org/third_party/mesa/src/include/c99/
H A Dstdint.h193 # define PTRDIFF_MAX _I64_MAX macro
196 # define PTRDIFF_MAX _I32_MAX macro
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h193 # define PTRDIFF_MAX _I64_MAX macro
196 # define PTRDIFF_MAX _I32_MAX macro
/external/mesa3d/include/c99/
H A Dstdint.h193 # define PTRDIFF_MAX _I64_MAX macro
196 # define PTRDIFF_MAX _I32_MAX macro
/external/bison/darwin-lib/
H A Dstdint.h105 the macros except for *_FAST*_*, INTPTR_MIN, PTRDIFF_MIN, PTRDIFF_MAX. */
503 #undef PTRDIFF_MAX macro
507 # define PTRDIFF_MAX _STDINT_MAX (1, 64, 0l)
510 # define PTRDIFF_MAX _STDINT_MAX (1, 32, 0)
515 # define PTRDIFF_MAX \ macro
/external/chromium_org/third_party/smhasher/src/
H A Dpstdint.h89 * with the test: #ifdef PTRDIFF_MAX. If this is not defined
101 * PTRDIFF_MAX
693 # ifndef PTRDIFF_MAX
694 # define PTRDIFF_MAX stdint_intptr_glue3(INT,stdint_intptr_bits,_MAX) macro
/external/clang/lib/Headers/
H A Dstdint.h666 #define PTRDIFF_MAX __INTN_MAX(__PTRDIFF_WIDTH__) macro

Completed in 2474 milliseconds