OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:microsecs
(Results
1 - 3
of
3
) sorted by null
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_common.h
47
#define TIME_INCREASE(time,
microsecs
) time +=
microsecs
/ 1000000
76
#define TIME_INCREASE(time,
microsecs
) \
77
((time).tv_sec += ((
microsecs
) / 1000000) + \
78
((time).tv_usec + (
microsecs
) % 1000000) / 1000000), \
79
((time).tv_usec = ((time).tv_usec + (
microsecs
) % 1000000) % 1000000)
/external/chromium_org/third_party/openssl/openssl/apps/
openssl.cnf
343
accuracy = secs:1, millisecs:500,
microsecs
:100 # (optional)
/external/openssl/apps/
openssl.cnf
343
accuracy = secs:1, millisecs:500,
microsecs
:100 # (optional)
Completed in 28 milliseconds