terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
BZip2.cs
Go to the documentation of this file.
1using System;
4
5namespace Ionic.BZip2
6{
7 [global::Cpp2ILInjected.Token(Token = "0x200003A")]
8 internal static class BZip2
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x60002F4")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1575BB8", Offset = "0x1575BB8", Length = "0xC0")]
12 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
13 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
14 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.BZip2.BZip2Compressor.CompressionState", Member = ".ctor", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
15 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
16 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
17 internal static T[][] InitRectangularArray<T>(int d1, int d2)
18 {
19 throw null;
20 }
21
22 // Note: this type is marked as 'beforefieldinit'.
23 [global::Cpp2ILInjected.Token(Token = "0x60002F5")]
24 [global::Cpp2ILInjected.Address(RVA = "0x1A67E64", Offset = "0x1A67E64", Length = "0x74")]
25 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
26 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
27 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
28 static BZip2()
29 {
30 throw null;
31 }
32
33 [global::Cpp2ILInjected.Token(Token = "0x40001B8")]
34 public static readonly int BlockSizeMultiple;
35
36 [global::Cpp2ILInjected.Token(Token = "0x40001B9")]
37 public static readonly int MinBlockSize;
38
39 [global::Cpp2ILInjected.Token(Token = "0x40001BA")]
40 public static readonly int MaxBlockSize;
41
42 [global::Cpp2ILInjected.Token(Token = "0x40001BB")]
43 public static readonly int MaxAlphaSize;
44
45 [global::Cpp2ILInjected.Token(Token = "0x40001BC")]
46 public static readonly int MaxCodeLength;
47
48 [global::Cpp2ILInjected.Token(Token = "0x40001BD")]
49 public static readonly char RUNA;
50
51 [global::Cpp2ILInjected.Token(Token = "0x40001BE")]
52 public static readonly char RUNB;
53
54 [global::Cpp2ILInjected.Token(Token = "0x40001BF")]
55 public static readonly int NGroups;
56
57 [global::Cpp2ILInjected.Token(Token = "0x40001C0")]
58 public static readonly int G_SIZE;
59
60 [global::Cpp2ILInjected.Token(Token = "0x40001C1")]
61 public static readonly int N_ITERS;
62
63 [global::Cpp2ILInjected.Token(Token = "0x40001C2")]
64 public static readonly int MaxSelectors;
65
66 [global::Cpp2ILInjected.Token(Token = "0x40001C3")]
67 public static readonly int NUM_OVERSHOOT_BYTES;
68
69 [global::Cpp2ILInjected.Token(Token = "0x40001C4")]
70 internal static readonly int QSORT_STACK_SIZE;
71 }
72}
class f__AnonymousType0<< Count > j__TPar
static readonly int MinBlockSize
Definition BZip2.cs:37
static readonly int QSORT_STACK_SIZE
Definition BZip2.cs:70
static readonly int MaxBlockSize
Definition BZip2.cs:40
static readonly int BlockSizeMultiple
Definition BZip2.cs:34
static readonly int MaxAlphaSize
Definition BZip2.cs:43
static readonly char RUNA
Definition BZip2.cs:49
static readonly int MaxCodeLength
Definition BZip2.cs:46
static readonly char RUNB
Definition BZip2.cs:52
static readonly int MaxSelectors
Definition BZip2.cs:64
static readonly int NUM_OVERSHOOT_BYTES
Definition BZip2.cs:67
static readonly int NGroups
Definition BZip2.cs:55
static readonly int N_ITERS
Definition BZip2.cs:61
static T[][] InitRectangularArray< T >(int d1, int d2)
Definition BZip2.cs:17
static readonly int G_SIZE
Definition BZip2.cs:58
static BZip2()
Definition BZip2.cs:28