Searched refs:nsec1 (Results 1 – 3 of 3) sorted by relevance
7 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"
52 long long nsec1, nsec2; in timediff() local54 nsec1 = timestamp2ns(t1); in timediff()57 return nsec1 - nsec2; in timediff()
525 guint64 nsec1, nsec2; in gst_video_time_code_compare() local554 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()