OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sLastCounter
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit/android/
TimeCounter.cpp
83
uint32_t TimeCounter::
sLastCounter
[TimeCounter::TotalTimeCounterCount];
166
if (sCounter[type] >
sLastCounter
[type])
168
-
sLastCounter
[type]);
172
memcpy(
sLastCounter
, sCounter, sizeof(sCounter));
TimeCounter.h
80
static uint32_t
sLastCounter
[TotalTimeCounterCount];
Completed in 32 milliseconds