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

  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Scripts/uefi-aarch64-bootstrap/
boot.S 57 b.ne start_ns // skip EL3 initialisation
154 1: ldr x0, =start_ns // Return after mode switch
168 start_ns: label
  /external/linux-kselftest/tools/testing/selftests/timers/
raw_skew.c 74 long long start_ns, end_ns; local
76 start_ns = ts_to_nsec(start);
78 return end_ns - start_ns;
adjtick.c 72 long long start_ns, end_ns; local
74 start_ns = ts_to_nsec(start);
77 return end_ns - start_ns;
  /frameworks/av/media/libaudioprocessing/tests/
test-resampler.cpp 355 int64_t start_ns = start.tv_sec * 1000000000LL + start.tv_nsec; local
357 int64_t time = end_ns - start_ns;
371 start_ns = start.tv_sec * 1000000000LL + start.tv_nsec;
373 time = end_ns - start_ns;
417 int64_t start_ns = start.tv_sec * 1000000000LL + start.tv_nsec; local
419 int64_t diff_ns = end_ns - start_ns;
  /system/core/init/
service.cpp 223 uint64_t start_ns = time_started_.time_since_epoch().count(); local
224 property_set("ro.boottime." + name_, std::to_string(start_ns));
    [all...]
  /art/compiler/driver/
compiler_driver.cc 505 uint64_t start_ns = kTimeCompileMethod ? NanoTime() : 0; local
611 uint64_t duration_ns = NanoTime() - start_ns;
    [all...]
  /art/runtime/gc/
heap.cc 1339 const uint64_t start_ns = NanoTime(); local
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
mkvmuxer.cc     [all...]
  /art/runtime/verifier/
method_verifier.cc 379 uint64_t start_ns = kTimeVerifyMethod ? NanoTime() : 0; local
489 uint64_t duration_ns = NanoTime() - start_ns;
    [all...]

Completed in 332 milliseconds