Searched refs:old_timestamp (Results 1 – 2 of 2) 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()
3272 int old_level, old_timestamp, old_show_keys; in wpa_supplicant_set_debug_params() local3284 old_timestamp = wpa_debug_timestamp; in wpa_supplicant_set_debug_params()3293 if (wpa_debug_timestamp != old_timestamp) in wpa_supplicant_set_debug_params()