terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ gen_bitlen()

void Ionic.Zlib.Tree.gen_bitlen ( DeflateManager s)
inlinepackage

Definition at line 37 of file Tree.cs.

38 {
39 StaticTree staticTree = this.staticTree;
40 short[] array = this.dyn_tree;
41 int maxLength = staticTree.maxLength;
42 short[] treeCodes = staticTree.treeCodes;
43 int[] extraBits = staticTree.extraBits;
44 int extraBase = staticTree.extraBase;
45 if (staticTree == null)
46 {
47 }
48 short[] bl_count = s.bl_count;
49 }
short[] dyn_tree
Definition Tree.cs:126
StaticTree staticTree
Definition Tree.cs:132

References System.array, Ionic.Zlib.Tree.dyn_tree, Ionic.Zlib.StaticTree.extraBase, Ionic.Zlib.StaticTree.extraBits, Ionic.Zlib.StaticTree.maxLength, System.s, Ionic.Zlib.Tree.staticTree, and Ionic.Zlib.StaticTree.treeCodes.