HomeSort by: relevance | last modified time | path
    Searched defs:fstack_2_count (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/sort/
msort.c 96 static int fstack_count, fstack_1_count, fstack_2_count; variable in typeref:typename:int
112 if (fstack_2_count == MERGE_FNUM) {
118 fstack_2_count = 1;
120 fstack_2[fstack_2_count].fp = mfp1;
121 fstack_2[fstack_2_count].get = geteasy;
122 fstack_2_count++;
155 int count = fstack_1_count + fstack_2_count;
178 fstack[--i] = fstack_2[--fstack_2_count];
msort.c 96 static int fstack_count, fstack_1_count, fstack_2_count; variable in typeref:typename:int
112 if (fstack_2_count == MERGE_FNUM) {
118 fstack_2_count = 1;
120 fstack_2[fstack_2_count].fp = mfp1;
121 fstack_2[fstack_2_count].get = geteasy;
122 fstack_2_count++;
155 int count = fstack_1_count + fstack_2_count;
178 fstack[--i] = fstack_2[--fstack_2_count];

Completed in 25 milliseconds