OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:usec
(Results
51 - 57
of
57
) sorted by null
1
2
3
/external/wpa_supplicant_8/wpa_supplicant/
sme.c
1861
unsigned int timeout, sec,
usec
;
local
[
all
...]
/system/update_engine/
payload_state.cc
600
int64_t
usec
= duration_uptime.InMicroseconds();
local
601
if (
usec
> 0) {
602
double sec = static_cast<double>(
usec
) / Time::kMicrosecondsPerSecond;
[
all
...]
/external/autotest/client/tests/aiostress/
aio-stress.c
261
double sec,
usec
;
local
264
usec
= stop_tv->tv_usec - start_tv->tv_usec;
265
if (sec > 0 &&
usec
< 0) {
267
usec
+= 1000000;
269
ret = sec +
usec
/ (double)1000000;
[
all
...]
/external/ltp/testcases/kernel/io/ltp-aiodio/
aio-stress.c
263
double sec,
usec
;
local
266
usec
= stop_tv->tv_usec - start_tv->tv_usec;
267
if (sec > 0 &&
usec
< 0) {
269
usec
+= 1000000;
271
ret = sec +
usec
/ (double)1000000;
[
all
...]
/external/v8/src/
log.cc
1196
uint32_t sec,
usec
;
local
[
all
...]
/external/python/cpython3/Modules/
_testcapimodule.c
3029
long
usec
;
local
[
all
...]
/external/elfutils/src/
readelf.c
8632
Dwarf_Word
usec
;
local
[
all
...]
Completed in 435 milliseconds
1
2
3