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

  /development/perftests/panorama/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/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/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;
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_pattern.cpp 607 int d_bottom, d_left, d_top, d_right;
613 d_bottom = div_colors[3].Distance(div_colors[0]);
619 if (bSmall || (d_bottom < COONCOLOR_THRESHOLD && d_left < COONCOLOR_THRESHOLD &&
632 if (d_bottom < COONCOLOR_THRESHOLD && d_top < COONCOLOR_THRESHOLD) {
    [all...]

Completed in 510 milliseconds