HomeSort by relevance Sort by last modified time
    Searched full:function_t (Results 1 - 1 of 1) sorted by null

  /system/extras/micro_bench/
micro_bench.cpp 72 } function_t; typedef in typeref:struct:__anon44048
296 function_t function_table[] = {
339 function_t *processOptions(int argc, char **argv, command_data_t *cmd_data) {
340 function_t *command = NULL;
386 for (function_t *function = function_table; function->name != NULL; function++) {
472 function_t *command = processOptions(argc, argv, &cmd_data);

Completed in 136 milliseconds