Searched refs:PTRDIFF_MIN (Results 1 – 12 of 12) sorted by relevance
/external/bison/darwin-lib/ |
D | stdint.h | 502 #undef PTRDIFF_MIN 506 # define PTRDIFF_MIN _STDINT_MIN (1, 64, 0l) 509 # define PTRDIFF_MIN _STDINT_MIN (1, 32, 0) 513 # define PTRDIFF_MIN \ macro
|
/external/bison/lib/ |
D | stdint.in.h | 501 #undef PTRDIFF_MIN 505 # define PTRDIFF_MIN _STDINT_MIN (1, 64, 0l) 508 # define PTRDIFF_MIN _STDINT_MIN (1, 32, 0) 512 # define PTRDIFF_MIN \
|
/external/mesa3d/include/c99/ |
D | stdint.h | 192 # define PTRDIFF_MIN _I64_MIN macro 195 # define PTRDIFF_MIN _I32_MIN macro
|
/external/chromium_org/third_party/mesa/src/include/c99/ |
D | stdint.h | 192 # define PTRDIFF_MIN _I64_MIN macro 195 # define PTRDIFF_MIN _I32_MIN macro
|
/external/chromium_org/third_party/re2/mswin/ |
D | stdint.h | 192 # define PTRDIFF_MIN _I64_MIN macro 195 # define PTRDIFF_MIN _I32_MIN macro
|
/external/chromium_org/third_party/libusb/src/msvc/ |
D | stdint.h | 193 #define PTRDIFF_MIN INT64_MIN macro 196 #define PTRDIFF_MIN INT32_MIN macro
|
/external/clang/test/Preprocessor/ |
D | stdint.c | 1040 PTRDIFF_MIN_ PTRDIFF_MIN
|
/external/chromium_org/third_party/smhasher/src/ |
D | pstdint.h | 692 # ifndef PTRDIFF_MIN 693 # define PTRDIFF_MIN stdint_intptr_glue3(INT,stdint_intptr_bits,_MIN) macro
|
/external/clang/lib/Headers/ |
D | stdint.h | 666 #define PTRDIFF_MIN __INTN_MIN(__PTRDIFF_WIDTH__) macro
|
/external/chromium_org/third_party/re2/patches/ |
D | re2-msvc9-chrome.patch | 221 +# define PTRDIFF_MIN _I64_MIN 224 +# define PTRDIFF_MIN _I32_MIN
|
/external/bison/m4/ |
D | stdint.m4 | 162 PTRDIFF_MIN == TYPE_MINIMUM (ptrdiff_t)
|
/external/bison/ |
D | configure | 14287 PTRDIFF_MIN == TYPE_MINIMUM (ptrdiff_t)
|