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

  /external/blktrace/btt/
iostat.c 151 asp->sec_s[i] += ((double)sp->sec[i] / dt);
170 fprintf(iostat_ofp, "%9.2lf ", asp->sec_s[0]);
171 fprintf(iostat_ofp, "%9.2lf ", asp->sec_s[1]);
172 fprintf(iostat_ofp, "%9.2lf ", asp->sec_s[0] / 2.0);
173 fprintf(iostat_ofp, "%9.2lf ", asp->sec_s[1] / 2.0);
globals.h 126 double rqm_s[2], ios_s[2], sec_s[2]; member in struct:stats_t
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/
SafeConstructor.java 346 int sec_s = (int) Math.round(Math.floor(fractions)); local
347 int usec = (int) Math.round((fractions - sec_s) * 1000);
366 calendar.set(Calendar.SECOND, sec_s);

Completed in 518 milliseconds