Home
last modified time | relevance | path

Searched refs:ffsb_op_results_t (Results 1 – 7 of 7) sorted by relevance

/external/ltp/utils/ffsb-6.0-rc2/
Dffsb_op.c58 void init_ffsb_op_results(ffsb_op_results_t * results) in init_ffsb_op_results()
60 memset(results, 0, sizeof(ffsb_op_results_t)); in init_ffsb_op_results()
63 static int exclusive_op(ffsb_op_results_t * results, unsigned int op_num) in exclusive_op()
85 static void print_op_results(unsigned int op_num, ffsb_op_results_t * results, in print_op_results()
105 ffsb_op_results_t * results, double runtime)
Dffsb_op.h85 } ffsb_op_results_t; typedef
Dffsb_thread.h98 ffsb_op_results_t *ft_get_results(ffsb_thread_t *);
Dffsb_tg.h139 void tg_collect_results(ffsb_tg_t *tg, ffsb_op_results_t *res);
Dffsb_thread.c139 ffsb_op_results_t *ft_get_results(ffsb_thread_t * ft) in ft_get_results()
Dmain.c67 ffsb_op_results_t total_results; in main()
Dffsb_tg.c320 void tg_collect_results(ffsb_tg_t * tg, ffsb_op_results_t * r) in tg_collect_results()