Lines Matching refs:PTRDIFF_MAX
110 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()
563 return MIN (guessed_lines, PTRDIFF_MAX / (2 * sizeof (char *) + 1) - 5) + 5; in guess_lines()
740 if (PTRDIFF_MAX / (2 * sizeof *linbuf0) <= alloc_lines0) in find_identical_ends()
758 || PTRDIFF_MAX / sizeof *linbuf1 <= alloc_lines1) in find_identical_ends()
832 if (PTRDIFF_MAX / sizeof *equivs <= equivs_alloc) in read_files()
845 if (PTRDIFF_MAX / sizeof *buckets <= nbuckets) in read_files()