Searched refs:ffsb_op_results (Results 1 – 5 of 5) sorted by relevance
/external/ltp/utils/ffsb-6.0-rc2/ |
D | ffsb_op.h | 25 struct ffsb_op_results; 43 typedef void (*ffsb_op_print_fn)(struct ffsb_op_results *, double secs, 77 typedef struct ffsb_op_results { struct 87 void init_ffsb_op_results(struct ffsb_op_results *); argument 88 void print_results(struct ffsb_op_results *results, double runtime); 97 void add_results(struct ffsb_op_results *target, struct ffsb_op_results *src);
|
D | fileops.h | 40 struct ffsb_op_results; 42 void ffsb_read_print_exl(struct ffsb_op_results *, double secs, unsigned op_num); 43 void ffsb_write_print_exl(struct ffsb_op_results *, double secs, unsigned op_num); 44 void ffsb_create_print_exl(struct ffsb_op_results *, double secs, unsigned op_num); 45 void ffsb_append_print_exl(struct ffsb_op_results *, double secs, unsigned op_num);
|
D | ffsb_thread.h | 32 struct ffsb_op_results; 55 struct ffsb_op_results results;
|
D | ffsb_op.c | 112 void print_results(struct ffsb_op_results *results, double runtime) in print_results() 176 void add_results(struct ffsb_op_results *target, struct ffsb_op_results *src) in add_results()
|
D | main.c | 188 struct ffsb_op_results tg_results; in main()
|