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

/freebsd-current/contrib/diff/lib/
H A Dcmpbuf.c64 #ifndef PTRDIFF_MAX
65 # define PTRDIFF_MAX TYPE_MAXIMUM (ptrdiff_t) macro
/freebsd-current/contrib/diff/src/
H A Dio.c113 PTRDIFF_MAX - 2 * sizeof (word));
171 || PTRDIFF_MAX <= cc)
201 if (PTRDIFF_MAX / 2 - sizeof (word) < current->bufsize)
418 if (PTRDIFF_MAX / (2 * sizeof *eqs) <= eqs_alloc)
457 if (PTRDIFF_MAX / 3 <= alloc_lines
458 || PTRDIFF_MAX / sizeof *cureqs <= 2 * alloc_lines - linbuf_base
459 || PTRDIFF_MAX / sizeof *linbuf <= alloc_lines - linbuf_base)
483 if (PTRDIFF_MAX / 3 <= alloc_lines
484 || PTRDIFF_MAX / sizeof *cureqs <= 2 * alloc_lines - linbuf_base
485 || PTRDIFF_MAX / sizeo
[all...]
H A Ddir.c107 if (PTRDIFF_MAX / 2 <= data_alloc)
132 if (PTRDIFF_MAX / sizeof *names - 1 <= nnames)
H A Dsystem.h165 #ifndef PTRDIFF_MAX
166 # define PTRDIFF_MAX TYPE_MAXIMUM (ptrdiff_t) macro
254 #define LIN_MAX PTRDIFF_MAX
H A Dcmp.c347 PTRDIFF_MAX - sizeof (word));
H A Ddiff3.c933 size_t too_many_lines = (PTRDIFF_MAX
1248 if (PTRDIFF_MAX / 2 <= current_chunk_size)
H A Danalyze.c828 size_t lcm_max = PTRDIFF_MAX - 1;
H A Dsdiff.c753 else if (PTRDIFF_MAX / (2 * sizeof *diffargv) <= diffarglim)
/freebsd-current/sys/powerpc/include/
H A D_stdint.h173 #define PTRDIFF_MAX INT64_MAX macro
184 #define PTRDIFF_MAX INT32_MAX macro
/freebsd-current/sys/x86/include/
H A D_stdint.h167 #define PTRDIFF_MAX INT64_MAX macro
177 #define PTRDIFF_MAX INT32_MAX macro
/freebsd-current/sys/arm/include/
H A D_stdint.h143 #define PTRDIFF_MAX INT32_MAX macro
/freebsd-current/sys/arm64/include/
H A D_stdint.h145 #define PTRDIFF_MAX INT64_MAX macro
/freebsd-current/sys/riscv/include/
H A D_stdint.h141 #define PTRDIFF_MAX INT64_MAX macro
/freebsd-current/contrib/tzcode/
H A Dprivate.h383 #ifndef PTRDIFF_MAX
384 # define PTRDIFF_MAX MAXVAL(ptrdiff_t, TYPE_BIT(ptrdiff_t)) macro
432 #define INDEX_MAX ((ptrdiff_t) min(PTRDIFF_MAX, SIZE_MAX))
/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A Dstdint.h884 #define PTRDIFF_MAX __PTRDIFF_MAX__ macro
/freebsd-current/contrib/ntp/ntpd/
H A Dntp_parser.c1046 # elif defined PTRDIFF_MAX
1051 # define YYPTRDIFF_MAXIMUM PTRDIFF_MAX
/freebsd-current/bin/sh/
H A Dexpand.c892 if (len >= SIZE_MAX / 2 || len > PTRDIFF_MAX)
/freebsd-current/contrib/unbound/util/
H A Dconfigparser.c949 # elif defined PTRDIFF_MAX
954 # define YYPTRDIFF_MAXIMUM PTRDIFF_MAX

Completed in 348 milliseconds