Searched refs:PTRDIFF_MIN (Results 1 – 15 of 15) 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/jemalloc/include/msvc_compat/C99/ |
D | stdint.h | 192 # define PTRDIFF_MIN _I64_MIN macro 195 # define PTRDIFF_MIN _I32_MIN macro
|
/external/mesa3d/include/c99/ |
D | stdint.h | 192 # define PTRDIFF_MIN _I64_MIN macro 195 # define PTRDIFF_MIN _I32_MIN macro
|
/external/clang/test/Preprocessor/ |
D | stdint.c | 1469 PTRDIFF_MIN_ PTRDIFF_MIN
|
/external/libcxx/include/ |
D | cstdint | 73 PTRDIFF_MIN
|
D | module.modulemap | 199 …PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX,
|
/external/libcxx/test/std/input.output/file.streams/c.files/ |
D | cinttypes.pass.cpp | 183 #ifndef PTRDIFF_MIN 184 #error PTRDIFF_MIN not defined
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | stdint_h.pass.cpp | 226 assert(PTRDIFF_MIN == std::numeric_limits<ptrdiff_t>::min()); in main()
|
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/ |
D | cstdint.pass.cpp | 227 assert(PTRDIFF_MIN == std::numeric_limits<std::ptrdiff_t>::min()); in main()
|
/external/clang/lib/Headers/ |
D | stdint.h | 665 #define PTRDIFF_MIN __INTN_MIN(__PTRDIFF_WIDTH__) macro
|
/external/elfutils/src/libdw/ |
D | libdw.h | 866 #define DWARF_GETMACROS_START PTRDIFF_MIN
|
/external/elfutils/include/elfutils/ |
D | libdw.h | 866 #define DWARF_GETMACROS_START PTRDIFF_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)
|