Searched refs:MAX_IN_CORE_SORT (Results 1 – 2 of 2) sorted by relevance
149 #define MAX_IN_CORE_SORT 500000 macro230 if (ptr < MAX_IN_CORE_SORT) in main()873 int ntemps = 2 * (total + MAX_IN_CORE_SORT - 1) / MAX_IN_CORE_SORT; in sort_offline()912 while (tempsize + linelength + 1 <= MAX_IN_CORE_SORT) in sort_offline()950 sort_in_core (tempfiles[i], MAX_IN_CORE_SORT, newtemp); in sort_offline()
8554 * util/texindex.c (MAX_IN_CORE_SORT): Cast to off_t.