OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:kmillion
(Results
1 - 4
of
4
) sorted by null
/sdk/emulator/qtools/
gtrace.h
9
static const uint32_t
kMillion
= 1000000;
10
static const uint32_t kTicsPerSecond = 200 *
kMillion
;
profile_trace.cpp
9
const int
kMillion
= 1000000;
10
const int kMHz = 200 *
kMillion
;
109
secs, total, kMHz /
kMillion
);
coverage.cpp
10
const int
kMillion
= 1000000;
11
const int kMHz = 200 *
kMillion
;
/external/skia/src/ports/
SkOSEvent_android.cpp
95
#define
kMillion
(kThousand * kThousand)
108
if (tv.tv_usec >=
kMillion
)
110
tv.tv_sec += tv.tv_usec /
kMillion
;
111
tv.tv_usec %=
kMillion
;
Completed in 84 milliseconds