project: Rev 202

This commit is contained in:
Owain van Brakel
2021-12-14 18:20:58 +01:00
parent e974585ce8
commit 7c7bf0901a
406 changed files with 39725 additions and 39842 deletions

View File

@@ -156,29 +156,29 @@ public final class BZip2State {
int field4478;
BZip2State() {
this.field4513 = 4096; // L: 4
this.field4481 = 16; // L: 5
this.field4479 = 258; // L: 6
this.field4480 = 6; // L: 7
this.field4502 = 50; // L: 8
this.field4482 = 18002; // L: 9
this.nextByte = 0; // L: 11
this.next_out = 0; // L: 14
this.unzftab = new int[256]; // L: 25
this.cftab = new int[257]; // L: 27
this.inUse = new boolean[256]; // L: 30
this.inUse16 = new boolean[16]; // L: 31
this.seqToUnseq = new byte[256]; // L: 32
this.ll8 = new byte[4096]; // L: 33
this.getAndMoveToFrontDecode_yy = new int[16]; // L: 34
this.selector = new byte[18002]; // L: 35
this.selectorMtf = new byte[18002]; // L: 36
this.temp_charArray2d = new byte[6][258]; // L: 37
this.limit = new int[6][258]; // L: 38
this.base = new int[6][258]; // L: 39
this.perm = new int[6][258]; // L: 40
this.minLens = new int[6]; // L: 41
} // L: 44
this.field4513 = 4096;
this.field4481 = 16;
this.field4479 = 258;
this.field4480 = 6;
this.field4502 = 50;
this.field4482 = 18002;
this.nextByte = 0;
this.next_out = 0;
this.unzftab = new int[256];
this.cftab = new int[257];
this.inUse = new boolean[256];
this.inUse16 = new boolean[16];
this.seqToUnseq = new byte[256];
this.ll8 = new byte[4096];
this.getAndMoveToFrontDecode_yy = new int[16];
this.selector = new byte[18002];
this.selectorMtf = new byte[18002];
this.temp_charArray2d = new byte[6][258];
this.limit = new int[6][258];
this.base = new int[6][258];
this.perm = new int[6][258];
this.minLens = new int[6];
}
@ObfuscatedName("js")
@ObfuscatedSignature(
@@ -186,12 +186,12 @@ public final class BZip2State {
garbageValue = "-1894772144"
)
static boolean method7571(int var0) {
for (int var1 = 0; var1 < Client.field701; ++var1) { // L: 11872
if (Client.field522[var1] == var0) { // L: 11873
for (int var1 = 0; var1 < Client.field701; ++var1) {
if (Client.field522[var1] == var0) {
return true;
}
}
return false; // L: 11875
return false;
}
}