muffin v7.5.11
This commit is contained in:
parent
addf2d530f
commit
3102923ce2
522 changed files with 41082 additions and 211592 deletions
|
|
@ -8,37 +8,15 @@ internal sealed class DutyRetryState
|
|||
|
||||
public bool CanRetry(int maxRetries)
|
||||
{
|
||||
int num = ((maxRetries < 0) ? 1447023727 : 1447023721);
|
||||
bool result = default(bool);
|
||||
while (true)
|
||||
if (maxRetries >= 0)
|
||||
{
|
||||
int num2 = num;
|
||||
int num3 = 1447023724;
|
||||
int num4 = num2;
|
||||
switch ((num4 | num3) - (num4 & num3))
|
||||
if (maxRetries == 0)
|
||||
{
|
||||
case 0:
|
||||
num = 1447023721;
|
||||
break;
|
||||
case 4:
|
||||
result = _retryCount < maxRetries;
|
||||
num = 1447023725;
|
||||
break;
|
||||
case 3:
|
||||
result = true;
|
||||
num = 1447023725;
|
||||
break;
|
||||
case 2:
|
||||
result = false;
|
||||
num = 1447023725;
|
||||
break;
|
||||
case 5:
|
||||
num = ((maxRetries != 0) ? 1447023720 : 1447023726);
|
||||
break;
|
||||
case 1:
|
||||
return result;
|
||||
return false;
|
||||
}
|
||||
return _retryCount < maxRetries;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
public void BeginAwaitingOutcome()
|
||||
|
|
@ -53,12 +31,7 @@ internal sealed class DutyRetryState
|
|||
|
||||
public void RecordRetry()
|
||||
{
|
||||
int retryCount = _retryCount;
|
||||
int num = 1;
|
||||
int num2 = retryCount;
|
||||
int num3 = num2 ^ num;
|
||||
int num4 = num2 & num;
|
||||
_retryCount = num3 + (num4 + num4);
|
||||
_retryCount++;
|
||||
AwaitingOutcome = false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue