Searched refs:needsort (Results 1 – 2 of 2) sorted by relevance
883 int needsort = 0; in addrsort() local892 if (needsort == 0 && i > 0 && j < aval[i-1]) in addrsort()893 needsort = i; in addrsort()895 if (!needsort) in addrsort()898 while (needsort < num) { in addrsort()899 for (j = needsort - 1; j >= 0; j--) { in addrsort()914 needsort++; in addrsort()
581 int needsort = 0; in libc_hidden_def() local597 if (needsort == 0 && i > 0 && j < aval[i-1]) in libc_hidden_def()598 needsort = i; in libc_hidden_def()600 if (!needsort) in libc_hidden_def()603 while (needsort++ < num) in libc_hidden_def()604 for (j = needsort - 2; j >= 0; j--) in libc_hidden_def()
Completed in 9 milliseconds