Home
last modified time | relevance | path

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

/system/extras/tests/memtest/
Dmemtest.cpp80 } function_t; typedef
82 function_t function_table[] = {
103 for (unsigned int i = 0; i < sizeof(function_table)/sizeof(function_t); i++) { in main()
/system/extras/micro_bench/
Dmicro_bench.cpp83 } function_t; typedef
593 function_t function_table[] = {
675 function_t *processOptions(int argc, char **argv, command_data_t *cmd_data) { in processOptions()
676 function_t *command = NULL; in processOptions()
737 for (size_t j = 0; j < sizeof(function_table)/sizeof(function_t); j++) { in processOptions()
835 function_t *command = processOptions(argc, argv, &cmd_data); in main()