Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c136885 static void percentSort(double *a, unsigned int n){ function
136921 if( n-iGt>=2 ) percentSort(a+iGt, n-iGt);
136924 if( iLt>=2 ) percentSort(a, iLt);
136963 percentSort(p->a, p->nUsed);
136994 percentSort(p->a, p->nUsed);