Searched refs:c_last (Results 1 – 2 of 2) sorted by relevance
15 void get_max_time_diff(uint64_t* first, uint64_t* last, uint64_t* c_first, uint64_t* c_last, char* … in get_max_time_diff() argument26 if(__builtin_expect(*c_last < *c_first, 0)) in get_max_time_diff()28 tmp = *c_last + (UINT64_MAX - *c_first); in get_max_time_diff()32 tmp = ((*c_last)-(*c_first)); in get_max_time_diff()
28 void get_max_time_diff(uint64_t* first, uint64_t* last, uint64_t* c_first, uint64_t* c_last, char* …