Searched refs:PTRDIFF_MAX (Results 1 – 17 of 17) sorted by relevance
/external/bison/darwin-lib/ |
D | stdint.h | 503 #undef PTRDIFF_MAX 507 # define PTRDIFF_MAX _STDINT_MAX (1, 64, 0l) 510 # define PTRDIFF_MAX _STDINT_MAX (1, 32, 0) 515 # define PTRDIFF_MAX \ macro
|
/external/bison/lib/ |
D | stdint.in.h | 502 #undef PTRDIFF_MAX 506 # define PTRDIFF_MAX _STDINT_MAX (1, 64, 0l) 509 # define PTRDIFF_MAX _STDINT_MAX (1, 32, 0) 514 # define PTRDIFF_MAX \
|
/external/mesa3d/include/c99/ |
D | stdint.h | 193 # define PTRDIFF_MAX _I64_MAX macro 196 # define PTRDIFF_MAX _I32_MAX macro
|
/external/jemalloc/include/msvc_compat/C99/ |
D | stdint.h | 193 # define PTRDIFF_MAX _I64_MAX macro 196 # define PTRDIFF_MAX _I32_MAX macro
|
/external/clang/test/Preprocessor/ |
D | stdint.c | 1470 PTRDIFF_MAX_ PTRDIFF_MAX
|
/external/libcxx/include/ |
D | cstdint | 74 PTRDIFF_MAX
|
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 | 187 #ifndef PTRDIFF_MAX 188 #error PTRDIFF_MAX not defined
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | stdint_h.pass.cpp | 229 assert(PTRDIFF_MAX == std::numeric_limits<ptrdiff_t>::max()); in main()
|
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/ |
D | cstdint.pass.cpp | 230 assert(PTRDIFF_MAX == std::numeric_limits<std::ptrdiff_t>::max()); in main()
|
/external/vixl/test/ |
D | test-invalset.cc | 66 static const KeyType kInvalidKey = PTRDIFF_MAX;
|
/external/clang/lib/Headers/ |
D | stdint.h | 666 #define PTRDIFF_MAX __INTN_MAX(__PTRDIFF_WIDTH__) macro
|
/external/bison/m4/ |
D | stdint.m4 | 163 && PTRDIFF_MAX == TYPE_MAXIMUM (ptrdiff_t)
|
/external/vixl/src/vixl/a64/ |
D | macro-assembler-a64.h | 77 static const ptrdiff_t kNoCheckpointRequired = PTRDIFF_MAX; 264 static const ptrdiff_t kInvalidOffset = PTRDIFF_MAX;
|
D | assembler-a64.h | 772 static const ptrdiff_t kInvalidLinkKey = PTRDIFF_MAX;
|
/external/elfutils/src/src/ |
D | readelf.c | 3386 || subsection_len >= (uint32_t) PTRDIFF_MAX in print_attributes()
|
/external/bison/ |
D | configure | 14288 && PTRDIFF_MAX == TYPE_MAXIMUM (ptrdiff_t)
|