OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_restart
(Results
1 - 3
of
3
) sorted by null
/external/stlport/test/unit/cppunit/
cppunit_timer.h
28
m_start.LowPart =
m_restart
.LowPart = m_stop.LowPart = 0;
29
m_start.HighPart =
m_restart
.HighPart = m_stop.HighPart = 0;
42
QueryPerformanceCounter(&
m_restart
);
44
m_start =
m_restart
;
54
m_restart
.HighPart != 0 &&
m_restart
.LowPart != 0) {
55
m_stop.HighPart += (stop.HighPart -
m_restart
.HighPart);
56
if (stop.LowPart <
m_restart
.LowPart) {
57
if (
m_restart
.LowPart - stop.LowPart > m_stop.LowPart) {
60
m_stop.LowPart -=
m_restart
.LowPart - stop.LowPart
97
LARGE_INTEGER m_start, m_stop,
m_restart
;
member in class:Timer
[
all
...]
/ndk/tests/device/test-gnustl-full/unit/cppunit/
cppunit_timer.h
28
m_start.LowPart =
m_restart
.LowPart = m_stop.LowPart = 0;
29
m_start.HighPart =
m_restart
.HighPart = m_stop.HighPart = 0;
42
QueryPerformanceCounter(&
m_restart
);
44
m_start =
m_restart
;
54
m_restart
.HighPart != 0 &&
m_restart
.LowPart != 0) {
55
m_stop.HighPart += (stop.HighPart -
m_restart
.HighPart);
56
if (stop.LowPart <
m_restart
.LowPart) {
57
if (
m_restart
.LowPart - stop.LowPart > m_stop.LowPart) {
60
m_stop.LowPart -=
m_restart
.LowPart - stop.LowPart
97
LARGE_INTEGER m_start, m_stop,
m_restart
;
member in class:Timer
[
all
...]
/ndk/tests/device/test-stlport/unit/cppunit/
cppunit_timer.h
28
m_start.LowPart =
m_restart
.LowPart = m_stop.LowPart = 0;
29
m_start.HighPart =
m_restart
.HighPart = m_stop.HighPart = 0;
42
QueryPerformanceCounter(&
m_restart
);
44
m_start =
m_restart
;
54
m_restart
.HighPart != 0 &&
m_restart
.LowPart != 0) {
55
m_stop.HighPart += (stop.HighPart -
m_restart
.HighPart);
56
if (stop.LowPart <
m_restart
.LowPart) {
57
if (
m_restart
.LowPart - stop.LowPart > m_stop.LowPart) {
60
m_stop.LowPart -=
m_restart
.LowPart - stop.LowPart
97
LARGE_INTEGER m_start, m_stop,
m_restart
;
member in class:Timer
[
all
...]
Completed in 728 milliseconds