mirror of
https://github.com/Kizuren/SynthMaze.git
synced 2026-01-12 09:29:31 +01:00
720 lines
49 KiB
C
720 lines
49 KiB
C
#include "pch-c.h"
|
|
#ifndef _MSC_VER
|
|
# include <alloca.h>
|
|
#else
|
|
# include <malloc.h>
|
|
#endif
|
|
|
|
|
|
#include "codegen/il2cpp-codegen-metadata.h"
|
|
|
|
|
|
|
|
|
|
|
|
// 0x00000001 System.String SR::Format(System.String,System.Object)
|
|
extern void SR_Format_mFA381AB984D00222E1CACA0EE8F4C53E8C99D34B (void);
|
|
// 0x00000002 System.Void System.Numerics.BigInteger::.ctor(System.Int32)
|
|
extern void BigInteger__ctor_mFEDEDA4A6AFC2BA534FEEF4EB3431B9C5AC3F9D9 (void);
|
|
// 0x00000003 System.Void System.Numerics.BigInteger::.ctor(System.UInt32)
|
|
extern void BigInteger__ctor_mE9288D5C617F6BF5B8E44F8B73D9198F30B90D84 (void);
|
|
// 0x00000004 System.Void System.Numerics.BigInteger::.ctor(System.Int64)
|
|
extern void BigInteger__ctor_mA87DC2182BB2F6AA0209BD98E81C30BCE5B8BBAA (void);
|
|
// 0x00000005 System.Void System.Numerics.BigInteger::.ctor(System.UInt64)
|
|
extern void BigInteger__ctor_m4685E4C69B49F9470E056A761DCEB8DB9FA7D01C (void);
|
|
// 0x00000006 System.Void System.Numerics.BigInteger::.ctor(System.Single)
|
|
extern void BigInteger__ctor_m9F274FB1B4EC1E507374A65D16F8D1A6D23D54AC (void);
|
|
// 0x00000007 System.Void System.Numerics.BigInteger::.ctor(System.Double)
|
|
extern void BigInteger__ctor_m48BEDD707B2B28BDB94A838395590DFFE775015A (void);
|
|
// 0x00000008 System.Void System.Numerics.BigInteger::.ctor(System.Decimal)
|
|
extern void BigInteger__ctor_m9544C18A3217F10163645D4A62264DE37CA49821 (void);
|
|
// 0x00000009 System.Void System.Numerics.BigInteger::.ctor(System.Byte[])
|
|
extern void BigInteger__ctor_m25FA3F3C832BC621CD91ABFAC3535A2F4EE7B371 (void);
|
|
// 0x0000000A System.Void System.Numerics.BigInteger::.ctor(System.ReadOnlySpan`1<System.Byte>,System.Boolean,System.Boolean)
|
|
extern void BigInteger__ctor_mF6B2AC2AD4056AB6903913C56A92F565EB08BAFD (void);
|
|
// 0x0000000B System.Void System.Numerics.BigInteger::.ctor(System.Int32,System.UInt32[])
|
|
extern void BigInteger__ctor_mB5E6337A77FC9888762DD29AAF54D2BBDD828D03 (void);
|
|
// 0x0000000C System.Void System.Numerics.BigInteger::.ctor(System.UInt32[],System.Boolean)
|
|
extern void BigInteger__ctor_m14A0AC47ABF1AF6DE7B653CED685D7AD11B54BE6 (void);
|
|
// 0x0000000D System.Numerics.BigInteger System.Numerics.BigInteger::get_Zero()
|
|
extern void BigInteger_get_Zero_m034F723A07EC664776C5541E2FE1300C02171201 (void);
|
|
// 0x0000000E System.Numerics.BigInteger System.Numerics.BigInteger::get_MinusOne()
|
|
extern void BigInteger_get_MinusOne_m3FF0F44F8C3D6DFB66C00B61017E42E555585465 (void);
|
|
// 0x0000000F System.Boolean System.Numerics.BigInteger::get_IsZero()
|
|
extern void BigInteger_get_IsZero_m54B3F16D56CB9E59DBEC6929CF61A7FBE3592DC4 (void);
|
|
// 0x00000010 System.Numerics.BigInteger System.Numerics.BigInteger::Parse(System.String,System.IFormatProvider)
|
|
extern void BigInteger_Parse_m2B82A0CB4AF02EFCD6175561813E9F0B8DA08334 (void);
|
|
// 0x00000011 System.Numerics.BigInteger System.Numerics.BigInteger::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider)
|
|
extern void BigInteger_Parse_m9B099A3E92013755D8645DDB1D977A63BB692D73 (void);
|
|
// 0x00000012 System.Int32 System.Numerics.BigInteger::GetHashCode()
|
|
extern void BigInteger_GetHashCode_m2CB01C462C09EB23616010EB24E0A87A4D35D783 (void);
|
|
// 0x00000013 System.Boolean System.Numerics.BigInteger::Equals(System.Object)
|
|
extern void BigInteger_Equals_mC711A33C4466DC2C053785E0A8A34B49A197EA1C (void);
|
|
// 0x00000014 System.Boolean System.Numerics.BigInteger::Equals(System.Int64)
|
|
extern void BigInteger_Equals_m6FA62389611EBC75026561E5E3509E7839846361 (void);
|
|
// 0x00000015 System.Boolean System.Numerics.BigInteger::Equals(System.Numerics.BigInteger)
|
|
extern void BigInteger_Equals_m36D3C46B170C61FBA8D78C5D4D52B6627DCB2314 (void);
|
|
// 0x00000016 System.Int32 System.Numerics.BigInteger::CompareTo(System.Int64)
|
|
extern void BigInteger_CompareTo_m8E77C4EDC6840B293E163EAC20CAA3644282F923 (void);
|
|
// 0x00000017 System.Int32 System.Numerics.BigInteger::CompareTo(System.Numerics.BigInteger)
|
|
extern void BigInteger_CompareTo_m1B9ADF53CC7255B4DE59A270AA1EA854E25E7296 (void);
|
|
// 0x00000018 System.Int32 System.Numerics.BigInteger::CompareTo(System.Object)
|
|
extern void BigInteger_CompareTo_mFF2E7BDB82C698B3A3BFD93FD723629F9606B33E (void);
|
|
// 0x00000019 System.Byte[] System.Numerics.BigInteger::ToByteArray()
|
|
extern void BigInteger_ToByteArray_mC501D315AF605FB0EF172628E9D4C95D2F015EB3 (void);
|
|
// 0x0000001A System.Byte[] System.Numerics.BigInteger::ToByteArray(System.Boolean,System.Boolean)
|
|
extern void BigInteger_ToByteArray_m3133379D53710B317BD4963D510EFFFD60D101E4 (void);
|
|
// 0x0000001B System.Boolean System.Numerics.BigInteger::TryWriteBytes(System.Span`1<System.Byte>,System.Int32&,System.Boolean,System.Boolean)
|
|
extern void BigInteger_TryWriteBytes_m4B86F875CA1C01790FE20D1A689DCA41D22326C0 (void);
|
|
// 0x0000001C System.Boolean System.Numerics.BigInteger::TryWriteOrCountBytes(System.Span`1<System.Byte>,System.Int32&,System.Boolean,System.Boolean)
|
|
extern void BigInteger_TryWriteOrCountBytes_mB22B053CE50BA54DF99F85EEAE05CA7ABDEF6441 (void);
|
|
// 0x0000001D System.Byte[] System.Numerics.BigInteger::TryGetBytes(System.Numerics.BigInteger/GetBytesMode,System.Span`1<System.Byte>,System.Boolean,System.Boolean,System.Int32&)
|
|
extern void BigInteger_TryGetBytes_m015641ED36F51F9CA2D92665048EB5E0ED3C6DCD (void);
|
|
// 0x0000001E System.String System.Numerics.BigInteger::ToString()
|
|
extern void BigInteger_ToString_m6AFB0DE9CD953DA8B015C31B3CC1FEF86D98A306 (void);
|
|
// 0x0000001F System.String System.Numerics.BigInteger::ToString(System.IFormatProvider)
|
|
extern void BigInteger_ToString_mD17ED938094AEF4030E39A2F95C7C7834C6F70BB (void);
|
|
// 0x00000020 System.String System.Numerics.BigInteger::ToString(System.String,System.IFormatProvider)
|
|
extern void BigInteger_ToString_mF67077A813661D27640565FC41346D65A155B3F6 (void);
|
|
// 0x00000021 System.Numerics.BigInteger System.Numerics.BigInteger::Add(System.UInt32[],System.Int32,System.UInt32[],System.Int32)
|
|
extern void BigInteger_Add_m7544497BCCB4A4612A2CFC9F272FFA6E22F740D8 (void);
|
|
// 0x00000022 System.Numerics.BigInteger System.Numerics.BigInteger::op_Subtraction(System.Numerics.BigInteger,System.Numerics.BigInteger)
|
|
extern void BigInteger_op_Subtraction_m91D2E4A4810792046B697F0500B8797F7645FF14 (void);
|
|
// 0x00000023 System.Numerics.BigInteger System.Numerics.BigInteger::Subtract(System.UInt32[],System.Int32,System.UInt32[],System.Int32)
|
|
extern void BigInteger_Subtract_mA96B4B988F08F5DCADABE0B27BA23D970EBFF88D (void);
|
|
// 0x00000024 System.Numerics.BigInteger System.Numerics.BigInteger::op_Implicit(System.Byte)
|
|
extern void BigInteger_op_Implicit_m9B2DA118DD0522DFA6983787CC9C09DACDB5469B (void);
|
|
// 0x00000025 System.Numerics.BigInteger System.Numerics.BigInteger::op_Implicit(System.SByte)
|
|
extern void BigInteger_op_Implicit_m2AC4E39750D414F220B167E8A628DE4E0932709A (void);
|
|
// 0x00000026 System.Numerics.BigInteger System.Numerics.BigInteger::op_Implicit(System.Int16)
|
|
extern void BigInteger_op_Implicit_m9A5BFDA84D812086448392C31CA7AAD2BB167335 (void);
|
|
// 0x00000027 System.Numerics.BigInteger System.Numerics.BigInteger::op_Implicit(System.UInt16)
|
|
extern void BigInteger_op_Implicit_mE47ECF71B693CBA3538A95F12133334F08BE31F8 (void);
|
|
// 0x00000028 System.Numerics.BigInteger System.Numerics.BigInteger::op_Implicit(System.Int32)
|
|
extern void BigInteger_op_Implicit_m0E4A1C7B1F24EB10AE57608F2EBA5B127006D850 (void);
|
|
// 0x00000029 System.Numerics.BigInteger System.Numerics.BigInteger::op_Implicit(System.UInt32)
|
|
extern void BigInteger_op_Implicit_m8C540D5135B0D715002A12DC41B1824623BAD8E4 (void);
|
|
// 0x0000002A System.Numerics.BigInteger System.Numerics.BigInteger::op_Implicit(System.Int64)
|
|
extern void BigInteger_op_Implicit_mB409693E4A4DD397B321CE56E748831FD0B67A06 (void);
|
|
// 0x0000002B System.Numerics.BigInteger System.Numerics.BigInteger::op_Implicit(System.UInt64)
|
|
extern void BigInteger_op_Implicit_m82583327AA7F7D65A79CDCEF93F19C2398974548 (void);
|
|
// 0x0000002C System.Byte System.Numerics.BigInteger::op_Explicit(System.Numerics.BigInteger)
|
|
extern void BigInteger_op_Explicit_mD787D48C59BD782640D92B79382C7F83022DAD04 (void);
|
|
// 0x0000002D System.SByte System.Numerics.BigInteger::op_Explicit(System.Numerics.BigInteger)
|
|
extern void BigInteger_op_Explicit_m80CEDBE704B6E92747EA2A3B434A00265F5CF8BE (void);
|
|
// 0x0000002E System.Int16 System.Numerics.BigInteger::op_Explicit(System.Numerics.BigInteger)
|
|
extern void BigInteger_op_Explicit_m14FC0BE25F104B46C8F125CF70F8AF25A27FEF89 (void);
|
|
// 0x0000002F System.UInt16 System.Numerics.BigInteger::op_Explicit(System.Numerics.BigInteger)
|
|
extern void BigInteger_op_Explicit_mD44A55A97D5D1F9BC616462A3D64ED652D86EFDF (void);
|
|
// 0x00000030 System.Int32 System.Numerics.BigInteger::op_Explicit(System.Numerics.BigInteger)
|
|
extern void BigInteger_op_Explicit_m381F80B7F65BFEC7F2597DCDB24622F7F32E6848 (void);
|
|
// 0x00000031 System.UInt32 System.Numerics.BigInteger::op_Explicit(System.Numerics.BigInteger)
|
|
extern void BigInteger_op_Explicit_mB338BD78CA1D4642E264645861B15EFA025F1ED8 (void);
|
|
// 0x00000032 System.Int64 System.Numerics.BigInteger::op_Explicit(System.Numerics.BigInteger)
|
|
extern void BigInteger_op_Explicit_mFADFEBD0E21A83E1522FF45D3B41F46F546F2264 (void);
|
|
// 0x00000033 System.UInt64 System.Numerics.BigInteger::op_Explicit(System.Numerics.BigInteger)
|
|
extern void BigInteger_op_Explicit_mC90AC1989E67C94D9146E1E19794016BA20AD101 (void);
|
|
// 0x00000034 System.Single System.Numerics.BigInteger::op_Explicit(System.Numerics.BigInteger)
|
|
extern void BigInteger_op_Explicit_m8EC30B39ADC92FEFEC38CC8D49938F4D6E9D6BD8 (void);
|
|
// 0x00000035 System.Double System.Numerics.BigInteger::op_Explicit(System.Numerics.BigInteger)
|
|
extern void BigInteger_op_Explicit_mC8FE8ED9D93EB044FEE2792B100C9CB9005F1EB3 (void);
|
|
// 0x00000036 System.Decimal System.Numerics.BigInteger::op_Explicit(System.Numerics.BigInteger)
|
|
extern void BigInteger_op_Explicit_m1F21788C5AD515DC2A1FCE89B189F87449CE7835 (void);
|
|
// 0x00000037 System.Numerics.BigInteger System.Numerics.BigInteger::op_LeftShift(System.Numerics.BigInteger,System.Int32)
|
|
extern void BigInteger_op_LeftShift_m9C9DD1A22775C31A01650FEB59A91D4A58B719B3 (void);
|
|
// 0x00000038 System.Numerics.BigInteger System.Numerics.BigInteger::op_RightShift(System.Numerics.BigInteger,System.Int32)
|
|
extern void BigInteger_op_RightShift_mE0645B6555F95B4838A8F471584DCA026848F7AB (void);
|
|
// 0x00000039 System.Numerics.BigInteger System.Numerics.BigInteger::op_UnaryNegation(System.Numerics.BigInteger)
|
|
extern void BigInteger_op_UnaryNegation_m2C40453E25F1D2E3E5D892D92CE633C8E177C1C3 (void);
|
|
// 0x0000003A System.Numerics.BigInteger System.Numerics.BigInteger::op_Addition(System.Numerics.BigInteger,System.Numerics.BigInteger)
|
|
extern void BigInteger_op_Addition_m895A3ED96D07E1A6E4AD97483EDC256107A31B12 (void);
|
|
// 0x0000003B System.Numerics.BigInteger System.Numerics.BigInteger::op_Multiply(System.Numerics.BigInteger,System.Numerics.BigInteger)
|
|
extern void BigInteger_op_Multiply_m2AF82FA0B4750F56C6A5522A54FBFF2C84919EFE (void);
|
|
// 0x0000003C System.Numerics.BigInteger System.Numerics.BigInteger::op_Division(System.Numerics.BigInteger,System.Numerics.BigInteger)
|
|
extern void BigInteger_op_Division_mEABFC30E3B59FF3FF53F8CEB65F70D13CD2E64D5 (void);
|
|
// 0x0000003D System.Numerics.BigInteger System.Numerics.BigInteger::op_Modulus(System.Numerics.BigInteger,System.Numerics.BigInteger)
|
|
extern void BigInteger_op_Modulus_m3224170883C73BCEC10BC5ACB8ED7C979E43A8CE (void);
|
|
// 0x0000003E System.Boolean System.Numerics.BigInteger::op_LessThanOrEqual(System.Numerics.BigInteger,System.Numerics.BigInteger)
|
|
extern void BigInteger_op_LessThanOrEqual_m0217024560C6B2E56EBE0A62A028BCF9D5610A4E (void);
|
|
// 0x0000003F System.Boolean System.Numerics.BigInteger::op_Inequality(System.Numerics.BigInteger,System.Numerics.BigInteger)
|
|
extern void BigInteger_op_Inequality_mF231CB46B3043DDB6A2F96D77816F1719AE9EA9D (void);
|
|
// 0x00000040 System.Boolean System.Numerics.BigInteger::op_LessThan(System.Numerics.BigInteger,System.Int64)
|
|
extern void BigInteger_op_LessThan_mD76A0CAA6AB2F6A0C712889429122ECA85261ABD (void);
|
|
// 0x00000041 System.Boolean System.Numerics.BigInteger::op_LessThanOrEqual(System.Numerics.BigInteger,System.Int64)
|
|
extern void BigInteger_op_LessThanOrEqual_m775786F38F607284E58833A6E9D77F7E946ACB12 (void);
|
|
// 0x00000042 System.Boolean System.Numerics.BigInteger::op_Equality(System.Numerics.BigInteger,System.Int64)
|
|
extern void BigInteger_op_Equality_mC3E68AE3326F7FAC3441A5618537BFB24CD15248 (void);
|
|
// 0x00000043 System.Boolean System.Numerics.BigInteger::op_Inequality(System.Numerics.BigInteger,System.Int64)
|
|
extern void BigInteger_op_Inequality_mB9EBC12ED2739B3BE3F327ABB232B1A31344F199 (void);
|
|
// 0x00000044 System.Boolean System.Numerics.BigInteger::op_LessThan(System.Int64,System.Numerics.BigInteger)
|
|
extern void BigInteger_op_LessThan_mD2622E31DA9CEAB50A6FBFD9F687EBB0D7B7FA81 (void);
|
|
// 0x00000045 System.Boolean System.Numerics.BigInteger::op_LessThanOrEqual(System.Int64,System.Numerics.BigInteger)
|
|
extern void BigInteger_op_LessThanOrEqual_mEE3D1E36DC2B592F51309DEB828A781AD63D7367 (void);
|
|
// 0x00000046 System.Boolean System.Numerics.BigInteger::GetPartsForBitManipulation(System.Numerics.BigInteger&,System.UInt32[]&,System.Int32&)
|
|
extern void BigInteger_GetPartsForBitManipulation_m679473F863B7A311A59B4B58F26F1D30ADFEEADF (void);
|
|
// 0x00000047 System.Int32 System.Numerics.BigInteger::GetDiffLength(System.UInt32[],System.UInt32[],System.Int32)
|
|
extern void BigInteger_GetDiffLength_m86F9E98613660CB092EA24BC931C98B60E802902 (void);
|
|
// 0x00000048 System.Void System.Numerics.BigInteger::.cctor()
|
|
extern void BigInteger__cctor_mEE4D16FA07B1AD31F26502B9C54DB72DB4D1C626 (void);
|
|
// 0x00000049 System.UInt32[] System.Numerics.BigIntegerCalculator::Add(System.UInt32[],System.UInt32)
|
|
extern void BigIntegerCalculator_Add_m6B363515A5150645D0CAD0DDF4B04348B95C29C3 (void);
|
|
// 0x0000004A System.UInt32[] System.Numerics.BigIntegerCalculator::Add(System.UInt32[],System.UInt32[])
|
|
extern void BigIntegerCalculator_Add_mE49BAD7CDF073CF2D2A2DEABCF11AEE5CC239298 (void);
|
|
// 0x0000004B System.Void System.Numerics.BigIntegerCalculator::Add(System.UInt32*,System.Int32,System.UInt32*,System.Int32,System.UInt32*,System.Int32)
|
|
extern void BigIntegerCalculator_Add_m3CB52FDB28E32D96E1400C839ED8E7F51726A814 (void);
|
|
// 0x0000004C System.Void System.Numerics.BigIntegerCalculator::AddSelf(System.UInt32*,System.Int32,System.UInt32*,System.Int32)
|
|
extern void BigIntegerCalculator_AddSelf_mDCFCD397060ED753B4BDAA0CEB13F0AEC7DD5F3C (void);
|
|
// 0x0000004D System.UInt32[] System.Numerics.BigIntegerCalculator::Subtract(System.UInt32[],System.UInt32)
|
|
extern void BigIntegerCalculator_Subtract_mB336D562EA742D2092AFD220202FC15D9A2791A7 (void);
|
|
// 0x0000004E System.UInt32[] System.Numerics.BigIntegerCalculator::Subtract(System.UInt32[],System.UInt32[])
|
|
extern void BigIntegerCalculator_Subtract_m8BFB5D1D8B089DA2BA5AC0EB0A45D98A6F6AC681 (void);
|
|
// 0x0000004F System.Void System.Numerics.BigIntegerCalculator::Subtract(System.UInt32*,System.Int32,System.UInt32*,System.Int32,System.UInt32*,System.Int32)
|
|
extern void BigIntegerCalculator_Subtract_mAD5DABE3E13103E8ADCBDA013BC874F17839AC45 (void);
|
|
// 0x00000050 System.Int32 System.Numerics.BigIntegerCalculator::Compare(System.UInt32[],System.UInt32[])
|
|
extern void BigIntegerCalculator_Compare_mD61B527BE1032F19B97519458C7AEAD60CBB8774 (void);
|
|
// 0x00000051 System.UInt32[] System.Numerics.BigIntegerCalculator::Divide(System.UInt32[],System.UInt32)
|
|
extern void BigIntegerCalculator_Divide_mD16CAF67955449A813B06DE1B977DF607AB0B64A (void);
|
|
// 0x00000052 System.UInt32 System.Numerics.BigIntegerCalculator::Remainder(System.UInt32[],System.UInt32)
|
|
extern void BigIntegerCalculator_Remainder_m7D45BD3AA527773069AB92174E0931230134346C (void);
|
|
// 0x00000053 System.UInt32[] System.Numerics.BigIntegerCalculator::Divide(System.UInt32[],System.UInt32[])
|
|
extern void BigIntegerCalculator_Divide_mDEE98A394A0224CB7BE16B0E791E2E296D342FF9 (void);
|
|
// 0x00000054 System.UInt32[] System.Numerics.BigIntegerCalculator::Remainder(System.UInt32[],System.UInt32[])
|
|
extern void BigIntegerCalculator_Remainder_m6BFFAC7F7D41CC7B1DF3F579503FC8F042ACDA12 (void);
|
|
// 0x00000055 System.Void System.Numerics.BigIntegerCalculator::Divide(System.UInt32*,System.Int32,System.UInt32*,System.Int32,System.UInt32*,System.Int32)
|
|
extern void BigIntegerCalculator_Divide_m02AF0ED21ED26277D6DBCACC53ABEE6F1AF4C5E8 (void);
|
|
// 0x00000056 System.UInt32 System.Numerics.BigIntegerCalculator::AddDivisor(System.UInt32*,System.Int32,System.UInt32*,System.Int32)
|
|
extern void BigIntegerCalculator_AddDivisor_mF69A2BD15D3599354D77A9DBDBAC10CD71A2EE12 (void);
|
|
// 0x00000057 System.UInt32 System.Numerics.BigIntegerCalculator::SubtractDivisor(System.UInt32*,System.Int32,System.UInt32*,System.Int32,System.UInt64)
|
|
extern void BigIntegerCalculator_SubtractDivisor_m7090028697CB3CB82674313B928C94DD05E8502B (void);
|
|
// 0x00000058 System.Boolean System.Numerics.BigIntegerCalculator::DivideGuessTooBig(System.UInt64,System.UInt64,System.UInt32,System.UInt32,System.UInt32)
|
|
extern void BigIntegerCalculator_DivideGuessTooBig_mC37EEE251D5A1A589F955E2A41DF6C4AE9059B17 (void);
|
|
// 0x00000059 System.UInt32[] System.Numerics.BigIntegerCalculator::CreateCopy(System.UInt32[])
|
|
extern void BigIntegerCalculator_CreateCopy_m6BB371F98504377F4783A367A156A967C3697206 (void);
|
|
// 0x0000005A System.Int32 System.Numerics.BigIntegerCalculator::LeadingZeros(System.UInt32)
|
|
extern void BigIntegerCalculator_LeadingZeros_m706C3F50A08A9E22533D617C46EBD62F28389BE3 (void);
|
|
// 0x0000005B System.UInt32[] System.Numerics.BigIntegerCalculator::Square(System.UInt32[])
|
|
extern void BigIntegerCalculator_Square_mACD0642A382CD4190157C54F060EFE9CB018B752 (void);
|
|
// 0x0000005C System.Void System.Numerics.BigIntegerCalculator::Square(System.UInt32*,System.Int32,System.UInt32*,System.Int32)
|
|
extern void BigIntegerCalculator_Square_m2584DA98522B28EA71D2C5B1F060D6636DD839B0 (void);
|
|
// 0x0000005D System.UInt32[] System.Numerics.BigIntegerCalculator::Multiply(System.UInt32[],System.UInt32)
|
|
extern void BigIntegerCalculator_Multiply_mCA84C473CE355EE31D0247BB752A4E822B3F1073 (void);
|
|
// 0x0000005E System.UInt32[] System.Numerics.BigIntegerCalculator::Multiply(System.UInt32[],System.UInt32[])
|
|
extern void BigIntegerCalculator_Multiply_m5440E8027D99BCC80110F5F1946D0204449F3F3A (void);
|
|
// 0x0000005F System.Void System.Numerics.BigIntegerCalculator::Multiply(System.UInt32*,System.Int32,System.UInt32*,System.Int32,System.UInt32*,System.Int32)
|
|
extern void BigIntegerCalculator_Multiply_m71523151C65A265EACB4221E700FF2C5D3096DAF (void);
|
|
// 0x00000060 System.Void System.Numerics.BigIntegerCalculator::SubtractCore(System.UInt32*,System.Int32,System.UInt32*,System.Int32,System.UInt32*,System.Int32)
|
|
extern void BigIntegerCalculator_SubtractCore_m25B6AB78D49CC8E351CD04D9F8500611CF587B2E (void);
|
|
// 0x00000061 System.Void System.Numerics.BigIntegerCalculator::.cctor()
|
|
extern void BigIntegerCalculator__cctor_mB0C09E685F08931052AF8D95CEDCCFD3D914D03B (void);
|
|
// 0x00000062 System.Boolean System.Numerics.BigNumber::TryValidateParseStyleInteger(System.Globalization.NumberStyles,System.ArgumentException&)
|
|
extern void BigNumber_TryValidateParseStyleInteger_m8BAA6C818C5B29BF922A9B9B64137D98305E0FC3 (void);
|
|
// 0x00000063 System.Boolean System.Numerics.BigNumber::TryParseBigInteger(System.ReadOnlySpan`1<System.Char>,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo,System.Numerics.BigInteger&)
|
|
extern void BigNumber_TryParseBigInteger_m20B86D8F2A7A726E9E4749997BE1AF8400EDB74F (void);
|
|
// 0x00000064 System.Numerics.BigInteger System.Numerics.BigNumber::ParseBigInteger(System.String,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo)
|
|
extern void BigNumber_ParseBigInteger_m8F3EE6622D0AA876261B5AFA2C3D9A1DCA0EC2CD (void);
|
|
// 0x00000065 System.Numerics.BigInteger System.Numerics.BigNumber::ParseBigInteger(System.ReadOnlySpan`1<System.Char>,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo)
|
|
extern void BigNumber_ParseBigInteger_mEBFCA034195BBBDB2FD46A41DA2CB00C9B67E6DB (void);
|
|
// 0x00000066 System.Boolean System.Numerics.BigNumber::HexNumberToBigInteger(System.Numerics.BigNumber/BigNumberBuffer&,System.Numerics.BigInteger&)
|
|
extern void BigNumber_HexNumberToBigInteger_m13BC6482D5FE8837F635D93BF48DC7D81B334E19 (void);
|
|
// 0x00000067 System.Boolean System.Numerics.BigNumber::NumberToBigInteger(System.Numerics.BigNumber/BigNumberBuffer&,System.Numerics.BigInteger&)
|
|
extern void BigNumber_NumberToBigInteger_m352492F43EB4817F94BB5FDC6D7002B4FDD302B0 (void);
|
|
// 0x00000068 System.Char System.Numerics.BigNumber::ParseFormatSpecifier(System.ReadOnlySpan`1<System.Char>,System.Int32&)
|
|
extern void BigNumber_ParseFormatSpecifier_m642DCFB18345FAC78777645E487EE8279BA17073 (void);
|
|
// 0x00000069 System.String System.Numerics.BigNumber::FormatBigIntegerToHex(System.Boolean,System.Numerics.BigInteger,System.Char,System.Int32,System.Globalization.NumberFormatInfo,System.Span`1<System.Char>,System.Int32&,System.Boolean&)
|
|
extern void BigNumber_FormatBigIntegerToHex_m5BD805D186861A2FDE1CB6D7C8BF730B78B251BE (void);
|
|
// 0x0000006A System.String System.Numerics.BigNumber::FormatBigInteger(System.Numerics.BigInteger,System.String,System.Globalization.NumberFormatInfo)
|
|
extern void BigNumber_FormatBigInteger_m1C6793BBD747BBC3E729A18FDAF8A5C814C80DC4 (void);
|
|
// 0x0000006B System.String System.Numerics.BigNumber::FormatBigInteger(System.Boolean,System.Numerics.BigInteger,System.String,System.ReadOnlySpan`1<System.Char>,System.Globalization.NumberFormatInfo,System.Span`1<System.Char>,System.Int32&,System.Boolean&)
|
|
extern void BigNumber_FormatBigInteger_m626A9168DC2BBB348E31E47313E83D88263747AA (void);
|
|
// 0x0000006C System.Numerics.BigNumber/BigNumberBuffer System.Numerics.BigNumber/BigNumberBuffer::Create()
|
|
extern void BigNumberBuffer_Create_mCB1426735F95CA7747B2D5C418B778EA4441E8D8 (void);
|
|
// 0x0000006D System.Void System.Numerics.NumericsHelpers::GetDoubleParts(System.Double,System.Int32&,System.Int32&,System.UInt64&,System.Boolean&)
|
|
extern void NumericsHelpers_GetDoubleParts_mEDC6A393466D91364322BC21F0DAB1056B4B8BDE (void);
|
|
// 0x0000006E System.Double System.Numerics.NumericsHelpers::GetDoubleFromParts(System.Int32,System.Int32,System.UInt64)
|
|
extern void NumericsHelpers_GetDoubleFromParts_m7AD1EBE9AF03E541D8773F1501109954A7ED8044 (void);
|
|
// 0x0000006F System.Void System.Numerics.NumericsHelpers::DangerousMakeTwosComplement(System.UInt32[])
|
|
extern void NumericsHelpers_DangerousMakeTwosComplement_m4B6EED2DF0E8C7B5171CDC7BBE5A7A3D68C79D4B (void);
|
|
// 0x00000070 System.UInt64 System.Numerics.NumericsHelpers::MakeUlong(System.UInt32,System.UInt32)
|
|
extern void NumericsHelpers_MakeUlong_mAB879C53817E4E9BE9C649F09EEE0CB11DE53514 (void);
|
|
// 0x00000071 System.UInt32 System.Numerics.NumericsHelpers::Abs(System.Int32)
|
|
extern void NumericsHelpers_Abs_m82DD45E6FEBF5DAB9533B31E5BC62DC5EF37568A (void);
|
|
// 0x00000072 System.UInt32 System.Numerics.NumericsHelpers::CombineHash(System.UInt32,System.UInt32)
|
|
extern void NumericsHelpers_CombineHash_m16177FC379833624A7C14834FA38ADE527A53CCE (void);
|
|
// 0x00000073 System.Int32 System.Numerics.NumericsHelpers::CombineHash(System.Int32,System.Int32)
|
|
extern void NumericsHelpers_CombineHash_m676E72BC5EC287D4C9602A8D876D24E2CBFDC776 (void);
|
|
// 0x00000074 System.Int32 System.Numerics.NumericsHelpers::CbitHighZero(System.UInt32)
|
|
extern void NumericsHelpers_CbitHighZero_m72B63F48B91DEB05E71577AF422AD373CE72CAC2 (void);
|
|
// 0x00000075 System.Int32 System.Numerics.NumericsHelpers::CbitHighZero(System.UInt64)
|
|
extern void NumericsHelpers_CbitHighZero_mEF438EF7844C19E38A5ABE2B950ECB5994D03B5F (void);
|
|
// 0x00000076 System.Void System.Globalization.FormatProvider::FormatBigInteger(System.Text.ValueStringBuilder&,System.Int32,System.Int32,System.Boolean,System.ReadOnlySpan`1<System.Char>,System.Globalization.NumberFormatInfo,System.Char[],System.Int32)
|
|
extern void FormatProvider_FormatBigInteger_m1FBB2719E6A285F3F9EE6A4EE4B95AB6C50C0BAB (void);
|
|
// 0x00000077 System.Boolean System.Globalization.FormatProvider::TryStringToBigInteger(System.ReadOnlySpan`1<System.Char>,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo,System.Text.StringBuilder,System.Int32&,System.Int32&,System.Boolean&)
|
|
extern void FormatProvider_TryStringToBigInteger_m4A4E85DF102A9188498A7D5E2074B9DE43960F6C (void);
|
|
// 0x00000078 System.Boolean System.Globalization.FormatProvider/Number::IsWhite(System.Char)
|
|
extern void Number_IsWhite_m37BBB954A36F00B5A274536FFCA964128F9D867F (void);
|
|
// 0x00000079 System.Char* System.Globalization.FormatProvider/Number::MatchChars(System.Char*,System.Char*,System.String)
|
|
extern void Number_MatchChars_mEB4DE6AF58FF0B189D2BFA242BC200B7A7F0401C (void);
|
|
// 0x0000007A System.Char* System.Globalization.FormatProvider/Number::MatchChars(System.Char*,System.Char*,System.Char*)
|
|
extern void Number_MatchChars_m47E62446DBCE6EBEBA662E65BF5BECC772EA5BBF (void);
|
|
// 0x0000007B System.Boolean System.Globalization.FormatProvider/Number::ParseNumber(System.Char*&,System.Char*,System.Globalization.NumberStyles,System.Globalization.FormatProvider/Number/NumberBuffer&,System.Text.StringBuilder,System.Globalization.NumberFormatInfo,System.Boolean)
|
|
extern void Number_ParseNumber_m401874631147B19C641F35E43E1FC1D23038CBCE (void);
|
|
// 0x0000007C System.Boolean System.Globalization.FormatProvider/Number::TrailingZeros(System.ReadOnlySpan`1<System.Char>,System.Int32)
|
|
extern void Number_TrailingZeros_mA4C4FD1634CDCC9915CB7412DD7E2E5B0D2718D7 (void);
|
|
// 0x0000007D System.Boolean System.Globalization.FormatProvider/Number::TryStringToNumber(System.ReadOnlySpan`1<System.Char>,System.Globalization.NumberStyles,System.Globalization.FormatProvider/Number/NumberBuffer&,System.Text.StringBuilder,System.Globalization.NumberFormatInfo,System.Boolean)
|
|
extern void Number_TryStringToNumber_mA39F96566BD17881E186DD87981C8228FA9AF11E (void);
|
|
// 0x0000007E System.Void System.Globalization.FormatProvider/Number::Int32ToDecChars(System.Char*,System.Int32&,System.UInt32,System.Int32)
|
|
extern void Number_Int32ToDecChars_mA94E1FFBC0C831A23C6A974FC11018B9E6F9ED4E (void);
|
|
// 0x0000007F System.Char System.Globalization.FormatProvider/Number::ParseFormatSpecifier(System.ReadOnlySpan`1<System.Char>,System.Int32&)
|
|
extern void Number_ParseFormatSpecifier_mC2A7C10F8899ED9BA94E9D9EFE6FDDCADE68618A (void);
|
|
// 0x00000080 System.Void System.Globalization.FormatProvider/Number::NumberToString(System.Text.ValueStringBuilder&,System.Globalization.FormatProvider/Number/NumberBuffer&,System.Char,System.Int32,System.Globalization.NumberFormatInfo,System.Boolean)
|
|
extern void Number_NumberToString_mB02B6AFBEEF66C19BB094F00189CC8E15A16AD18 (void);
|
|
// 0x00000081 System.Void System.Globalization.FormatProvider/Number::FormatCurrency(System.Text.ValueStringBuilder&,System.Globalization.FormatProvider/Number/NumberBuffer&,System.Int32,System.Int32,System.Globalization.NumberFormatInfo)
|
|
extern void Number_FormatCurrency_m097DB55A0D1FC114CC86AF8F08F56A8AFEDC93DD (void);
|
|
// 0x00000082 System.Int32 System.Globalization.FormatProvider/Number::wcslen(System.Char*)
|
|
extern void Number_wcslen_mCD526D9E32ECC29B992889CBDBC18EFF2F3F7CC4 (void);
|
|
// 0x00000083 System.Void System.Globalization.FormatProvider/Number::FormatFixed(System.Text.ValueStringBuilder&,System.Globalization.FormatProvider/Number/NumberBuffer&,System.Int32,System.Int32,System.Globalization.NumberFormatInfo,System.Int32[],System.String,System.String)
|
|
extern void Number_FormatFixed_m0AE79A769FD61DE736216A34F723B8D7D793C1BB (void);
|
|
// 0x00000084 System.Void System.Globalization.FormatProvider/Number::FormatNumber(System.Text.ValueStringBuilder&,System.Globalization.FormatProvider/Number/NumberBuffer&,System.Int32,System.Int32,System.Globalization.NumberFormatInfo)
|
|
extern void Number_FormatNumber_m24CDBE74E5644DDE85C931202384C04F91951EA6 (void);
|
|
// 0x00000085 System.Void System.Globalization.FormatProvider/Number::FormatScientific(System.Text.ValueStringBuilder&,System.Globalization.FormatProvider/Number/NumberBuffer&,System.Int32,System.Int32,System.Globalization.NumberFormatInfo,System.Char)
|
|
extern void Number_FormatScientific_m2F27814915B4A407DE4F3692B2EECE8AD267C358 (void);
|
|
// 0x00000086 System.Void System.Globalization.FormatProvider/Number::FormatExponent(System.Text.ValueStringBuilder&,System.Globalization.NumberFormatInfo,System.Int32,System.Char,System.Int32,System.Boolean)
|
|
extern void Number_FormatExponent_m2194D98B7488C2DE4AB59E0AFECDCF4D258412F1 (void);
|
|
// 0x00000087 System.Void System.Globalization.FormatProvider/Number::FormatGeneral(System.Text.ValueStringBuilder&,System.Globalization.FormatProvider/Number/NumberBuffer&,System.Int32,System.Int32,System.Globalization.NumberFormatInfo,System.Char,System.Boolean)
|
|
extern void Number_FormatGeneral_m68D4F0A31B064E3FDF311EFF410D774C0D3BAF0A (void);
|
|
// 0x00000088 System.Void System.Globalization.FormatProvider/Number::FormatPercent(System.Text.ValueStringBuilder&,System.Globalization.FormatProvider/Number/NumberBuffer&,System.Int32,System.Int32,System.Globalization.NumberFormatInfo)
|
|
extern void Number_FormatPercent_m765FF9BE8896DA80FDBC469B9EB40732C521B85D (void);
|
|
// 0x00000089 System.Void System.Globalization.FormatProvider/Number::RoundNumber(System.Globalization.FormatProvider/Number/NumberBuffer&,System.Int32)
|
|
extern void Number_RoundNumber_m4CF4E60F6BB2595CAF7D220275299620A954CAA0 (void);
|
|
// 0x0000008A System.Int32 System.Globalization.FormatProvider/Number::FindSection(System.ReadOnlySpan`1<System.Char>,System.Int32)
|
|
extern void Number_FindSection_mC2D1C69F848ACAB296ADB63DD0D87CF39C446849 (void);
|
|
// 0x0000008B System.Void System.Globalization.FormatProvider/Number::NumberToStringFormat(System.Text.ValueStringBuilder&,System.Globalization.FormatProvider/Number/NumberBuffer&,System.ReadOnlySpan`1<System.Char>,System.Globalization.NumberFormatInfo)
|
|
extern void Number_NumberToStringFormat_mA407C99BE332392E17203E2A9BDC5544DDF89090 (void);
|
|
// 0x0000008C System.Void System.Globalization.FormatProvider/Number::.cctor()
|
|
extern void Number__cctor_m2D3E19E23CA70D2ABBB814BA5694680EE8AFE430 (void);
|
|
// 0x0000008D System.Char* System.Globalization.FormatProvider/Number/NumberBuffer::get_digits()
|
|
extern void NumberBuffer_get_digits_mB2D6183F180088A57C57ED5FBA7BDD4CDF4A369A (void);
|
|
// 0x0000008E System.Void System.Text.ValueStringBuilder::.ctor(System.Span`1<System.Char>)
|
|
extern void ValueStringBuilder__ctor_m0660F060D846CA37202B1BEEE35D26DAC2B6AFF6 (void);
|
|
// 0x0000008F System.Int32 System.Text.ValueStringBuilder::get_Length()
|
|
extern void ValueStringBuilder_get_Length_m5D0F5925DA1601B18CF1ADC62D8750F955DC3F6B (void);
|
|
// 0x00000090 System.String System.Text.ValueStringBuilder::ToString()
|
|
extern void ValueStringBuilder_ToString_mAB4C26796468880783F57E543C5102DE83C10BCE (void);
|
|
// 0x00000091 System.Boolean System.Text.ValueStringBuilder::TryCopyTo(System.Span`1<System.Char>,System.Int32&)
|
|
extern void ValueStringBuilder_TryCopyTo_m1ADDDEC065D0CCAB6A61D871D7272522B95F801E (void);
|
|
// 0x00000092 System.Void System.Text.ValueStringBuilder::Insert(System.Int32,System.Char,System.Int32)
|
|
extern void ValueStringBuilder_Insert_m658B685FEAD8D7A9935D2720FAAAB05382942E2C (void);
|
|
// 0x00000093 System.Void System.Text.ValueStringBuilder::Append(System.Char)
|
|
extern void ValueStringBuilder_Append_mBB79BFE6EAB412D689B7D6675A6E0BC3F6FCDFCC (void);
|
|
// 0x00000094 System.Void System.Text.ValueStringBuilder::Append(System.String)
|
|
extern void ValueStringBuilder_Append_m4F9C03D9B78FD7AE877AAC57178D2F84AD2956CF (void);
|
|
// 0x00000095 System.Void System.Text.ValueStringBuilder::AppendSlow(System.String)
|
|
extern void ValueStringBuilder_AppendSlow_mF1E32E44AE0CD50A28EE3E945C8CCE40FB184526 (void);
|
|
// 0x00000096 System.Void System.Text.ValueStringBuilder::Append(System.Char,System.Int32)
|
|
extern void ValueStringBuilder_Append_m4E46E62A9444CE58033DDB6EC5D9AE7CF02B48B0 (void);
|
|
// 0x00000097 System.Void System.Text.ValueStringBuilder::Append(System.Char*,System.Int32)
|
|
extern void ValueStringBuilder_Append_m58580EDC69E4BCFEFFE0A266FE36684AC660BBD6 (void);
|
|
// 0x00000098 System.Span`1<System.Char> System.Text.ValueStringBuilder::AppendSpan(System.Int32)
|
|
extern void ValueStringBuilder_AppendSpan_m0D80091AA43B5BD4944DCD4D8729310FEAF11382 (void);
|
|
// 0x00000099 System.Void System.Text.ValueStringBuilder::GrowAndAppend(System.Char)
|
|
extern void ValueStringBuilder_GrowAndAppend_mDB5F96AAA8A9CAD064B96D8A182D84C76BF24F46 (void);
|
|
// 0x0000009A System.Void System.Text.ValueStringBuilder::Grow(System.Int32)
|
|
extern void ValueStringBuilder_Grow_m8107401166703C9CB129685FA6F78F26615FC6A9 (void);
|
|
// 0x0000009B System.Void System.Text.ValueStringBuilder::Dispose()
|
|
extern void ValueStringBuilder_Dispose_m3BC81A03C95916FF7171ADB0CF6F16E2366A1392 (void);
|
|
static Il2CppMethodPointer s_methodPointers[155] =
|
|
{
|
|
SR_Format_mFA381AB984D00222E1CACA0EE8F4C53E8C99D34B,
|
|
BigInteger__ctor_mFEDEDA4A6AFC2BA534FEEF4EB3431B9C5AC3F9D9,
|
|
BigInteger__ctor_mE9288D5C617F6BF5B8E44F8B73D9198F30B90D84,
|
|
BigInteger__ctor_mA87DC2182BB2F6AA0209BD98E81C30BCE5B8BBAA,
|
|
BigInteger__ctor_m4685E4C69B49F9470E056A761DCEB8DB9FA7D01C,
|
|
BigInteger__ctor_m9F274FB1B4EC1E507374A65D16F8D1A6D23D54AC,
|
|
BigInteger__ctor_m48BEDD707B2B28BDB94A838395590DFFE775015A,
|
|
BigInteger__ctor_m9544C18A3217F10163645D4A62264DE37CA49821,
|
|
BigInteger__ctor_m25FA3F3C832BC621CD91ABFAC3535A2F4EE7B371,
|
|
BigInteger__ctor_mF6B2AC2AD4056AB6903913C56A92F565EB08BAFD,
|
|
BigInteger__ctor_mB5E6337A77FC9888762DD29AAF54D2BBDD828D03,
|
|
BigInteger__ctor_m14A0AC47ABF1AF6DE7B653CED685D7AD11B54BE6,
|
|
BigInteger_get_Zero_m034F723A07EC664776C5541E2FE1300C02171201,
|
|
BigInteger_get_MinusOne_m3FF0F44F8C3D6DFB66C00B61017E42E555585465,
|
|
BigInteger_get_IsZero_m54B3F16D56CB9E59DBEC6929CF61A7FBE3592DC4,
|
|
BigInteger_Parse_m2B82A0CB4AF02EFCD6175561813E9F0B8DA08334,
|
|
BigInteger_Parse_m9B099A3E92013755D8645DDB1D977A63BB692D73,
|
|
BigInteger_GetHashCode_m2CB01C462C09EB23616010EB24E0A87A4D35D783,
|
|
BigInteger_Equals_mC711A33C4466DC2C053785E0A8A34B49A197EA1C,
|
|
BigInteger_Equals_m6FA62389611EBC75026561E5E3509E7839846361,
|
|
BigInteger_Equals_m36D3C46B170C61FBA8D78C5D4D52B6627DCB2314,
|
|
BigInteger_CompareTo_m8E77C4EDC6840B293E163EAC20CAA3644282F923,
|
|
BigInteger_CompareTo_m1B9ADF53CC7255B4DE59A270AA1EA854E25E7296,
|
|
BigInteger_CompareTo_mFF2E7BDB82C698B3A3BFD93FD723629F9606B33E,
|
|
BigInteger_ToByteArray_mC501D315AF605FB0EF172628E9D4C95D2F015EB3,
|
|
BigInteger_ToByteArray_m3133379D53710B317BD4963D510EFFFD60D101E4,
|
|
BigInteger_TryWriteBytes_m4B86F875CA1C01790FE20D1A689DCA41D22326C0,
|
|
BigInteger_TryWriteOrCountBytes_mB22B053CE50BA54DF99F85EEAE05CA7ABDEF6441,
|
|
BigInteger_TryGetBytes_m015641ED36F51F9CA2D92665048EB5E0ED3C6DCD,
|
|
BigInteger_ToString_m6AFB0DE9CD953DA8B015C31B3CC1FEF86D98A306,
|
|
BigInteger_ToString_mD17ED938094AEF4030E39A2F95C7C7834C6F70BB,
|
|
BigInteger_ToString_mF67077A813661D27640565FC41346D65A155B3F6,
|
|
BigInteger_Add_m7544497BCCB4A4612A2CFC9F272FFA6E22F740D8,
|
|
BigInteger_op_Subtraction_m91D2E4A4810792046B697F0500B8797F7645FF14,
|
|
BigInteger_Subtract_mA96B4B988F08F5DCADABE0B27BA23D970EBFF88D,
|
|
BigInteger_op_Implicit_m9B2DA118DD0522DFA6983787CC9C09DACDB5469B,
|
|
BigInteger_op_Implicit_m2AC4E39750D414F220B167E8A628DE4E0932709A,
|
|
BigInteger_op_Implicit_m9A5BFDA84D812086448392C31CA7AAD2BB167335,
|
|
BigInteger_op_Implicit_mE47ECF71B693CBA3538A95F12133334F08BE31F8,
|
|
BigInteger_op_Implicit_m0E4A1C7B1F24EB10AE57608F2EBA5B127006D850,
|
|
BigInteger_op_Implicit_m8C540D5135B0D715002A12DC41B1824623BAD8E4,
|
|
BigInteger_op_Implicit_mB409693E4A4DD397B321CE56E748831FD0B67A06,
|
|
BigInteger_op_Implicit_m82583327AA7F7D65A79CDCEF93F19C2398974548,
|
|
BigInteger_op_Explicit_mD787D48C59BD782640D92B79382C7F83022DAD04,
|
|
BigInteger_op_Explicit_m80CEDBE704B6E92747EA2A3B434A00265F5CF8BE,
|
|
BigInteger_op_Explicit_m14FC0BE25F104B46C8F125CF70F8AF25A27FEF89,
|
|
BigInteger_op_Explicit_mD44A55A97D5D1F9BC616462A3D64ED652D86EFDF,
|
|
BigInteger_op_Explicit_m381F80B7F65BFEC7F2597DCDB24622F7F32E6848,
|
|
BigInteger_op_Explicit_mB338BD78CA1D4642E264645861B15EFA025F1ED8,
|
|
BigInteger_op_Explicit_mFADFEBD0E21A83E1522FF45D3B41F46F546F2264,
|
|
BigInteger_op_Explicit_mC90AC1989E67C94D9146E1E19794016BA20AD101,
|
|
BigInteger_op_Explicit_m8EC30B39ADC92FEFEC38CC8D49938F4D6E9D6BD8,
|
|
BigInteger_op_Explicit_mC8FE8ED9D93EB044FEE2792B100C9CB9005F1EB3,
|
|
BigInteger_op_Explicit_m1F21788C5AD515DC2A1FCE89B189F87449CE7835,
|
|
BigInteger_op_LeftShift_m9C9DD1A22775C31A01650FEB59A91D4A58B719B3,
|
|
BigInteger_op_RightShift_mE0645B6555F95B4838A8F471584DCA026848F7AB,
|
|
BigInteger_op_UnaryNegation_m2C40453E25F1D2E3E5D892D92CE633C8E177C1C3,
|
|
BigInteger_op_Addition_m895A3ED96D07E1A6E4AD97483EDC256107A31B12,
|
|
BigInteger_op_Multiply_m2AF82FA0B4750F56C6A5522A54FBFF2C84919EFE,
|
|
BigInteger_op_Division_mEABFC30E3B59FF3FF53F8CEB65F70D13CD2E64D5,
|
|
BigInteger_op_Modulus_m3224170883C73BCEC10BC5ACB8ED7C979E43A8CE,
|
|
BigInteger_op_LessThanOrEqual_m0217024560C6B2E56EBE0A62A028BCF9D5610A4E,
|
|
BigInteger_op_Inequality_mF231CB46B3043DDB6A2F96D77816F1719AE9EA9D,
|
|
BigInteger_op_LessThan_mD76A0CAA6AB2F6A0C712889429122ECA85261ABD,
|
|
BigInteger_op_LessThanOrEqual_m775786F38F607284E58833A6E9D77F7E946ACB12,
|
|
BigInteger_op_Equality_mC3E68AE3326F7FAC3441A5618537BFB24CD15248,
|
|
BigInteger_op_Inequality_mB9EBC12ED2739B3BE3F327ABB232B1A31344F199,
|
|
BigInteger_op_LessThan_mD2622E31DA9CEAB50A6FBFD9F687EBB0D7B7FA81,
|
|
BigInteger_op_LessThanOrEqual_mEE3D1E36DC2B592F51309DEB828A781AD63D7367,
|
|
BigInteger_GetPartsForBitManipulation_m679473F863B7A311A59B4B58F26F1D30ADFEEADF,
|
|
BigInteger_GetDiffLength_m86F9E98613660CB092EA24BC931C98B60E802902,
|
|
BigInteger__cctor_mEE4D16FA07B1AD31F26502B9C54DB72DB4D1C626,
|
|
BigIntegerCalculator_Add_m6B363515A5150645D0CAD0DDF4B04348B95C29C3,
|
|
BigIntegerCalculator_Add_mE49BAD7CDF073CF2D2A2DEABCF11AEE5CC239298,
|
|
BigIntegerCalculator_Add_m3CB52FDB28E32D96E1400C839ED8E7F51726A814,
|
|
BigIntegerCalculator_AddSelf_mDCFCD397060ED753B4BDAA0CEB13F0AEC7DD5F3C,
|
|
BigIntegerCalculator_Subtract_mB336D562EA742D2092AFD220202FC15D9A2791A7,
|
|
BigIntegerCalculator_Subtract_m8BFB5D1D8B089DA2BA5AC0EB0A45D98A6F6AC681,
|
|
BigIntegerCalculator_Subtract_mAD5DABE3E13103E8ADCBDA013BC874F17839AC45,
|
|
BigIntegerCalculator_Compare_mD61B527BE1032F19B97519458C7AEAD60CBB8774,
|
|
BigIntegerCalculator_Divide_mD16CAF67955449A813B06DE1B977DF607AB0B64A,
|
|
BigIntegerCalculator_Remainder_m7D45BD3AA527773069AB92174E0931230134346C,
|
|
BigIntegerCalculator_Divide_mDEE98A394A0224CB7BE16B0E791E2E296D342FF9,
|
|
BigIntegerCalculator_Remainder_m6BFFAC7F7D41CC7B1DF3F579503FC8F042ACDA12,
|
|
BigIntegerCalculator_Divide_m02AF0ED21ED26277D6DBCACC53ABEE6F1AF4C5E8,
|
|
BigIntegerCalculator_AddDivisor_mF69A2BD15D3599354D77A9DBDBAC10CD71A2EE12,
|
|
BigIntegerCalculator_SubtractDivisor_m7090028697CB3CB82674313B928C94DD05E8502B,
|
|
BigIntegerCalculator_DivideGuessTooBig_mC37EEE251D5A1A589F955E2A41DF6C4AE9059B17,
|
|
BigIntegerCalculator_CreateCopy_m6BB371F98504377F4783A367A156A967C3697206,
|
|
BigIntegerCalculator_LeadingZeros_m706C3F50A08A9E22533D617C46EBD62F28389BE3,
|
|
BigIntegerCalculator_Square_mACD0642A382CD4190157C54F060EFE9CB018B752,
|
|
BigIntegerCalculator_Square_m2584DA98522B28EA71D2C5B1F060D6636DD839B0,
|
|
BigIntegerCalculator_Multiply_mCA84C473CE355EE31D0247BB752A4E822B3F1073,
|
|
BigIntegerCalculator_Multiply_m5440E8027D99BCC80110F5F1946D0204449F3F3A,
|
|
BigIntegerCalculator_Multiply_m71523151C65A265EACB4221E700FF2C5D3096DAF,
|
|
BigIntegerCalculator_SubtractCore_m25B6AB78D49CC8E351CD04D9F8500611CF587B2E,
|
|
BigIntegerCalculator__cctor_mB0C09E685F08931052AF8D95CEDCCFD3D914D03B,
|
|
BigNumber_TryValidateParseStyleInteger_m8BAA6C818C5B29BF922A9B9B64137D98305E0FC3,
|
|
BigNumber_TryParseBigInteger_m20B86D8F2A7A726E9E4749997BE1AF8400EDB74F,
|
|
BigNumber_ParseBigInteger_m8F3EE6622D0AA876261B5AFA2C3D9A1DCA0EC2CD,
|
|
BigNumber_ParseBigInteger_mEBFCA034195BBBDB2FD46A41DA2CB00C9B67E6DB,
|
|
BigNumber_HexNumberToBigInteger_m13BC6482D5FE8837F635D93BF48DC7D81B334E19,
|
|
BigNumber_NumberToBigInteger_m352492F43EB4817F94BB5FDC6D7002B4FDD302B0,
|
|
BigNumber_ParseFormatSpecifier_m642DCFB18345FAC78777645E487EE8279BA17073,
|
|
BigNumber_FormatBigIntegerToHex_m5BD805D186861A2FDE1CB6D7C8BF730B78B251BE,
|
|
BigNumber_FormatBigInteger_m1C6793BBD747BBC3E729A18FDAF8A5C814C80DC4,
|
|
BigNumber_FormatBigInteger_m626A9168DC2BBB348E31E47313E83D88263747AA,
|
|
BigNumberBuffer_Create_mCB1426735F95CA7747B2D5C418B778EA4441E8D8,
|
|
NumericsHelpers_GetDoubleParts_mEDC6A393466D91364322BC21F0DAB1056B4B8BDE,
|
|
NumericsHelpers_GetDoubleFromParts_m7AD1EBE9AF03E541D8773F1501109954A7ED8044,
|
|
NumericsHelpers_DangerousMakeTwosComplement_m4B6EED2DF0E8C7B5171CDC7BBE5A7A3D68C79D4B,
|
|
NumericsHelpers_MakeUlong_mAB879C53817E4E9BE9C649F09EEE0CB11DE53514,
|
|
NumericsHelpers_Abs_m82DD45E6FEBF5DAB9533B31E5BC62DC5EF37568A,
|
|
NumericsHelpers_CombineHash_m16177FC379833624A7C14834FA38ADE527A53CCE,
|
|
NumericsHelpers_CombineHash_m676E72BC5EC287D4C9602A8D876D24E2CBFDC776,
|
|
NumericsHelpers_CbitHighZero_m72B63F48B91DEB05E71577AF422AD373CE72CAC2,
|
|
NumericsHelpers_CbitHighZero_mEF438EF7844C19E38A5ABE2B950ECB5994D03B5F,
|
|
FormatProvider_FormatBigInteger_m1FBB2719E6A285F3F9EE6A4EE4B95AB6C50C0BAB,
|
|
FormatProvider_TryStringToBigInteger_m4A4E85DF102A9188498A7D5E2074B9DE43960F6C,
|
|
Number_IsWhite_m37BBB954A36F00B5A274536FFCA964128F9D867F,
|
|
Number_MatchChars_mEB4DE6AF58FF0B189D2BFA242BC200B7A7F0401C,
|
|
Number_MatchChars_m47E62446DBCE6EBEBA662E65BF5BECC772EA5BBF,
|
|
Number_ParseNumber_m401874631147B19C641F35E43E1FC1D23038CBCE,
|
|
Number_TrailingZeros_mA4C4FD1634CDCC9915CB7412DD7E2E5B0D2718D7,
|
|
Number_TryStringToNumber_mA39F96566BD17881E186DD87981C8228FA9AF11E,
|
|
Number_Int32ToDecChars_mA94E1FFBC0C831A23C6A974FC11018B9E6F9ED4E,
|
|
Number_ParseFormatSpecifier_mC2A7C10F8899ED9BA94E9D9EFE6FDDCADE68618A,
|
|
Number_NumberToString_mB02B6AFBEEF66C19BB094F00189CC8E15A16AD18,
|
|
Number_FormatCurrency_m097DB55A0D1FC114CC86AF8F08F56A8AFEDC93DD,
|
|
Number_wcslen_mCD526D9E32ECC29B992889CBDBC18EFF2F3F7CC4,
|
|
Number_FormatFixed_m0AE79A769FD61DE736216A34F723B8D7D793C1BB,
|
|
Number_FormatNumber_m24CDBE74E5644DDE85C931202384C04F91951EA6,
|
|
Number_FormatScientific_m2F27814915B4A407DE4F3692B2EECE8AD267C358,
|
|
Number_FormatExponent_m2194D98B7488C2DE4AB59E0AFECDCF4D258412F1,
|
|
Number_FormatGeneral_m68D4F0A31B064E3FDF311EFF410D774C0D3BAF0A,
|
|
Number_FormatPercent_m765FF9BE8896DA80FDBC469B9EB40732C521B85D,
|
|
Number_RoundNumber_m4CF4E60F6BB2595CAF7D220275299620A954CAA0,
|
|
Number_FindSection_mC2D1C69F848ACAB296ADB63DD0D87CF39C446849,
|
|
Number_NumberToStringFormat_mA407C99BE332392E17203E2A9BDC5544DDF89090,
|
|
Number__cctor_m2D3E19E23CA70D2ABBB814BA5694680EE8AFE430,
|
|
NumberBuffer_get_digits_mB2D6183F180088A57C57ED5FBA7BDD4CDF4A369A,
|
|
ValueStringBuilder__ctor_m0660F060D846CA37202B1BEEE35D26DAC2B6AFF6,
|
|
ValueStringBuilder_get_Length_m5D0F5925DA1601B18CF1ADC62D8750F955DC3F6B,
|
|
ValueStringBuilder_ToString_mAB4C26796468880783F57E543C5102DE83C10BCE,
|
|
ValueStringBuilder_TryCopyTo_m1ADDDEC065D0CCAB6A61D871D7272522B95F801E,
|
|
ValueStringBuilder_Insert_m658B685FEAD8D7A9935D2720FAAAB05382942E2C,
|
|
ValueStringBuilder_Append_mBB79BFE6EAB412D689B7D6675A6E0BC3F6FCDFCC,
|
|
ValueStringBuilder_Append_m4F9C03D9B78FD7AE877AAC57178D2F84AD2956CF,
|
|
ValueStringBuilder_AppendSlow_mF1E32E44AE0CD50A28EE3E945C8CCE40FB184526,
|
|
ValueStringBuilder_Append_m4E46E62A9444CE58033DDB6EC5D9AE7CF02B48B0,
|
|
ValueStringBuilder_Append_m58580EDC69E4BCFEFFE0A266FE36684AC660BBD6,
|
|
ValueStringBuilder_AppendSpan_m0D80091AA43B5BD4944DCD4D8729310FEAF11382,
|
|
ValueStringBuilder_GrowAndAppend_mDB5F96AAA8A9CAD064B96D8A182D84C76BF24F46,
|
|
ValueStringBuilder_Grow_m8107401166703C9CB129685FA6F78F26615FC6A9,
|
|
ValueStringBuilder_Dispose_m3BC81A03C95916FF7171ADB0CF6F16E2366A1392,
|
|
};
|
|
extern void BigInteger__ctor_mFEDEDA4A6AFC2BA534FEEF4EB3431B9C5AC3F9D9_AdjustorThunk (void);
|
|
extern void BigInteger__ctor_mE9288D5C617F6BF5B8E44F8B73D9198F30B90D84_AdjustorThunk (void);
|
|
extern void BigInteger__ctor_mA87DC2182BB2F6AA0209BD98E81C30BCE5B8BBAA_AdjustorThunk (void);
|
|
extern void BigInteger__ctor_m4685E4C69B49F9470E056A761DCEB8DB9FA7D01C_AdjustorThunk (void);
|
|
extern void BigInteger__ctor_m9F274FB1B4EC1E507374A65D16F8D1A6D23D54AC_AdjustorThunk (void);
|
|
extern void BigInteger__ctor_m48BEDD707B2B28BDB94A838395590DFFE775015A_AdjustorThunk (void);
|
|
extern void BigInteger__ctor_m9544C18A3217F10163645D4A62264DE37CA49821_AdjustorThunk (void);
|
|
extern void BigInteger__ctor_m25FA3F3C832BC621CD91ABFAC3535A2F4EE7B371_AdjustorThunk (void);
|
|
extern void BigInteger__ctor_mF6B2AC2AD4056AB6903913C56A92F565EB08BAFD_AdjustorThunk (void);
|
|
extern void BigInteger__ctor_mB5E6337A77FC9888762DD29AAF54D2BBDD828D03_AdjustorThunk (void);
|
|
extern void BigInteger__ctor_m14A0AC47ABF1AF6DE7B653CED685D7AD11B54BE6_AdjustorThunk (void);
|
|
extern void BigInteger_get_IsZero_m54B3F16D56CB9E59DBEC6929CF61A7FBE3592DC4_AdjustorThunk (void);
|
|
extern void BigInteger_GetHashCode_m2CB01C462C09EB23616010EB24E0A87A4D35D783_AdjustorThunk (void);
|
|
extern void BigInteger_Equals_mC711A33C4466DC2C053785E0A8A34B49A197EA1C_AdjustorThunk (void);
|
|
extern void BigInteger_Equals_m6FA62389611EBC75026561E5E3509E7839846361_AdjustorThunk (void);
|
|
extern void BigInteger_Equals_m36D3C46B170C61FBA8D78C5D4D52B6627DCB2314_AdjustorThunk (void);
|
|
extern void BigInteger_CompareTo_m8E77C4EDC6840B293E163EAC20CAA3644282F923_AdjustorThunk (void);
|
|
extern void BigInteger_CompareTo_m1B9ADF53CC7255B4DE59A270AA1EA854E25E7296_AdjustorThunk (void);
|
|
extern void BigInteger_CompareTo_mFF2E7BDB82C698B3A3BFD93FD723629F9606B33E_AdjustorThunk (void);
|
|
extern void BigInteger_ToByteArray_mC501D315AF605FB0EF172628E9D4C95D2F015EB3_AdjustorThunk (void);
|
|
extern void BigInteger_ToByteArray_m3133379D53710B317BD4963D510EFFFD60D101E4_AdjustorThunk (void);
|
|
extern void BigInteger_TryWriteBytes_m4B86F875CA1C01790FE20D1A689DCA41D22326C0_AdjustorThunk (void);
|
|
extern void BigInteger_TryWriteOrCountBytes_mB22B053CE50BA54DF99F85EEAE05CA7ABDEF6441_AdjustorThunk (void);
|
|
extern void BigInteger_TryGetBytes_m015641ED36F51F9CA2D92665048EB5E0ED3C6DCD_AdjustorThunk (void);
|
|
extern void BigInteger_ToString_m6AFB0DE9CD953DA8B015C31B3CC1FEF86D98A306_AdjustorThunk (void);
|
|
extern void BigInteger_ToString_mD17ED938094AEF4030E39A2F95C7C7834C6F70BB_AdjustorThunk (void);
|
|
extern void BigInteger_ToString_mF67077A813661D27640565FC41346D65A155B3F6_AdjustorThunk (void);
|
|
extern void NumberBuffer_get_digits_mB2D6183F180088A57C57ED5FBA7BDD4CDF4A369A_AdjustorThunk (void);
|
|
static Il2CppTokenAdjustorThunkPair s_adjustorThunks[28] =
|
|
{
|
|
{ 0x06000002, BigInteger__ctor_mFEDEDA4A6AFC2BA534FEEF4EB3431B9C5AC3F9D9_AdjustorThunk },
|
|
{ 0x06000003, BigInteger__ctor_mE9288D5C617F6BF5B8E44F8B73D9198F30B90D84_AdjustorThunk },
|
|
{ 0x06000004, BigInteger__ctor_mA87DC2182BB2F6AA0209BD98E81C30BCE5B8BBAA_AdjustorThunk },
|
|
{ 0x06000005, BigInteger__ctor_m4685E4C69B49F9470E056A761DCEB8DB9FA7D01C_AdjustorThunk },
|
|
{ 0x06000006, BigInteger__ctor_m9F274FB1B4EC1E507374A65D16F8D1A6D23D54AC_AdjustorThunk },
|
|
{ 0x06000007, BigInteger__ctor_m48BEDD707B2B28BDB94A838395590DFFE775015A_AdjustorThunk },
|
|
{ 0x06000008, BigInteger__ctor_m9544C18A3217F10163645D4A62264DE37CA49821_AdjustorThunk },
|
|
{ 0x06000009, BigInteger__ctor_m25FA3F3C832BC621CD91ABFAC3535A2F4EE7B371_AdjustorThunk },
|
|
{ 0x0600000A, BigInteger__ctor_mF6B2AC2AD4056AB6903913C56A92F565EB08BAFD_AdjustorThunk },
|
|
{ 0x0600000B, BigInteger__ctor_mB5E6337A77FC9888762DD29AAF54D2BBDD828D03_AdjustorThunk },
|
|
{ 0x0600000C, BigInteger__ctor_m14A0AC47ABF1AF6DE7B653CED685D7AD11B54BE6_AdjustorThunk },
|
|
{ 0x0600000F, BigInteger_get_IsZero_m54B3F16D56CB9E59DBEC6929CF61A7FBE3592DC4_AdjustorThunk },
|
|
{ 0x06000012, BigInteger_GetHashCode_m2CB01C462C09EB23616010EB24E0A87A4D35D783_AdjustorThunk },
|
|
{ 0x06000013, BigInteger_Equals_mC711A33C4466DC2C053785E0A8A34B49A197EA1C_AdjustorThunk },
|
|
{ 0x06000014, BigInteger_Equals_m6FA62389611EBC75026561E5E3509E7839846361_AdjustorThunk },
|
|
{ 0x06000015, BigInteger_Equals_m36D3C46B170C61FBA8D78C5D4D52B6627DCB2314_AdjustorThunk },
|
|
{ 0x06000016, BigInteger_CompareTo_m8E77C4EDC6840B293E163EAC20CAA3644282F923_AdjustorThunk },
|
|
{ 0x06000017, BigInteger_CompareTo_m1B9ADF53CC7255B4DE59A270AA1EA854E25E7296_AdjustorThunk },
|
|
{ 0x06000018, BigInteger_CompareTo_mFF2E7BDB82C698B3A3BFD93FD723629F9606B33E_AdjustorThunk },
|
|
{ 0x06000019, BigInteger_ToByteArray_mC501D315AF605FB0EF172628E9D4C95D2F015EB3_AdjustorThunk },
|
|
{ 0x0600001A, BigInteger_ToByteArray_m3133379D53710B317BD4963D510EFFFD60D101E4_AdjustorThunk },
|
|
{ 0x0600001B, BigInteger_TryWriteBytes_m4B86F875CA1C01790FE20D1A689DCA41D22326C0_AdjustorThunk },
|
|
{ 0x0600001C, BigInteger_TryWriteOrCountBytes_mB22B053CE50BA54DF99F85EEAE05CA7ABDEF6441_AdjustorThunk },
|
|
{ 0x0600001D, BigInteger_TryGetBytes_m015641ED36F51F9CA2D92665048EB5E0ED3C6DCD_AdjustorThunk },
|
|
{ 0x0600001E, BigInteger_ToString_m6AFB0DE9CD953DA8B015C31B3CC1FEF86D98A306_AdjustorThunk },
|
|
{ 0x0600001F, BigInteger_ToString_mD17ED938094AEF4030E39A2F95C7C7834C6F70BB_AdjustorThunk },
|
|
{ 0x06000020, BigInteger_ToString_mF67077A813661D27640565FC41346D65A155B3F6_AdjustorThunk },
|
|
{ 0x0600008D, NumberBuffer_get_digits_mB2D6183F180088A57C57ED5FBA7BDD4CDF4A369A_AdjustorThunk },
|
|
};
|
|
static const int32_t s_InvokerIndices[155] =
|
|
{
|
|
11452,
|
|
6520,
|
|
6688,
|
|
6521,
|
|
6689,
|
|
6618,
|
|
6479,
|
|
6472,
|
|
6554,
|
|
1859,
|
|
3458,
|
|
3757,
|
|
14171,
|
|
14171,
|
|
7916,
|
|
11018,
|
|
10119,
|
|
7988,
|
|
4737,
|
|
4702,
|
|
4622,
|
|
5505,
|
|
5456,
|
|
5534,
|
|
8022,
|
|
2952,
|
|
784,
|
|
784,
|
|
611,
|
|
8022,
|
|
5890,
|
|
2990,
|
|
9407,
|
|
11016,
|
|
9407,
|
|
12692,
|
|
12697,
|
|
12693,
|
|
12698,
|
|
12694,
|
|
12699,
|
|
12695,
|
|
12700,
|
|
12713,
|
|
13081,
|
|
12844,
|
|
13229,
|
|
12871,
|
|
13247,
|
|
12906,
|
|
13329,
|
|
13101,
|
|
12802,
|
|
12783,
|
|
11017,
|
|
11017,
|
|
12691,
|
|
11016,
|
|
11016,
|
|
11016,
|
|
11016,
|
|
11069,
|
|
11069,
|
|
11070,
|
|
11070,
|
|
11070,
|
|
11070,
|
|
11117,
|
|
11117,
|
|
10132,
|
|
10303,
|
|
14247,
|
|
11458,
|
|
11452,
|
|
8752,
|
|
9846,
|
|
11458,
|
|
11452,
|
|
8752,
|
|
11327,
|
|
11458,
|
|
11633,
|
|
11452,
|
|
11452,
|
|
8752,
|
|
9813,
|
|
9108,
|
|
8880,
|
|
13013,
|
|
12892,
|
|
13013,
|
|
9846,
|
|
11458,
|
|
11452,
|
|
8752,
|
|
8752,
|
|
14247,
|
|
11111,
|
|
9414,
|
|
10119,
|
|
10118,
|
|
11055,
|
|
11055,
|
|
11609,
|
|
8502,
|
|
10370,
|
|
8501,
|
|
14255,
|
|
9255,
|
|
10233,
|
|
13384,
|
|
11655,
|
|
13253,
|
|
11640,
|
|
11313,
|
|
12892,
|
|
12893,
|
|
8521,
|
|
8565,
|
|
12735,
|
|
10106,
|
|
10105,
|
|
8567,
|
|
11042,
|
|
8659,
|
|
9841,
|
|
11609,
|
|
8751,
|
|
9240,
|
|
12868,
|
|
8520,
|
|
9240,
|
|
8748,
|
|
8757,
|
|
8617,
|
|
9240,
|
|
11765,
|
|
11298,
|
|
9833,
|
|
14247,
|
|
7904,
|
|
6366,
|
|
7988,
|
|
8022,
|
|
2263,
|
|
1966,
|
|
6687,
|
|
6554,
|
|
6554,
|
|
3848,
|
|
3120,
|
|
4184,
|
|
6687,
|
|
6520,
|
|
8182,
|
|
};
|
|
IL2CPP_EXTERN_C const Il2CppCodeGenModule g_System_Numerics_CodeGenModule;
|
|
const Il2CppCodeGenModule g_System_Numerics_CodeGenModule =
|
|
{
|
|
"System.Numerics.dll",
|
|
155,
|
|
s_methodPointers,
|
|
28,
|
|
s_adjustorThunks,
|
|
s_InvokerIndices,
|
|
0,
|
|
NULL,
|
|
0,
|
|
NULL,
|
|
0,
|
|
NULL,
|
|
NULL,
|
|
NULL, // module initializer,
|
|
NULL,
|
|
NULL,
|
|
NULL,
|
|
};
|