Home
last modified time | relevance | path

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

/freebsd/contrib/diff/src/
H A Dio.c110 PTRDIFF_MAX - 2 * sizeof (word)); in sip()
168 || PTRDIFF_MAX <= cc) in slurp()
198 if (PTRDIFF_MAX / 2 - sizeof (word) < current->bufsize) in slurp()
414 if (PTRDIFF_MAX / (2 * sizeof *eqs) <= eqs_alloc) in find_and_hash_each_line()
453 if (PTRDIFF_MAX / 3 <= alloc_lines in find_and_hash_each_line()
454 || PTRDIFF_MAX / sizeof *cureqs <= 2 * alloc_lines - linbuf_base in find_and_hash_each_line()
455 || PTRDIFF_MAX / sizeof *linbuf <= alloc_lines - linbuf_base) in find_and_hash_each_line()
479 if (PTRDIFF_MAX / 3 <= alloc_lines in find_and_hash_each_line()
480 || PTRDIFF_MAX / sizeof *cureqs <= 2 * alloc_lines - linbuf_base in find_and_hash_each_line()
481 || PTRDIFF_MAX / sizeof *linbuf <= alloc_lines - linbuf_base) in find_and_hash_each_line()
[all …]
H A Dsystem.h165 #ifndef PTRDIFF_MAX
166 # define PTRDIFF_MAX TYPE_MAXIMUM (ptrdiff_t) macro
253 #define LIN_MAX PTRDIFF_MAX
H A Ddir.c107 if (PTRDIFF_MAX / 2 <= data_alloc) in dir_read()
132 if (PTRDIFF_MAX / sizeof *names - 1 <= nnames) in dir_read()
H A Dcmp.c344 PTRDIFF_MAX - sizeof (word)); in main()
H A Ddiff3.c929 size_t too_many_lines = (PTRDIFF_MAX in process_diff()
1244 if (PTRDIFF_MAX / 2 <= current_chunk_size) in read_diff()
H A Dsdiff.c751 else if (PTRDIFF_MAX / (2 * sizeof *diffargv) <= diffarglim) in diffarg()
H A Danalyze.c823 size_t lcm_max = PTRDIFF_MAX - 1; in diff_2_files()
/freebsd/contrib/diff/lib/
H A Dcmpbuf.c64 #ifndef PTRDIFF_MAX
65 # define PTRDIFF_MAX TYPE_MAXIMUM (ptrdiff_t) macro
/freebsd/sys/x86/include/
H A D_stdint.h167 #define PTRDIFF_MAX INT64_MAX macro
177 #define PTRDIFF_MAX INT32_MAX macro
/freebsd/sys/powerpc/include/
H A D_stdint.h173 #define PTRDIFF_MAX INT64_MAX macro
184 #define PTRDIFF_MAX INT32_MAX macro
/freebsd/sys/arm/include/
H A D_stdint.h143 #define PTRDIFF_MAX INT32_MAX macro
/freebsd/sys/riscv/include/
H A D_stdint.h141 #define PTRDIFF_MAX INT64_MAX macro
/freebsd/sys/arm64/include/
H A D_stdint.h145 #define PTRDIFF_MAX INT64_MAX macro
/freebsd/contrib/tzcode/
H A Dprivate.h407 #ifndef PTRDIFF_MAX
408 # define PTRDIFF_MAX MAXVAL(ptrdiff_t, TYPE_BIT(ptrdiff_t))
456 #define INDEX_MAX ((ptrdiff_t) min(PTRDIFF_MAX, SIZE_MAX))
384 # define PTRDIFF_MAX global() macro
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcstdint73 PTRDIFF_MAX
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dstdint.h888 #define PTRDIFF_MAX __PTRDIFF_MAX__ macro
/freebsd/contrib/ntp/ntpd/
H A Dntp_parser.c1046 # elif defined PTRDIFF_MAX
1051 # define YYPTRDIFF_MAXIMUM PTRDIFF_MAX
/freebsd/bin/sh/
H A Dexpand.c892 if (len >= SIZE_MAX / 2 || len > PTRDIFF_MAX) in reprocess()
/freebsd/contrib/unbound/util/
H A Dconfigparser.c974 # elif defined PTRDIFF_MAX
979 # define YYPTRDIFF_MAXIMUM PTRDIFF_MAX
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc150 SYMBOL(PTRDIFF_MAX, None, <stdint.h>)
H A DStdSymbolMap.inc424 SYMBOL(PTRDIFF_MAX, None, <cstdint>)
425 SYMBOL(PTRDIFF_MAX, None, <stdint.h>)
/freebsd/contrib/diff/
H A DChangeLog474 * src/analyze.c (diff_2_files): Assign PTRDIFF_MAX - 1 to a
725 (PTRDIFF_MAX): Define if not already defined.
1283 (PTRDIFF_MAX, SIZE_MAX): New macros.
/freebsd/contrib/jemalloc/
H A DChangeLog680 size class is now less than PTRDIFF_MAX to protect applications against
/freebsd/contrib/tzdata/
H A DNEWS85 PTRDIFF_MAX, a limit forced by C anyway; formerly tzcode silently