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

/system/extras/tests/memtest/
H A Dmemtest.cpp80 } function_t; typedef in typeref:struct:__anon296
82 function_t function_table[] = {
103 for (unsigned int i = 0; i < sizeof(function_table)/sizeof(function_t); i++) {
/system/extras/micro_bench/
H A Dmicro_bench.cpp82 } function_t; typedef in typeref:struct:__anon276
576 function_t function_table[] = {
656 function_t *processOptions(int argc, char **argv, command_data_t *cmd_data) {
657 function_t *command = NULL;
718 for (size_t j = 0; j < sizeof(function_table)/sizeof(function_t); j++) {
816 function_t *command = processOptions(argc, argv, &cmd_data);

Completed in 65 milliseconds