Home
last modified time | relevance | path

Searched refs:total_results (Results 1 – 3 of 3) sorted by relevance

/external/ltp/utils/ffsb-6.0-rc2/
Dmain.c67 ffsb_op_results_t total_results; in main() local
130 init_ffsb_op_results(&total_results); in main()
212 tg_collect_results(&fc.groups[i], &total_results); in main()
218 print_results(&total_results, totaltime); in main()
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp136 uint32_t total_results = in DrawAxialShading() local
138 CFX_FixedBufGrow<FX_FLOAT, 16> result_array(total_results); in DrawAxialShading()
140 FXSYS_memset(pResults, 0, total_results * sizeof(FX_FLOAT)); in DrawAxialShading()
217 uint32_t total_results = in DrawRadialShading() local
219 CFX_FixedBufGrow<FX_FLOAT, 16> result_array(total_results); in DrawRadialShading()
221 FXSYS_memset(pResults, 0, total_results * sizeof(FX_FLOAT)); in DrawRadialShading()
341 uint32_t total_results = in DrawFuncShading() local
343 CFX_FixedBufGrow<FX_FLOAT, 16> result_array(total_results); in DrawFuncShading()
345 FXSYS_memset(pResults, 0, total_results * sizeof(FX_FLOAT)); in DrawFuncShading()
/external/v8/tools/
Drun_perf.py296 total_results = [GeometricMean(t["results"][i] for t in res.traces)
301 "results": total_results,