Home
last modified time | relevance | path

Searched refs:nsec1 (Results 1 – 3 of 3) sorted by relevance

/third_party/libunwind/tests/
Dperf-startup7 nsec1=$(./forker 2000 /bin/true | cut -f1 -d' ')
8 printf "\"/bin/true\"\t\t\t\t\t\t: $nsec1 nsec/execution\n"
18 printf "Overhead of preloading $LIBUNWIND\t: $(($nsec2 - $nsec1)) nsec\n"
19 printf "Overhead of preloading $LIBUNWIND_PLAT\t: $(($nsec3 - $nsec1)) nsec\n"
/third_party/alsa-lib/test/
Daudio_time.c52 long long nsec1, nsec2; in timediff() local
54 nsec1 = timestamp2ns(t1); in timediff()
57 return nsec1 - nsec2; in timediff()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideotimecode.c525 guint64 nsec1, nsec2; in gst_video_time_code_compare() local
554 nsec1 = in gst_video_time_code_compare()
560 if (nsec1 > nsec2) { in gst_video_time_code_compare()
562 } else if (nsec1 < nsec2) { in gst_video_time_code_compare()