Home
last modified time | relevance | path

Searched refs:endTime (Results 1 – 2 of 2) sorted by relevance

/system/extras/tests/memtest/
Dfptest.cpp51 static void endTime(const char *str, double ops) in endTime() function
82 endTime("scalar mad", 1e9); in test_mad()
120 endTime("neon fma", 1e9); in test_fma()
/system/core/libutils/
DLooper.cpp380 nsecs_t endTime = systemTime(SYSTEM_TIME_MONOTONIC) in pollAll() local
390 timeoutMillis = toMillisecondTimeoutDelay(now, endTime); in pollAll()