Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c136889 double rPivot; /* The pivot value */ local
136904 rPivot = a[i];
136907 if( a[i]<rPivot ){
136911 }else if( a[i]>rPivot ){
136914 }while( iGt>i && a[iGt]>rPivot );