HomeSort by relevance Sort by last modified time
    Searched refs: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/bluetooth/glib/glib/
giochannel.c 1015 gsize this_time = 1, bytes_written = 0; local
1025 g_assert (this_time > 0);
1030 &this_time, error);
1031 bytes_written += this_time;
2096 gsize did_write = 0, this_time; local
    [all...]

Completed in 1454 milliseconds