Searched defs:ms_time_diff (Results 1 – 4 of 4) sorted by relevance
191 double ms_time_diff(MS_TM *a, MS_TM *b) in ms_time_diff() function
691 int64_t ms_time_diff(struct timeval *start_time, struct timeval *end_time) in ms_time_diff() function
431 auto ms_time_diff = [](timestamp t0, timestamp tn) { in render() local