Searched refs:kMaxShifts (Results 1 – 1 of 1) sorted by relevance
547 const int kMaxShifts = (sizeof(num_days) * 8) - 2; in UpdateBackoffExpiryTime() local551 int power = min(GetFullPayloadAttemptNumber() - 1, kMaxShifts); in UpdateBackoffExpiryTime()