Home
last modified time | relevance | path

Searched refs:PTRDIFF_MAX (Results 1 – 17 of 17) sorted by relevance

/external/bison/darwin-lib/
Dstdint.h503 #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/
Dstdint.in.h502 #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/
Dstdint.h193 # define PTRDIFF_MAX _I64_MAX macro
196 # define PTRDIFF_MAX _I32_MAX macro
/external/jemalloc/include/msvc_compat/C99/
Dstdint.h193 # define PTRDIFF_MAX _I64_MAX macro
196 # define PTRDIFF_MAX _I32_MAX macro
/external/clang/test/Preprocessor/
Dstdint.c1470 PTRDIFF_MAX_ PTRDIFF_MAX
/external/libcxx/include/
Dcstdint74 PTRDIFF_MAX
Dmodule.modulemap199 …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/
Dcinttypes.pass.cpp187 #ifndef PTRDIFF_MAX
188 #error PTRDIFF_MAX not defined
/external/libcxx/test/std/depr/depr.c.headers/
Dstdint_h.pass.cpp229 assert(PTRDIFF_MAX == std::numeric_limits<ptrdiff_t>::max()); in main()
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp230 assert(PTRDIFF_MAX == std::numeric_limits<std::ptrdiff_t>::max()); in main()
/external/vixl/test/
Dtest-invalset.cc66 static const KeyType kInvalidKey = PTRDIFF_MAX;
/external/clang/lib/Headers/
Dstdint.h666 #define PTRDIFF_MAX __INTN_MAX(__PTRDIFF_WIDTH__) macro
/external/bison/m4/
Dstdint.m4163 && PTRDIFF_MAX == TYPE_MAXIMUM (ptrdiff_t)
/external/vixl/src/vixl/a64/
Dmacro-assembler-a64.h77 static const ptrdiff_t kNoCheckpointRequired = PTRDIFF_MAX;
264 static const ptrdiff_t kInvalidOffset = PTRDIFF_MAX;
Dassembler-a64.h772 static const ptrdiff_t kInvalidLinkKey = PTRDIFF_MAX;
/external/elfutils/src/src/
Dreadelf.c3386 || subsection_len >= (uint32_t) PTRDIFF_MAX in print_attributes()
/external/bison/
Dconfigure14288 && PTRDIFF_MAX == TYPE_MAXIMUM (ptrdiff_t)