OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:strlen_func_t
(Results
1 - 1
of
1
) sorted by null
/system/extras/micro_bench/
micro_bench.cpp
75
typedef size_t (*
strlen_func_t
)(const char *);
typedef
483
strlen_func_t
strlen_func = reinterpret_cast<
strlen_func_t
>(func);
496
strlen_func_t
strlen_func = reinterpret_cast<
strlen_func_t
>(func);
[
all
...]
Completed in 34 milliseconds