OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nanoseconds_to_microseconds
(Results
1 - 1
of
1
) sorted by null
/system/core/include/utils/
Timers.h
61
static inline nsecs_t
nanoseconds_to_microseconds
(nsecs_t secs)
function
71
static inline nsecs_t ns2us(nsecs_t v) {return
nanoseconds_to_microseconds
(v);}
Completed in 850 milliseconds