Home | History | Annotate | Download | only in micro_bench

Lines Matching refs:function_table

576 function_t function_table[] = {
718 for (size_t j = 0; j < sizeof(function_table)/sizeof(function_t); j++) {
719 if (strcmp(argv[i], function_table[j].name) == 0) {
720 command = &function_table[j];