HomeSort by relevance Sort by last modified time
    Searched refs:d_bottom (Results 1 - 3 of 3) sorted by null

  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities_indexing.cpp 41 double *d_bottom; local
46 d_bottom=dest+first;
52 if(temp<pivot) *(d_bottom++)=temp;
55 *first_equal=d_bottom-dest;
  /packages/apps/Camera2/jni/feature_stab/db_vlvm/
db_utilities_indexing.cpp 41 double *d_bottom; local
46 d_bottom=dest+first;
52 if(temp<pivot) *(d_bottom++)=temp;
55 *first_equal=d_bottom-dest;
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities_indexing.cpp 41 double *d_bottom; local
46 d_bottom=dest+first;
52 if(temp<pivot) *(d_bottom++)=temp;
55 *first_equal=d_bottom-dest;

Completed in 45 milliseconds