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
NumericsHelpers.cs
Go to the documentation of this file.
1using System;
4
5namespace System.Numerics
6{
7 [global::Cpp2ILInjected.Token(Token = "0x2000006")]
8 internal static class NumericsHelpers
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x600002A")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1D552CC", Offset = "0x1D552CC", Length = "0x80")]
12 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
13 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BigInteger), Member = ".ctor", MemberParameters = new object[]
14 {
16 typeof(bool),
17 typeof(bool)
18 }, ReturnType = typeof(void))]
19 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BigInteger), Member = "op_RightShift", MemberParameters = new object[]
20 {
22 typeof(int)
23 }, ReturnType = typeof(BigInteger))]
24 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
25 public static void DangerousMakeTwosComplement(uint[] d)
26 {
27 throw null;
28 }
29
30 [global::Cpp2ILInjected.Token(Token = "0x600002B")]
31 [global::Cpp2ILInjected.Address(RVA = "0x1D5848C", Offset = "0x1D5848C", Length = "0x10")]
32 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
33 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
34 public static ulong MakeUlong(uint uHi, uint uLo)
35 {
36 throw null;
37 }
38
39 [global::Cpp2ILInjected.Token(Token = "0x600002C")]
40 [global::Cpp2ILInjected.Address(RVA = "0x1D5602C", Offset = "0x1D5602C", Length = "0xC")]
41 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
42 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
43 public static uint Abs(int a)
44 {
45 throw null;
46 }
47
48 [global::Cpp2ILInjected.Token(Token = "0x600002D")]
49 [global::Cpp2ILInjected.Address(RVA = "0x1D585DC", Offset = "0x1D585DC", Length = "0x8")]
50 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
51 public static uint CombineHash(uint u1, uint u2)
52 {
53 throw null;
54 }
55
56 [global::Cpp2ILInjected.Token(Token = "0x600002E")]
57 [global::Cpp2ILInjected.Address(RVA = "0x1D5556C", Offset = "0x1D5556C", Length = "0x8")]
58 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
59 public static int CombineHash(int n1, int n2)
60 {
61 throw null;
62 }
63 }
64}
class f__AnonymousType0<< Count > j__TPar
static void DangerousMakeTwosComplement(uint[] d)
static uint CombineHash(uint u1, uint u2)
static ulong MakeUlong(uint uHi, uint uLo)
static int CombineHash(int n1, int n2)