Searched refs:last_equal (Results 1 – 1 of 1) sorted by relevance
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
D | db_utilities_indexing.cpp | 36 …le pivot,double *dest,const double *source,long first,long last,long *first_equal,long *last_equal) in db_LeanPartitionOnPivot() argument 56 *last_equal=d_top-dest; in db_LeanPartitionOnPivot() 64 long first_equal,last_equal; in db_LeanQuickSelect() local 79 db_LeanPartitionOnPivot(pivot,dest,source,first,last,&first_equal,&last_equal); in db_LeanQuickSelect() 82 else if(last_equal<pos) first=last_equal+1; in db_LeanQuickSelect()
|