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

/haiku-fatelf/src/bin/coreutils/src/
H A Dsort.c1322 static size_t size_bound; local
1356 if (! size_bound)
1358 size_bound = sort_size;
1359 if (! size_bound)
1360 size_bound = default_sort_size ();
1368 || size_bound - size <= worst_case)
1369 return size_bound;

Completed in 50 milliseconds