Searched refs:PTRDIFF_MAX (Results 1 - 25 of 25) sorted by relevance

/macosx-10.10.1/gnudiff-19/diffutils/lib/
H A Dcmpbuf.c64 #ifndef PTRDIFF_MAX
65 # define PTRDIFF_MAX TYPE_MAXIMUM (ptrdiff_t) macro
/macosx-10.10.1/gnudiff-19/diffutils/src/
H A Dio.c113 PTRDIFF_MAX - 2 * sizeof (word));
171 || PTRDIFF_MAX <= cc)
201 if (PTRDIFF_MAX / 2 - sizeof (word) < current->bufsize)
414 if (PTRDIFF_MAX / (2 * sizeof *eqs) <= eqs_alloc)
453 if (PTRDIFF_MAX / 3 <= alloc_lines
454 || PTRDIFF_MAX / sizeof *cureqs <= 2 * alloc_lines - linbuf_base
455 || PTRDIFF_MAX / sizeof *linbuf <= alloc_lines - linbuf_base)
479 if (PTRDIFF_MAX / 3 <= alloc_lines
480 || PTRDIFF_MAX / sizeof *cureqs <= 2 * alloc_lines - linbuf_base
481 || PTRDIFF_MAX / sizeo
[all...]
H A Ddir.c105 if (PTRDIFF_MAX / 2 <= data_alloc)
130 if (PTRDIFF_MAX / sizeof *names - 1 <= nnames)
H A Dsystem.h211 #ifndef PTRDIFF_MAX
212 # define PTRDIFF_MAX TYPE_MAXIMUM (ptrdiff_t) macro
329 #define LIN_MAX PTRDIFF_MAX
H A Dcmp.c351 PTRDIFF_MAX - sizeof (word));
H A Ddiff3.c957 size_t too_many_lines = (PTRDIFF_MAX
1239 if (PTRDIFF_MAX / 2 <= current_chunk_size)
H A Danalyze.c858 size_t lcm_max = PTRDIFF_MAX - 1;
H A Dsdiff.c747 else if (PTRDIFF_MAX / (2 * sizeof *diffargv) <= diffarglim)
/macosx-10.10.1/xnu-2782.1.97/EXTERNAL_HEADERS/
H A Dstdint.h151 #define PTRDIFF_MAX INT64_MAX macro
154 #define PTRDIFF_MAX INT32_MAX macro
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dstdint.h146 #define PTRDIFF_MAX INT64_MAX macro
149 #define PTRDIFF_MAX INT32_MAX macro
/macosx-10.10.1/SmartcardCCID-55008/libusb/libusb/msvc/
H A Dstdint.h194 #define PTRDIFF_MAX INT64_MAX macro
197 #define PTRDIFF_MAX INT32_MAX macro
/macosx-10.10.1/ruby-106/ruby/ext/psych/yaml/
H A Dloader.c305 #if PTRDIFF_MAX > INT_MAX
357 #if PTRDIFF_MAX > INT_MAX
425 #if PTRDIFF_MAX > INT_MAX
H A Dreader.c463 if (parser->offset >= PTRDIFF_MAX)
465 PTRDIFF_MAX, -1);
H A Dapi.c1240 #if PTRDIFF_MAX > INT_MAX
1290 #if PTRDIFF_MAX > INT_MAX
1340 #if PTRDIFF_MAX > INT_MAX
H A Dyaml_private.h19 #define PTRDIFF_MAX _I64_MAX macro
21 #define PTRDIFF_MAX INT_MAX macro
H A Dscanner.c1232 #if PTRDIFF_MAX > INT_MAX
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Daaplbfct.cpp86 if (fileLength < 0 || fileLength > PTRDIFF_MAX) {
346 if (length < 0 || length > PTRDIFF_MAX) {
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dstdint_.h78 the macros except for *_FAST*_*, INTPTR_MIN, PTRDIFF_MIN, PTRDIFF_MAX. */
408 #undef PTRDIFF_MAX macro
411 #define PTRDIFF_MAX \ macro
/macosx-10.10.1/libiconv-42/libiconv/srclib/
H A Dstdint_.h62 the macros except for *_FAST*_*, INTPTR_MIN, PTRDIFF_MIN, PTRDIFF_MAX.
68 UINT_FAST8_MAX, PTRDIFF_MIN, PTRDIFF_MAX. */
70 UINTPTR_MAX, PTRDIFF_MIN, PTRDIFF_MAX. */
817 #ifndef PTRDIFF_MAX
819 # define PTRDIFF_MAX (~ (-1L << (@BITSIZEOF_PTRDIFF_T@ - 1))) macro
821 # define PTRDIFF_MAX (~ (-1 << (@BITSIZEOF_PTRDIFF_T@ - 1))) macro
/macosx-10.10.1/libiconv-42/libiconv/
H A Dconfig.h.in582 #undef PTRDIFF_MAX
H A Dconfig.h.msvc580 #undef PTRDIFF_MAX
H A Dconfig.h_vms581 #undef PTRDIFF_MAX
H A Dconfigure27396 for bound in PTRDIFF_MIN PTRDIFF_MAX; do
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/comp/
H A Dconf.tab427 PTRDIFF_MAX C XX 1 LMU stdint.h 65535
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dc.vim228 syn keyword cConstant PTRDIFF_MIN PTRDIFF_MAX SIG_ATOMIC_MIN SIG_ATOMIC_MAX

Completed in 321 milliseconds