Searched refs:byte_number_max (Results 1 – 1 of 1) sorted by relevance
387 off_t byte_number_max = MIN (bytes, TYPE_MAXIMUM (off_t)); in cmp() local393 if (file_bytes < byte_number_max) in cmp()394 byte_number_max = file_bytes; in cmp()397 for (offset_width = 1; (byte_number_max /= 10) != 0; offset_width++) in cmp()