Home
last modified time | relevance | path

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

/third_party/libunwind/tests/
Dperf-startup10 nsec2=$(LD_PRELOAD=$LIBUNWIND ./forker 2000 /bin/true | cut -f1 -d' ')
11 printf "\"LD_PRELOAD=$LIBUNWIND /bin/true\"\t: $nsec2 nsec/execution\n"
18 printf "Overhead of preloading $LIBUNWIND\t: $(($nsec2 - $nsec1)) nsec\n"
/third_party/alsa-lib/test/
Daudio_time.c52 long long nsec1, nsec2; in timediff() local
55 nsec2 = timestamp2ns(t2); 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
557 nsec2 = 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()