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.cpp138 uint32_t total_results = in DrawAxialShading() local
140 CFX_FixedBufGrow<float, 16> result_array(total_results); in DrawAxialShading()
142 memset(pResults, 0, total_results * sizeof(float)); in DrawAxialShading()
220 uint32_t total_results = in DrawRadialShading() local
222 CFX_FixedBufGrow<float, 16> result_array(total_results); in DrawRadialShading()
224 memset(pResults, 0, total_results * sizeof(float)); in DrawRadialShading()
342 uint32_t total_results = in DrawFuncShading() local
344 CFX_FixedBufGrow<float, 16> result_array(total_results); in DrawFuncShading()
346 memset(pResults, 0, total_results * sizeof(float)); in DrawFuncShading()
/external/v8/tools/
Drun_perf.py284 total_results = [GeometricMean(t["results"][i] for t in res.traces)
289 "results": total_results,