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

  /external/ltp/utils/ffsb-6.0-rc2/
main.c 67 ffsb_op_results_t total_results; local
130 init_ffsb_op_results(&total_results);
212 tg_collect_results(&fc.groups[i], &total_results);
218 print_results(&total_results, totaltime);
  /external/pdfium/core/fpdfapi/render/
cpdf_renderstatus.cpp 136 uint32_t total_results = local
138 CFX_FixedBufGrow<FX_FLOAT, 16> result_array(total_results);
140 FXSYS_memset(pResults, 0, total_results * sizeof(FX_FLOAT));
217 uint32_t total_results = local
219 CFX_FixedBufGrow<FX_FLOAT, 16> result_array(total_results);
221 FXSYS_memset(pResults, 0, total_results * sizeof(FX_FLOAT));
341 uint32_t total_results = local
343 CFX_FixedBufGrow<FX_FLOAT, 16> result_array(total_results);
345 FXSYS_memset(pResults, 0, total_results * sizeof(FX_FLOAT));
    [all...]
  /external/v8/tools/
run_perf.py 296 total_results = [GeometricMean(t["results"][i] for t in res.traces)
301 "results": total_results,
    [all...]

Completed in 194 milliseconds