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

/external/chromium_org/third_party/libusb/src/msvc/
H A Dstdint.h193 #define PTRDIFF_MIN INT64_MIN macro
196 #define PTRDIFF_MIN INT32_MIN macro
/external/chromium_org/third_party/mesa/src/include/c99/
H A Dstdint.h192 # define PTRDIFF_MIN _I64_MIN macro
195 # define PTRDIFF_MIN _I32_MIN macro
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h192 # define PTRDIFF_MIN _I64_MIN macro
195 # define PTRDIFF_MIN _I32_MIN macro
/external/mesa3d/include/c99/
H A Dstdint.h192 # define PTRDIFF_MIN _I64_MIN macro
195 # define PTRDIFF_MIN _I32_MIN macro
/external/bison/darwin-lib/
H A Dstdint.h105 the macros except for *_FAST*_*, INTPTR_MIN, PTRDIFF_MIN, PTRDIFF_MAX. */
502 #undef PTRDIFF_MIN macro
506 # define PTRDIFF_MIN _STDINT_MIN (1, 64, 0l)
509 # define PTRDIFF_MIN _STDINT_MIN (1, 32, 0)
513 # define PTRDIFF_MIN \ macro
/external/chromium_org/third_party/smhasher/src/
H A Dpstdint.h100 * PTRDIFF_MIN
696 # ifndef PTRDIFF_MIN
697 # define PTRDIFF_MIN stdint_intptr_glue3(INT,stdint_intptr_bits,_MIN) macro
/external/clang/lib/Headers/
H A Dstdint.h665 #define PTRDIFF_MIN __INTN_MIN(__PTRDIFF_WIDTH__) macro

Completed in 116 milliseconds