Searched refs:function_t (Results 1 - 2 of 2) sorted by relevance

/system/extras/tests/memtest/
H A Dmemtest.cpp77 } function_t; typedef in typeref:struct:__anon1778
79 function_t function_table[] = {
98 for (unsigned int i = 0; i < sizeof(function_table)/sizeof(function_t); i++) {
/system/extras/micro_bench/
H A Dmicro_bench.cpp83 } function_t; typedef in typeref:struct:__anon1739
588 function_t function_table[] = {
669 function_t *processOptions(int argc, char **argv, command_data_t *cmd_data) {
670 function_t *command = NULL;
731 for (size_t j = 0; j < sizeof(function_table)/sizeof(function_t); j++) {
829 function_t *command = processOptions(argc, argv, &cmd_data);

Completed in 54 milliseconds