Searched refs:old_timestamp (Results 1 – 3 of 3) sorted by relevance
45 uint32_t old_timestamp, in CompensateForWrapAround() argument48 int64_t wraps = CheckForWrapArounds(new_timestamp, old_timestamp); in CompensateForWrapAround()133 int CheckForWrapArounds(uint32_t new_timestamp, uint32_t old_timestamp) { in CheckForWrapArounds() argument134 if (new_timestamp < old_timestamp) { in CheckForWrapArounds()138 if (static_cast<int32_t>(new_timestamp - old_timestamp) > 0) { in CheckForWrapArounds()142 } else if (static_cast<int32_t>(old_timestamp - new_timestamp) > 0) { in CheckForWrapArounds()
468 for data_type, old_timestamp in self._state.iteritems():473 final_stamp = max(old_timestamp, new_timestamp)
2452 int old_level, old_timestamp, old_show_keys; in wpa_supplicant_set_debug_params() local2464 old_timestamp = wpa_debug_timestamp; in wpa_supplicant_set_debug_params()2473 if (wpa_debug_timestamp != old_timestamp) in wpa_supplicant_set_debug_params()