Home
last modified time | relevance | path

Searched refs:MEASURE (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-shape-complex-arabic.cc463 unsigned int extra_glyphs_needed = 0; // Set during MEASURE, used during CUT in apply_stch()
464 enum { MEASURE, CUT } /* step_t */; in apply_stch()
466 for (unsigned int step = MEASURE; step <= CUT; step = step + 1) in apply_stch()
524 step == MEASURE ? "measuring" : "cutting", context, start, end); in apply_stch()
547 if (step == MEASURE) in apply_stch()
581 if (step == MEASURE) in apply_stch()
/third_party/optimized-routines/math/test/
H A Dmathbench.c24 #define MEASURE 60 macro
34 static long measurecount = MEASURE;

Completed in 2 milliseconds