Home
last modified time | relevance | path

Searched refs:needsort (Results 1 – 1 of 1) sorted by relevance

/system/netd/resolv/
Dgethnamaddr.cpp727 int needsort = 0; in addrsort() local
738 if (needsort == 0 && i > 0 && j < aval[i - 1]) needsort = i; in addrsort()
740 if (!needsort) return; in addrsort()
742 while (needsort < num) { in addrsort()
743 for (j = needsort - 1; j >= 0; j--) { in addrsort()
757 needsort++; in addrsort()