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

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
util.c 334 u64 time_sec, time_nsec; local
355 time_nsec = strtoul(nsec_buf, &end, 10);
359 time_nsec = 0;
361 *ptime = time_sec * NSEC_PER_SEC + time_nsec;
  /frameworks/base/libs/androidfw/
BackupHelpers.cpp     [all...]

Completed in 743 milliseconds