Lines Matching defs:diff
188 time_t diff = (tv1->tv_sec - tv2->tv_sec);191 sec = diff % 60;192 diff /= 60;193 min = diff % 60;194 hr = diff / 60;