OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_lastTickCount
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/src/system_wrappers/source/
cpu_mac.cc
24
_lastTickCount
(NULL),
43
_lastTickCount
= new WebRtc_Word64[cpuCount];
55
_lastTickCount
[cpu] = ticks;
64
delete[]
_lastTickCount
;
132
(ticks -
_lastTickCount
[cpu])) /
135
_lastTickCount
[cpu] = ticks;
cpu_mac.h
43
WebRtc_Word64*
_lastTickCount
;
Completed in 105 milliseconds