Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c136663 static void percentSort(double *a, unsigned int n){ function
136698 if( iLt>=2 ) percentSort(a, iLt);
136699 if( n-iGt>=2 ) percentSort(a+iGt, n-iGt);
136742 percentSort(p->a, p->nUsed);
136773 percentSort(p->a, p->nUsed);