OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:void_func_t
(Results
1 - 1
of
1
) sorted by null
/system/extras/micro_bench/
micro_bench.cpp
71
typedef void *(*
void_func_t
)();
typedef
81
int (*ptr)(const char *, const command_data_t &,
void_func_t
func);
82
void_func_t
func;
381
int benchmarkSleep(const char* /*name*/, const command_data_t &cmd_data,
void_func_t
/*func*/) {
393
int benchmarkMemset(const char *name, const command_data_t &cmd_data,
void_func_t
func) {
400
int benchmarkMemsetCold(const char *name, const command_data_t &cmd_data,
void_func_t
func) {
407
int benchmarkMemcpy(const char *name, const command_data_t &cmd_data,
void_func_t
func) {
418
int benchmarkMemcpyCold(const char *name, const command_data_t &cmd_data,
void_func_t
func) {
429
int benchmarkMemmoveBackwards(const char *name, const command_data_t &cmd_data,
void_func_t
func) {
445
int benchmarkMemread(const char *name, const command_data_t &cmd_data,
void_func_t
/*func*/)
[
all
...]
Completed in 130 milliseconds