HomeSort by relevance Sort by last modified time
    Searched refs:time3 (Results 1 - 6 of 6) sorted by null

  /dalvik/tests/055-enum-performance/src/
Main.java 21 long time3 = System.nanoTime(); local
32 double msec3 = (time3 - time2) / (double) count3 / 1000000;
33 double basisMsec = (time4 - time3) / (double) count4 / 1000000;
  /external/quake/quake/src/WinQuake/
host.cpp 638 static double time3 = 0; local
720 pass1 = (int) ((time1 - time3)*1000);
721 time3 = Sys_FloatTime ();
723 pass3 = (int) ((time3 - time2)*1000);
r_part.cpp 654 float time2, time3; local
694 time3 = frametime * 15;
817 p->ramp += time3;
  /external/quake/quake/src/QW/client/
r_part.c 452 float time2, time3; local
493 time3 = frametime * 15;
591 p->ramp += time3;
cl_main.c 1306 static double time3 = 0; local
1383 pass1 = (time1 - time3)*1000;
1384 time3 = Sys_DoubleTime ();
1386 pass3 = (time3 - time2)*1000;
  /external/icu4c/test/intltest/
tzrulets.cpp 1207 UDate time3 = getUTCMillis(1950, UCAL_JULY, 4); local
    [all...]

Completed in 181 milliseconds