Searched refs:total_results (Results 1 – 3 of 3) sorted by relevance
/external/ltp/utils/ffsb-6.0-rc2/ |
D | main.c | 67 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/ |
D | cpdf_renderstatus.cpp | 138 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/ |
D | run_perf.py | 284 total_results = [GeometricMean(t["results"][i] for t in res.traces) 289 "results": total_results,
|