Home
last modified time | relevance | path

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

/system/core/fastboot/
Dusbtest.c41 long long NOW(void) in NOW() function
96 t0 = NOW(); in test_null()
103 t1 = NOW(); in test_null()
114 t0 = NOW(); in test_zero()
121 t1 = NOW(); in test_zero()
/system/core/adb/
Dfile_sync_client.c39 static long long NOW() in NOW() function
50 start_time = NOW(); in BEGIN()
55 long long t = NOW() - start_time; in END()