HomeSort by relevance Sort by last modified time
    Searched full:this_time (Results 1 - 2 of 2) sorted by null

  /external/blktrace/
verify_blkparse.c 11 double this_time, last_time; local
36 if (sscanf(p, "%3d,%3d %2d %8d %lf", &major, &minor, &cpu, &seq, &this_time) != 5)
39 if (this_time < last_time) {
45 last_time = this_time;
  /external/qemu/distrib/sdl-1.2.15/test/
testgl.c 460 Uint32 start_time, this_time; local
760 this_time = SDL_GetTicks();
761 if ( this_time != start_time ) {
763 ((float)frames/(this_time-start_time))*1000.0);

Completed in 221 milliseconds