1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-02 03:50:36 +00:00

Automatic update of ./internal/source

This commit is contained in:
github-actions[bot] 2024-01-30 17:13:17 +00:00
parent 4534f28ac4
commit ad0e5e4ef3
665 changed files with 121410 additions and 120889 deletions

View file

@ -2636,6 +2636,7 @@ __ARRAY_STRING_WARNINGINCFILES[0]=(ptrszint)&nothingstring;
*__LONG_MIDISOUNDFONTSET=0;
__STRING_MIDISOUNDFONTLINE->len=0;
__STRING_MIDISOUNDFONT->len=0;
*__LONG_EXTDEPBUF=0;
*__LONG_GLOBTXTBUF=0;
*__LONG_IDERECOMPILE=0;
__STRING_LINEBACKUP->len=0;
@ -3021,6 +3022,22 @@ _SUB_VWATCHVARIABLE_STRING_MAINMODULEVARIABLESLIST->len=0;
*_SUB_VWATCHADDLABEL_LONG_PREVLABEL=0;
*_SUB_VWATCHADDLABEL_LONG_PREVSKIP=0;
*_FUNC_FIXOPERATIONORDER_BYTE_UBOUNDLBOUND=0;
if (_FUNC_GETCRC32_ARRAY_ULONG_LUT[2]&1){
if (_FUNC_GETCRC32_ARRAY_ULONG_LUT[2]&2){
memset((void*)(_FUNC_GETCRC32_ARRAY_ULONG_LUT[0]),0,_FUNC_GETCRC32_ARRAY_ULONG_LUT[5]*4);
}else{
if (_FUNC_GETCRC32_ARRAY_ULONG_LUT[2]&4){
cmem_dynamic_free((uint8*)(_FUNC_GETCRC32_ARRAY_ULONG_LUT[0]));
}else{
free((void*)(_FUNC_GETCRC32_ARRAY_ULONG_LUT[0]));
}
_FUNC_GETCRC32_ARRAY_ULONG_LUT[2]^=1;
_FUNC_GETCRC32_ARRAY_ULONG_LUT[4]=2147483647;
_FUNC_GETCRC32_ARRAY_ULONG_LUT[5]=0;
_FUNC_GETCRC32_ARRAY_ULONG_LUT[6]=0;
_FUNC_GETCRC32_ARRAY_ULONG_LUT[0]=(ptrszint)nothingvalue;
}
}
_FUNC_IDE2_STRING_MENULOCATIONS->len=0;
*_FUNC_IDE2_BYTE_IDESYSTEM2__ASCII_CHR_046__ISSEL=0;
*_FUNC_IDE2_LONG_IDESYSTEM2__ASCII_CHR_046__SX1=0;

View file

@ -1,4 +1,5 @@
g++ -no-pie -w -std=gnu++14 -DFREEGLUT_STATIC -I./internal/c/libqb/include -I./internal/c/parts/core/src/ -I./internal/c/parts/core/glew/include/ -DDEPENDENCY_SOCKETS -DDEPENDENCY_NO_PRINTER -DDEPENDENCY_ICON -DDEPENDENCY_NO_SCREENIMAGE internal/c/qbx.cpp -c -o internal/c/qbx.o
g++ -no-pie -w -std=gnu++14 -DFREEGLUT_STATIC -I./internal/c/libqb/include -I./internal/c/parts/core/src/ -I./internal/c/parts/core/glew/include/ -DDEPENDENCY_SOCKETS -DDEPENDENCY_NO_PRINTER -DDEPENDENCY_ICON -DDEPENDENCY_NO_SCREENIMAGE ./internal/c/libqb_make_000101000.o ./internal/c/qbx.o -o "/home/runner/work/QB64pe/QB64pe/qb64pe" ./internal/c/libqb/src/threading.o ./internal/c/libqb/src/buffer.o ./internal/c/libqb/src/filepath.o ./internal/c/libqb/src/filesystem.o ./internal/c/libqb/src/datetime.o ./internal/c/libqb/src/rounding.o ./internal/c/libqb/src/http.o ./internal/c/libqb/src/threading-posix.o ./internal/c/libqb/src/glut-main-thread.o ./internal/c/libqb/src/glut-message.o ./internal/c/libqb/src/glut-msg-queue.o ./internal/c/parts/gui/tinyfiledialogs.o ./internal/c/parts/gui/gui.o ./internal/c/parts/video/font/font.o ./internal/c/parts/video/font/freetype/freetype.a ./internal/c/parts/audio/stub_audio.o ./internal/c/parts/compression/miniz.o ./internal/c/parts/compression/compression.o ./internal/c/parts/core/src.a -lGL -lGLU -lX11 -lpthread -ldl -lrt -lcurl
objcopy -Ibinary -Oelf64-x86-64 -Bi386:x86-64 internal/temp/data.bin internal/temp/data.o
g++ -no-pie -w -std=gnu++14 -DFREEGLUT_STATIC -I./internal/c/libqb/include -I./internal/c/parts/core/src/ -I./internal/c/parts/core/glew/include/ -DDEPENDENCY_SOCKETS -DDEPENDENCY_NO_PRINTER -DDEPENDENCY_ICON -DDEPENDENCY_NO_SCREENIMAGE ./internal/c/libqb_make_000101000.o ./internal/c/qbx.o ./internal/temp/data.o -o "/home/runner/work/QB64pe/QB64pe/qb64pe" ./internal/c/libqb/src/threading.o ./internal/c/libqb/src/buffer.o ./internal/c/libqb/src/filepath.o ./internal/c/libqb/src/filesystem.o ./internal/c/libqb/src/datetime.o ./internal/c/libqb/src/rounding.o ./internal/c/libqb/src/http.o ./internal/c/libqb/src/threading-posix.o ./internal/c/libqb/src/glut-main-thread.o ./internal/c/libqb/src/glut-message.o ./internal/c/libqb/src/glut-msg-queue.o ./internal/c/parts/gui/tinyfiledialogs.o ./internal/c/parts/gui/gui.o ./internal/c/parts/video/font/font.o ./internal/c/parts/video/font/freetype/freetype.a ./internal/c/parts/audio/stub_audio.o ./internal/c/parts/compression/miniz.o ./internal/c/parts/compression/compression.o ./internal/c/parts/core/src.a -lGL -lGLU -lX11 -lpthread -ldl -lrt -lcurl
objcopy --only-keep-debug "/home/runner/work/QB64pe/QB64pe/qb64pe" "./internal/temp/qb64pe.sym"
objcopy --strip-unneeded "/home/runner/work/QB64pe/QB64pe/qb64pe"

Binary file not shown.

View file

@ -5,13 +5,13 @@ if(_FUNC_PARSECMDLINEARGS_LONG_I==NULL){
_FUNC_PARSECMDLINEARGS_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_PARSECMDLINEARGS_LONG_I=0;
}
int64 fornext_value2165;
int64 fornext_finalvalue2165;
int64 fornext_step2165;
uint8 fornext_step_negative2165;
int64 fornext_value2169;
int64 fornext_finalvalue2169;
int64 fornext_step2169;
uint8 fornext_step_negative2169;
qbs *_FUNC_PARSECMDLINEARGS_STRING_TOKEN=NULL;
if (!_FUNC_PARSECMDLINEARGS_STRING_TOKEN)_FUNC_PARSECMDLINEARGS_STRING_TOKEN=qbs_new(0,0);
static qbs *sc_2166=qbs_new(0,0);
static qbs *sc_2170=qbs_new(0,0);
int32 *_FUNC_PARSECMDLINEARGS_LONG_CMDLINESWITCH=NULL;
if(_FUNC_PARSECMDLINEARGS_LONG_CMDLINESWITCH==NULL){
_FUNC_PARSECMDLINEARGS_LONG_CMDLINESWITCH=(int32*)mem_static_malloc(4);
@ -22,16 +22,16 @@ if(_FUNC_PARSECMDLINEARGS_LONG_SETTINGSMODE==NULL){
_FUNC_PARSECMDLINEARGS_LONG_SETTINGSMODE=(int32*)mem_static_malloc(4);
*_FUNC_PARSECMDLINEARGS_LONG_SETTINGSMODE=0;
}
static qbs *sc_2193=qbs_new(0,0);
static qbs *sc_2197=qbs_new(0,0);
qbs *_FUNC_PARSECMDLINEARGS_STRING_DEBUGINFOINIWARNING=NULL;
if (!_FUNC_PARSECMDLINEARGS_STRING_DEBUGINFOINIWARNING)_FUNC_PARSECMDLINEARGS_STRING_DEBUGINFOINIWARNING=qbs_new(0,0);
int32 pass2209;
int32 pass2211;
int32 pass2217;
static qbs *sc_2218=qbs_new(0,0);
int32 pass2213;
int32 pass2215;
int32 pass2221;
static qbs *sc_2222=qbs_new(0,0);
qbs *_FUNC_PARSECMDLINEARGS_STRING_PASSEDFILENAME=NULL;
if (!_FUNC_PARSECMDLINEARGS_STRING_PASSEDFILENAME)_FUNC_PARSECMDLINEARGS_STRING_PASSEDFILENAME=qbs_new(0,0);
byte_element_struct *byte_element_2219=NULL;
if (!byte_element_2219){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2219=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2219=(byte_element_struct*)mem_static_malloc(12);
byte_element_struct *byte_element_2223=NULL;
if (!byte_element_2223){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2223=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2223=(byte_element_struct*)mem_static_malloc(12);
}

View file

@ -1,22 +1,22 @@
qbs*oldstr2338=NULL;
qbs*oldstr2342=NULL;
if(_SUB_ASSIGN_STRING_A->tmp||_SUB_ASSIGN_STRING_A->fixed||_SUB_ASSIGN_STRING_A->readonly){
oldstr2338=_SUB_ASSIGN_STRING_A;
if (oldstr2338->cmem_descriptor){
_SUB_ASSIGN_STRING_A=qbs_new_cmem(oldstr2338->len,0);
oldstr2342=_SUB_ASSIGN_STRING_A;
if (oldstr2342->cmem_descriptor){
_SUB_ASSIGN_STRING_A=qbs_new_cmem(oldstr2342->len,0);
}else{
_SUB_ASSIGN_STRING_A=qbs_new(oldstr2338->len,0);
_SUB_ASSIGN_STRING_A=qbs_new(oldstr2342->len,0);
}
memcpy(_SUB_ASSIGN_STRING_A->chr,oldstr2338->chr,oldstr2338->len);
memcpy(_SUB_ASSIGN_STRING_A->chr,oldstr2342->chr,oldstr2342->len);
}
int32 *_SUB_ASSIGN_LONG_I=NULL;
if(_SUB_ASSIGN_LONG_I==NULL){
_SUB_ASSIGN_LONG_I=(int32*)mem_static_malloc(4);
*_SUB_ASSIGN_LONG_I=0;
}
int64 fornext_value2340;
int64 fornext_finalvalue2340;
int64 fornext_step2340;
uint8 fornext_step_negative2340;
int64 fornext_value2344;
int64 fornext_finalvalue2344;
int64 fornext_step2344;
uint8 fornext_step_negative2344;
int32 *_SUB_ASSIGN_LONG_C=NULL;
if(_SUB_ASSIGN_LONG_C==NULL){
_SUB_ASSIGN_LONG_C=(int32*)mem_static_malloc(4);
@ -29,8 +29,8 @@ _SUB_ASSIGN_LONG_B=(int32*)mem_static_malloc(4);
}
qbs *_SUB_ASSIGN_STRING_A2=NULL;
if (!_SUB_ASSIGN_STRING_A2)_SUB_ASSIGN_STRING_A2=qbs_new(0,0);
int32 pass2341;
int32 pass2342;
int32 pass2345;
int32 pass2346;
qbs *_SUB_ASSIGN_STRING_L=NULL;
if (!_SUB_ASSIGN_STRING_L)_SUB_ASSIGN_STRING_L=qbs_new(0,0);
int32 *_SUB_ASSIGN_LONG_TRY=NULL;
@ -43,5 +43,5 @@ if(_SUB_ASSIGN_LONG_TYP==NULL){
_SUB_ASSIGN_LONG_TYP=(int32*)mem_static_malloc(4);
*_SUB_ASSIGN_LONG_TYP=0;
}
int32 pass2344;
int32 pass2345;
int32 pass2348;
int32 pass2349;

View file

@ -1,13 +1,36 @@
qbs *_FUNC_GETELEMENTSBEFORE_STRING_GETELEMENTSBEFORE=NULL;
if (!_FUNC_GETELEMENTSBEFORE_STRING_GETELEMENTSBEFORE)_FUNC_GETELEMENTSBEFORE_STRING_GETELEMENTSBEFORE=qbs_new(0,0);
qbs*oldstr3656=NULL;
if(_FUNC_GETELEMENTSBEFORE_STRING_A->tmp||_FUNC_GETELEMENTSBEFORE_STRING_A->fixed||_FUNC_GETELEMENTSBEFORE_STRING_A->readonly){
oldstr3656=_FUNC_GETELEMENTSBEFORE_STRING_A;
if (oldstr3656->cmem_descriptor){
_FUNC_GETELEMENTSBEFORE_STRING_A=qbs_new_cmem(oldstr3656->len,0);
qbs *_FUNC_GETELEMENTS_STRING_GETELEMENTS=NULL;
if (!_FUNC_GETELEMENTS_STRING_GETELEMENTS)_FUNC_GETELEMENTS_STRING_GETELEMENTS=qbs_new(0,0);
qbs*oldstr3664=NULL;
if(_FUNC_GETELEMENTS_STRING_A->tmp||_FUNC_GETELEMENTS_STRING_A->fixed||_FUNC_GETELEMENTS_STRING_A->readonly){
oldstr3664=_FUNC_GETELEMENTS_STRING_A;
if (oldstr3664->cmem_descriptor){
_FUNC_GETELEMENTS_STRING_A=qbs_new_cmem(oldstr3664->len,0);
}else{
_FUNC_GETELEMENTSBEFORE_STRING_A=qbs_new(oldstr3656->len,0);
_FUNC_GETELEMENTS_STRING_A=qbs_new(oldstr3664->len,0);
}
memcpy(_FUNC_GETELEMENTSBEFORE_STRING_A->chr,oldstr3656->chr,oldstr3656->len);
memcpy(_FUNC_GETELEMENTS_STRING_A->chr,oldstr3664->chr,oldstr3664->len);
}
int32 *_FUNC_GETELEMENTS_LONG_P=NULL;
if(_FUNC_GETELEMENTS_LONG_P==NULL){
_FUNC_GETELEMENTS_LONG_P=(int32*)mem_static_malloc(4);
*_FUNC_GETELEMENTS_LONG_P=0;
}
int32 *_FUNC_GETELEMENTS_LONG_N=NULL;
if(_FUNC_GETELEMENTS_LONG_N==NULL){
_FUNC_GETELEMENTS_LONG_N=(int32*)mem_static_malloc(4);
*_FUNC_GETELEMENTS_LONG_N=0;
}
int32 *_FUNC_GETELEMENTS_LONG_I=NULL;
if(_FUNC_GETELEMENTS_LONG_I==NULL){
_FUNC_GETELEMENTS_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_GETELEMENTS_LONG_I=0;
}
int32 *_FUNC_GETELEMENTS_LONG_I1POS=NULL;
if(_FUNC_GETELEMENTS_LONG_I1POS==NULL){
_FUNC_GETELEMENTS_LONG_I1POS=(int32*)mem_static_malloc(4);
*_FUNC_GETELEMENTS_LONG_I1POS=0;
}
byte_element_struct *byte_element_3665=NULL;
if (!byte_element_3665){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3665=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3665=(byte_element_struct*)mem_static_malloc(12);
}
int32 pass3657;

View file

@ -1,31 +1,13 @@
qbs *_FUNC_GETELEMENTSAFTER_STRING_GETELEMENTSAFTER=NULL;
if (!_FUNC_GETELEMENTSAFTER_STRING_GETELEMENTSAFTER)_FUNC_GETELEMENTSAFTER_STRING_GETELEMENTSAFTER=qbs_new(0,0);
qbs*oldstr3658=NULL;
if(_FUNC_GETELEMENTSAFTER_STRING_A->tmp||_FUNC_GETELEMENTSAFTER_STRING_A->fixed||_FUNC_GETELEMENTSAFTER_STRING_A->readonly){
oldstr3658=_FUNC_GETELEMENTSAFTER_STRING_A;
if (oldstr3658->cmem_descriptor){
_FUNC_GETELEMENTSAFTER_STRING_A=qbs_new_cmem(oldstr3658->len,0);
qbs *_FUNC_GETELEMENTSBEFORE_STRING_GETELEMENTSBEFORE=NULL;
if (!_FUNC_GETELEMENTSBEFORE_STRING_GETELEMENTSBEFORE)_FUNC_GETELEMENTSBEFORE_STRING_GETELEMENTSBEFORE=qbs_new(0,0);
qbs*oldstr3666=NULL;
if(_FUNC_GETELEMENTSBEFORE_STRING_A->tmp||_FUNC_GETELEMENTSBEFORE_STRING_A->fixed||_FUNC_GETELEMENTSBEFORE_STRING_A->readonly){
oldstr3666=_FUNC_GETELEMENTSBEFORE_STRING_A;
if (oldstr3666->cmem_descriptor){
_FUNC_GETELEMENTSBEFORE_STRING_A=qbs_new_cmem(oldstr3666->len,0);
}else{
_FUNC_GETELEMENTSAFTER_STRING_A=qbs_new(oldstr3658->len,0);
_FUNC_GETELEMENTSBEFORE_STRING_A=qbs_new(oldstr3666->len,0);
}
memcpy(_FUNC_GETELEMENTSAFTER_STRING_A->chr,oldstr3658->chr,oldstr3658->len);
}
int32 *_FUNC_GETELEMENTSAFTER_LONG_P=NULL;
if(_FUNC_GETELEMENTSAFTER_LONG_P==NULL){
_FUNC_GETELEMENTSAFTER_LONG_P=(int32*)mem_static_malloc(4);
*_FUNC_GETELEMENTSAFTER_LONG_P=0;
}
int32 *_FUNC_GETELEMENTSAFTER_LONG_N=NULL;
if(_FUNC_GETELEMENTSAFTER_LONG_N==NULL){
_FUNC_GETELEMENTSAFTER_LONG_N=(int32*)mem_static_malloc(4);
*_FUNC_GETELEMENTSAFTER_LONG_N=0;
}
int32 *_FUNC_GETELEMENTSAFTER_LONG_I=NULL;
if(_FUNC_GETELEMENTSAFTER_LONG_I==NULL){
_FUNC_GETELEMENTSAFTER_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_GETELEMENTSAFTER_LONG_I=0;
}
byte_element_struct *byte_element_3659=NULL;
if (!byte_element_3659){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3659=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3659=(byte_element_struct*)mem_static_malloc(12);
memcpy(_FUNC_GETELEMENTSBEFORE_STRING_A->chr,oldstr3666->chr,oldstr3666->len);
}
int32 pass3667;

View file

@ -1,36 +1,31 @@
qbs*oldstr3660=NULL;
if(_SUB_INSERTELEMENTS_STRING_A->tmp||_SUB_INSERTELEMENTS_STRING_A->fixed||_SUB_INSERTELEMENTS_STRING_A->readonly){
oldstr3660=_SUB_INSERTELEMENTS_STRING_A;
if (oldstr3660->cmem_descriptor){
_SUB_INSERTELEMENTS_STRING_A=qbs_new_cmem(oldstr3660->len,0);
qbs *_FUNC_GETELEMENTSAFTER_STRING_GETELEMENTSAFTER=NULL;
if (!_FUNC_GETELEMENTSAFTER_STRING_GETELEMENTSAFTER)_FUNC_GETELEMENTSAFTER_STRING_GETELEMENTSAFTER=qbs_new(0,0);
qbs*oldstr3668=NULL;
if(_FUNC_GETELEMENTSAFTER_STRING_A->tmp||_FUNC_GETELEMENTSAFTER_STRING_A->fixed||_FUNC_GETELEMENTSAFTER_STRING_A->readonly){
oldstr3668=_FUNC_GETELEMENTSAFTER_STRING_A;
if (oldstr3668->cmem_descriptor){
_FUNC_GETELEMENTSAFTER_STRING_A=qbs_new_cmem(oldstr3668->len,0);
}else{
_SUB_INSERTELEMENTS_STRING_A=qbs_new(oldstr3660->len,0);
_FUNC_GETELEMENTSAFTER_STRING_A=qbs_new(oldstr3668->len,0);
}
memcpy(_SUB_INSERTELEMENTS_STRING_A->chr,oldstr3660->chr,oldstr3660->len);
memcpy(_FUNC_GETELEMENTSAFTER_STRING_A->chr,oldstr3668->chr,oldstr3668->len);
}
qbs*oldstr3661=NULL;
if(_SUB_INSERTELEMENTS_STRING_ELEMENTS->tmp||_SUB_INSERTELEMENTS_STRING_ELEMENTS->fixed||_SUB_INSERTELEMENTS_STRING_ELEMENTS->readonly){
oldstr3661=_SUB_INSERTELEMENTS_STRING_ELEMENTS;
if (oldstr3661->cmem_descriptor){
_SUB_INSERTELEMENTS_STRING_ELEMENTS=qbs_new_cmem(oldstr3661->len,0);
}else{
_SUB_INSERTELEMENTS_STRING_ELEMENTS=qbs_new(oldstr3661->len,0);
int32 *_FUNC_GETELEMENTSAFTER_LONG_P=NULL;
if(_FUNC_GETELEMENTSAFTER_LONG_P==NULL){
_FUNC_GETELEMENTSAFTER_LONG_P=(int32*)mem_static_malloc(4);
*_FUNC_GETELEMENTSAFTER_LONG_P=0;
}
memcpy(_SUB_INSERTELEMENTS_STRING_ELEMENTS->chr,oldstr3661->chr,oldstr3661->len);
int32 *_FUNC_GETELEMENTSAFTER_LONG_N=NULL;
if(_FUNC_GETELEMENTSAFTER_LONG_N==NULL){
_FUNC_GETELEMENTSAFTER_LONG_N=(int32*)mem_static_malloc(4);
*_FUNC_GETELEMENTSAFTER_LONG_N=0;
}
qbs *_SUB_INSERTELEMENTS_STRING_A2=NULL;
if (!_SUB_INSERTELEMENTS_STRING_A2)_SUB_INSERTELEMENTS_STRING_A2=qbs_new(0,0);
int32 *_SUB_INSERTELEMENTS_LONG_N=NULL;
if(_SUB_INSERTELEMENTS_LONG_N==NULL){
_SUB_INSERTELEMENTS_LONG_N=(int32*)mem_static_malloc(4);
*_SUB_INSERTELEMENTS_LONG_N=0;
int32 *_FUNC_GETELEMENTSAFTER_LONG_I=NULL;
if(_FUNC_GETELEMENTSAFTER_LONG_I==NULL){
_FUNC_GETELEMENTSAFTER_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_GETELEMENTSAFTER_LONG_I=0;
}
int32 *_SUB_INSERTELEMENTS_LONG_I2=NULL;
if(_SUB_INSERTELEMENTS_LONG_I2==NULL){
_SUB_INSERTELEMENTS_LONG_I2=(int32*)mem_static_malloc(4);
*_SUB_INSERTELEMENTS_LONG_I2=0;
byte_element_struct *byte_element_3669=NULL;
if (!byte_element_3669){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3669=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3669=(byte_element_struct*)mem_static_malloc(12);
}
int64 fornext_value3663;
int64 fornext_finalvalue3663;
int64 fornext_step3663;
uint8 fornext_step_negative3663;

View file

@ -1,30 +1,36 @@
int32 *_FUNC_NUMELEMENTS_LONG_NUMELEMENTS=NULL;
if(_FUNC_NUMELEMENTS_LONG_NUMELEMENTS==NULL){
_FUNC_NUMELEMENTS_LONG_NUMELEMENTS=(int32*)mem_static_malloc(4);
*_FUNC_NUMELEMENTS_LONG_NUMELEMENTS=0;
}
qbs*oldstr3664=NULL;
if(_FUNC_NUMELEMENTS_STRING_A->tmp||_FUNC_NUMELEMENTS_STRING_A->fixed||_FUNC_NUMELEMENTS_STRING_A->readonly){
oldstr3664=_FUNC_NUMELEMENTS_STRING_A;
if (oldstr3664->cmem_descriptor){
_FUNC_NUMELEMENTS_STRING_A=qbs_new_cmem(oldstr3664->len,0);
qbs*oldstr3670=NULL;
if(_SUB_INSERTELEMENTS_STRING_A->tmp||_SUB_INSERTELEMENTS_STRING_A->fixed||_SUB_INSERTELEMENTS_STRING_A->readonly){
oldstr3670=_SUB_INSERTELEMENTS_STRING_A;
if (oldstr3670->cmem_descriptor){
_SUB_INSERTELEMENTS_STRING_A=qbs_new_cmem(oldstr3670->len,0);
}else{
_FUNC_NUMELEMENTS_STRING_A=qbs_new(oldstr3664->len,0);
_SUB_INSERTELEMENTS_STRING_A=qbs_new(oldstr3670->len,0);
}
memcpy(_FUNC_NUMELEMENTS_STRING_A->chr,oldstr3664->chr,oldstr3664->len);
memcpy(_SUB_INSERTELEMENTS_STRING_A->chr,oldstr3670->chr,oldstr3670->len);
}
int32 *_FUNC_NUMELEMENTS_LONG_P=NULL;
if(_FUNC_NUMELEMENTS_LONG_P==NULL){
_FUNC_NUMELEMENTS_LONG_P=(int32*)mem_static_malloc(4);
*_FUNC_NUMELEMENTS_LONG_P=0;
qbs*oldstr3671=NULL;
if(_SUB_INSERTELEMENTS_STRING_ELEMENTS->tmp||_SUB_INSERTELEMENTS_STRING_ELEMENTS->fixed||_SUB_INSERTELEMENTS_STRING_ELEMENTS->readonly){
oldstr3671=_SUB_INSERTELEMENTS_STRING_ELEMENTS;
if (oldstr3671->cmem_descriptor){
_SUB_INSERTELEMENTS_STRING_ELEMENTS=qbs_new_cmem(oldstr3671->len,0);
}else{
_SUB_INSERTELEMENTS_STRING_ELEMENTS=qbs_new(oldstr3671->len,0);
}
int32 *_FUNC_NUMELEMENTS_LONG_N=NULL;
if(_FUNC_NUMELEMENTS_LONG_N==NULL){
_FUNC_NUMELEMENTS_LONG_N=(int32*)mem_static_malloc(4);
*_FUNC_NUMELEMENTS_LONG_N=0;
memcpy(_SUB_INSERTELEMENTS_STRING_ELEMENTS->chr,oldstr3671->chr,oldstr3671->len);
}
int32 *_FUNC_NUMELEMENTS_LONG_I=NULL;
if(_FUNC_NUMELEMENTS_LONG_I==NULL){
_FUNC_NUMELEMENTS_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_NUMELEMENTS_LONG_I=0;
qbs *_SUB_INSERTELEMENTS_STRING_A2=NULL;
if (!_SUB_INSERTELEMENTS_STRING_A2)_SUB_INSERTELEMENTS_STRING_A2=qbs_new(0,0);
int32 *_SUB_INSERTELEMENTS_LONG_N=NULL;
if(_SUB_INSERTELEMENTS_LONG_N==NULL){
_SUB_INSERTELEMENTS_LONG_N=(int32*)mem_static_malloc(4);
*_SUB_INSERTELEMENTS_LONG_N=0;
}
int32 *_SUB_INSERTELEMENTS_LONG_I2=NULL;
if(_SUB_INSERTELEMENTS_LONG_I2==NULL){
_SUB_INSERTELEMENTS_LONG_I2=(int32*)mem_static_malloc(4);
*_SUB_INSERTELEMENTS_LONG_I2=0;
}
int64 fornext_value3673;
int64 fornext_finalvalue3673;
int64 fornext_step3673;
uint8 fornext_step_negative3673;

View file

@ -1,30 +1,30 @@
qbs*oldstr3665=NULL;
if(_SUB_REMOVEELEMENTS_STRING_A->tmp||_SUB_REMOVEELEMENTS_STRING_A->fixed||_SUB_REMOVEELEMENTS_STRING_A->readonly){
oldstr3665=_SUB_REMOVEELEMENTS_STRING_A;
if (oldstr3665->cmem_descriptor){
_SUB_REMOVEELEMENTS_STRING_A=qbs_new_cmem(oldstr3665->len,0);
int32 *_FUNC_NUMELEMENTS_LONG_NUMELEMENTS=NULL;
if(_FUNC_NUMELEMENTS_LONG_NUMELEMENTS==NULL){
_FUNC_NUMELEMENTS_LONG_NUMELEMENTS=(int32*)mem_static_malloc(4);
*_FUNC_NUMELEMENTS_LONG_NUMELEMENTS=0;
}
qbs*oldstr3674=NULL;
if(_FUNC_NUMELEMENTS_STRING_A->tmp||_FUNC_NUMELEMENTS_STRING_A->fixed||_FUNC_NUMELEMENTS_STRING_A->readonly){
oldstr3674=_FUNC_NUMELEMENTS_STRING_A;
if (oldstr3674->cmem_descriptor){
_FUNC_NUMELEMENTS_STRING_A=qbs_new_cmem(oldstr3674->len,0);
}else{
_SUB_REMOVEELEMENTS_STRING_A=qbs_new(oldstr3665->len,0);
_FUNC_NUMELEMENTS_STRING_A=qbs_new(oldstr3674->len,0);
}
memcpy(_SUB_REMOVEELEMENTS_STRING_A->chr,oldstr3665->chr,oldstr3665->len);
memcpy(_FUNC_NUMELEMENTS_STRING_A->chr,oldstr3674->chr,oldstr3674->len);
}
int32 *_SUB_REMOVEELEMENTS_LONG_N=NULL;
if(_SUB_REMOVEELEMENTS_LONG_N==NULL){
_SUB_REMOVEELEMENTS_LONG_N=(int32*)mem_static_malloc(4);
*_SUB_REMOVEELEMENTS_LONG_N=0;
int32 *_FUNC_NUMELEMENTS_LONG_P=NULL;
if(_FUNC_NUMELEMENTS_LONG_P==NULL){
_FUNC_NUMELEMENTS_LONG_P=(int32*)mem_static_malloc(4);
*_FUNC_NUMELEMENTS_LONG_P=0;
}
int32 *_SUB_REMOVEELEMENTS_LONG_I=NULL;
if(_SUB_REMOVEELEMENTS_LONG_I==NULL){
_SUB_REMOVEELEMENTS_LONG_I=(int32*)mem_static_malloc(4);
*_SUB_REMOVEELEMENTS_LONG_I=0;
int32 *_FUNC_NUMELEMENTS_LONG_N=NULL;
if(_FUNC_NUMELEMENTS_LONG_N==NULL){
_FUNC_NUMELEMENTS_LONG_N=(int32*)mem_static_malloc(4);
*_FUNC_NUMELEMENTS_LONG_N=0;
}
qbs *_SUB_REMOVEELEMENTS_STRING_A2=NULL;
if (!_SUB_REMOVEELEMENTS_STRING_A2)_SUB_REMOVEELEMENTS_STRING_A2=qbs_new(0,0);
int64 fornext_value3667;
int64 fornext_finalvalue3667;
int64 fornext_step3667;
uint8 fornext_step_negative3667;
byte_element_struct *byte_element_3668=NULL;
if (!byte_element_3668){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3668=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3668=(byte_element_struct*)mem_static_malloc(12);
int32 *_FUNC_NUMELEMENTS_LONG_I=NULL;
if(_FUNC_NUMELEMENTS_LONG_I==NULL){
_FUNC_NUMELEMENTS_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_NUMELEMENTS_LONG_I=0;
}

View file

@ -1,11 +1,30 @@
qbs*oldstr3669=NULL;
if(_SUB_REMOVEELEMENT_STRING_A->tmp||_SUB_REMOVEELEMENT_STRING_A->fixed||_SUB_REMOVEELEMENT_STRING_A->readonly){
oldstr3669=_SUB_REMOVEELEMENT_STRING_A;
if (oldstr3669->cmem_descriptor){
_SUB_REMOVEELEMENT_STRING_A=qbs_new_cmem(oldstr3669->len,0);
qbs*oldstr3675=NULL;
if(_SUB_REMOVEELEMENTS_STRING_A->tmp||_SUB_REMOVEELEMENTS_STRING_A->fixed||_SUB_REMOVEELEMENTS_STRING_A->readonly){
oldstr3675=_SUB_REMOVEELEMENTS_STRING_A;
if (oldstr3675->cmem_descriptor){
_SUB_REMOVEELEMENTS_STRING_A=qbs_new_cmem(oldstr3675->len,0);
}else{
_SUB_REMOVEELEMENT_STRING_A=qbs_new(oldstr3669->len,0);
_SUB_REMOVEELEMENTS_STRING_A=qbs_new(oldstr3675->len,0);
}
memcpy(_SUB_REMOVEELEMENT_STRING_A->chr,oldstr3669->chr,oldstr3669->len);
memcpy(_SUB_REMOVEELEMENTS_STRING_A->chr,oldstr3675->chr,oldstr3675->len);
}
int32 *_SUB_REMOVEELEMENTS_LONG_N=NULL;
if(_SUB_REMOVEELEMENTS_LONG_N==NULL){
_SUB_REMOVEELEMENTS_LONG_N=(int32*)mem_static_malloc(4);
*_SUB_REMOVEELEMENTS_LONG_N=0;
}
int32 *_SUB_REMOVEELEMENTS_LONG_I=NULL;
if(_SUB_REMOVEELEMENTS_LONG_I==NULL){
_SUB_REMOVEELEMENTS_LONG_I=(int32*)mem_static_malloc(4);
*_SUB_REMOVEELEMENTS_LONG_I=0;
}
qbs *_SUB_REMOVEELEMENTS_STRING_A2=NULL;
if (!_SUB_REMOVEELEMENTS_STRING_A2)_SUB_REMOVEELEMENTS_STRING_A2=qbs_new(0,0);
int64 fornext_value3677;
int64 fornext_finalvalue3677;
int64 fornext_step3677;
uint8 fornext_step_negative3677;
byte_element_struct *byte_element_3678=NULL;
if (!byte_element_3678){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3678=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3678=(byte_element_struct*)mem_static_malloc(12);
}
int32 pass3670;

View file

@ -1,40 +1,11 @@
int32 *_FUNC_COUNTFUNCTIONELEMENTS_LONG_COUNTFUNCTIONELEMENTS=NULL;
if(_FUNC_COUNTFUNCTIONELEMENTS_LONG_COUNTFUNCTIONELEMENTS==NULL){
_FUNC_COUNTFUNCTIONELEMENTS_LONG_COUNTFUNCTIONELEMENTS=(int32*)mem_static_malloc(4);
*_FUNC_COUNTFUNCTIONELEMENTS_LONG_COUNTFUNCTIONELEMENTS=0;
}
qbs*oldstr3671=NULL;
if(_FUNC_COUNTFUNCTIONELEMENTS_STRING_A->tmp||_FUNC_COUNTFUNCTIONELEMENTS_STRING_A->fixed||_FUNC_COUNTFUNCTIONELEMENTS_STRING_A->readonly){
oldstr3671=_FUNC_COUNTFUNCTIONELEMENTS_STRING_A;
if (oldstr3671->cmem_descriptor){
_FUNC_COUNTFUNCTIONELEMENTS_STRING_A=qbs_new_cmem(oldstr3671->len,0);
qbs*oldstr3679=NULL;
if(_SUB_REMOVEELEMENT_STRING_A->tmp||_SUB_REMOVEELEMENT_STRING_A->fixed||_SUB_REMOVEELEMENT_STRING_A->readonly){
oldstr3679=_SUB_REMOVEELEMENT_STRING_A;
if (oldstr3679->cmem_descriptor){
_SUB_REMOVEELEMENT_STRING_A=qbs_new_cmem(oldstr3679->len,0);
}else{
_FUNC_COUNTFUNCTIONELEMENTS_STRING_A=qbs_new(oldstr3671->len,0);
_SUB_REMOVEELEMENT_STRING_A=qbs_new(oldstr3679->len,0);
}
memcpy(_FUNC_COUNTFUNCTIONELEMENTS_STRING_A->chr,oldstr3671->chr,oldstr3671->len);
memcpy(_SUB_REMOVEELEMENT_STRING_A->chr,oldstr3679->chr,oldstr3679->len);
}
int32 *_FUNC_COUNTFUNCTIONELEMENTS_LONG_COUNT=NULL;
if(_FUNC_COUNTFUNCTIONELEMENTS_LONG_COUNT==NULL){
_FUNC_COUNTFUNCTIONELEMENTS_LONG_COUNT=(int32*)mem_static_malloc(4);
*_FUNC_COUNTFUNCTIONELEMENTS_LONG_COUNT=0;
}
int32 *_FUNC_COUNTFUNCTIONELEMENTS_LONG_P=NULL;
if(_FUNC_COUNTFUNCTIONELEMENTS_LONG_P==NULL){
_FUNC_COUNTFUNCTIONELEMENTS_LONG_P=(int32*)mem_static_malloc(4);
*_FUNC_COUNTFUNCTIONELEMENTS_LONG_P=0;
}
int32 *_FUNC_COUNTFUNCTIONELEMENTS_LONG_LVL=NULL;
if(_FUNC_COUNTFUNCTIONELEMENTS_LONG_LVL==NULL){
_FUNC_COUNTFUNCTIONELEMENTS_LONG_LVL=(int32*)mem_static_malloc(4);
*_FUNC_COUNTFUNCTIONELEMENTS_LONG_LVL=0;
}
int32 *_FUNC_COUNTFUNCTIONELEMENTS_LONG_I=NULL;
if(_FUNC_COUNTFUNCTIONELEMENTS_LONG_I==NULL){
_FUNC_COUNTFUNCTIONELEMENTS_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_COUNTFUNCTIONELEMENTS_LONG_I=0;
}
byte_element_struct *byte_element_3672=NULL;
if (!byte_element_3672){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3672=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3672=(byte_element_struct*)mem_static_malloc(12);
}
static int32 sc_3674;
int32 pass3680;

View file

@ -1,53 +1,40 @@
int32 *_FUNC_HASFUNCTIONELEMENT_LONG_HASFUNCTIONELEMENT=NULL;
if(_FUNC_HASFUNCTIONELEMENT_LONG_HASFUNCTIONELEMENT==NULL){
_FUNC_HASFUNCTIONELEMENT_LONG_HASFUNCTIONELEMENT=(int32*)mem_static_malloc(4);
*_FUNC_HASFUNCTIONELEMENT_LONG_HASFUNCTIONELEMENT=0;
int32 *_FUNC_COUNTFUNCTIONELEMENTS_LONG_COUNTFUNCTIONELEMENTS=NULL;
if(_FUNC_COUNTFUNCTIONELEMENTS_LONG_COUNTFUNCTIONELEMENTS==NULL){
_FUNC_COUNTFUNCTIONELEMENTS_LONG_COUNTFUNCTIONELEMENTS=(int32*)mem_static_malloc(4);
*_FUNC_COUNTFUNCTIONELEMENTS_LONG_COUNTFUNCTIONELEMENTS=0;
}
qbs*oldstr3675=NULL;
if(_FUNC_HASFUNCTIONELEMENT_STRING_A->tmp||_FUNC_HASFUNCTIONELEMENT_STRING_A->fixed||_FUNC_HASFUNCTIONELEMENT_STRING_A->readonly){
oldstr3675=_FUNC_HASFUNCTIONELEMENT_STRING_A;
if (oldstr3675->cmem_descriptor){
_FUNC_HASFUNCTIONELEMENT_STRING_A=qbs_new_cmem(oldstr3675->len,0);
qbs*oldstr3681=NULL;
if(_FUNC_COUNTFUNCTIONELEMENTS_STRING_A->tmp||_FUNC_COUNTFUNCTIONELEMENTS_STRING_A->fixed||_FUNC_COUNTFUNCTIONELEMENTS_STRING_A->readonly){
oldstr3681=_FUNC_COUNTFUNCTIONELEMENTS_STRING_A;
if (oldstr3681->cmem_descriptor){
_FUNC_COUNTFUNCTIONELEMENTS_STRING_A=qbs_new_cmem(oldstr3681->len,0);
}else{
_FUNC_HASFUNCTIONELEMENT_STRING_A=qbs_new(oldstr3675->len,0);
_FUNC_COUNTFUNCTIONELEMENTS_STRING_A=qbs_new(oldstr3681->len,0);
}
memcpy(_FUNC_HASFUNCTIONELEMENT_STRING_A->chr,oldstr3675->chr,oldstr3675->len);
memcpy(_FUNC_COUNTFUNCTIONELEMENTS_STRING_A->chr,oldstr3681->chr,oldstr3681->len);
}
int32 *_FUNC_HASFUNCTIONELEMENT_LONG_COUNT=NULL;
if(_FUNC_HASFUNCTIONELEMENT_LONG_COUNT==NULL){
_FUNC_HASFUNCTIONELEMENT_LONG_COUNT=(int32*)mem_static_malloc(4);
*_FUNC_HASFUNCTIONELEMENT_LONG_COUNT=0;
int32 *_FUNC_COUNTFUNCTIONELEMENTS_LONG_COUNT=NULL;
if(_FUNC_COUNTFUNCTIONELEMENTS_LONG_COUNT==NULL){
_FUNC_COUNTFUNCTIONELEMENTS_LONG_COUNT=(int32*)mem_static_malloc(4);
*_FUNC_COUNTFUNCTIONELEMENTS_LONG_COUNT=0;
}
int32 *_FUNC_HASFUNCTIONELEMENT_LONG_P=NULL;
if(_FUNC_HASFUNCTIONELEMENT_LONG_P==NULL){
_FUNC_HASFUNCTIONELEMENT_LONG_P=(int32*)mem_static_malloc(4);
*_FUNC_HASFUNCTIONELEMENT_LONG_P=0;
int32 *_FUNC_COUNTFUNCTIONELEMENTS_LONG_P=NULL;
if(_FUNC_COUNTFUNCTIONELEMENTS_LONG_P==NULL){
_FUNC_COUNTFUNCTIONELEMENTS_LONG_P=(int32*)mem_static_malloc(4);
*_FUNC_COUNTFUNCTIONELEMENTS_LONG_P=0;
}
int32 *_FUNC_HASFUNCTIONELEMENT_LONG_LVL=NULL;
if(_FUNC_HASFUNCTIONELEMENT_LONG_LVL==NULL){
_FUNC_HASFUNCTIONELEMENT_LONG_LVL=(int32*)mem_static_malloc(4);
*_FUNC_HASFUNCTIONELEMENT_LONG_LVL=0;
int32 *_FUNC_COUNTFUNCTIONELEMENTS_LONG_LVL=NULL;
if(_FUNC_COUNTFUNCTIONELEMENTS_LONG_LVL==NULL){
_FUNC_COUNTFUNCTIONELEMENTS_LONG_LVL=(int32*)mem_static_malloc(4);
*_FUNC_COUNTFUNCTIONELEMENTS_LONG_LVL=0;
}
int32 *_FUNC_HASFUNCTIONELEMENT_LONG_I=NULL;
if(_FUNC_HASFUNCTIONELEMENT_LONG_I==NULL){
_FUNC_HASFUNCTIONELEMENT_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_HASFUNCTIONELEMENT_LONG_I=0;
int32 *_FUNC_COUNTFUNCTIONELEMENTS_LONG_I=NULL;
if(_FUNC_COUNTFUNCTIONELEMENTS_LONG_I==NULL){
_FUNC_COUNTFUNCTIONELEMENTS_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_COUNTFUNCTIONELEMENTS_LONG_I=0;
}
int32 *_FUNC_HASFUNCTIONELEMENT_LONG_START=NULL;
if(_FUNC_HASFUNCTIONELEMENT_LONG_START==NULL){
_FUNC_HASFUNCTIONELEMENT_LONG_START=(int32*)mem_static_malloc(4);
*_FUNC_HASFUNCTIONELEMENT_LONG_START=0;
byte_element_struct *byte_element_3682=NULL;
if (!byte_element_3682){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3682=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3682=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_3676=NULL;
if (!byte_element_3676){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3676=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3676=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_3677=NULL;
if (!byte_element_3677){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3677=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3677=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_3679=NULL;
if (!byte_element_3679){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3679=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3679=(byte_element_struct*)mem_static_malloc(12);
}
static int32 sc_3680;
static int32 sc_3684;

View file

@ -1,71 +1,53 @@
int32 *_FUNC_ISVALIDARGSET_LONG_ISVALIDARGSET=NULL;
if(_FUNC_ISVALIDARGSET_LONG_ISVALIDARGSET==NULL){
_FUNC_ISVALIDARGSET_LONG_ISVALIDARGSET=(int32*)mem_static_malloc(4);
*_FUNC_ISVALIDARGSET_LONG_ISVALIDARGSET=0;
int32 *_FUNC_HASFUNCTIONELEMENT_LONG_HASFUNCTIONELEMENT=NULL;
if(_FUNC_HASFUNCTIONELEMENT_LONG_HASFUNCTIONELEMENT==NULL){
_FUNC_HASFUNCTIONELEMENT_LONG_HASFUNCTIONELEMENT=(int32*)mem_static_malloc(4);
*_FUNC_HASFUNCTIONELEMENT_LONG_HASFUNCTIONELEMENT=0;
}
qbs*oldstr3681=NULL;
if(_FUNC_ISVALIDARGSET_STRING_FORMAT->tmp||_FUNC_ISVALIDARGSET_STRING_FORMAT->fixed||_FUNC_ISVALIDARGSET_STRING_FORMAT->readonly){
oldstr3681=_FUNC_ISVALIDARGSET_STRING_FORMAT;
if (oldstr3681->cmem_descriptor){
_FUNC_ISVALIDARGSET_STRING_FORMAT=qbs_new_cmem(oldstr3681->len,0);
qbs*oldstr3685=NULL;
if(_FUNC_HASFUNCTIONELEMENT_STRING_A->tmp||_FUNC_HASFUNCTIONELEMENT_STRING_A->fixed||_FUNC_HASFUNCTIONELEMENT_STRING_A->readonly){
oldstr3685=_FUNC_HASFUNCTIONELEMENT_STRING_A;
if (oldstr3685->cmem_descriptor){
_FUNC_HASFUNCTIONELEMENT_STRING_A=qbs_new_cmem(oldstr3685->len,0);
}else{
_FUNC_ISVALIDARGSET_STRING_FORMAT=qbs_new(oldstr3681->len,0);
_FUNC_HASFUNCTIONELEMENT_STRING_A=qbs_new(oldstr3685->len,0);
}
memcpy(_FUNC_ISVALIDARGSET_STRING_FORMAT->chr,oldstr3681->chr,oldstr3681->len);
memcpy(_FUNC_HASFUNCTIONELEMENT_STRING_A->chr,oldstr3685->chr,oldstr3685->len);
}
int32 *_FUNC_ISVALIDARGSET_LONG_MAXARGUMENT=NULL;
if(_FUNC_ISVALIDARGSET_LONG_MAXARGUMENT==NULL){
_FUNC_ISVALIDARGSET_LONG_MAXARGUMENT=(int32*)mem_static_malloc(4);
*_FUNC_ISVALIDARGSET_LONG_MAXARGUMENT=0;
int32 *_FUNC_HASFUNCTIONELEMENT_LONG_COUNT=NULL;
if(_FUNC_HASFUNCTIONELEMENT_LONG_COUNT==NULL){
_FUNC_HASFUNCTIONELEMENT_LONG_COUNT=(int32*)mem_static_malloc(4);
*_FUNC_HASFUNCTIONELEMENT_LONG_COUNT=0;
}
int32 *_FUNC_ISVALIDARGSET_LONG_I=NULL;
if(_FUNC_ISVALIDARGSET_LONG_I==NULL){
_FUNC_ISVALIDARGSET_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_ISVALIDARGSET_LONG_I=0;
int32 *_FUNC_HASFUNCTIONELEMENT_LONG_P=NULL;
if(_FUNC_HASFUNCTIONELEMENT_LONG_P==NULL){
_FUNC_HASFUNCTIONELEMENT_LONG_P=(int32*)mem_static_malloc(4);
*_FUNC_HASFUNCTIONELEMENT_LONG_P=0;
}
int32 *_FUNC_ISVALIDARGSET_LONG_CURRENTARG=NULL;
if(_FUNC_ISVALIDARGSET_LONG_CURRENTARG==NULL){
_FUNC_ISVALIDARGSET_LONG_CURRENTARG=(int32*)mem_static_malloc(4);
*_FUNC_ISVALIDARGSET_LONG_CURRENTARG=0;
int32 *_FUNC_HASFUNCTIONELEMENT_LONG_LVL=NULL;
if(_FUNC_HASFUNCTIONELEMENT_LONG_LVL==NULL){
_FUNC_HASFUNCTIONELEMENT_LONG_LVL=(int32*)mem_static_malloc(4);
*_FUNC_HASFUNCTIONELEMENT_LONG_LVL=0;
}
int32 *_FUNC_ISVALIDARGSET_LONG_OPTIONLVL=NULL;
if(_FUNC_ISVALIDARGSET_LONG_OPTIONLVL==NULL){
_FUNC_ISVALIDARGSET_LONG_OPTIONLVL=(int32*)mem_static_malloc(4);
*_FUNC_ISVALIDARGSET_LONG_OPTIONLVL=0;
int32 *_FUNC_HASFUNCTIONELEMENT_LONG_I=NULL;
if(_FUNC_HASFUNCTIONELEMENT_LONG_I==NULL){
_FUNC_HASFUNCTIONELEMENT_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_HASFUNCTIONELEMENT_LONG_I=0;
}
ptrszint *_FUNC_ISVALIDARGSET_ARRAY_LONG_WASPROVIDED=NULL;
if (!_FUNC_ISVALIDARGSET_ARRAY_LONG_WASPROVIDED){
_FUNC_ISVALIDARGSET_ARRAY_LONG_WASPROVIDED=(ptrszint*)mem_static_malloc(9*ptrsz);
new_mem_lock();
mem_lock_tmp->type=4;
((ptrszint*)_FUNC_ISVALIDARGSET_ARRAY_LONG_WASPROVIDED)[8]=(ptrszint)mem_lock_tmp;
_FUNC_ISVALIDARGSET_ARRAY_LONG_WASPROVIDED[2]=0;
_FUNC_ISVALIDARGSET_ARRAY_LONG_WASPROVIDED[4]=2147483647;
_FUNC_ISVALIDARGSET_ARRAY_LONG_WASPROVIDED[5]=0;
_FUNC_ISVALIDARGSET_ARRAY_LONG_WASPROVIDED[6]=0;
_FUNC_ISVALIDARGSET_ARRAY_LONG_WASPROVIDED[0]=(ptrszint)nothingvalue;
int32 *_FUNC_HASFUNCTIONELEMENT_LONG_START=NULL;
if(_FUNC_HASFUNCTIONELEMENT_LONG_START==NULL){
_FUNC_HASFUNCTIONELEMENT_LONG_START=(int32*)mem_static_malloc(4);
*_FUNC_HASFUNCTIONELEMENT_LONG_START=0;
}
int32 *_FUNC_ISVALIDARGSET_LONG_ARGPROVIDED=NULL;
if(_FUNC_ISVALIDARGSET_LONG_ARGPROVIDED==NULL){
_FUNC_ISVALIDARGSET_LONG_ARGPROVIDED=(int32*)mem_static_malloc(4);
*_FUNC_ISVALIDARGSET_LONG_ARGPROVIDED=0;
byte_element_struct *byte_element_3686=NULL;
if (!byte_element_3686){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3686=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3686=(byte_element_struct*)mem_static_malloc(12);
}
int32 *_FUNC_ISVALIDARGSET_LONG_ARGNOTPROVIDED=NULL;
if(_FUNC_ISVALIDARGSET_LONG_ARGNOTPROVIDED==NULL){
_FUNC_ISVALIDARGSET_LONG_ARGNOTPROVIDED=(int32*)mem_static_malloc(4);
*_FUNC_ISVALIDARGSET_LONG_ARGNOTPROVIDED=0;
byte_element_struct *byte_element_3687=NULL;
if (!byte_element_3687){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3687=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3687=(byte_element_struct*)mem_static_malloc(12);
}
int32 *_FUNC_ISVALIDARGSET_LONG_ARGIGNORED=NULL;
if(_FUNC_ISVALIDARGSET_LONG_ARGIGNORED==NULL){
_FUNC_ISVALIDARGSET_LONG_ARGIGNORED=(int32*)mem_static_malloc(4);
*_FUNC_ISVALIDARGSET_LONG_ARGIGNORED=0;
byte_element_struct *byte_element_3689=NULL;
if (!byte_element_3689){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3689=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3689=(byte_element_struct*)mem_static_malloc(12);
}
int64 fornext_value3683;
int64 fornext_finalvalue3683;
int64 fornext_step3683;
uint8 fornext_step_negative3683;
byte_element_struct *byte_element_3684=NULL;
if (!byte_element_3684){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3684=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3684=(byte_element_struct*)mem_static_malloc(12);
}
static int32 sc_3685;
static int32 sc_3690;

View file

@ -1,51 +1,71 @@
qbs *_FUNC_ELEUCASE_STRING_ELEUCASE=NULL;
if (!_FUNC_ELEUCASE_STRING_ELEUCASE)_FUNC_ELEUCASE_STRING_ELEUCASE=qbs_new(0,0);
qbs*oldstr3686=NULL;
if(_FUNC_ELEUCASE_STRING_A->tmp||_FUNC_ELEUCASE_STRING_A->fixed||_FUNC_ELEUCASE_STRING_A->readonly){
oldstr3686=_FUNC_ELEUCASE_STRING_A;
if (oldstr3686->cmem_descriptor){
_FUNC_ELEUCASE_STRING_A=qbs_new_cmem(oldstr3686->len,0);
int32 *_FUNC_ISVALIDARGSET_LONG_ISVALIDARGSET=NULL;
if(_FUNC_ISVALIDARGSET_LONG_ISVALIDARGSET==NULL){
_FUNC_ISVALIDARGSET_LONG_ISVALIDARGSET=(int32*)mem_static_malloc(4);
*_FUNC_ISVALIDARGSET_LONG_ISVALIDARGSET=0;
}
qbs*oldstr3691=NULL;
if(_FUNC_ISVALIDARGSET_STRING_FORMAT->tmp||_FUNC_ISVALIDARGSET_STRING_FORMAT->fixed||_FUNC_ISVALIDARGSET_STRING_FORMAT->readonly){
oldstr3691=_FUNC_ISVALIDARGSET_STRING_FORMAT;
if (oldstr3691->cmem_descriptor){
_FUNC_ISVALIDARGSET_STRING_FORMAT=qbs_new_cmem(oldstr3691->len,0);
}else{
_FUNC_ELEUCASE_STRING_A=qbs_new(oldstr3686->len,0);
_FUNC_ISVALIDARGSET_STRING_FORMAT=qbs_new(oldstr3691->len,0);
}
memcpy(_FUNC_ELEUCASE_STRING_A->chr,oldstr3686->chr,oldstr3686->len);
memcpy(_FUNC_ISVALIDARGSET_STRING_FORMAT->chr,oldstr3691->chr,oldstr3691->len);
}
int32 *_FUNC_ELEUCASE_LONG_I=NULL;
if(_FUNC_ELEUCASE_LONG_I==NULL){
_FUNC_ELEUCASE_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_ELEUCASE_LONG_I=0;
int32 *_FUNC_ISVALIDARGSET_LONG_MAXARGUMENT=NULL;
if(_FUNC_ISVALIDARGSET_LONG_MAXARGUMENT==NULL){
_FUNC_ISVALIDARGSET_LONG_MAXARGUMENT=(int32*)mem_static_malloc(4);
*_FUNC_ISVALIDARGSET_LONG_MAXARGUMENT=0;
}
int32 *_FUNC_ELEUCASE_LONG_I2=NULL;
if(_FUNC_ELEUCASE_LONG_I2==NULL){
_FUNC_ELEUCASE_LONG_I2=(int32*)mem_static_malloc(4);
*_FUNC_ELEUCASE_LONG_I2=0;
int32 *_FUNC_ISVALIDARGSET_LONG_I=NULL;
if(_FUNC_ISVALIDARGSET_LONG_I==NULL){
_FUNC_ISVALIDARGSET_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_ISVALIDARGSET_LONG_I=0;
}
qbs *_FUNC_ELEUCASE_STRING_A2=NULL;
if (!_FUNC_ELEUCASE_STRING_A2)_FUNC_ELEUCASE_STRING_A2=qbs_new(0,0);
qbs *_FUNC_ELEUCASE_STRING_SP34=NULL;
if (!_FUNC_ELEUCASE_STRING_SP34)_FUNC_ELEUCASE_STRING_SP34=qbs_new(0,0);
int32 *_FUNC_ELEUCASE_LONG_I3=NULL;
if(_FUNC_ELEUCASE_LONG_I3==NULL){
_FUNC_ELEUCASE_LONG_I3=(int32*)mem_static_malloc(4);
*_FUNC_ELEUCASE_LONG_I3=0;
int32 *_FUNC_ISVALIDARGSET_LONG_CURRENTARG=NULL;
if(_FUNC_ISVALIDARGSET_LONG_CURRENTARG==NULL){
_FUNC_ISVALIDARGSET_LONG_CURRENTARG=(int32*)mem_static_malloc(4);
*_FUNC_ISVALIDARGSET_LONG_CURRENTARG=0;
}
byte_element_struct *byte_element_3687=NULL;
if (!byte_element_3687){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3687=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3687=(byte_element_struct*)mem_static_malloc(12);
int32 *_FUNC_ISVALIDARGSET_LONG_OPTIONLVL=NULL;
if(_FUNC_ISVALIDARGSET_LONG_OPTIONLVL==NULL){
_FUNC_ISVALIDARGSET_LONG_OPTIONLVL=(int32*)mem_static_malloc(4);
*_FUNC_ISVALIDARGSET_LONG_OPTIONLVL=0;
}
byte_element_struct *byte_element_3688=NULL;
if (!byte_element_3688){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3688=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3688=(byte_element_struct*)mem_static_malloc(12);
ptrszint *_FUNC_ISVALIDARGSET_ARRAY_LONG_WASPROVIDED=NULL;
if (!_FUNC_ISVALIDARGSET_ARRAY_LONG_WASPROVIDED){
_FUNC_ISVALIDARGSET_ARRAY_LONG_WASPROVIDED=(ptrszint*)mem_static_malloc(9*ptrsz);
new_mem_lock();
mem_lock_tmp->type=4;
((ptrszint*)_FUNC_ISVALIDARGSET_ARRAY_LONG_WASPROVIDED)[8]=(ptrszint)mem_lock_tmp;
_FUNC_ISVALIDARGSET_ARRAY_LONG_WASPROVIDED[2]=0;
_FUNC_ISVALIDARGSET_ARRAY_LONG_WASPROVIDED[4]=2147483647;
_FUNC_ISVALIDARGSET_ARRAY_LONG_WASPROVIDED[5]=0;
_FUNC_ISVALIDARGSET_ARRAY_LONG_WASPROVIDED[6]=0;
_FUNC_ISVALIDARGSET_ARRAY_LONG_WASPROVIDED[0]=(ptrszint)nothingvalue;
}
byte_element_struct *byte_element_3690=NULL;
if (!byte_element_3690){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3690=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3690=(byte_element_struct*)mem_static_malloc(12);
int32 *_FUNC_ISVALIDARGSET_LONG_ARGPROVIDED=NULL;
if(_FUNC_ISVALIDARGSET_LONG_ARGPROVIDED==NULL){
_FUNC_ISVALIDARGSET_LONG_ARGPROVIDED=(int32*)mem_static_malloc(4);
*_FUNC_ISVALIDARGSET_LONG_ARGPROVIDED=0;
}
byte_element_struct *byte_element_3691=NULL;
if (!byte_element_3691){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3691=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3691=(byte_element_struct*)mem_static_malloc(12);
int32 *_FUNC_ISVALIDARGSET_LONG_ARGNOTPROVIDED=NULL;
if(_FUNC_ISVALIDARGSET_LONG_ARGNOTPROVIDED==NULL){
_FUNC_ISVALIDARGSET_LONG_ARGNOTPROVIDED=(int32*)mem_static_malloc(4);
*_FUNC_ISVALIDARGSET_LONG_ARGNOTPROVIDED=0;
}
byte_element_struct *byte_element_3692=NULL;
if (!byte_element_3692){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3692=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3692=(byte_element_struct*)mem_static_malloc(12);
int32 *_FUNC_ISVALIDARGSET_LONG_ARGIGNORED=NULL;
if(_FUNC_ISVALIDARGSET_LONG_ARGIGNORED==NULL){
_FUNC_ISVALIDARGSET_LONG_ARGIGNORED=(int32*)mem_static_malloc(4);
*_FUNC_ISVALIDARGSET_LONG_ARGIGNORED=0;
}
int64 fornext_value3693;
int64 fornext_finalvalue3693;
int64 fornext_step3693;
uint8 fornext_step_negative3693;
byte_element_struct *byte_element_3694=NULL;
if (!byte_element_3694){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3694=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3694=(byte_element_struct*)mem_static_malloc(12);
}
static int32 sc_3695;

View file

@ -1,45 +1,51 @@
int32 *_FUNC_ELEMENTGETNUMERICVALUE_LONG_ELEMENTGETNUMERICVALUE=NULL;
if(_FUNC_ELEMENTGETNUMERICVALUE_LONG_ELEMENTGETNUMERICVALUE==NULL){
_FUNC_ELEMENTGETNUMERICVALUE_LONG_ELEMENTGETNUMERICVALUE=(int32*)mem_static_malloc(4);
*_FUNC_ELEMENTGETNUMERICVALUE_LONG_ELEMENTGETNUMERICVALUE=0;
}
qbs*oldstr3693=NULL;
if(_FUNC_ELEMENTGETNUMERICVALUE_STRING_ELE->tmp||_FUNC_ELEMENTGETNUMERICVALUE_STRING_ELE->fixed||_FUNC_ELEMENTGETNUMERICVALUE_STRING_ELE->readonly){
oldstr3693=_FUNC_ELEMENTGETNUMERICVALUE_STRING_ELE;
if (oldstr3693->cmem_descriptor){
_FUNC_ELEMENTGETNUMERICVALUE_STRING_ELE=qbs_new_cmem(oldstr3693->len,0);
qbs *_FUNC_ELEUCASE_STRING_ELEUCASE=NULL;
if (!_FUNC_ELEUCASE_STRING_ELEUCASE)_FUNC_ELEUCASE_STRING_ELEUCASE=qbs_new(0,0);
qbs*oldstr3696=NULL;
if(_FUNC_ELEUCASE_STRING_A->tmp||_FUNC_ELEUCASE_STRING_A->fixed||_FUNC_ELEUCASE_STRING_A->readonly){
oldstr3696=_FUNC_ELEUCASE_STRING_A;
if (oldstr3696->cmem_descriptor){
_FUNC_ELEUCASE_STRING_A=qbs_new_cmem(oldstr3696->len,0);
}else{
_FUNC_ELEMENTGETNUMERICVALUE_STRING_ELE=qbs_new(oldstr3693->len,0);
_FUNC_ELEUCASE_STRING_A=qbs_new(oldstr3696->len,0);
}
memcpy(_FUNC_ELEMENTGETNUMERICVALUE_STRING_ELE->chr,oldstr3693->chr,oldstr3693->len);
memcpy(_FUNC_ELEUCASE_STRING_A->chr,oldstr3696->chr,oldstr3696->len);
}
qbs *_FUNC_ELEMENTGETNUMERICVALUE_STRING_NUM=NULL;
if (!_FUNC_ELEMENTGETNUMERICVALUE_STRING_NUM)_FUNC_ELEMENTGETNUMERICVALUE_STRING_NUM=qbs_new(0,0);
int32 *_FUNC_ELEMENTGETNUMERICVALUE_LONG_TYP=NULL;
if(_FUNC_ELEMENTGETNUMERICVALUE_LONG_TYP==NULL){
_FUNC_ELEMENTGETNUMERICVALUE_LONG_TYP=(int32*)mem_static_malloc(4);
*_FUNC_ELEMENTGETNUMERICVALUE_LONG_TYP=0;
int32 *_FUNC_ELEUCASE_LONG_I=NULL;
if(_FUNC_ELEUCASE_LONG_I==NULL){
_FUNC_ELEUCASE_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_ELEUCASE_LONG_I=0;
}
qbs *_FUNC_ELEMENTGETNUMERICVALUE_STRING_E=NULL;
if (!_FUNC_ELEMENTGETNUMERICVALUE_STRING_E)_FUNC_ELEMENTGETNUMERICVALUE_STRING_E=qbs_new(0,0);
int32 *_FUNC_ELEMENTGETNUMERICVALUE_LONG_X=NULL;
if(_FUNC_ELEMENTGETNUMERICVALUE_LONG_X==NULL){
_FUNC_ELEMENTGETNUMERICVALUE_LONG_X=(int32*)mem_static_malloc(4);
*_FUNC_ELEMENTGETNUMERICVALUE_LONG_X=0;
int32 *_FUNC_ELEUCASE_LONG_I2=NULL;
if(_FUNC_ELEUCASE_LONG_I2==NULL){
_FUNC_ELEUCASE_LONG_I2=(int32*)mem_static_malloc(4);
*_FUNC_ELEUCASE_LONG_I2=0;
}
byte_element_struct *byte_element_3694=NULL;
if (!byte_element_3694){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3694=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3694=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_3695=NULL;
if (!byte_element_3695){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3695=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3695=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_3696=NULL;
if (!byte_element_3696){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3696=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3696=(byte_element_struct*)mem_static_malloc(12);
qbs *_FUNC_ELEUCASE_STRING_A2=NULL;
if (!_FUNC_ELEUCASE_STRING_A2)_FUNC_ELEUCASE_STRING_A2=qbs_new(0,0);
qbs *_FUNC_ELEUCASE_STRING_SP34=NULL;
if (!_FUNC_ELEUCASE_STRING_SP34)_FUNC_ELEUCASE_STRING_SP34=qbs_new(0,0);
int32 *_FUNC_ELEUCASE_LONG_I3=NULL;
if(_FUNC_ELEUCASE_LONG_I3==NULL){
_FUNC_ELEUCASE_LONG_I3=(int32*)mem_static_malloc(4);
*_FUNC_ELEUCASE_LONG_I3=0;
}
byte_element_struct *byte_element_3697=NULL;
if (!byte_element_3697){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3697=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3697=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_3698=NULL;
if (!byte_element_3698){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3698=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3698=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_3700=NULL;
if (!byte_element_3700){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3700=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3700=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_3701=NULL;
if (!byte_element_3701){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3701=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3701=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_3702=NULL;
if (!byte_element_3702){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3702=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3702=(byte_element_struct*)mem_static_malloc(12);
}

View file

@ -1,26 +1,45 @@
int32 *_FUNC_ELEMENTISNUMBER_LONG_ELEMENTISNUMBER=NULL;
if(_FUNC_ELEMENTISNUMBER_LONG_ELEMENTISNUMBER==NULL){
_FUNC_ELEMENTISNUMBER_LONG_ELEMENTISNUMBER=(int32*)mem_static_malloc(4);
*_FUNC_ELEMENTISNUMBER_LONG_ELEMENTISNUMBER=0;
int32 *_FUNC_ELEMENTGETNUMERICVALUE_LONG_ELEMENTGETNUMERICVALUE=NULL;
if(_FUNC_ELEMENTGETNUMERICVALUE_LONG_ELEMENTGETNUMERICVALUE==NULL){
_FUNC_ELEMENTGETNUMERICVALUE_LONG_ELEMENTGETNUMERICVALUE=(int32*)mem_static_malloc(4);
*_FUNC_ELEMENTGETNUMERICVALUE_LONG_ELEMENTGETNUMERICVALUE=0;
}
qbs*oldstr3698=NULL;
if(_FUNC_ELEMENTISNUMBER_STRING_OELE->tmp||_FUNC_ELEMENTISNUMBER_STRING_OELE->fixed||_FUNC_ELEMENTISNUMBER_STRING_OELE->readonly){
oldstr3698=_FUNC_ELEMENTISNUMBER_STRING_OELE;
if (oldstr3698->cmem_descriptor){
_FUNC_ELEMENTISNUMBER_STRING_OELE=qbs_new_cmem(oldstr3698->len,0);
qbs*oldstr3703=NULL;
if(_FUNC_ELEMENTGETNUMERICVALUE_STRING_ELE->tmp||_FUNC_ELEMENTGETNUMERICVALUE_STRING_ELE->fixed||_FUNC_ELEMENTGETNUMERICVALUE_STRING_ELE->readonly){
oldstr3703=_FUNC_ELEMENTGETNUMERICVALUE_STRING_ELE;
if (oldstr3703->cmem_descriptor){
_FUNC_ELEMENTGETNUMERICVALUE_STRING_ELE=qbs_new_cmem(oldstr3703->len,0);
}else{
_FUNC_ELEMENTISNUMBER_STRING_OELE=qbs_new(oldstr3698->len,0);
_FUNC_ELEMENTGETNUMERICVALUE_STRING_ELE=qbs_new(oldstr3703->len,0);
}
memcpy(_FUNC_ELEMENTISNUMBER_STRING_OELE->chr,oldstr3698->chr,oldstr3698->len);
memcpy(_FUNC_ELEMENTGETNUMERICVALUE_STRING_ELE->chr,oldstr3703->chr,oldstr3703->len);
}
qbs *_FUNC_ELEMENTISNUMBER_STRING_ELE=NULL;
if (!_FUNC_ELEMENTISNUMBER_STRING_ELE)_FUNC_ELEMENTISNUMBER_STRING_ELE=qbs_new(0,0);
int32 *_FUNC_ELEMENTISNUMBER_LONG_RES=NULL;
if(_FUNC_ELEMENTISNUMBER_LONG_RES==NULL){
_FUNC_ELEMENTISNUMBER_LONG_RES=(int32*)mem_static_malloc(4);
*_FUNC_ELEMENTISNUMBER_LONG_RES=0;
qbs *_FUNC_ELEMENTGETNUMERICVALUE_STRING_NUM=NULL;
if (!_FUNC_ELEMENTGETNUMERICVALUE_STRING_NUM)_FUNC_ELEMENTGETNUMERICVALUE_STRING_NUM=qbs_new(0,0);
int32 *_FUNC_ELEMENTGETNUMERICVALUE_LONG_TYP=NULL;
if(_FUNC_ELEMENTGETNUMERICVALUE_LONG_TYP==NULL){
_FUNC_ELEMENTGETNUMERICVALUE_LONG_TYP=(int32*)mem_static_malloc(4);
*_FUNC_ELEMENTGETNUMERICVALUE_LONG_TYP=0;
}
byte_element_struct *byte_element_3699=NULL;
if (!byte_element_3699){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3699=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3699=(byte_element_struct*)mem_static_malloc(12);
qbs *_FUNC_ELEMENTGETNUMERICVALUE_STRING_E=NULL;
if (!_FUNC_ELEMENTGETNUMERICVALUE_STRING_E)_FUNC_ELEMENTGETNUMERICVALUE_STRING_E=qbs_new(0,0);
int32 *_FUNC_ELEMENTGETNUMERICVALUE_LONG_X=NULL;
if(_FUNC_ELEMENTGETNUMERICVALUE_LONG_X==NULL){
_FUNC_ELEMENTGETNUMERICVALUE_LONG_X=(int32*)mem_static_malloc(4);
*_FUNC_ELEMENTGETNUMERICVALUE_LONG_X=0;
}
byte_element_struct *byte_element_3704=NULL;
if (!byte_element_3704){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3704=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3704=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_3705=NULL;
if (!byte_element_3705){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3705=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3705=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_3706=NULL;
if (!byte_element_3706){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3706=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3706=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_3707=NULL;
if (!byte_element_3707){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3707=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3707=(byte_element_struct*)mem_static_malloc(12);
}

View file

@ -1,15 +1,26 @@
int32 *_FUNC_ELEMENTISSTRING_LONG_ELEMENTISSTRING=NULL;
if(_FUNC_ELEMENTISSTRING_LONG_ELEMENTISSTRING==NULL){
_FUNC_ELEMENTISSTRING_LONG_ELEMENTISSTRING=(int32*)mem_static_malloc(4);
*_FUNC_ELEMENTISSTRING_LONG_ELEMENTISSTRING=0;
int32 *_FUNC_ELEMENTISNUMBER_LONG_ELEMENTISNUMBER=NULL;
if(_FUNC_ELEMENTISNUMBER_LONG_ELEMENTISNUMBER==NULL){
_FUNC_ELEMENTISNUMBER_LONG_ELEMENTISNUMBER=(int32*)mem_static_malloc(4);
*_FUNC_ELEMENTISNUMBER_LONG_ELEMENTISNUMBER=0;
}
qbs*oldstr3700=NULL;
if(_FUNC_ELEMENTISSTRING_STRING_ELE->tmp||_FUNC_ELEMENTISSTRING_STRING_ELE->fixed||_FUNC_ELEMENTISSTRING_STRING_ELE->readonly){
oldstr3700=_FUNC_ELEMENTISSTRING_STRING_ELE;
if (oldstr3700->cmem_descriptor){
_FUNC_ELEMENTISSTRING_STRING_ELE=qbs_new_cmem(oldstr3700->len,0);
qbs*oldstr3708=NULL;
if(_FUNC_ELEMENTISNUMBER_STRING_OELE->tmp||_FUNC_ELEMENTISNUMBER_STRING_OELE->fixed||_FUNC_ELEMENTISNUMBER_STRING_OELE->readonly){
oldstr3708=_FUNC_ELEMENTISNUMBER_STRING_OELE;
if (oldstr3708->cmem_descriptor){
_FUNC_ELEMENTISNUMBER_STRING_OELE=qbs_new_cmem(oldstr3708->len,0);
}else{
_FUNC_ELEMENTISSTRING_STRING_ELE=qbs_new(oldstr3700->len,0);
_FUNC_ELEMENTISNUMBER_STRING_OELE=qbs_new(oldstr3708->len,0);
}
memcpy(_FUNC_ELEMENTISSTRING_STRING_ELE->chr,oldstr3700->chr,oldstr3700->len);
memcpy(_FUNC_ELEMENTISNUMBER_STRING_OELE->chr,oldstr3708->chr,oldstr3708->len);
}
qbs *_FUNC_ELEMENTISNUMBER_STRING_ELE=NULL;
if (!_FUNC_ELEMENTISNUMBER_STRING_ELE)_FUNC_ELEMENTISNUMBER_STRING_ELE=qbs_new(0,0);
int32 *_FUNC_ELEMENTISNUMBER_LONG_RES=NULL;
if(_FUNC_ELEMENTISNUMBER_LONG_RES==NULL){
_FUNC_ELEMENTISNUMBER_LONG_RES=(int32*)mem_static_malloc(4);
*_FUNC_ELEMENTISNUMBER_LONG_RES=0;
}
byte_element_struct *byte_element_3709=NULL;
if (!byte_element_3709){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3709=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3709=(byte_element_struct*)mem_static_malloc(12);
}

View file

@ -1,34 +1,15 @@
int32 *_FUNC_ELEMENTGETSTRINGVALUE_LONG_ELEMENTGETSTRINGVALUE=NULL;
if(_FUNC_ELEMENTGETSTRINGVALUE_LONG_ELEMENTGETSTRINGVALUE==NULL){
_FUNC_ELEMENTGETSTRINGVALUE_LONG_ELEMENTGETSTRINGVALUE=(int32*)mem_static_malloc(4);
*_FUNC_ELEMENTGETSTRINGVALUE_LONG_ELEMENTGETSTRINGVALUE=0;
int32 *_FUNC_ELEMENTISSTRING_LONG_ELEMENTISSTRING=NULL;
if(_FUNC_ELEMENTISSTRING_LONG_ELEMENTISSTRING==NULL){
_FUNC_ELEMENTISSTRING_LONG_ELEMENTISSTRING=(int32*)mem_static_malloc(4);
*_FUNC_ELEMENTISSTRING_LONG_ELEMENTISSTRING=0;
}
qbs*oldstr3701=NULL;
if(_FUNC_ELEMENTGETSTRINGVALUE_STRING_ELE->tmp||_FUNC_ELEMENTGETSTRINGVALUE_STRING_ELE->fixed||_FUNC_ELEMENTGETSTRINGVALUE_STRING_ELE->readonly){
oldstr3701=_FUNC_ELEMENTGETSTRINGVALUE_STRING_ELE;
if (oldstr3701->cmem_descriptor){
_FUNC_ELEMENTGETSTRINGVALUE_STRING_ELE=qbs_new_cmem(oldstr3701->len,0);
qbs*oldstr3710=NULL;
if(_FUNC_ELEMENTISSTRING_STRING_ELE->tmp||_FUNC_ELEMENTISSTRING_STRING_ELE->fixed||_FUNC_ELEMENTISSTRING_STRING_ELE->readonly){
oldstr3710=_FUNC_ELEMENTISSTRING_STRING_ELE;
if (oldstr3710->cmem_descriptor){
_FUNC_ELEMENTISSTRING_STRING_ELE=qbs_new_cmem(oldstr3710->len,0);
}else{
_FUNC_ELEMENTGETSTRINGVALUE_STRING_ELE=qbs_new(oldstr3701->len,0);
_FUNC_ELEMENTISSTRING_STRING_ELE=qbs_new(oldstr3710->len,0);
}
memcpy(_FUNC_ELEMENTGETSTRINGVALUE_STRING_ELE->chr,oldstr3701->chr,oldstr3701->len);
}
qbs*oldstr3702=NULL;
if(_FUNC_ELEMENTGETSTRINGVALUE_STRING_VALUE->tmp||_FUNC_ELEMENTGETSTRINGVALUE_STRING_VALUE->fixed||_FUNC_ELEMENTGETSTRINGVALUE_STRING_VALUE->readonly){
oldstr3702=_FUNC_ELEMENTGETSTRINGVALUE_STRING_VALUE;
if (oldstr3702->cmem_descriptor){
_FUNC_ELEMENTGETSTRINGVALUE_STRING_VALUE=qbs_new_cmem(oldstr3702->len,0);
}else{
_FUNC_ELEMENTGETSTRINGVALUE_STRING_VALUE=qbs_new(oldstr3702->len,0);
}
memcpy(_FUNC_ELEMENTGETSTRINGVALUE_STRING_VALUE->chr,oldstr3702->chr,oldstr3702->len);
}
qbs *_FUNC_ELEMENTGETSTRINGVALUE_STRING_RAWSTRING=NULL;
if (!_FUNC_ELEMENTGETSTRINGVALUE_STRING_RAWSTRING)_FUNC_ELEMENTGETSTRINGVALUE_STRING_RAWSTRING=qbs_new(0,0);
qbs *_FUNC_ELEMENTGETSTRINGVALUE_STRING_RES=NULL;
if (!_FUNC_ELEMENTGETSTRINGVALUE_STRING_RES)_FUNC_ELEMENTGETSTRINGVALUE_STRING_RES=qbs_new(0,0);
int32 *_FUNC_ELEMENTGETSTRINGVALUE_LONG_I=NULL;
if(_FUNC_ELEMENTGETSTRINGVALUE_LONG_I==NULL){
_FUNC_ELEMENTGETSTRINGVALUE_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_ELEMENTGETSTRINGVALUE_LONG_I=0;
memcpy(_FUNC_ELEMENTISSTRING_STRING_ELE->chr,oldstr3710->chr,oldstr3710->len);
}

View file

@ -1,51 +1,34 @@
qbs *_FUNC_CREATEELEMENTSTRING_STRING_CREATEELEMENTSTRING=NULL;
if (!_FUNC_CREATEELEMENTSTRING_STRING_CREATEELEMENTSTRING)_FUNC_CREATEELEMENTSTRING_STRING_CREATEELEMENTSTRING=qbs_new(0,0);
qbs*oldstr3704=NULL;
if(_FUNC_CREATEELEMENTSTRING_STRING_S->tmp||_FUNC_CREATEELEMENTSTRING_STRING_S->fixed||_FUNC_CREATEELEMENTSTRING_STRING_S->readonly){
oldstr3704=_FUNC_CREATEELEMENTSTRING_STRING_S;
if (oldstr3704->cmem_descriptor){
_FUNC_CREATEELEMENTSTRING_STRING_S=qbs_new_cmem(oldstr3704->len,0);
int32 *_FUNC_ELEMENTGETSTRINGVALUE_LONG_ELEMENTGETSTRINGVALUE=NULL;
if(_FUNC_ELEMENTGETSTRINGVALUE_LONG_ELEMENTGETSTRINGVALUE==NULL){
_FUNC_ELEMENTGETSTRINGVALUE_LONG_ELEMENTGETSTRINGVALUE=(int32*)mem_static_malloc(4);
*_FUNC_ELEMENTGETSTRINGVALUE_LONG_ELEMENTGETSTRINGVALUE=0;
}
qbs*oldstr3711=NULL;
if(_FUNC_ELEMENTGETSTRINGVALUE_STRING_ELE->tmp||_FUNC_ELEMENTGETSTRINGVALUE_STRING_ELE->fixed||_FUNC_ELEMENTGETSTRINGVALUE_STRING_ELE->readonly){
oldstr3711=_FUNC_ELEMENTGETSTRINGVALUE_STRING_ELE;
if (oldstr3711->cmem_descriptor){
_FUNC_ELEMENTGETSTRINGVALUE_STRING_ELE=qbs_new_cmem(oldstr3711->len,0);
}else{
_FUNC_CREATEELEMENTSTRING_STRING_S=qbs_new(oldstr3704->len,0);
_FUNC_ELEMENTGETSTRINGVALUE_STRING_ELE=qbs_new(oldstr3711->len,0);
}
memcpy(_FUNC_CREATEELEMENTSTRING_STRING_S->chr,oldstr3704->chr,oldstr3704->len);
memcpy(_FUNC_ELEMENTGETSTRINGVALUE_STRING_ELE->chr,oldstr3711->chr,oldstr3711->len);
}
qbs *_FUNC_CREATEELEMENTSTRING_STRING_ELE=NULL;
if (!_FUNC_CREATEELEMENTSTRING_STRING_ELE)_FUNC_CREATEELEMENTSTRING_STRING_ELE=qbs_new(0,0);
qbs *_FUNC_CREATEELEMENTSTRING_STRING_O=NULL;
if (!_FUNC_CREATEELEMENTSTRING_STRING_O)_FUNC_CREATEELEMENTSTRING_STRING_O=qbs_new(0,0);
int32 *_FUNC_CREATEELEMENTSTRING_LONG_P1=NULL;
if(_FUNC_CREATEELEMENTSTRING_LONG_P1==NULL){
_FUNC_CREATEELEMENTSTRING_LONG_P1=(int32*)mem_static_malloc(4);
*_FUNC_CREATEELEMENTSTRING_LONG_P1=0;
qbs*oldstr3712=NULL;
if(_FUNC_ELEMENTGETSTRINGVALUE_STRING_VALUE->tmp||_FUNC_ELEMENTGETSTRINGVALUE_STRING_VALUE->fixed||_FUNC_ELEMENTGETSTRINGVALUE_STRING_VALUE->readonly){
oldstr3712=_FUNC_ELEMENTGETSTRINGVALUE_STRING_VALUE;
if (oldstr3712->cmem_descriptor){
_FUNC_ELEMENTGETSTRINGVALUE_STRING_VALUE=qbs_new_cmem(oldstr3712->len,0);
}else{
_FUNC_ELEMENTGETSTRINGVALUE_STRING_VALUE=qbs_new(oldstr3712->len,0);
}
int32 *_FUNC_CREATEELEMENTSTRING_LONG_C2=NULL;
if(_FUNC_CREATEELEMENTSTRING_LONG_C2==NULL){
_FUNC_CREATEELEMENTSTRING_LONG_C2=(int32*)mem_static_malloc(4);
*_FUNC_CREATEELEMENTSTRING_LONG_C2=0;
memcpy(_FUNC_ELEMENTGETSTRINGVALUE_STRING_VALUE->chr,oldstr3712->chr,oldstr3712->len);
}
int32 *_FUNC_CREATEELEMENTSTRING_LONG_I=NULL;
if(_FUNC_CREATEELEMENTSTRING_LONG_I==NULL){
_FUNC_CREATEELEMENTSTRING_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_CREATEELEMENTSTRING_LONG_I=0;
}
int64 fornext_value3706;
int64 fornext_finalvalue3706;
int64 fornext_step3706;
uint8 fornext_step_negative3706;
byte_element_struct *byte_element_3707=NULL;
if (!byte_element_3707){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3707=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3707=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_3708=NULL;
if (!byte_element_3708){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3708=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3708=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_3709=NULL;
if (!byte_element_3709){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3709=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3709=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_3710=NULL;
if (!byte_element_3710){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3710=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3710=(byte_element_struct*)mem_static_malloc(12);
qbs *_FUNC_ELEMENTGETSTRINGVALUE_STRING_RAWSTRING=NULL;
if (!_FUNC_ELEMENTGETSTRINGVALUE_STRING_RAWSTRING)_FUNC_ELEMENTGETSTRINGVALUE_STRING_RAWSTRING=qbs_new(0,0);
qbs *_FUNC_ELEMENTGETSTRINGVALUE_STRING_RES=NULL;
if (!_FUNC_ELEMENTGETSTRINGVALUE_STRING_RES)_FUNC_ELEMENTGETSTRINGVALUE_STRING_RES=qbs_new(0,0);
int32 *_FUNC_ELEMENTGETSTRINGVALUE_LONG_I=NULL;
if(_FUNC_ELEMENTGETSTRINGVALUE_LONG_I==NULL){
_FUNC_ELEMENTGETSTRINGVALUE_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_ELEMENTGETSTRINGVALUE_LONG_I=0;
}

View file

@ -1,52 +1,51 @@
qbs *_FUNC_ELEMENTSTRINGCONCAT_STRING_ELEMENTSTRINGCONCAT=NULL;
if (!_FUNC_ELEMENTSTRINGCONCAT_STRING_ELEMENTSTRINGCONCAT)_FUNC_ELEMENTSTRINGCONCAT_STRING_ELEMENTSTRINGCONCAT=qbs_new(0,0);
qbs*oldstr3711=NULL;
if(_FUNC_ELEMENTSTRINGCONCAT_STRING_OS1->tmp||_FUNC_ELEMENTSTRINGCONCAT_STRING_OS1->fixed||_FUNC_ELEMENTSTRINGCONCAT_STRING_OS1->readonly){
oldstr3711=_FUNC_ELEMENTSTRINGCONCAT_STRING_OS1;
if (oldstr3711->cmem_descriptor){
_FUNC_ELEMENTSTRINGCONCAT_STRING_OS1=qbs_new_cmem(oldstr3711->len,0);
qbs *_FUNC_CREATEELEMENTSTRING_STRING_CREATEELEMENTSTRING=NULL;
if (!_FUNC_CREATEELEMENTSTRING_STRING_CREATEELEMENTSTRING)_FUNC_CREATEELEMENTSTRING_STRING_CREATEELEMENTSTRING=qbs_new(0,0);
qbs*oldstr3714=NULL;
if(_FUNC_CREATEELEMENTSTRING_STRING_S->tmp||_FUNC_CREATEELEMENTSTRING_STRING_S->fixed||_FUNC_CREATEELEMENTSTRING_STRING_S->readonly){
oldstr3714=_FUNC_CREATEELEMENTSTRING_STRING_S;
if (oldstr3714->cmem_descriptor){
_FUNC_CREATEELEMENTSTRING_STRING_S=qbs_new_cmem(oldstr3714->len,0);
}else{
_FUNC_ELEMENTSTRINGCONCAT_STRING_OS1=qbs_new(oldstr3711->len,0);
_FUNC_CREATEELEMENTSTRING_STRING_S=qbs_new(oldstr3714->len,0);
}
memcpy(_FUNC_ELEMENTSTRINGCONCAT_STRING_OS1->chr,oldstr3711->chr,oldstr3711->len);
memcpy(_FUNC_CREATEELEMENTSTRING_STRING_S->chr,oldstr3714->chr,oldstr3714->len);
}
qbs*oldstr3712=NULL;
if(_FUNC_ELEMENTSTRINGCONCAT_STRING_OS2->tmp||_FUNC_ELEMENTSTRINGCONCAT_STRING_OS2->fixed||_FUNC_ELEMENTSTRINGCONCAT_STRING_OS2->readonly){
oldstr3712=_FUNC_ELEMENTSTRINGCONCAT_STRING_OS2;
if (oldstr3712->cmem_descriptor){
_FUNC_ELEMENTSTRINGCONCAT_STRING_OS2=qbs_new_cmem(oldstr3712->len,0);
}else{
_FUNC_ELEMENTSTRINGCONCAT_STRING_OS2=qbs_new(oldstr3712->len,0);
qbs *_FUNC_CREATEELEMENTSTRING_STRING_ELE=NULL;
if (!_FUNC_CREATEELEMENTSTRING_STRING_ELE)_FUNC_CREATEELEMENTSTRING_STRING_ELE=qbs_new(0,0);
qbs *_FUNC_CREATEELEMENTSTRING_STRING_O=NULL;
if (!_FUNC_CREATEELEMENTSTRING_STRING_O)_FUNC_CREATEELEMENTSTRING_STRING_O=qbs_new(0,0);
int32 *_FUNC_CREATEELEMENTSTRING_LONG_P1=NULL;
if(_FUNC_CREATEELEMENTSTRING_LONG_P1==NULL){
_FUNC_CREATEELEMENTSTRING_LONG_P1=(int32*)mem_static_malloc(4);
*_FUNC_CREATEELEMENTSTRING_LONG_P1=0;
}
memcpy(_FUNC_ELEMENTSTRINGCONCAT_STRING_OS2->chr,oldstr3712->chr,oldstr3712->len);
int32 *_FUNC_CREATEELEMENTSTRING_LONG_C2=NULL;
if(_FUNC_CREATEELEMENTSTRING_LONG_C2==NULL){
_FUNC_CREATEELEMENTSTRING_LONG_C2=(int32*)mem_static_malloc(4);
*_FUNC_CREATEELEMENTSTRING_LONG_C2=0;
}
qbs *_FUNC_ELEMENTSTRINGCONCAT_STRING_S1=NULL;
if (!_FUNC_ELEMENTSTRINGCONCAT_STRING_S1)_FUNC_ELEMENTSTRINGCONCAT_STRING_S1=qbs_new(0,0);
qbs *_FUNC_ELEMENTSTRINGCONCAT_STRING_S2=NULL;
if (!_FUNC_ELEMENTSTRINGCONCAT_STRING_S2)_FUNC_ELEMENTSTRINGCONCAT_STRING_S2=qbs_new(0,0);
int32 *_FUNC_ELEMENTSTRINGCONCAT_LONG_S1SIZE=NULL;
if(_FUNC_ELEMENTSTRINGCONCAT_LONG_S1SIZE==NULL){
_FUNC_ELEMENTSTRINGCONCAT_LONG_S1SIZE=(int32*)mem_static_malloc(4);
*_FUNC_ELEMENTSTRINGCONCAT_LONG_S1SIZE=0;
int32 *_FUNC_CREATEELEMENTSTRING_LONG_I=NULL;
if(_FUNC_CREATEELEMENTSTRING_LONG_I==NULL){
_FUNC_CREATEELEMENTSTRING_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_CREATEELEMENTSTRING_LONG_I=0;
}
int32 *_FUNC_ELEMENTSTRINGCONCAT_LONG_S2SIZE=NULL;
if(_FUNC_ELEMENTSTRINGCONCAT_LONG_S2SIZE==NULL){
_FUNC_ELEMENTSTRINGCONCAT_LONG_S2SIZE=(int32*)mem_static_malloc(4);
*_FUNC_ELEMENTSTRINGCONCAT_LONG_S2SIZE=0;
int64 fornext_value3716;
int64 fornext_finalvalue3716;
int64 fornext_step3716;
uint8 fornext_step_negative3716;
byte_element_struct *byte_element_3717=NULL;
if (!byte_element_3717){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3717=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3717=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_3713=NULL;
if (!byte_element_3713){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3713=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3713=(byte_element_struct*)mem_static_malloc(12);
byte_element_struct *byte_element_3718=NULL;
if (!byte_element_3718){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3718=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3718=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_3714=NULL;
if (!byte_element_3714){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3714=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3714=(byte_element_struct*)mem_static_malloc(12);
byte_element_struct *byte_element_3719=NULL;
if (!byte_element_3719){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3719=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3719=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_3715=NULL;
if (!byte_element_3715){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3715=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3715=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_3716=NULL;
if (!byte_element_3716){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3716=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3716=(byte_element_struct*)mem_static_malloc(12);
byte_element_struct *byte_element_3720=NULL;
if (!byte_element_3720){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3720=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3720=(byte_element_struct*)mem_static_malloc(12);
}

View file

@ -1,34 +1,52 @@
qbs *_FUNC_GL2QB_TYPE_CONVERT_STRING_GL2QB_TYPE_CONVERT=NULL;
if (!_FUNC_GL2QB_TYPE_CONVERT_STRING_GL2QB_TYPE_CONVERT)_FUNC_GL2QB_TYPE_CONVERT_STRING_GL2QB_TYPE_CONVERT=qbs_new(0,0);
qbs*oldstr3717=NULL;
if(_FUNC_GL2QB_TYPE_CONVERT_STRING_A->tmp||_FUNC_GL2QB_TYPE_CONVERT_STRING_A->fixed||_FUNC_GL2QB_TYPE_CONVERT_STRING_A->readonly){
oldstr3717=_FUNC_GL2QB_TYPE_CONVERT_STRING_A;
if (oldstr3717->cmem_descriptor){
_FUNC_GL2QB_TYPE_CONVERT_STRING_A=qbs_new_cmem(oldstr3717->len,0);
qbs *_FUNC_ELEMENTSTRINGCONCAT_STRING_ELEMENTSTRINGCONCAT=NULL;
if (!_FUNC_ELEMENTSTRINGCONCAT_STRING_ELEMENTSTRINGCONCAT)_FUNC_ELEMENTSTRINGCONCAT_STRING_ELEMENTSTRINGCONCAT=qbs_new(0,0);
qbs*oldstr3721=NULL;
if(_FUNC_ELEMENTSTRINGCONCAT_STRING_OS1->tmp||_FUNC_ELEMENTSTRINGCONCAT_STRING_OS1->fixed||_FUNC_ELEMENTSTRINGCONCAT_STRING_OS1->readonly){
oldstr3721=_FUNC_ELEMENTSTRINGCONCAT_STRING_OS1;
if (oldstr3721->cmem_descriptor){
_FUNC_ELEMENTSTRINGCONCAT_STRING_OS1=qbs_new_cmem(oldstr3721->len,0);
}else{
_FUNC_GL2QB_TYPE_CONVERT_STRING_A=qbs_new(oldstr3717->len,0);
_FUNC_ELEMENTSTRINGCONCAT_STRING_OS1=qbs_new(oldstr3721->len,0);
}
memcpy(_FUNC_GL2QB_TYPE_CONVERT_STRING_A->chr,oldstr3717->chr,oldstr3717->len);
memcpy(_FUNC_ELEMENTSTRINGCONCAT_STRING_OS1->chr,oldstr3721->chr,oldstr3721->len);
}
qbs*oldstr3718=NULL;
if(_FUNC_GL2QB_TYPE_CONVERT_STRING_SYMBOL->tmp||_FUNC_GL2QB_TYPE_CONVERT_STRING_SYMBOL->fixed||_FUNC_GL2QB_TYPE_CONVERT_STRING_SYMBOL->readonly){
oldstr3718=_FUNC_GL2QB_TYPE_CONVERT_STRING_SYMBOL;
if (oldstr3718->cmem_descriptor){
_FUNC_GL2QB_TYPE_CONVERT_STRING_SYMBOL=qbs_new_cmem(oldstr3718->len,0);
qbs*oldstr3722=NULL;
if(_FUNC_ELEMENTSTRINGCONCAT_STRING_OS2->tmp||_FUNC_ELEMENTSTRINGCONCAT_STRING_OS2->fixed||_FUNC_ELEMENTSTRINGCONCAT_STRING_OS2->readonly){
oldstr3722=_FUNC_ELEMENTSTRINGCONCAT_STRING_OS2;
if (oldstr3722->cmem_descriptor){
_FUNC_ELEMENTSTRINGCONCAT_STRING_OS2=qbs_new_cmem(oldstr3722->len,0);
}else{
_FUNC_GL2QB_TYPE_CONVERT_STRING_SYMBOL=qbs_new(oldstr3718->len,0);
_FUNC_ELEMENTSTRINGCONCAT_STRING_OS2=qbs_new(oldstr3722->len,0);
}
memcpy(_FUNC_GL2QB_TYPE_CONVERT_STRING_SYMBOL->chr,oldstr3718->chr,oldstr3718->len);
memcpy(_FUNC_ELEMENTSTRINGCONCAT_STRING_OS2->chr,oldstr3722->chr,oldstr3722->len);
}
qbs*oldstr3719=NULL;
if(_FUNC_GL2QB_TYPE_CONVERT_STRING_CTYP->tmp||_FUNC_GL2QB_TYPE_CONVERT_STRING_CTYP->fixed||_FUNC_GL2QB_TYPE_CONVERT_STRING_CTYP->readonly){
oldstr3719=_FUNC_GL2QB_TYPE_CONVERT_STRING_CTYP;
if (oldstr3719->cmem_descriptor){
_FUNC_GL2QB_TYPE_CONVERT_STRING_CTYP=qbs_new_cmem(oldstr3719->len,0);
}else{
_FUNC_GL2QB_TYPE_CONVERT_STRING_CTYP=qbs_new(oldstr3719->len,0);
qbs *_FUNC_ELEMENTSTRINGCONCAT_STRING_S1=NULL;
if (!_FUNC_ELEMENTSTRINGCONCAT_STRING_S1)_FUNC_ELEMENTSTRINGCONCAT_STRING_S1=qbs_new(0,0);
qbs *_FUNC_ELEMENTSTRINGCONCAT_STRING_S2=NULL;
if (!_FUNC_ELEMENTSTRINGCONCAT_STRING_S2)_FUNC_ELEMENTSTRINGCONCAT_STRING_S2=qbs_new(0,0);
int32 *_FUNC_ELEMENTSTRINGCONCAT_LONG_S1SIZE=NULL;
if(_FUNC_ELEMENTSTRINGCONCAT_LONG_S1SIZE==NULL){
_FUNC_ELEMENTSTRINGCONCAT_LONG_S1SIZE=(int32*)mem_static_malloc(4);
*_FUNC_ELEMENTSTRINGCONCAT_LONG_S1SIZE=0;
}
memcpy(_FUNC_GL2QB_TYPE_CONVERT_STRING_CTYP->chr,oldstr3719->chr,oldstr3719->len);
int32 *_FUNC_ELEMENTSTRINGCONCAT_LONG_S2SIZE=NULL;
if(_FUNC_ELEMENTSTRINGCONCAT_LONG_S2SIZE==NULL){
_FUNC_ELEMENTSTRINGCONCAT_LONG_S2SIZE=(int32*)mem_static_malloc(4);
*_FUNC_ELEMENTSTRINGCONCAT_LONG_S2SIZE=0;
}
byte_element_struct *byte_element_3723=NULL;
if (!byte_element_3723){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3723=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3723=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_3724=NULL;
if (!byte_element_3724){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3724=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3724=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_3725=NULL;
if (!byte_element_3725){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3725=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3725=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_3726=NULL;
if (!byte_element_3726){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3726=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3726=(byte_element_struct*)mem_static_malloc(12);
}
qbs *_FUNC_GL2QB_TYPE_CONVERT_STRING_B=NULL;
if (!_FUNC_GL2QB_TYPE_CONVERT_STRING_B)_FUNC_GL2QB_TYPE_CONVERT_STRING_B=qbs_new(0,0);

View file

@ -1,44 +1,34 @@
qbs *_FUNC_READCHUNK_STRING_READCHUNK=NULL;
if (!_FUNC_READCHUNK_STRING_READCHUNK)_FUNC_READCHUNK_STRING_READCHUNK=qbs_new(0,0);
qbs*oldstr3721=NULL;
if(_FUNC_READCHUNK_STRING_A->tmp||_FUNC_READCHUNK_STRING_A->fixed||_FUNC_READCHUNK_STRING_A->readonly){
oldstr3721=_FUNC_READCHUNK_STRING_A;
if (oldstr3721->cmem_descriptor){
_FUNC_READCHUNK_STRING_A=qbs_new_cmem(oldstr3721->len,0);
qbs *_FUNC_GL2QB_TYPE_CONVERT_STRING_GL2QB_TYPE_CONVERT=NULL;
if (!_FUNC_GL2QB_TYPE_CONVERT_STRING_GL2QB_TYPE_CONVERT)_FUNC_GL2QB_TYPE_CONVERT_STRING_GL2QB_TYPE_CONVERT=qbs_new(0,0);
qbs*oldstr3727=NULL;
if(_FUNC_GL2QB_TYPE_CONVERT_STRING_A->tmp||_FUNC_GL2QB_TYPE_CONVERT_STRING_A->fixed||_FUNC_GL2QB_TYPE_CONVERT_STRING_A->readonly){
oldstr3727=_FUNC_GL2QB_TYPE_CONVERT_STRING_A;
if (oldstr3727->cmem_descriptor){
_FUNC_GL2QB_TYPE_CONVERT_STRING_A=qbs_new_cmem(oldstr3727->len,0);
}else{
_FUNC_READCHUNK_STRING_A=qbs_new(oldstr3721->len,0);
_FUNC_GL2QB_TYPE_CONVERT_STRING_A=qbs_new(oldstr3727->len,0);
}
memcpy(_FUNC_READCHUNK_STRING_A->chr,oldstr3721->chr,oldstr3721->len);
memcpy(_FUNC_GL2QB_TYPE_CONVERT_STRING_A->chr,oldstr3727->chr,oldstr3727->len);
}
qbs*oldstr3722=NULL;
if(_FUNC_READCHUNK_STRING_LAST_CHARACTER->tmp||_FUNC_READCHUNK_STRING_LAST_CHARACTER->fixed||_FUNC_READCHUNK_STRING_LAST_CHARACTER->readonly){
oldstr3722=_FUNC_READCHUNK_STRING_LAST_CHARACTER;
if (oldstr3722->cmem_descriptor){
_FUNC_READCHUNK_STRING_LAST_CHARACTER=qbs_new_cmem(oldstr3722->len,0);
qbs*oldstr3728=NULL;
if(_FUNC_GL2QB_TYPE_CONVERT_STRING_SYMBOL->tmp||_FUNC_GL2QB_TYPE_CONVERT_STRING_SYMBOL->fixed||_FUNC_GL2QB_TYPE_CONVERT_STRING_SYMBOL->readonly){
oldstr3728=_FUNC_GL2QB_TYPE_CONVERT_STRING_SYMBOL;
if (oldstr3728->cmem_descriptor){
_FUNC_GL2QB_TYPE_CONVERT_STRING_SYMBOL=qbs_new_cmem(oldstr3728->len,0);
}else{
_FUNC_READCHUNK_STRING_LAST_CHARACTER=qbs_new(oldstr3722->len,0);
_FUNC_GL2QB_TYPE_CONVERT_STRING_SYMBOL=qbs_new(oldstr3728->len,0);
}
memcpy(_FUNC_READCHUNK_STRING_LAST_CHARACTER->chr,oldstr3722->chr,oldstr3722->len);
memcpy(_FUNC_GL2QB_TYPE_CONVERT_STRING_SYMBOL->chr,oldstr3728->chr,oldstr3728->len);
}
int32 *_FUNC_READCHUNK_LONG_X=NULL;
if(_FUNC_READCHUNK_LONG_X==NULL){
_FUNC_READCHUNK_LONG_X=(int32*)mem_static_malloc(4);
*_FUNC_READCHUNK_LONG_X=0;
qbs*oldstr3729=NULL;
if(_FUNC_GL2QB_TYPE_CONVERT_STRING_CTYP->tmp||_FUNC_GL2QB_TYPE_CONVERT_STRING_CTYP->fixed||_FUNC_GL2QB_TYPE_CONVERT_STRING_CTYP->readonly){
oldstr3729=_FUNC_GL2QB_TYPE_CONVERT_STRING_CTYP;
if (oldstr3729->cmem_descriptor){
_FUNC_GL2QB_TYPE_CONVERT_STRING_CTYP=qbs_new_cmem(oldstr3729->len,0);
}else{
_FUNC_GL2QB_TYPE_CONVERT_STRING_CTYP=qbs_new(oldstr3729->len,0);
}
int64 fornext_value3724;
int64 fornext_finalvalue3724;
int64 fornext_step3724;
uint8 fornext_step_negative3724;
byte_element_struct *byte_element_3725=NULL;
if (!byte_element_3725){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3725=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3725=(byte_element_struct*)mem_static_malloc(12);
}
int32 *_FUNC_READCHUNK_LONG_C=NULL;
if(_FUNC_READCHUNK_LONG_C==NULL){
_FUNC_READCHUNK_LONG_C=(int32*)mem_static_malloc(4);
*_FUNC_READCHUNK_LONG_C=0;
}
byte_element_struct *byte_element_3726=NULL;
if (!byte_element_3726){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3726=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3726=(byte_element_struct*)mem_static_malloc(12);
memcpy(_FUNC_GL2QB_TYPE_CONVERT_STRING_CTYP->chr,oldstr3729->chr,oldstr3729->len);
}
qbs *_FUNC_GL2QB_TYPE_CONVERT_STRING_B=NULL;
if (!_FUNC_GL2QB_TYPE_CONVERT_STRING_B)_FUNC_GL2QB_TYPE_CONVERT_STRING_B=qbs_new(0,0);

View file

@ -1,162 +1,44 @@
int32 *_SUB_GL_SCAN_HEADER_LONG_HK=NULL;
if(_SUB_GL_SCAN_HEADER_LONG_HK==NULL){
_SUB_GL_SCAN_HEADER_LONG_HK=(int32*)mem_static_malloc(4);
*_SUB_GL_SCAN_HEADER_LONG_HK=0;
qbs *_FUNC_READCHUNK_STRING_READCHUNK=NULL;
if (!_FUNC_READCHUNK_STRING_READCHUNK)_FUNC_READCHUNK_STRING_READCHUNK=qbs_new(0,0);
qbs*oldstr3731=NULL;
if(_FUNC_READCHUNK_STRING_A->tmp||_FUNC_READCHUNK_STRING_A->fixed||_FUNC_READCHUNK_STRING_A->readonly){
oldstr3731=_FUNC_READCHUNK_STRING_A;
if (oldstr3731->cmem_descriptor){
_FUNC_READCHUNK_STRING_A=qbs_new_cmem(oldstr3731->len,0);
}else{
_FUNC_READCHUNK_STRING_A=qbs_new(oldstr3731->len,0);
}
int32 *_SUB_GL_SCAN_HEADER_LONG_D=NULL;
if(_SUB_GL_SCAN_HEADER_LONG_D==NULL){
_SUB_GL_SCAN_HEADER_LONG_D=(int32*)mem_static_malloc(4);
*_SUB_GL_SCAN_HEADER_LONG_D=0;
memcpy(_FUNC_READCHUNK_STRING_A->chr,oldstr3731->chr,oldstr3731->len);
}
qbs *_SUB_GL_SCAN_HEADER_STRING_A2=NULL;
if (!_SUB_GL_SCAN_HEADER_STRING_A2)_SUB_GL_SCAN_HEADER_STRING_A2=qbs_new(0,0);
int32 *_SUB_GL_SCAN_HEADER_LONG_H=NULL;
if(_SUB_GL_SCAN_HEADER_LONG_H==NULL){
_SUB_GL_SCAN_HEADER_LONG_H=(int32*)mem_static_malloc(4);
*_SUB_GL_SCAN_HEADER_LONG_H=0;
qbs*oldstr3732=NULL;
if(_FUNC_READCHUNK_STRING_LAST_CHARACTER->tmp||_FUNC_READCHUNK_STRING_LAST_CHARACTER->fixed||_FUNC_READCHUNK_STRING_LAST_CHARACTER->readonly){
oldstr3732=_FUNC_READCHUNK_STRING_LAST_CHARACTER;
if (oldstr3732->cmem_descriptor){
_FUNC_READCHUNK_STRING_LAST_CHARACTER=qbs_new_cmem(oldstr3732->len,0);
}else{
_FUNC_READCHUNK_STRING_LAST_CHARACTER=qbs_new(oldstr3732->len,0);
}
qbs *_SUB_GL_SCAN_HEADER_STRING_A=NULL;
if (!_SUB_GL_SCAN_HEADER_STRING_A)_SUB_GL_SCAN_HEADER_STRING_A=qbs_new(0,0);
byte_element_struct *byte_element_3730=NULL;
if (!byte_element_3730){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3730=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3730=(byte_element_struct*)mem_static_malloc(12);
memcpy(_FUNC_READCHUNK_STRING_LAST_CHARACTER->chr,oldstr3732->chr,oldstr3732->len);
}
int32 *_SUB_GL_SCAN_HEADER_LONG_X=NULL;
if(_SUB_GL_SCAN_HEADER_LONG_X==NULL){
_SUB_GL_SCAN_HEADER_LONG_X=(int32*)mem_static_malloc(4);
*_SUB_GL_SCAN_HEADER_LONG_X=0;
int32 *_FUNC_READCHUNK_LONG_X=NULL;
if(_FUNC_READCHUNK_LONG_X==NULL){
_FUNC_READCHUNK_LONG_X=(int32*)mem_static_malloc(4);
*_FUNC_READCHUNK_LONG_X=0;
}
int64 fornext_value3732;
int64 fornext_finalvalue3732;
int64 fornext_step3732;
uint8 fornext_step_negative3732;
byte_element_struct *byte_element_3733=NULL;
if (!byte_element_3733){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3733=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3733=(byte_element_struct*)mem_static_malloc(12);
int64 fornext_value3734;
int64 fornext_finalvalue3734;
int64 fornext_step3734;
uint8 fornext_step_negative3734;
byte_element_struct *byte_element_3735=NULL;
if (!byte_element_3735){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3735=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3735=(byte_element_struct*)mem_static_malloc(12);
}
int32 *_SUB_GL_SCAN_HEADER_LONG_C=NULL;
if(_SUB_GL_SCAN_HEADER_LONG_C==NULL){
_SUB_GL_SCAN_HEADER_LONG_C=(int32*)mem_static_malloc(4);
*_SUB_GL_SCAN_HEADER_LONG_C=0;
int32 *_FUNC_READCHUNK_LONG_C=NULL;
if(_FUNC_READCHUNK_LONG_C==NULL){
_FUNC_READCHUNK_LONG_C=(int32*)mem_static_malloc(4);
*_FUNC_READCHUNK_LONG_C=0;
}
int32 *_SUB_GL_SCAN_HEADER_LONG_X2=NULL;
if(_SUB_GL_SCAN_HEADER_LONG_X2==NULL){
_SUB_GL_SCAN_HEADER_LONG_X2=(int32*)mem_static_malloc(4);
*_SUB_GL_SCAN_HEADER_LONG_X2=0;
}
int64 fornext_value3735;
int64 fornext_finalvalue3735;
int64 fornext_step3735;
uint8 fornext_step_negative3735;
byte_element_struct *byte_element_3736=NULL;
if (!byte_element_3736){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3736=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3736=(byte_element_struct*)mem_static_malloc(12);
}
int32 *_SUB_GL_SCAN_HEADER_LONG_C2=NULL;
if(_SUB_GL_SCAN_HEADER_LONG_C2==NULL){
_SUB_GL_SCAN_HEADER_LONG_C2=(int32*)mem_static_malloc(4);
*_SUB_GL_SCAN_HEADER_LONG_C2=0;
}
qbs *_SUB_GL_SCAN_HEADER_STRING_VALUE=NULL;
if (!_SUB_GL_SCAN_HEADER_STRING_VALUE)_SUB_GL_SCAN_HEADER_STRING_VALUE=qbs_new(0,0);
byte_element_struct *byte_element_3737=NULL;
if (!byte_element_3737){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3737=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3737=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_3738=NULL;
if (!byte_element_3738){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3738=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3738=(byte_element_struct*)mem_static_malloc(12);
}
int64 *_SUB_GL_SCAN_HEADER_INTEGER64_VALUE=NULL;
if(_SUB_GL_SCAN_HEADER_INTEGER64_VALUE==NULL){
_SUB_GL_SCAN_HEADER_INTEGER64_VALUE=(int64*)mem_static_malloc(8);
*_SUB_GL_SCAN_HEADER_INTEGER64_VALUE=0;
}
byte_element_struct *byte_element_3739=NULL;
if (!byte_element_3739){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3739=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3739=(byte_element_struct*)mem_static_malloc(12);
}
int32 *_SUB_GL_SCAN_HEADER_LONG_I=NULL;
if(_SUB_GL_SCAN_HEADER_LONG_I==NULL){
_SUB_GL_SCAN_HEADER_LONG_I=(int32*)mem_static_malloc(4);
*_SUB_GL_SCAN_HEADER_LONG_I=0;
}
int64 fornext_value3741;
int64 fornext_finalvalue3741;
int64 fornext_step3741;
uint8 fornext_step_negative3741;
qbs *_SUB_GL_SCAN_HEADER_STRING_L=NULL;
if (!_SUB_GL_SCAN_HEADER_STRING_L)_SUB_GL_SCAN_HEADER_STRING_L=qbs_new(0,0);
qbs *_SUB_GL_SCAN_HEADER_STRING_RET_TYPE=NULL;
if (!_SUB_GL_SCAN_HEADER_STRING_RET_TYPE)_SUB_GL_SCAN_HEADER_STRING_RET_TYPE=qbs_new(0,0);
int32 *_SUB_GL_SCAN_HEADER_LONG_IS_FUNC=NULL;
if(_SUB_GL_SCAN_HEADER_LONG_IS_FUNC==NULL){
_SUB_GL_SCAN_HEADER_LONG_IS_FUNC=(int32*)mem_static_malloc(4);
*_SUB_GL_SCAN_HEADER_LONG_IS_FUNC=0;
}
qbs *_SUB_GL_SCAN_HEADER_STRING_HC=NULL;
if (!_SUB_GL_SCAN_HEADER_STRING_HC)_SUB_GL_SCAN_HEADER_STRING_HC=qbs_new(0,0);
qbs *_SUB_GL_SCAN_HEADER_STRING_HD=NULL;
if (!_SUB_GL_SCAN_HEADER_STRING_HD)_SUB_GL_SCAN_HEADER_STRING_HD=qbs_new(0,0);
int32 *_SUB_GL_SCAN_HEADER_LONG_NEED_HELPER_FUNCTION=NULL;
if(_SUB_GL_SCAN_HEADER_LONG_NEED_HELPER_FUNCTION==NULL){
_SUB_GL_SCAN_HEADER_LONG_NEED_HELPER_FUNCTION=(int32*)mem_static_malloc(4);
*_SUB_GL_SCAN_HEADER_LONG_NEED_HELPER_FUNCTION=0;
}
qbs *_SUB_GL_SCAN_HEADER_STRING_PROC_NAME=NULL;
if (!_SUB_GL_SCAN_HEADER_STRING_PROC_NAME)_SUB_GL_SCAN_HEADER_STRING_PROC_NAME=qbs_new(0,0);
int32 *_SUB_GL_SCAN_HEADER_LONG_POINTER=NULL;
if(_SUB_GL_SCAN_HEADER_LONG_POINTER==NULL){
_SUB_GL_SCAN_HEADER_LONG_POINTER=(int32*)mem_static_malloc(4);
*_SUB_GL_SCAN_HEADER_LONG_POINTER=0;
}
qbs *_SUB_GL_SCAN_HEADER_STRING_T=NULL;
if (!_SUB_GL_SCAN_HEADER_STRING_T)_SUB_GL_SCAN_HEADER_STRING_T=qbs_new(0,0);
qbs *_SUB_GL_SCAN_HEADER_STRING_S=NULL;
if (!_SUB_GL_SCAN_HEADER_STRING_S)_SUB_GL_SCAN_HEADER_STRING_S=qbs_new(0,0);
int32 *_SUB_GL_SCAN_HEADER_LONG_TYP=NULL;
if(_SUB_GL_SCAN_HEADER_LONG_TYP==NULL){
_SUB_GL_SCAN_HEADER_LONG_TYP=(int32*)mem_static_malloc(4);
*_SUB_GL_SCAN_HEADER_LONG_TYP=0;
}
qbs *_SUB_GL_SCAN_HEADER_STRING_CTYP=NULL;
if (!_SUB_GL_SCAN_HEADER_STRING_CTYP)_SUB_GL_SCAN_HEADER_STRING_CTYP=qbs_new(0,0);
qbs *_SUB_GL_SCAN_HEADER_STRING_VAR_TYPE=NULL;
if (!_SUB_GL_SCAN_HEADER_STRING_VAR_TYPE)_SUB_GL_SCAN_HEADER_STRING_VAR_TYPE=qbs_new(0,0);
qbs *_SUB_GL_SCAN_HEADER_STRING_VAR_NAME=NULL;
if (!_SUB_GL_SCAN_HEADER_STRING_VAR_NAME)_SUB_GL_SCAN_HEADER_STRING_VAR_NAME=qbs_new(0,0);
byte_element_struct *byte_element_3748=NULL;
if (!byte_element_3748){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3748=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3748=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_3749=NULL;
if (!byte_element_3749){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3749=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3749=(byte_element_struct*)mem_static_malloc(12);
}
qbs *_SUB_GL_SCAN_HEADER_STRING_VAR_TYPE_BACKUP=NULL;
if (!_SUB_GL_SCAN_HEADER_STRING_VAR_TYPE_BACKUP)_SUB_GL_SCAN_HEADER_STRING_VAR_TYPE_BACKUP=qbs_new(0,0);
byte_element_struct *byte_element_3750=NULL;
if (!byte_element_3750){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3750=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3750=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_3751=NULL;
if (!byte_element_3751){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3751=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3751=(byte_element_struct*)mem_static_malloc(12);
}
qbs *_SUB_GL_SCAN_HEADER_STRING_QB_TYPE=NULL;
if (!_SUB_GL_SCAN_HEADER_STRING_QB_TYPE)_SUB_GL_SCAN_HEADER_STRING_QB_TYPE=qbs_new(0,0);
qbs *_SUB_GL_SCAN_HEADER_STRING_ARG=NULL;
if (!_SUB_GL_SCAN_HEADER_STRING_ARG)_SUB_GL_SCAN_HEADER_STRING_ARG=qbs_new(0,0);
qbs *_SUB_GL_SCAN_HEADER_STRING_LETTER=NULL;
if (!_SUB_GL_SCAN_HEADER_STRING_LETTER)_SUB_GL_SCAN_HEADER_STRING_LETTER=qbs_new(0,0);
qbs *_SUB_GL_SCAN_HEADER_STRING_H=NULL;
if (!_SUB_GL_SCAN_HEADER_STRING_H)_SUB_GL_SCAN_HEADER_STRING_H=qbs_new(0,0);
int64 fornext_value3758;
int64 fornext_finalvalue3758;
int64 fornext_step3758;
uint8 fornext_step_negative3758;
int32 *_SUB_GL_SCAN_HEADER_LONG_FH=NULL;
if(_SUB_GL_SCAN_HEADER_LONG_FH==NULL){
_SUB_GL_SCAN_HEADER_LONG_FH=(int32*)mem_static_malloc(4);
*_SUB_GL_SCAN_HEADER_LONG_FH=0;
}

View file

@ -1,34 +1,162 @@
int32 *_SUB_GL_INCLUDE_CONTENT_LONG_D=NULL;
if(_SUB_GL_INCLUDE_CONTENT_LONG_D==NULL){
_SUB_GL_INCLUDE_CONTENT_LONG_D=(int32*)mem_static_malloc(4);
*_SUB_GL_INCLUDE_CONTENT_LONG_D=0;
int32 *_SUB_GL_SCAN_HEADER_LONG_HK=NULL;
if(_SUB_GL_SCAN_HEADER_LONG_HK==NULL){
_SUB_GL_SCAN_HEADER_LONG_HK=(int32*)mem_static_malloc(4);
*_SUB_GL_SCAN_HEADER_LONG_HK=0;
}
int64 fornext_value3762;
int64 fornext_finalvalue3762;
int64 fornext_step3762;
uint8 fornext_step_negative3762;
int32 *_SUB_GL_INCLUDE_CONTENT_LONG_I=NULL;
if(_SUB_GL_INCLUDE_CONTENT_LONG_I==NULL){
_SUB_GL_INCLUDE_CONTENT_LONG_I=(int32*)mem_static_malloc(4);
*_SUB_GL_INCLUDE_CONTENT_LONG_I=0;
int32 *_SUB_GL_SCAN_HEADER_LONG_D=NULL;
if(_SUB_GL_SCAN_HEADER_LONG_D==NULL){
_SUB_GL_SCAN_HEADER_LONG_D=(int32*)mem_static_malloc(4);
*_SUB_GL_SCAN_HEADER_LONG_D=0;
}
int32 pass3763;
int32 *_SUB_GL_INCLUDE_CONTENT_LONG_C=NULL;
if(_SUB_GL_INCLUDE_CONTENT_LONG_C==NULL){
_SUB_GL_INCLUDE_CONTENT_LONG_C=(int32*)mem_static_malloc(4);
*_SUB_GL_INCLUDE_CONTENT_LONG_C=0;
qbs *_SUB_GL_SCAN_HEADER_STRING_A2=NULL;
if (!_SUB_GL_SCAN_HEADER_STRING_A2)_SUB_GL_SCAN_HEADER_STRING_A2=qbs_new(0,0);
int32 *_SUB_GL_SCAN_HEADER_LONG_H=NULL;
if(_SUB_GL_SCAN_HEADER_LONG_H==NULL){
_SUB_GL_SCAN_HEADER_LONG_H=(int32*)mem_static_malloc(4);
*_SUB_GL_SCAN_HEADER_LONG_H=0;
}
int64 fornext_value3765;
int64 fornext_finalvalue3765;
int64 fornext_step3765;
uint8 fornext_step_negative3765;
void *_SUB_GL_INCLUDE_CONTENT_UDT_G=NULL;
if(_SUB_GL_INCLUDE_CONTENT_UDT_G==NULL){
_SUB_GL_INCLUDE_CONTENT_UDT_G=(void*)mem_static_malloc(216);
memset(_SUB_GL_INCLUDE_CONTENT_UDT_G,0,216);
qbs *_SUB_GL_SCAN_HEADER_STRING_A=NULL;
if (!_SUB_GL_SCAN_HEADER_STRING_A)_SUB_GL_SCAN_HEADER_STRING_A=qbs_new(0,0);
byte_element_struct *byte_element_3740=NULL;
if (!byte_element_3740){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3740=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3740=(byte_element_struct*)mem_static_malloc(12);
}
int32 *_SUB_GL_INCLUDE_CONTENT_LONG_S=NULL;
if(_SUB_GL_INCLUDE_CONTENT_LONG_S==NULL){
_SUB_GL_INCLUDE_CONTENT_LONG_S=(int32*)mem_static_malloc(4);
*_SUB_GL_INCLUDE_CONTENT_LONG_S=0;
int32 *_SUB_GL_SCAN_HEADER_LONG_X=NULL;
if(_SUB_GL_SCAN_HEADER_LONG_X==NULL){
_SUB_GL_SCAN_HEADER_LONG_X=(int32*)mem_static_malloc(4);
*_SUB_GL_SCAN_HEADER_LONG_X=0;
}
int64 fornext_value3742;
int64 fornext_finalvalue3742;
int64 fornext_step3742;
uint8 fornext_step_negative3742;
byte_element_struct *byte_element_3743=NULL;
if (!byte_element_3743){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3743=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3743=(byte_element_struct*)mem_static_malloc(12);
}
int32 *_SUB_GL_SCAN_HEADER_LONG_C=NULL;
if(_SUB_GL_SCAN_HEADER_LONG_C==NULL){
_SUB_GL_SCAN_HEADER_LONG_C=(int32*)mem_static_malloc(4);
*_SUB_GL_SCAN_HEADER_LONG_C=0;
}
int32 *_SUB_GL_SCAN_HEADER_LONG_X2=NULL;
if(_SUB_GL_SCAN_HEADER_LONG_X2==NULL){
_SUB_GL_SCAN_HEADER_LONG_X2=(int32*)mem_static_malloc(4);
*_SUB_GL_SCAN_HEADER_LONG_X2=0;
}
int64 fornext_value3745;
int64 fornext_finalvalue3745;
int64 fornext_step3745;
uint8 fornext_step_negative3745;
byte_element_struct *byte_element_3746=NULL;
if (!byte_element_3746){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3746=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3746=(byte_element_struct*)mem_static_malloc(12);
}
int32 *_SUB_GL_SCAN_HEADER_LONG_C2=NULL;
if(_SUB_GL_SCAN_HEADER_LONG_C2==NULL){
_SUB_GL_SCAN_HEADER_LONG_C2=(int32*)mem_static_malloc(4);
*_SUB_GL_SCAN_HEADER_LONG_C2=0;
}
qbs *_SUB_GL_SCAN_HEADER_STRING_VALUE=NULL;
if (!_SUB_GL_SCAN_HEADER_STRING_VALUE)_SUB_GL_SCAN_HEADER_STRING_VALUE=qbs_new(0,0);
byte_element_struct *byte_element_3747=NULL;
if (!byte_element_3747){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3747=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3747=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_3748=NULL;
if (!byte_element_3748){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3748=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3748=(byte_element_struct*)mem_static_malloc(12);
}
int64 *_SUB_GL_SCAN_HEADER_INTEGER64_VALUE=NULL;
if(_SUB_GL_SCAN_HEADER_INTEGER64_VALUE==NULL){
_SUB_GL_SCAN_HEADER_INTEGER64_VALUE=(int64*)mem_static_malloc(8);
*_SUB_GL_SCAN_HEADER_INTEGER64_VALUE=0;
}
byte_element_struct *byte_element_3749=NULL;
if (!byte_element_3749){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3749=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3749=(byte_element_struct*)mem_static_malloc(12);
}
int32 *_SUB_GL_SCAN_HEADER_LONG_I=NULL;
if(_SUB_GL_SCAN_HEADER_LONG_I==NULL){
_SUB_GL_SCAN_HEADER_LONG_I=(int32*)mem_static_malloc(4);
*_SUB_GL_SCAN_HEADER_LONG_I=0;
}
int64 fornext_value3751;
int64 fornext_finalvalue3751;
int64 fornext_step3751;
uint8 fornext_step_negative3751;
qbs *_SUB_GL_SCAN_HEADER_STRING_L=NULL;
if (!_SUB_GL_SCAN_HEADER_STRING_L)_SUB_GL_SCAN_HEADER_STRING_L=qbs_new(0,0);
qbs *_SUB_GL_SCAN_HEADER_STRING_RET_TYPE=NULL;
if (!_SUB_GL_SCAN_HEADER_STRING_RET_TYPE)_SUB_GL_SCAN_HEADER_STRING_RET_TYPE=qbs_new(0,0);
int32 *_SUB_GL_SCAN_HEADER_LONG_IS_FUNC=NULL;
if(_SUB_GL_SCAN_HEADER_LONG_IS_FUNC==NULL){
_SUB_GL_SCAN_HEADER_LONG_IS_FUNC=(int32*)mem_static_malloc(4);
*_SUB_GL_SCAN_HEADER_LONG_IS_FUNC=0;
}
qbs *_SUB_GL_SCAN_HEADER_STRING_HC=NULL;
if (!_SUB_GL_SCAN_HEADER_STRING_HC)_SUB_GL_SCAN_HEADER_STRING_HC=qbs_new(0,0);
qbs *_SUB_GL_SCAN_HEADER_STRING_HD=NULL;
if (!_SUB_GL_SCAN_HEADER_STRING_HD)_SUB_GL_SCAN_HEADER_STRING_HD=qbs_new(0,0);
int32 *_SUB_GL_SCAN_HEADER_LONG_NEED_HELPER_FUNCTION=NULL;
if(_SUB_GL_SCAN_HEADER_LONG_NEED_HELPER_FUNCTION==NULL){
_SUB_GL_SCAN_HEADER_LONG_NEED_HELPER_FUNCTION=(int32*)mem_static_malloc(4);
*_SUB_GL_SCAN_HEADER_LONG_NEED_HELPER_FUNCTION=0;
}
qbs *_SUB_GL_SCAN_HEADER_STRING_PROC_NAME=NULL;
if (!_SUB_GL_SCAN_HEADER_STRING_PROC_NAME)_SUB_GL_SCAN_HEADER_STRING_PROC_NAME=qbs_new(0,0);
int32 *_SUB_GL_SCAN_HEADER_LONG_POINTER=NULL;
if(_SUB_GL_SCAN_HEADER_LONG_POINTER==NULL){
_SUB_GL_SCAN_HEADER_LONG_POINTER=(int32*)mem_static_malloc(4);
*_SUB_GL_SCAN_HEADER_LONG_POINTER=0;
}
qbs *_SUB_GL_SCAN_HEADER_STRING_T=NULL;
if (!_SUB_GL_SCAN_HEADER_STRING_T)_SUB_GL_SCAN_HEADER_STRING_T=qbs_new(0,0);
qbs *_SUB_GL_SCAN_HEADER_STRING_S=NULL;
if (!_SUB_GL_SCAN_HEADER_STRING_S)_SUB_GL_SCAN_HEADER_STRING_S=qbs_new(0,0);
int32 *_SUB_GL_SCAN_HEADER_LONG_TYP=NULL;
if(_SUB_GL_SCAN_HEADER_LONG_TYP==NULL){
_SUB_GL_SCAN_HEADER_LONG_TYP=(int32*)mem_static_malloc(4);
*_SUB_GL_SCAN_HEADER_LONG_TYP=0;
}
qbs *_SUB_GL_SCAN_HEADER_STRING_CTYP=NULL;
if (!_SUB_GL_SCAN_HEADER_STRING_CTYP)_SUB_GL_SCAN_HEADER_STRING_CTYP=qbs_new(0,0);
qbs *_SUB_GL_SCAN_HEADER_STRING_VAR_TYPE=NULL;
if (!_SUB_GL_SCAN_HEADER_STRING_VAR_TYPE)_SUB_GL_SCAN_HEADER_STRING_VAR_TYPE=qbs_new(0,0);
qbs *_SUB_GL_SCAN_HEADER_STRING_VAR_NAME=NULL;
if (!_SUB_GL_SCAN_HEADER_STRING_VAR_NAME)_SUB_GL_SCAN_HEADER_STRING_VAR_NAME=qbs_new(0,0);
byte_element_struct *byte_element_3758=NULL;
if (!byte_element_3758){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3758=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3758=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_3759=NULL;
if (!byte_element_3759){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3759=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3759=(byte_element_struct*)mem_static_malloc(12);
}
qbs *_SUB_GL_SCAN_HEADER_STRING_VAR_TYPE_BACKUP=NULL;
if (!_SUB_GL_SCAN_HEADER_STRING_VAR_TYPE_BACKUP)_SUB_GL_SCAN_HEADER_STRING_VAR_TYPE_BACKUP=qbs_new(0,0);
byte_element_struct *byte_element_3760=NULL;
if (!byte_element_3760){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3760=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3760=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_3761=NULL;
if (!byte_element_3761){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3761=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3761=(byte_element_struct*)mem_static_malloc(12);
}
qbs *_SUB_GL_SCAN_HEADER_STRING_QB_TYPE=NULL;
if (!_SUB_GL_SCAN_HEADER_STRING_QB_TYPE)_SUB_GL_SCAN_HEADER_STRING_QB_TYPE=qbs_new(0,0);
qbs *_SUB_GL_SCAN_HEADER_STRING_ARG=NULL;
if (!_SUB_GL_SCAN_HEADER_STRING_ARG)_SUB_GL_SCAN_HEADER_STRING_ARG=qbs_new(0,0);
qbs *_SUB_GL_SCAN_HEADER_STRING_LETTER=NULL;
if (!_SUB_GL_SCAN_HEADER_STRING_LETTER)_SUB_GL_SCAN_HEADER_STRING_LETTER=qbs_new(0,0);
qbs *_SUB_GL_SCAN_HEADER_STRING_H=NULL;
if (!_SUB_GL_SCAN_HEADER_STRING_H)_SUB_GL_SCAN_HEADER_STRING_H=qbs_new(0,0);
int64 fornext_value3768;
int64 fornext_finalvalue3768;
int64 fornext_step3768;
uint8 fornext_step_negative3768;
int32 *_SUB_GL_SCAN_HEADER_LONG_FH=NULL;
if(_SUB_GL_SCAN_HEADER_LONG_FH==NULL){
_SUB_GL_SCAN_HEADER_LONG_FH=(int32*)mem_static_malloc(4);
*_SUB_GL_SCAN_HEADER_LONG_FH=0;
}

View file

@ -1,25 +1,25 @@
qbs*oldstr2346=NULL;
qbs*oldstr2350=NULL;
if(_SUB_VWATCHVARIABLE_STRING_THIS->tmp||_SUB_VWATCHVARIABLE_STRING_THIS->fixed||_SUB_VWATCHVARIABLE_STRING_THIS->readonly){
oldstr2346=_SUB_VWATCHVARIABLE_STRING_THIS;
if (oldstr2346->cmem_descriptor){
_SUB_VWATCHVARIABLE_STRING_THIS=qbs_new_cmem(oldstr2346->len,0);
oldstr2350=_SUB_VWATCHVARIABLE_STRING_THIS;
if (oldstr2350->cmem_descriptor){
_SUB_VWATCHVARIABLE_STRING_THIS=qbs_new_cmem(oldstr2350->len,0);
}else{
_SUB_VWATCHVARIABLE_STRING_THIS=qbs_new(oldstr2346->len,0);
_SUB_VWATCHVARIABLE_STRING_THIS=qbs_new(oldstr2350->len,0);
}
memcpy(_SUB_VWATCHVARIABLE_STRING_THIS->chr,oldstr2346->chr,oldstr2346->len);
memcpy(_SUB_VWATCHVARIABLE_STRING_THIS->chr,oldstr2350->chr,oldstr2350->len);
}
int32 pass2348;
int32 pass2349;
int8 pass2350;
int32 pass2351;
int32 pass2352;
int8 pass2353;
int16 pass2354;
int16 pass2355;
int16 pass2356;
int16 pass2357;
int32 pass2353;
int8 pass2354;
int32 pass2355;
int32 pass2356;
int8 pass2357;
int16 pass2358;
int16 pass2359;
int16 pass2360;
int16 pass2361;
int16 pass2362;
int16 pass2363;
int16 pass2364;
int16 pass2365;
int16 pass2366;

View file

@ -1,17 +1,34 @@
byte_element_struct *byte_element_3766=NULL;
if (!byte_element_3766){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3766=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3766=(byte_element_struct*)mem_static_malloc(12);
int32 *_SUB_GL_INCLUDE_CONTENT_LONG_D=NULL;
if(_SUB_GL_INCLUDE_CONTENT_LONG_D==NULL){
_SUB_GL_INCLUDE_CONTENT_LONG_D=(int32*)mem_static_malloc(4);
*_SUB_GL_INCLUDE_CONTENT_LONG_D=0;
}
int16 *_SUB_INICOMMIT_INTEGER_FILENUM=NULL;
if(_SUB_INICOMMIT_INTEGER_FILENUM==NULL){
_SUB_INICOMMIT_INTEGER_FILENUM=(int16*)mem_static_malloc(2);
*_SUB_INICOMMIT_INTEGER_FILENUM=0;
int64 fornext_value3772;
int64 fornext_finalvalue3772;
int64 fornext_step3772;
uint8 fornext_step_negative3772;
int32 *_SUB_GL_INCLUDE_CONTENT_LONG_I=NULL;
if(_SUB_GL_INCLUDE_CONTENT_LONG_I==NULL){
_SUB_GL_INCLUDE_CONTENT_LONG_I=(int32*)mem_static_malloc(4);
*_SUB_GL_INCLUDE_CONTENT_LONG_I=0;
}
byte_element_struct *byte_element_3767=NULL;
if (!byte_element_3767){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3767=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3767=(byte_element_struct*)mem_static_malloc(12);
int32 pass3773;
int32 *_SUB_GL_INCLUDE_CONTENT_LONG_C=NULL;
if(_SUB_GL_INCLUDE_CONTENT_LONG_C==NULL){
_SUB_GL_INCLUDE_CONTENT_LONG_C=(int32*)mem_static_malloc(4);
*_SUB_GL_INCLUDE_CONTENT_LONG_C=0;
}
byte_element_struct *byte_element_3768=NULL;
if (!byte_element_3768){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3768=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3768=(byte_element_struct*)mem_static_malloc(12);
int64 fornext_value3775;
int64 fornext_finalvalue3775;
int64 fornext_step3775;
uint8 fornext_step_negative3775;
void *_SUB_GL_INCLUDE_CONTENT_UDT_G=NULL;
if(_SUB_GL_INCLUDE_CONTENT_UDT_G==NULL){
_SUB_GL_INCLUDE_CONTENT_UDT_G=(void*)mem_static_malloc(216);
memset(_SUB_GL_INCLUDE_CONTENT_UDT_G,0,216);
}
int32 *_SUB_GL_INCLUDE_CONTENT_LONG_S=NULL;
if(_SUB_GL_INCLUDE_CONTENT_LONG_S==NULL){
_SUB_GL_INCLUDE_CONTENT_LONG_S=(int32*)mem_static_malloc(4);
*_SUB_GL_INCLUDE_CONTENT_LONG_S=0;
}

View file

@ -1,64 +1,17 @@
qbs *_FUNC_INIGETSECTION_STRING_INIGETSECTION=NULL;
if (!_FUNC_INIGETSECTION_STRING_INIGETSECTION)_FUNC_INIGETSECTION_STRING_INIGETSECTION=qbs_new(0,0);
qbs*oldstr3769=NULL;
if(_FUNC_INIGETSECTION_STRING___SECTION->tmp||_FUNC_INIGETSECTION_STRING___SECTION->fixed||_FUNC_INIGETSECTION_STRING___SECTION->readonly){
oldstr3769=_FUNC_INIGETSECTION_STRING___SECTION;
if (oldstr3769->cmem_descriptor){
_FUNC_INIGETSECTION_STRING___SECTION=qbs_new_cmem(oldstr3769->len,0);
}else{
_FUNC_INIGETSECTION_STRING___SECTION=qbs_new(oldstr3769->len,0);
byte_element_struct *byte_element_3776=NULL;
if (!byte_element_3776){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3776=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3776=(byte_element_struct*)mem_static_malloc(12);
}
memcpy(_FUNC_INIGETSECTION_STRING___SECTION->chr,oldstr3769->chr,oldstr3769->len);
int16 *_SUB_INICOMMIT_INTEGER_FILENUM=NULL;
if(_SUB_INICOMMIT_INTEGER_FILENUM==NULL){
_SUB_INICOMMIT_INTEGER_FILENUM=(int16*)mem_static_malloc(2);
*_SUB_INICOMMIT_INTEGER_FILENUM=0;
}
qbs *_FUNC_INIGETSECTION_STRING_SECTION=NULL;
if (!_FUNC_INIGETSECTION_STRING_SECTION)_FUNC_INIGETSECTION_STRING_SECTION=qbs_new(0,0);
uint32 *_FUNC_INIGETSECTION_ULONG_FOUNDSECTION=NULL;
if(_FUNC_INIGETSECTION_ULONG_FOUNDSECTION==NULL){
_FUNC_INIGETSECTION_ULONG_FOUNDSECTION=(uint32*)mem_static_malloc(4);
*_FUNC_INIGETSECTION_ULONG_FOUNDSECTION=0;
byte_element_struct *byte_element_3777=NULL;
if (!byte_element_3777){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3777=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3777=(byte_element_struct*)mem_static_malloc(12);
}
uint32 *_FUNC_INIGETSECTION_ULONG_ENDSECTION=NULL;
if(_FUNC_INIGETSECTION_ULONG_ENDSECTION==NULL){
_FUNC_INIGETSECTION_ULONG_ENDSECTION=(uint32*)mem_static_malloc(4);
*_FUNC_INIGETSECTION_ULONG_ENDSECTION=0;
}
uint32 *_FUNC_INIGETSECTION_ULONG_I=NULL;
if(_FUNC_INIGETSECTION_ULONG_I==NULL){
_FUNC_INIGETSECTION_ULONG_I=(uint32*)mem_static_malloc(4);
*_FUNC_INIGETSECTION_ULONG_I=0;
}
uint32 *_FUNC_INIGETSECTION_ULONG_BRACKET1=NULL;
if(_FUNC_INIGETSECTION_ULONG_BRACKET1==NULL){
_FUNC_INIGETSECTION_ULONG_BRACKET1=(uint32*)mem_static_malloc(4);
*_FUNC_INIGETSECTION_ULONG_BRACKET1=0;
}
uint32 *_FUNC_INIGETSECTION_ULONG_SECTIONSTART=NULL;
if(_FUNC_INIGETSECTION_ULONG_SECTIONSTART==NULL){
_FUNC_INIGETSECTION_ULONG_SECTIONSTART=(uint32*)mem_static_malloc(4);
*_FUNC_INIGETSECTION_ULONG_SECTIONSTART=0;
}
int8 *_FUNC_INIGETSECTION_BYTE_INQUOTE=NULL;
if(_FUNC_INIGETSECTION_BYTE_INQUOTE==NULL){
_FUNC_INIGETSECTION_BYTE_INQUOTE=(int8*)mem_static_malloc(1);
*_FUNC_INIGETSECTION_BYTE_INQUOTE=0;
}
int64 fornext_value3771;
int64 fornext_finalvalue3771;
int64 fornext_step3771;
uint8 fornext_step_negative3771;
int64 fornext_value3774;
int64 fornext_finalvalue3774;
int64 fornext_step3774;
uint8 fornext_step_negative3774;
int64 fornext_value3776;
int64 fornext_finalvalue3776;
int64 fornext_step3776;
uint8 fornext_step_negative3776;
int64 fornext_value3778;
int64 fornext_finalvalue3778;
int64 fornext_step3778;
uint8 fornext_step_negative3778;
byte_element_struct *byte_element_3779=NULL;
if (!byte_element_3779){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3779=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3779=(byte_element_struct*)mem_static_malloc(12);
byte_element_struct *byte_element_3778=NULL;
if (!byte_element_3778){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3778=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3778=(byte_element_struct*)mem_static_malloc(12);
}

View file

@ -1,22 +1,64 @@
qbs *_FUNC_INIFORMATSECTION_STRING_INIFORMATSECTION=NULL;
if (!_FUNC_INIFORMATSECTION_STRING_INIFORMATSECTION)_FUNC_INIFORMATSECTION_STRING_INIFORMATSECTION=qbs_new(0,0);
qbs*oldstr3780=NULL;
if(_FUNC_INIFORMATSECTION_STRING___SECTION->tmp||_FUNC_INIFORMATSECTION_STRING___SECTION->fixed||_FUNC_INIFORMATSECTION_STRING___SECTION->readonly){
oldstr3780=_FUNC_INIFORMATSECTION_STRING___SECTION;
if (oldstr3780->cmem_descriptor){
_FUNC_INIFORMATSECTION_STRING___SECTION=qbs_new_cmem(oldstr3780->len,0);
qbs *_FUNC_INIGETSECTION_STRING_INIGETSECTION=NULL;
if (!_FUNC_INIGETSECTION_STRING_INIGETSECTION)_FUNC_INIGETSECTION_STRING_INIGETSECTION=qbs_new(0,0);
qbs*oldstr3779=NULL;
if(_FUNC_INIGETSECTION_STRING___SECTION->tmp||_FUNC_INIGETSECTION_STRING___SECTION->fixed||_FUNC_INIGETSECTION_STRING___SECTION->readonly){
oldstr3779=_FUNC_INIGETSECTION_STRING___SECTION;
if (oldstr3779->cmem_descriptor){
_FUNC_INIGETSECTION_STRING___SECTION=qbs_new_cmem(oldstr3779->len,0);
}else{
_FUNC_INIFORMATSECTION_STRING___SECTION=qbs_new(oldstr3780->len,0);
_FUNC_INIGETSECTION_STRING___SECTION=qbs_new(oldstr3779->len,0);
}
memcpy(_FUNC_INIFORMATSECTION_STRING___SECTION->chr,oldstr3780->chr,oldstr3780->len);
memcpy(_FUNC_INIGETSECTION_STRING___SECTION->chr,oldstr3779->chr,oldstr3779->len);
}
qbs *_FUNC_INIFORMATSECTION_STRING_SECTION=NULL;
if (!_FUNC_INIFORMATSECTION_STRING_SECTION)_FUNC_INIFORMATSECTION_STRING_SECTION=qbs_new(0,0);
byte_element_struct *byte_element_3781=NULL;
if (!byte_element_3781){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3781=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3781=(byte_element_struct*)mem_static_malloc(12);
qbs *_FUNC_INIGETSECTION_STRING_SECTION=NULL;
if (!_FUNC_INIGETSECTION_STRING_SECTION)_FUNC_INIGETSECTION_STRING_SECTION=qbs_new(0,0);
uint32 *_FUNC_INIGETSECTION_ULONG_FOUNDSECTION=NULL;
if(_FUNC_INIGETSECTION_ULONG_FOUNDSECTION==NULL){
_FUNC_INIGETSECTION_ULONG_FOUNDSECTION=(uint32*)mem_static_malloc(4);
*_FUNC_INIGETSECTION_ULONG_FOUNDSECTION=0;
}
byte_element_struct *byte_element_3782=NULL;
if (!byte_element_3782){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3782=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3782=(byte_element_struct*)mem_static_malloc(12);
uint32 *_FUNC_INIGETSECTION_ULONG_ENDSECTION=NULL;
if(_FUNC_INIGETSECTION_ULONG_ENDSECTION==NULL){
_FUNC_INIGETSECTION_ULONG_ENDSECTION=(uint32*)mem_static_malloc(4);
*_FUNC_INIGETSECTION_ULONG_ENDSECTION=0;
}
uint32 *_FUNC_INIGETSECTION_ULONG_I=NULL;
if(_FUNC_INIGETSECTION_ULONG_I==NULL){
_FUNC_INIGETSECTION_ULONG_I=(uint32*)mem_static_malloc(4);
*_FUNC_INIGETSECTION_ULONG_I=0;
}
uint32 *_FUNC_INIGETSECTION_ULONG_BRACKET1=NULL;
if(_FUNC_INIGETSECTION_ULONG_BRACKET1==NULL){
_FUNC_INIGETSECTION_ULONG_BRACKET1=(uint32*)mem_static_malloc(4);
*_FUNC_INIGETSECTION_ULONG_BRACKET1=0;
}
uint32 *_FUNC_INIGETSECTION_ULONG_SECTIONSTART=NULL;
if(_FUNC_INIGETSECTION_ULONG_SECTIONSTART==NULL){
_FUNC_INIGETSECTION_ULONG_SECTIONSTART=(uint32*)mem_static_malloc(4);
*_FUNC_INIGETSECTION_ULONG_SECTIONSTART=0;
}
int8 *_FUNC_INIGETSECTION_BYTE_INQUOTE=NULL;
if(_FUNC_INIGETSECTION_BYTE_INQUOTE==NULL){
_FUNC_INIGETSECTION_BYTE_INQUOTE=(int8*)mem_static_malloc(1);
*_FUNC_INIGETSECTION_BYTE_INQUOTE=0;
}
int64 fornext_value3781;
int64 fornext_finalvalue3781;
int64 fornext_step3781;
uint8 fornext_step_negative3781;
int64 fornext_value3784;
int64 fornext_finalvalue3784;
int64 fornext_step3784;
uint8 fornext_step_negative3784;
int64 fornext_value3786;
int64 fornext_finalvalue3786;
int64 fornext_step3786;
uint8 fornext_step_negative3786;
int64 fornext_value3788;
int64 fornext_finalvalue3788;
int64 fornext_step3788;
uint8 fornext_step_negative3788;
byte_element_struct *byte_element_3789=NULL;
if (!byte_element_3789){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3789=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3789=(byte_element_struct*)mem_static_malloc(12);
}

View file

@ -1,78 +1,17 @@
qbs *_FUNC_READSETTING_STRING_READSETTING=NULL;
if (!_FUNC_READSETTING_STRING_READSETTING)_FUNC_READSETTING_STRING_READSETTING=qbs_new(0,0);
qbs*oldstr3783=NULL;
if(_FUNC_READSETTING_STRING_FILE->tmp||_FUNC_READSETTING_STRING_FILE->fixed||_FUNC_READSETTING_STRING_FILE->readonly){
oldstr3783=_FUNC_READSETTING_STRING_FILE;
if (oldstr3783->cmem_descriptor){
_FUNC_READSETTING_STRING_FILE=qbs_new_cmem(oldstr3783->len,0);
qbs *_FUNC_INIFORMATSECTION_STRING_INIFORMATSECTION=NULL;
if (!_FUNC_INIFORMATSECTION_STRING_INIFORMATSECTION)_FUNC_INIFORMATSECTION_STRING_INIFORMATSECTION=qbs_new(0,0);
qbs*oldstr3790=NULL;
if(_FUNC_INIFORMATSECTION_STRING___SECTION->tmp||_FUNC_INIFORMATSECTION_STRING___SECTION->fixed||_FUNC_INIFORMATSECTION_STRING___SECTION->readonly){
oldstr3790=_FUNC_INIFORMATSECTION_STRING___SECTION;
if (oldstr3790->cmem_descriptor){
_FUNC_INIFORMATSECTION_STRING___SECTION=qbs_new_cmem(oldstr3790->len,0);
}else{
_FUNC_READSETTING_STRING_FILE=qbs_new(oldstr3783->len,0);
_FUNC_INIFORMATSECTION_STRING___SECTION=qbs_new(oldstr3790->len,0);
}
memcpy(_FUNC_READSETTING_STRING_FILE->chr,oldstr3783->chr,oldstr3783->len);
memcpy(_FUNC_INIFORMATSECTION_STRING___SECTION->chr,oldstr3790->chr,oldstr3790->len);
}
qbs*oldstr3784=NULL;
if(_FUNC_READSETTING_STRING___SECTION->tmp||_FUNC_READSETTING_STRING___SECTION->fixed||_FUNC_READSETTING_STRING___SECTION->readonly){
oldstr3784=_FUNC_READSETTING_STRING___SECTION;
if (oldstr3784->cmem_descriptor){
_FUNC_READSETTING_STRING___SECTION=qbs_new_cmem(oldstr3784->len,0);
}else{
_FUNC_READSETTING_STRING___SECTION=qbs_new(oldstr3784->len,0);
}
memcpy(_FUNC_READSETTING_STRING___SECTION->chr,oldstr3784->chr,oldstr3784->len);
}
qbs*oldstr3785=NULL;
if(_FUNC_READSETTING_STRING___KEY->tmp||_FUNC_READSETTING_STRING___KEY->fixed||_FUNC_READSETTING_STRING___KEY->readonly){
oldstr3785=_FUNC_READSETTING_STRING___KEY;
if (oldstr3785->cmem_descriptor){
_FUNC_READSETTING_STRING___KEY=qbs_new_cmem(oldstr3785->len,0);
}else{
_FUNC_READSETTING_STRING___KEY=qbs_new(oldstr3785->len,0);
}
memcpy(_FUNC_READSETTING_STRING___KEY->chr,oldstr3785->chr,oldstr3785->len);
}
uint32 *_FUNC_READSETTING_ULONG_EQUAL=NULL;
if(_FUNC_READSETTING_ULONG_EQUAL==NULL){
_FUNC_READSETTING_ULONG_EQUAL=(uint32*)mem_static_malloc(4);
*_FUNC_READSETTING_ULONG_EQUAL=0;
}
qbs *_FUNC_READSETTING_STRING_TEMPVALUE=NULL;
if (!_FUNC_READSETTING_STRING_TEMPVALUE)_FUNC_READSETTING_STRING_TEMPVALUE=qbs_new(0,0);
qbs *_FUNC_READSETTING_STRING_KEY=NULL;
if (!_FUNC_READSETTING_STRING_KEY)_FUNC_READSETTING_STRING_KEY=qbs_new(0,0);
qbs *_FUNC_READSETTING_STRING_SECTION=NULL;
if (!_FUNC_READSETTING_STRING_SECTION)_FUNC_READSETTING_STRING_SECTION=qbs_new(0,0);
uint32 *_FUNC_READSETTING_ULONG_QUOTE=NULL;
if(_FUNC_READSETTING_ULONG_QUOTE==NULL){
_FUNC_READSETTING_ULONG_QUOTE=(uint32*)mem_static_malloc(4);
*_FUNC_READSETTING_ULONG_QUOTE=0;
}
uint32 *_FUNC_READSETTING_ULONG_COMMENT=NULL;
if(_FUNC_READSETTING_ULONG_COMMENT==NULL){
_FUNC_READSETTING_ULONG_COMMENT=(uint32*)mem_static_malloc(4);
*_FUNC_READSETTING_ULONG_COMMENT=0;
}
int32 *_FUNC_READSETTING_LONG_I=NULL;
if(_FUNC_READSETTING_LONG_I==NULL){
_FUNC_READSETTING_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_READSETTING_LONG_I=0;
}
uint32 *_FUNC_READSETTING_ULONG_FOUNDLF=NULL;
if(_FUNC_READSETTING_ULONG_FOUNDLF==NULL){
_FUNC_READSETTING_ULONG_FOUNDLF=(uint32*)mem_static_malloc(4);
*_FUNC_READSETTING_ULONG_FOUNDLF=0;
}
byte_element_struct *byte_element_3786=NULL;
if (!byte_element_3786){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3786=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3786=(byte_element_struct*)mem_static_malloc(12);
}
int64 fornext_value3788;
int64 fornext_finalvalue3788;
int64 fornext_step3788;
uint8 fornext_step_negative3788;
int64 fornext_value3790;
int64 fornext_finalvalue3790;
int64 fornext_step3790;
uint8 fornext_step_negative3790;
qbs *_FUNC_INIFORMATSECTION_STRING_SECTION=NULL;
if (!_FUNC_INIFORMATSECTION_STRING_SECTION)_FUNC_INIFORMATSECTION_STRING_SECTION=qbs_new(0,0);
byte_element_struct *byte_element_3791=NULL;
if (!byte_element_3791){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3791=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3791=(byte_element_struct*)mem_static_malloc(12);
@ -81,11 +20,3 @@ byte_element_struct *byte_element_3792=NULL;
if (!byte_element_3792){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3792=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3792=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_3793=NULL;
if (!byte_element_3793){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3793=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3793=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_3794=NULL;
if (!byte_element_3794){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3794=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3794=(byte_element_struct*)mem_static_malloc(12);
}

View file

@ -1,25 +1,91 @@
qbs *_FUNC_INICURRENTSECTION_STRING_INICURRENTSECTION=NULL;
if (!_FUNC_INICURRENTSECTION_STRING_INICURRENTSECTION)_FUNC_INICURRENTSECTION_STRING_INICURRENTSECTION=qbs_new(0,0);
uint32 *_FUNC_INICURRENTSECTION_ULONG_GLOBALPOSITION=NULL;
if(_FUNC_INICURRENTSECTION_ULONG_GLOBALPOSITION==NULL){
_FUNC_INICURRENTSECTION_ULONG_GLOBALPOSITION=(uint32*)mem_static_malloc(4);
*_FUNC_INICURRENTSECTION_ULONG_GLOBALPOSITION=0;
qbs *_FUNC_READSETTING_STRING_READSETTING=NULL;
if (!_FUNC_READSETTING_STRING_READSETTING)_FUNC_READSETTING_STRING_READSETTING=qbs_new(0,0);
qbs*oldstr3793=NULL;
if(_FUNC_READSETTING_STRING_FILE->tmp||_FUNC_READSETTING_STRING_FILE->fixed||_FUNC_READSETTING_STRING_FILE->readonly){
oldstr3793=_FUNC_READSETTING_STRING_FILE;
if (oldstr3793->cmem_descriptor){
_FUNC_READSETTING_STRING_FILE=qbs_new_cmem(oldstr3793->len,0);
}else{
_FUNC_READSETTING_STRING_FILE=qbs_new(oldstr3793->len,0);
}
uint32 *_FUNC_INICURRENTSECTION_ULONG_I=NULL;
if(_FUNC_INICURRENTSECTION_ULONG_I==NULL){
_FUNC_INICURRENTSECTION_ULONG_I=(uint32*)mem_static_malloc(4);
*_FUNC_INICURRENTSECTION_ULONG_I=0;
memcpy(_FUNC_READSETTING_STRING_FILE->chr,oldstr3793->chr,oldstr3793->len);
}
uint32 *_FUNC_INICURRENTSECTION_ULONG_CLOSINGBRACKET=NULL;
if(_FUNC_INICURRENTSECTION_ULONG_CLOSINGBRACKET==NULL){
_FUNC_INICURRENTSECTION_ULONG_CLOSINGBRACKET=(uint32*)mem_static_malloc(4);
*_FUNC_INICURRENTSECTION_ULONG_CLOSINGBRACKET=0;
qbs*oldstr3794=NULL;
if(_FUNC_READSETTING_STRING___SECTION->tmp||_FUNC_READSETTING_STRING___SECTION->fixed||_FUNC_READSETTING_STRING___SECTION->readonly){
oldstr3794=_FUNC_READSETTING_STRING___SECTION;
if (oldstr3794->cmem_descriptor){
_FUNC_READSETTING_STRING___SECTION=qbs_new_cmem(oldstr3794->len,0);
}else{
_FUNC_READSETTING_STRING___SECTION=qbs_new(oldstr3794->len,0);
}
memcpy(_FUNC_READSETTING_STRING___SECTION->chr,oldstr3794->chr,oldstr3794->len);
}
qbs*oldstr3795=NULL;
if(_FUNC_READSETTING_STRING___KEY->tmp||_FUNC_READSETTING_STRING___KEY->fixed||_FUNC_READSETTING_STRING___KEY->readonly){
oldstr3795=_FUNC_READSETTING_STRING___KEY;
if (oldstr3795->cmem_descriptor){
_FUNC_READSETTING_STRING___KEY=qbs_new_cmem(oldstr3795->len,0);
}else{
_FUNC_READSETTING_STRING___KEY=qbs_new(oldstr3795->len,0);
}
memcpy(_FUNC_READSETTING_STRING___KEY->chr,oldstr3795->chr,oldstr3795->len);
}
uint32 *_FUNC_READSETTING_ULONG_EQUAL=NULL;
if(_FUNC_READSETTING_ULONG_EQUAL==NULL){
_FUNC_READSETTING_ULONG_EQUAL=(uint32*)mem_static_malloc(4);
*_FUNC_READSETTING_ULONG_EQUAL=0;
}
qbs *_FUNC_READSETTING_STRING_TEMPVALUE=NULL;
if (!_FUNC_READSETTING_STRING_TEMPVALUE)_FUNC_READSETTING_STRING_TEMPVALUE=qbs_new(0,0);
qbs *_FUNC_READSETTING_STRING_KEY=NULL;
if (!_FUNC_READSETTING_STRING_KEY)_FUNC_READSETTING_STRING_KEY=qbs_new(0,0);
qbs *_FUNC_READSETTING_STRING_SECTION=NULL;
if (!_FUNC_READSETTING_STRING_SECTION)_FUNC_READSETTING_STRING_SECTION=qbs_new(0,0);
uint32 *_FUNC_READSETTING_ULONG_QUOTE=NULL;
if(_FUNC_READSETTING_ULONG_QUOTE==NULL){
_FUNC_READSETTING_ULONG_QUOTE=(uint32*)mem_static_malloc(4);
*_FUNC_READSETTING_ULONG_QUOTE=0;
}
uint32 *_FUNC_READSETTING_ULONG_COMMENT=NULL;
if(_FUNC_READSETTING_ULONG_COMMENT==NULL){
_FUNC_READSETTING_ULONG_COMMENT=(uint32*)mem_static_malloc(4);
*_FUNC_READSETTING_ULONG_COMMENT=0;
}
int32 *_FUNC_READSETTING_LONG_I=NULL;
if(_FUNC_READSETTING_LONG_I==NULL){
_FUNC_READSETTING_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_READSETTING_LONG_I=0;
}
uint32 *_FUNC_READSETTING_ULONG_FOUNDLF=NULL;
if(_FUNC_READSETTING_ULONG_FOUNDLF==NULL){
_FUNC_READSETTING_ULONG_FOUNDLF=(uint32*)mem_static_malloc(4);
*_FUNC_READSETTING_ULONG_FOUNDLF=0;
}
byte_element_struct *byte_element_3796=NULL;
if (!byte_element_3796){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3796=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3796=(byte_element_struct*)mem_static_malloc(12);
}
int64 fornext_value3796;
int64 fornext_finalvalue3796;
int64 fornext_step3796;
uint8 fornext_step_negative3796;
int64 fornext_value3798;
int64 fornext_finalvalue3798;
int64 fornext_step3798;
uint8 fornext_step_negative3798;
int64 fornext_value3800;
int64 fornext_finalvalue3800;
int64 fornext_step3800;
uint8 fornext_step_negative3800;
byte_element_struct *byte_element_3801=NULL;
if (!byte_element_3801){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3801=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3801=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_3802=NULL;
if (!byte_element_3802){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3802=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3802=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_3803=NULL;
if (!byte_element_3803){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3803=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3803=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_3804=NULL;
if (!byte_element_3804){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3804=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3804=(byte_element_struct*)mem_static_malloc(12);
}

View file

@ -1,101 +1,25 @@
qbs*oldstr3799=NULL;
if(_SUB_WRITESETTING_STRING_FILE->tmp||_SUB_WRITESETTING_STRING_FILE->fixed||_SUB_WRITESETTING_STRING_FILE->readonly){
oldstr3799=_SUB_WRITESETTING_STRING_FILE;
if (oldstr3799->cmem_descriptor){
_SUB_WRITESETTING_STRING_FILE=qbs_new_cmem(oldstr3799->len,0);
}else{
_SUB_WRITESETTING_STRING_FILE=qbs_new(oldstr3799->len,0);
qbs *_FUNC_INICURRENTSECTION_STRING_INICURRENTSECTION=NULL;
if (!_FUNC_INICURRENTSECTION_STRING_INICURRENTSECTION)_FUNC_INICURRENTSECTION_STRING_INICURRENTSECTION=qbs_new(0,0);
uint32 *_FUNC_INICURRENTSECTION_ULONG_GLOBALPOSITION=NULL;
if(_FUNC_INICURRENTSECTION_ULONG_GLOBALPOSITION==NULL){
_FUNC_INICURRENTSECTION_ULONG_GLOBALPOSITION=(uint32*)mem_static_malloc(4);
*_FUNC_INICURRENTSECTION_ULONG_GLOBALPOSITION=0;
}
memcpy(_SUB_WRITESETTING_STRING_FILE->chr,oldstr3799->chr,oldstr3799->len);
uint32 *_FUNC_INICURRENTSECTION_ULONG_I=NULL;
if(_FUNC_INICURRENTSECTION_ULONG_I==NULL){
_FUNC_INICURRENTSECTION_ULONG_I=(uint32*)mem_static_malloc(4);
*_FUNC_INICURRENTSECTION_ULONG_I=0;
}
qbs*oldstr3800=NULL;
if(_SUB_WRITESETTING_STRING___SECTION->tmp||_SUB_WRITESETTING_STRING___SECTION->fixed||_SUB_WRITESETTING_STRING___SECTION->readonly){
oldstr3800=_SUB_WRITESETTING_STRING___SECTION;
if (oldstr3800->cmem_descriptor){
_SUB_WRITESETTING_STRING___SECTION=qbs_new_cmem(oldstr3800->len,0);
}else{
_SUB_WRITESETTING_STRING___SECTION=qbs_new(oldstr3800->len,0);
uint32 *_FUNC_INICURRENTSECTION_ULONG_CLOSINGBRACKET=NULL;
if(_FUNC_INICURRENTSECTION_ULONG_CLOSINGBRACKET==NULL){
_FUNC_INICURRENTSECTION_ULONG_CLOSINGBRACKET=(uint32*)mem_static_malloc(4);
*_FUNC_INICURRENTSECTION_ULONG_CLOSINGBRACKET=0;
}
memcpy(_SUB_WRITESETTING_STRING___SECTION->chr,oldstr3800->chr,oldstr3800->len);
}
qbs*oldstr3801=NULL;
if(_SUB_WRITESETTING_STRING___KEY->tmp||_SUB_WRITESETTING_STRING___KEY->fixed||_SUB_WRITESETTING_STRING___KEY->readonly){
oldstr3801=_SUB_WRITESETTING_STRING___KEY;
if (oldstr3801->cmem_descriptor){
_SUB_WRITESETTING_STRING___KEY=qbs_new_cmem(oldstr3801->len,0);
}else{
_SUB_WRITESETTING_STRING___KEY=qbs_new(oldstr3801->len,0);
}
memcpy(_SUB_WRITESETTING_STRING___KEY->chr,oldstr3801->chr,oldstr3801->len);
}
qbs*oldstr3802=NULL;
if(_SUB_WRITESETTING_STRING___VALUE->tmp||_SUB_WRITESETTING_STRING___VALUE->fixed||_SUB_WRITESETTING_STRING___VALUE->readonly){
oldstr3802=_SUB_WRITESETTING_STRING___VALUE;
if (oldstr3802->cmem_descriptor){
_SUB_WRITESETTING_STRING___VALUE=qbs_new_cmem(oldstr3802->len,0);
}else{
_SUB_WRITESETTING_STRING___VALUE=qbs_new(oldstr3802->len,0);
}
memcpy(_SUB_WRITESETTING_STRING___VALUE->chr,oldstr3802->chr,oldstr3802->len);
}
qbs *_SUB_WRITESETTING_STRING_TEMPVALUE=NULL;
if (!_SUB_WRITESETTING_STRING_TEMPVALUE)_SUB_WRITESETTING_STRING_TEMPVALUE=qbs_new(0,0);
qbs *_SUB_WRITESETTING_STRING_SECTION=NULL;
if (!_SUB_WRITESETTING_STRING_SECTION)_SUB_WRITESETTING_STRING_SECTION=qbs_new(0,0);
qbs *_SUB_WRITESETTING_STRING_KEY=NULL;
if (!_SUB_WRITESETTING_STRING_KEY)_SUB_WRITESETTING_STRING_KEY=qbs_new(0,0);
qbs *_SUB_WRITESETTING_STRING_VALUE=NULL;
if (!_SUB_WRITESETTING_STRING_VALUE)_SUB_WRITESETTING_STRING_VALUE=qbs_new(0,0);
uint32 *_SUB_WRITESETTING_ULONG_NEXTLINE=NULL;
if(_SUB_WRITESETTING_ULONG_NEXTLINE==NULL){
_SUB_WRITESETTING_ULONG_NEXTLINE=(uint32*)mem_static_malloc(4);
*_SUB_WRITESETTING_ULONG_NEXTLINE=0;
}
uint32 *_SUB_WRITESETTING_ULONG_BRACKET1=NULL;
if(_SUB_WRITESETTING_ULONG_BRACKET1==NULL){
_SUB_WRITESETTING_ULONG_BRACKET1=(uint32*)mem_static_malloc(4);
*_SUB_WRITESETTING_ULONG_BRACKET1=0;
}
uint32 *_SUB_WRITESETTING_ULONG_BEGINSECTION=NULL;
if(_SUB_WRITESETTING_ULONG_BEGINSECTION==NULL){
_SUB_WRITESETTING_ULONG_BEGINSECTION=(uint32*)mem_static_malloc(4);
*_SUB_WRITESETTING_ULONG_BEGINSECTION=0;
}
uint32 *_SUB_WRITESETTING_ULONG_ENDSECTION=NULL;
if(_SUB_WRITESETTING_ULONG_ENDSECTION==NULL){
_SUB_WRITESETTING_ULONG_ENDSECTION=(uint32*)mem_static_malloc(4);
*_SUB_WRITESETTING_ULONG_ENDSECTION=0;
}
uint32 *_SUB_WRITESETTING_ULONG_I=NULL;
if(_SUB_WRITESETTING_ULONG_I==NULL){
_SUB_WRITESETTING_ULONG_I=(uint32*)mem_static_malloc(4);
*_SUB_WRITESETTING_ULONG_I=0;
}
int64 fornext_value3804;
int64 fornext_finalvalue3804;
int64 fornext_step3804;
uint8 fornext_step_negative3804;
int64 fornext_value3806;
int64 fornext_finalvalue3806;
int64 fornext_step3806;
uint8 fornext_step_negative3806;
byte_element_struct *byte_element_3807=NULL;
if (!byte_element_3807){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3807=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3807=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_3808=NULL;
if (!byte_element_3808){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3808=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3808=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_3809=NULL;
if (!byte_element_3809){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3809=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3809=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_3810=NULL;
if (!byte_element_3810){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3810=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3810=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_3811=NULL;
if (!byte_element_3811){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3811=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3811=(byte_element_struct*)mem_static_malloc(12);
}
int64 fornext_value3808;
int64 fornext_finalvalue3808;
int64 fornext_step3808;
uint8 fornext_step_negative3808;

View file

@ -0,0 +1,101 @@
qbs*oldstr3809=NULL;
if(_SUB_WRITESETTING_STRING_FILE->tmp||_SUB_WRITESETTING_STRING_FILE->fixed||_SUB_WRITESETTING_STRING_FILE->readonly){
oldstr3809=_SUB_WRITESETTING_STRING_FILE;
if (oldstr3809->cmem_descriptor){
_SUB_WRITESETTING_STRING_FILE=qbs_new_cmem(oldstr3809->len,0);
}else{
_SUB_WRITESETTING_STRING_FILE=qbs_new(oldstr3809->len,0);
}
memcpy(_SUB_WRITESETTING_STRING_FILE->chr,oldstr3809->chr,oldstr3809->len);
}
qbs*oldstr3810=NULL;
if(_SUB_WRITESETTING_STRING___SECTION->tmp||_SUB_WRITESETTING_STRING___SECTION->fixed||_SUB_WRITESETTING_STRING___SECTION->readonly){
oldstr3810=_SUB_WRITESETTING_STRING___SECTION;
if (oldstr3810->cmem_descriptor){
_SUB_WRITESETTING_STRING___SECTION=qbs_new_cmem(oldstr3810->len,0);
}else{
_SUB_WRITESETTING_STRING___SECTION=qbs_new(oldstr3810->len,0);
}
memcpy(_SUB_WRITESETTING_STRING___SECTION->chr,oldstr3810->chr,oldstr3810->len);
}
qbs*oldstr3811=NULL;
if(_SUB_WRITESETTING_STRING___KEY->tmp||_SUB_WRITESETTING_STRING___KEY->fixed||_SUB_WRITESETTING_STRING___KEY->readonly){
oldstr3811=_SUB_WRITESETTING_STRING___KEY;
if (oldstr3811->cmem_descriptor){
_SUB_WRITESETTING_STRING___KEY=qbs_new_cmem(oldstr3811->len,0);
}else{
_SUB_WRITESETTING_STRING___KEY=qbs_new(oldstr3811->len,0);
}
memcpy(_SUB_WRITESETTING_STRING___KEY->chr,oldstr3811->chr,oldstr3811->len);
}
qbs*oldstr3812=NULL;
if(_SUB_WRITESETTING_STRING___VALUE->tmp||_SUB_WRITESETTING_STRING___VALUE->fixed||_SUB_WRITESETTING_STRING___VALUE->readonly){
oldstr3812=_SUB_WRITESETTING_STRING___VALUE;
if (oldstr3812->cmem_descriptor){
_SUB_WRITESETTING_STRING___VALUE=qbs_new_cmem(oldstr3812->len,0);
}else{
_SUB_WRITESETTING_STRING___VALUE=qbs_new(oldstr3812->len,0);
}
memcpy(_SUB_WRITESETTING_STRING___VALUE->chr,oldstr3812->chr,oldstr3812->len);
}
qbs *_SUB_WRITESETTING_STRING_TEMPVALUE=NULL;
if (!_SUB_WRITESETTING_STRING_TEMPVALUE)_SUB_WRITESETTING_STRING_TEMPVALUE=qbs_new(0,0);
qbs *_SUB_WRITESETTING_STRING_SECTION=NULL;
if (!_SUB_WRITESETTING_STRING_SECTION)_SUB_WRITESETTING_STRING_SECTION=qbs_new(0,0);
qbs *_SUB_WRITESETTING_STRING_KEY=NULL;
if (!_SUB_WRITESETTING_STRING_KEY)_SUB_WRITESETTING_STRING_KEY=qbs_new(0,0);
qbs *_SUB_WRITESETTING_STRING_VALUE=NULL;
if (!_SUB_WRITESETTING_STRING_VALUE)_SUB_WRITESETTING_STRING_VALUE=qbs_new(0,0);
uint32 *_SUB_WRITESETTING_ULONG_NEXTLINE=NULL;
if(_SUB_WRITESETTING_ULONG_NEXTLINE==NULL){
_SUB_WRITESETTING_ULONG_NEXTLINE=(uint32*)mem_static_malloc(4);
*_SUB_WRITESETTING_ULONG_NEXTLINE=0;
}
uint32 *_SUB_WRITESETTING_ULONG_BRACKET1=NULL;
if(_SUB_WRITESETTING_ULONG_BRACKET1==NULL){
_SUB_WRITESETTING_ULONG_BRACKET1=(uint32*)mem_static_malloc(4);
*_SUB_WRITESETTING_ULONG_BRACKET1=0;
}
uint32 *_SUB_WRITESETTING_ULONG_BEGINSECTION=NULL;
if(_SUB_WRITESETTING_ULONG_BEGINSECTION==NULL){
_SUB_WRITESETTING_ULONG_BEGINSECTION=(uint32*)mem_static_malloc(4);
*_SUB_WRITESETTING_ULONG_BEGINSECTION=0;
}
uint32 *_SUB_WRITESETTING_ULONG_ENDSECTION=NULL;
if(_SUB_WRITESETTING_ULONG_ENDSECTION==NULL){
_SUB_WRITESETTING_ULONG_ENDSECTION=(uint32*)mem_static_malloc(4);
*_SUB_WRITESETTING_ULONG_ENDSECTION=0;
}
uint32 *_SUB_WRITESETTING_ULONG_I=NULL;
if(_SUB_WRITESETTING_ULONG_I==NULL){
_SUB_WRITESETTING_ULONG_I=(uint32*)mem_static_malloc(4);
*_SUB_WRITESETTING_ULONG_I=0;
}
int64 fornext_value3814;
int64 fornext_finalvalue3814;
int64 fornext_step3814;
uint8 fornext_step_negative3814;
int64 fornext_value3816;
int64 fornext_finalvalue3816;
int64 fornext_step3816;
uint8 fornext_step_negative3816;
byte_element_struct *byte_element_3817=NULL;
if (!byte_element_3817){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3817=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3817=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_3818=NULL;
if (!byte_element_3818){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3818=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3818=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_3819=NULL;
if (!byte_element_3819){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3819=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3819=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_3820=NULL;
if (!byte_element_3820){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3820=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3820=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_3821=NULL;
if (!byte_element_3821){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3821=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3821=(byte_element_struct*)mem_static_malloc(12);
}

View file

@ -1,7 +1,7 @@
byte_element_struct *byte_element_2364=NULL;
if (!byte_element_2364){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2364=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2364=(byte_element_struct*)mem_static_malloc(12);
byte_element_struct *byte_element_2368=NULL;
if (!byte_element_2368){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2368=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2368=(byte_element_struct*)mem_static_malloc(12);
}
int16 pass2365;
int16 pass2366;
int16 pass2367;
int16 pass2369;
int16 pass2370;
int16 pass2371;

View file

@ -1,19 +0,0 @@
qbs*oldstr3812=NULL;
if(_SUB_INILOAD_STRING_FILE->tmp||_SUB_INILOAD_STRING_FILE->fixed||_SUB_INILOAD_STRING_FILE->readonly){
oldstr3812=_SUB_INILOAD_STRING_FILE;
if (oldstr3812->cmem_descriptor){
_SUB_INILOAD_STRING_FILE=qbs_new_cmem(oldstr3812->len,0);
}else{
_SUB_INILOAD_STRING_FILE=qbs_new(oldstr3812->len,0);
}
memcpy(_SUB_INILOAD_STRING_FILE->chr,oldstr3812->chr,oldstr3812->len);
}
int16 *_SUB_INILOAD_INTEGER_FILENUM=NULL;
if(_SUB_INILOAD_INTEGER_FILENUM==NULL){
_SUB_INILOAD_INTEGER_FILENUM=(int16*)mem_static_malloc(2);
*_SUB_INILOAD_INTEGER_FILENUM=0;
}
byte_element_struct *byte_element_3813=NULL;
if (!byte_element_3813){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3813=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3813=(byte_element_struct*)mem_static_malloc(12);
}

View file

@ -1,15 +1,19 @@
int16 *_FUNC_CREATEBUF_INTEGER_CREATEBUF=NULL;
if(_FUNC_CREATEBUF_INTEGER_CREATEBUF==NULL){
_FUNC_CREATEBUF_INTEGER_CREATEBUF=(int16*)mem_static_malloc(2);
*_FUNC_CREATEBUF_INTEGER_CREATEBUF=0;
qbs*oldstr3822=NULL;
if(_SUB_INILOAD_STRING_FILE->tmp||_SUB_INILOAD_STRING_FILE->fixed||_SUB_INILOAD_STRING_FILE->readonly){
oldstr3822=_SUB_INILOAD_STRING_FILE;
if (oldstr3822->cmem_descriptor){
_SUB_INILOAD_STRING_FILE=qbs_new_cmem(oldstr3822->len,0);
}else{
_SUB_INILOAD_STRING_FILE=qbs_new(oldstr3822->len,0);
}
int32 *_FUNC_CREATEBUF_LONG_AUB=NULL;
if(_FUNC_CREATEBUF_LONG_AUB==NULL){
_FUNC_CREATEBUF_LONG_AUB=(int32*)mem_static_malloc(4);
*_FUNC_CREATEBUF_LONG_AUB=0;
memcpy(_SUB_INILOAD_STRING_FILE->chr,oldstr3822->chr,oldstr3822->len);
}
int32 *_FUNC_CREATEBUF_LONG_BUF=NULL;
if(_FUNC_CREATEBUF_LONG_BUF==NULL){
_FUNC_CREATEBUF_LONG_BUF=(int32*)mem_static_malloc(4);
*_FUNC_CREATEBUF_LONG_BUF=0;
int16 *_SUB_INILOAD_INTEGER_FILENUM=NULL;
if(_SUB_INILOAD_INTEGER_FILENUM==NULL){
_SUB_INILOAD_INTEGER_FILENUM=(int16*)mem_static_malloc(2);
*_SUB_INILOAD_INTEGER_FILENUM=0;
}
byte_element_struct *byte_element_3823=NULL;
if (!byte_element_3823){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3823=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3823=(byte_element_struct*)mem_static_malloc(12);
}

View file

@ -1,5 +1,15 @@
int32 *_SUB_DISPOSEBUF_LONG_BUF=NULL;
if(_SUB_DISPOSEBUF_LONG_BUF==NULL){
_SUB_DISPOSEBUF_LONG_BUF=(int32*)mem_static_malloc(4);
*_SUB_DISPOSEBUF_LONG_BUF=0;
int16 *_FUNC_CREATEBUF_INTEGER_CREATEBUF=NULL;
if(_FUNC_CREATEBUF_INTEGER_CREATEBUF==NULL){
_FUNC_CREATEBUF_INTEGER_CREATEBUF=(int16*)mem_static_malloc(2);
*_FUNC_CREATEBUF_INTEGER_CREATEBUF=0;
}
int32 *_FUNC_CREATEBUF_LONG_AUB=NULL;
if(_FUNC_CREATEBUF_LONG_AUB==NULL){
_FUNC_CREATEBUF_LONG_AUB=(int32*)mem_static_malloc(4);
*_FUNC_CREATEBUF_LONG_AUB=0;
}
int32 *_FUNC_CREATEBUF_LONG_BUF=NULL;
if(_FUNC_CREATEBUF_LONG_BUF==NULL){
_FUNC_CREATEBUF_LONG_BUF=(int32*)mem_static_malloc(4);
*_FUNC_CREATEBUF_LONG_BUF=0;
}

View file

@ -1,40 +1,5 @@
int16 *_FUNC_FILETOBUF_INTEGER_FILETOBUF=NULL;
if(_FUNC_FILETOBUF_INTEGER_FILETOBUF==NULL){
_FUNC_FILETOBUF_INTEGER_FILETOBUF=(int16*)mem_static_malloc(2);
*_FUNC_FILETOBUF_INTEGER_FILETOBUF=0;
}
qbs*oldstr3815=NULL;
if(_FUNC_FILETOBUF_STRING_FILESPEC->tmp||_FUNC_FILETOBUF_STRING_FILESPEC->fixed||_FUNC_FILETOBUF_STRING_FILESPEC->readonly){
oldstr3815=_FUNC_FILETOBUF_STRING_FILESPEC;
if (oldstr3815->cmem_descriptor){
_FUNC_FILETOBUF_STRING_FILESPEC=qbs_new_cmem(oldstr3815->len,0);
}else{
_FUNC_FILETOBUF_STRING_FILESPEC=qbs_new(oldstr3815->len,0);
}
memcpy(_FUNC_FILETOBUF_STRING_FILESPEC->chr,oldstr3815->chr,oldstr3815->len);
}
int16 *_FUNC_FILETOBUF_INTEGER_HAN=NULL;
if(_FUNC_FILETOBUF_INTEGER_HAN==NULL){
_FUNC_FILETOBUF_INTEGER_HAN=(int16*)mem_static_malloc(2);
*_FUNC_FILETOBUF_INTEGER_HAN=0;
}
int32 *_FUNC_FILETOBUF_LONG_BUF=NULL;
if(_FUNC_FILETOBUF_LONG_BUF==NULL){
_FUNC_FILETOBUF_LONG_BUF=(int32*)mem_static_malloc(4);
*_FUNC_FILETOBUF_LONG_BUF=0;
}
int16 *_FUNC_FILETOBUF_INTEGER_FF=NULL;
if(_FUNC_FILETOBUF_INTEGER_FF==NULL){
_FUNC_FILETOBUF_INTEGER_FF=(int16*)mem_static_malloc(2);
*_FUNC_FILETOBUF_INTEGER_FF=0;
}
int64 *_FUNC_FILETOBUF_INTEGER64_FL=NULL;
if(_FUNC_FILETOBUF_INTEGER64_FL==NULL){
_FUNC_FILETOBUF_INTEGER64_FL=(int64*)mem_static_malloc(8);
*_FUNC_FILETOBUF_INTEGER64_FL=0;
}
int32 *_FUNC_FILETOBUF_LONG_EXT=NULL;
if(_FUNC_FILETOBUF_LONG_EXT==NULL){
_FUNC_FILETOBUF_LONG_EXT=(int32*)mem_static_malloc(4);
*_FUNC_FILETOBUF_LONG_EXT=0;
int32 *_SUB_DISPOSEBUF_LONG_BUF=NULL;
if(_SUB_DISPOSEBUF_LONG_BUF==NULL){
_SUB_DISPOSEBUF_LONG_BUF=(int32*)mem_static_malloc(4);
*_SUB_DISPOSEBUF_LONG_BUF=0;
}

View file

@ -1,26 +1,40 @@
qbs*oldstr3816=NULL;
if(_SUB_BUFTOFILE_STRING_FILESPEC->tmp||_SUB_BUFTOFILE_STRING_FILESPEC->fixed||_SUB_BUFTOFILE_STRING_FILESPEC->readonly){
oldstr3816=_SUB_BUFTOFILE_STRING_FILESPEC;
if (oldstr3816->cmem_descriptor){
_SUB_BUFTOFILE_STRING_FILESPEC=qbs_new_cmem(oldstr3816->len,0);
int16 *_FUNC_FILETOBUF_INTEGER_FILETOBUF=NULL;
if(_FUNC_FILETOBUF_INTEGER_FILETOBUF==NULL){
_FUNC_FILETOBUF_INTEGER_FILETOBUF=(int16*)mem_static_malloc(2);
*_FUNC_FILETOBUF_INTEGER_FILETOBUF=0;
}
qbs*oldstr3825=NULL;
if(_FUNC_FILETOBUF_STRING_FILESPEC->tmp||_FUNC_FILETOBUF_STRING_FILESPEC->fixed||_FUNC_FILETOBUF_STRING_FILESPEC->readonly){
oldstr3825=_FUNC_FILETOBUF_STRING_FILESPEC;
if (oldstr3825->cmem_descriptor){
_FUNC_FILETOBUF_STRING_FILESPEC=qbs_new_cmem(oldstr3825->len,0);
}else{
_SUB_BUFTOFILE_STRING_FILESPEC=qbs_new(oldstr3816->len,0);
_FUNC_FILETOBUF_STRING_FILESPEC=qbs_new(oldstr3825->len,0);
}
memcpy(_SUB_BUFTOFILE_STRING_FILESPEC->chr,oldstr3816->chr,oldstr3816->len);
memcpy(_FUNC_FILETOBUF_STRING_FILESPEC->chr,oldstr3825->chr,oldstr3825->len);
}
int32 *_SUB_BUFTOFILE_LONG_BUF=NULL;
if(_SUB_BUFTOFILE_LONG_BUF==NULL){
_SUB_BUFTOFILE_LONG_BUF=(int32*)mem_static_malloc(4);
*_SUB_BUFTOFILE_LONG_BUF=0;
int16 *_FUNC_FILETOBUF_INTEGER_HAN=NULL;
if(_FUNC_FILETOBUF_INTEGER_HAN==NULL){
_FUNC_FILETOBUF_INTEGER_HAN=(int16*)mem_static_malloc(2);
*_FUNC_FILETOBUF_INTEGER_HAN=0;
}
int16 *_SUB_BUFTOFILE_INTEGER_FF=NULL;
if(_SUB_BUFTOFILE_INTEGER_FF==NULL){
_SUB_BUFTOFILE_INTEGER_FF=(int16*)mem_static_malloc(2);
*_SUB_BUFTOFILE_INTEGER_FF=0;
int32 *_FUNC_FILETOBUF_LONG_BUF=NULL;
if(_FUNC_FILETOBUF_LONG_BUF==NULL){
_FUNC_FILETOBUF_LONG_BUF=(int32*)mem_static_malloc(4);
*_FUNC_FILETOBUF_LONG_BUF=0;
}
qbs *_SUB_BUFTOFILE_STRING_DAT=NULL;
if (!_SUB_BUFTOFILE_STRING_DAT)_SUB_BUFTOFILE_STRING_DAT=qbs_new(0,0);
byte_element_struct *byte_element_3817=NULL;
if (!byte_element_3817){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3817=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3817=(byte_element_struct*)mem_static_malloc(12);
int16 *_FUNC_FILETOBUF_INTEGER_FF=NULL;
if(_FUNC_FILETOBUF_INTEGER_FF==NULL){
_FUNC_FILETOBUF_INTEGER_FF=(int16*)mem_static_malloc(2);
*_FUNC_FILETOBUF_INTEGER_FF=0;
}
int64 *_FUNC_FILETOBUF_INTEGER64_FL=NULL;
if(_FUNC_FILETOBUF_INTEGER64_FL==NULL){
_FUNC_FILETOBUF_INTEGER64_FL=(int64*)mem_static_malloc(8);
*_FUNC_FILETOBUF_INTEGER64_FL=0;
}
int32 *_FUNC_FILETOBUF_LONG_EXT=NULL;
if(_FUNC_FILETOBUF_LONG_EXT==NULL){
_FUNC_FILETOBUF_LONG_EXT=(int32*)mem_static_malloc(4);
*_FUNC_FILETOBUF_LONG_EXT=0;
}

View file

@ -1,33 +1,26 @@
qbs *_FUNC_READBUFLINE_STRING_READBUFLINE=NULL;
if (!_FUNC_READBUFLINE_STRING_READBUFLINE)_FUNC_READBUFLINE_STRING_READBUFLINE=qbs_new(0,0);
int32 *_FUNC_READBUFLINE_LONG_BUF=NULL;
if(_FUNC_READBUFLINE_LONG_BUF==NULL){
_FUNC_READBUFLINE_LONG_BUF=(int32*)mem_static_malloc(4);
*_FUNC_READBUFLINE_LONG_BUF=0;
qbs*oldstr3826=NULL;
if(_SUB_BUFTOFILE_STRING_FILESPEC->tmp||_SUB_BUFTOFILE_STRING_FILESPEC->fixed||_SUB_BUFTOFILE_STRING_FILESPEC->readonly){
oldstr3826=_SUB_BUFTOFILE_STRING_FILESPEC;
if (oldstr3826->cmem_descriptor){
_SUB_BUFTOFILE_STRING_FILESPEC=qbs_new_cmem(oldstr3826->len,0);
}else{
_SUB_BUFTOFILE_STRING_FILESPEC=qbs_new(oldstr3826->len,0);
}
int32 *_FUNC_READBUFLINE_LONG_CUR=NULL;
if(_FUNC_READBUFLINE_LONG_CUR==NULL){
_FUNC_READBUFLINE_LONG_CUR=(int32*)mem_static_malloc(4);
*_FUNC_READBUFLINE_LONG_CUR=0;
memcpy(_SUB_BUFTOFILE_STRING_FILESPEC->chr,oldstr3826->chr,oldstr3826->len);
}
int64 *_FUNC_READBUFLINE_INTEGER64_CBL=NULL;
if(_FUNC_READBUFLINE_INTEGER64_CBL==NULL){
_FUNC_READBUFLINE_INTEGER64_CBL=(int64*)mem_static_malloc(8);
*_FUNC_READBUFLINE_INTEGER64_CBL=0;
int32 *_SUB_BUFTOFILE_LONG_BUF=NULL;
if(_SUB_BUFTOFILE_LONG_BUF==NULL){
_SUB_BUFTOFILE_LONG_BUF=(int32*)mem_static_malloc(4);
*_SUB_BUFTOFILE_LONG_BUF=0;
}
qbs *_FUNC_READBUFLINE_STRING_BRC=NULL;
if (!_FUNC_READBUFLINE_STRING_BRC)_FUNC_READBUFLINE_STRING_BRC=qbs_new(0,0);
int16 *_FUNC_READBUFLINE_INTEGER_BRL=NULL;
if(_FUNC_READBUFLINE_INTEGER_BRL==NULL){
_FUNC_READBUFLINE_INTEGER_BRL=(int16*)mem_static_malloc(2);
*_FUNC_READBUFLINE_INTEGER_BRL=0;
int16 *_SUB_BUFTOFILE_INTEGER_FF=NULL;
if(_SUB_BUFTOFILE_INTEGER_FF==NULL){
_SUB_BUFTOFILE_INTEGER_FF=(int16*)mem_static_malloc(2);
*_SUB_BUFTOFILE_INTEGER_FF=0;
}
int32 *_FUNC_READBUFLINE_LONG_EOL=NULL;
if(_FUNC_READBUFLINE_LONG_EOL==NULL){
_FUNC_READBUFLINE_LONG_EOL=(int32*)mem_static_malloc(4);
*_FUNC_READBUFLINE_LONG_EOL=0;
}
byte_element_struct *byte_element_3818=NULL;
if (!byte_element_3818){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3818=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3818=(byte_element_struct*)mem_static_malloc(12);
qbs *_SUB_BUFTOFILE_STRING_DAT=NULL;
if (!_SUB_BUFTOFILE_STRING_DAT)_SUB_BUFTOFILE_STRING_DAT=qbs_new(0,0);
byte_element_struct *byte_element_3827=NULL;
if (!byte_element_3827){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3827=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3827=(byte_element_struct*)mem_static_malloc(12);
}

View file

@ -1,64 +1,33 @@
qbs*oldstr3819=NULL;
if(_SUB_WRITEBUFLINE_STRING_TEXT->tmp||_SUB_WRITEBUFLINE_STRING_TEXT->fixed||_SUB_WRITEBUFLINE_STRING_TEXT->readonly){
oldstr3819=_SUB_WRITEBUFLINE_STRING_TEXT;
if (oldstr3819->cmem_descriptor){
_SUB_WRITEBUFLINE_STRING_TEXT=qbs_new_cmem(oldstr3819->len,0);
}else{
_SUB_WRITEBUFLINE_STRING_TEXT=qbs_new(oldstr3819->len,0);
qbs *_FUNC_READBUFLINE_STRING_READBUFLINE=NULL;
if (!_FUNC_READBUFLINE_STRING_READBUFLINE)_FUNC_READBUFLINE_STRING_READBUFLINE=qbs_new(0,0);
int32 *_FUNC_READBUFLINE_LONG_BUF=NULL;
if(_FUNC_READBUFLINE_LONG_BUF==NULL){
_FUNC_READBUFLINE_LONG_BUF=(int32*)mem_static_malloc(4);
*_FUNC_READBUFLINE_LONG_BUF=0;
}
memcpy(_SUB_WRITEBUFLINE_STRING_TEXT->chr,oldstr3819->chr,oldstr3819->len);
int32 *_FUNC_READBUFLINE_LONG_CUR=NULL;
if(_FUNC_READBUFLINE_LONG_CUR==NULL){
_FUNC_READBUFLINE_LONG_CUR=(int32*)mem_static_malloc(4);
*_FUNC_READBUFLINE_LONG_CUR=0;
}
int32 *_SUB_WRITEBUFLINE_LONG_BUF=NULL;
if(_SUB_WRITEBUFLINE_LONG_BUF==NULL){
_SUB_WRITEBUFLINE_LONG_BUF=(int32*)mem_static_malloc(4);
*_SUB_WRITEBUFLINE_LONG_BUF=0;
int64 *_FUNC_READBUFLINE_INTEGER64_CBL=NULL;
if(_FUNC_READBUFLINE_INTEGER64_CBL==NULL){
_FUNC_READBUFLINE_INTEGER64_CBL=(int64*)mem_static_malloc(8);
*_FUNC_READBUFLINE_INTEGER64_CBL=0;
}
int32 *_SUB_WRITEBUFLINE_LONG_CUR=NULL;
if(_SUB_WRITEBUFLINE_LONG_CUR==NULL){
_SUB_WRITEBUFLINE_LONG_CUR=(int32*)mem_static_malloc(4);
*_SUB_WRITEBUFLINE_LONG_CUR=0;
qbs *_FUNC_READBUFLINE_STRING_BRC=NULL;
if (!_FUNC_READBUFLINE_STRING_BRC)_FUNC_READBUFLINE_STRING_BRC=qbs_new(0,0);
int16 *_FUNC_READBUFLINE_INTEGER_BRL=NULL;
if(_FUNC_READBUFLINE_INTEGER_BRL==NULL){
_FUNC_READBUFLINE_INTEGER_BRL=(int16*)mem_static_malloc(2);
*_FUNC_READBUFLINE_INTEGER_BRL=0;
}
int32 *_SUB_WRITEBUFLINE_LONG_TXL=NULL;
if(_SUB_WRITEBUFLINE_LONG_TXL==NULL){
_SUB_WRITEBUFLINE_LONG_TXL=(int32*)mem_static_malloc(4);
*_SUB_WRITEBUFLINE_LONG_TXL=0;
int32 *_FUNC_READBUFLINE_LONG_EOL=NULL;
if(_FUNC_READBUFLINE_LONG_EOL==NULL){
_FUNC_READBUFLINE_LONG_EOL=(int32*)mem_static_malloc(4);
*_FUNC_READBUFLINE_LONG_EOL=0;
}
qbs *_SUB_WRITEBUFLINE_STRING_BRC=NULL;
if (!_SUB_WRITEBUFLINE_STRING_BRC)_SUB_WRITEBUFLINE_STRING_BRC=qbs_new(0,0);
int16 *_SUB_WRITEBUFLINE_INTEGER_BRL=NULL;
if(_SUB_WRITEBUFLINE_INTEGER_BRL==NULL){
_SUB_WRITEBUFLINE_INTEGER_BRL=(int16*)mem_static_malloc(2);
*_SUB_WRITEBUFLINE_INTEGER_BRL=0;
}
int64 *_SUB_WRITEBUFLINE_INTEGER64_CBL=NULL;
if(_SUB_WRITEBUFLINE_INTEGER64_CBL==NULL){
_SUB_WRITEBUFLINE_INTEGER64_CBL=(int64*)mem_static_malloc(8);
*_SUB_WRITEBUFLINE_INTEGER64_CBL=0;
}
int32 *_SUB_WRITEBUFLINE_LONG_CHG=NULL;
if(_SUB_WRITEBUFLINE_LONG_CHG==NULL){
_SUB_WRITEBUFLINE_LONG_CHG=(int32*)mem_static_malloc(4);
*_SUB_WRITEBUFLINE_LONG_CHG=0;
}
int32 *_SUB_WRITEBUFLINE_LONG_BSZ=NULL;
if(_SUB_WRITEBUFLINE_LONG_BSZ==NULL){
_SUB_WRITEBUFLINE_LONG_BSZ=(int32*)mem_static_malloc(4);
*_SUB_WRITEBUFLINE_LONG_BSZ=0;
}
int32 *_SUB_WRITEBUFLINE_LONG_EXT=NULL;
if(_SUB_WRITEBUFLINE_LONG_EXT==NULL){
_SUB_WRITEBUFLINE_LONG_EXT=(int32*)mem_static_malloc(4);
*_SUB_WRITEBUFLINE_LONG_EXT=0;
}
byte_element_struct *byte_element_3820=NULL;
if (!byte_element_3820){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3820=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3820=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_3821=NULL;
if (!byte_element_3821){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3821=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3821=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_3822=NULL;
if (!byte_element_3822){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3822=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3822=(byte_element_struct*)mem_static_malloc(12);
byte_element_struct *byte_element_3828=NULL;
if (!byte_element_3828){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3828=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3828=(byte_element_struct*)mem_static_malloc(12);
}

View file

@ -1,17 +1,64 @@
qbs *_FUNC_READBUFRAWDATA_STRING_READBUFRAWDATA=NULL;
if (!_FUNC_READBUFRAWDATA_STRING_READBUFRAWDATA)_FUNC_READBUFRAWDATA_STRING_READBUFRAWDATA=qbs_new(0,0);
int32 *_FUNC_READBUFRAWDATA_LONG_BUF=NULL;
if(_FUNC_READBUFRAWDATA_LONG_BUF==NULL){
_FUNC_READBUFRAWDATA_LONG_BUF=(int32*)mem_static_malloc(4);
*_FUNC_READBUFRAWDATA_LONG_BUF=0;
qbs*oldstr3829=NULL;
if(_SUB_WRITEBUFLINE_STRING_TEXT->tmp||_SUB_WRITEBUFLINE_STRING_TEXT->fixed||_SUB_WRITEBUFLINE_STRING_TEXT->readonly){
oldstr3829=_SUB_WRITEBUFLINE_STRING_TEXT;
if (oldstr3829->cmem_descriptor){
_SUB_WRITEBUFLINE_STRING_TEXT=qbs_new_cmem(oldstr3829->len,0);
}else{
_SUB_WRITEBUFLINE_STRING_TEXT=qbs_new(oldstr3829->len,0);
}
int32 *_FUNC_READBUFRAWDATA_LONG_CUR=NULL;
if(_FUNC_READBUFRAWDATA_LONG_CUR==NULL){
_FUNC_READBUFRAWDATA_LONG_CUR=(int32*)mem_static_malloc(4);
*_FUNC_READBUFRAWDATA_LONG_CUR=0;
memcpy(_SUB_WRITEBUFLINE_STRING_TEXT->chr,oldstr3829->chr,oldstr3829->len);
}
int32 *_FUNC_READBUFRAWDATA_LONG_EOB=NULL;
if(_FUNC_READBUFRAWDATA_LONG_EOB==NULL){
_FUNC_READBUFRAWDATA_LONG_EOB=(int32*)mem_static_malloc(4);
*_FUNC_READBUFRAWDATA_LONG_EOB=0;
int32 *_SUB_WRITEBUFLINE_LONG_BUF=NULL;
if(_SUB_WRITEBUFLINE_LONG_BUF==NULL){
_SUB_WRITEBUFLINE_LONG_BUF=(int32*)mem_static_malloc(4);
*_SUB_WRITEBUFLINE_LONG_BUF=0;
}
int32 *_SUB_WRITEBUFLINE_LONG_CUR=NULL;
if(_SUB_WRITEBUFLINE_LONG_CUR==NULL){
_SUB_WRITEBUFLINE_LONG_CUR=(int32*)mem_static_malloc(4);
*_SUB_WRITEBUFLINE_LONG_CUR=0;
}
int32 *_SUB_WRITEBUFLINE_LONG_TXL=NULL;
if(_SUB_WRITEBUFLINE_LONG_TXL==NULL){
_SUB_WRITEBUFLINE_LONG_TXL=(int32*)mem_static_malloc(4);
*_SUB_WRITEBUFLINE_LONG_TXL=0;
}
qbs *_SUB_WRITEBUFLINE_STRING_BRC=NULL;
if (!_SUB_WRITEBUFLINE_STRING_BRC)_SUB_WRITEBUFLINE_STRING_BRC=qbs_new(0,0);
int16 *_SUB_WRITEBUFLINE_INTEGER_BRL=NULL;
if(_SUB_WRITEBUFLINE_INTEGER_BRL==NULL){
_SUB_WRITEBUFLINE_INTEGER_BRL=(int16*)mem_static_malloc(2);
*_SUB_WRITEBUFLINE_INTEGER_BRL=0;
}
int64 *_SUB_WRITEBUFLINE_INTEGER64_CBL=NULL;
if(_SUB_WRITEBUFLINE_INTEGER64_CBL==NULL){
_SUB_WRITEBUFLINE_INTEGER64_CBL=(int64*)mem_static_malloc(8);
*_SUB_WRITEBUFLINE_INTEGER64_CBL=0;
}
int32 *_SUB_WRITEBUFLINE_LONG_CHG=NULL;
if(_SUB_WRITEBUFLINE_LONG_CHG==NULL){
_SUB_WRITEBUFLINE_LONG_CHG=(int32*)mem_static_malloc(4);
*_SUB_WRITEBUFLINE_LONG_CHG=0;
}
int32 *_SUB_WRITEBUFLINE_LONG_BSZ=NULL;
if(_SUB_WRITEBUFLINE_LONG_BSZ==NULL){
_SUB_WRITEBUFLINE_LONG_BSZ=(int32*)mem_static_malloc(4);
*_SUB_WRITEBUFLINE_LONG_BSZ=0;
}
int32 *_SUB_WRITEBUFLINE_LONG_EXT=NULL;
if(_SUB_WRITEBUFLINE_LONG_EXT==NULL){
_SUB_WRITEBUFLINE_LONG_EXT=(int32*)mem_static_malloc(4);
*_SUB_WRITEBUFLINE_LONG_EXT=0;
}
byte_element_struct *byte_element_3830=NULL;
if (!byte_element_3830){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3830=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3830=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_3831=NULL;
if (!byte_element_3831){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3831=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3831=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_3832=NULL;
if (!byte_element_3832){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3832=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3832=(byte_element_struct*)mem_static_malloc(12);
}

View file

@ -1,48 +1,36 @@
qbs*oldstr3824=NULL;
if(_SUB_WRITEBUFRAWDATA_STRING_RAWDATA->tmp||_SUB_WRITEBUFRAWDATA_STRING_RAWDATA->fixed||_SUB_WRITEBUFRAWDATA_STRING_RAWDATA->readonly){
oldstr3824=_SUB_WRITEBUFRAWDATA_STRING_RAWDATA;
if (oldstr3824->cmem_descriptor){
_SUB_WRITEBUFRAWDATA_STRING_RAWDATA=qbs_new_cmem(oldstr3824->len,0);
}else{
_SUB_WRITEBUFRAWDATA_STRING_RAWDATA=qbs_new(oldstr3824->len,0);
int32 *_SUB_DELETEBUFLINE_LONG_BUF=NULL;
if(_SUB_DELETEBUFLINE_LONG_BUF==NULL){
_SUB_DELETEBUFLINE_LONG_BUF=(int32*)mem_static_malloc(4);
*_SUB_DELETEBUFLINE_LONG_BUF=0;
}
memcpy(_SUB_WRITEBUFRAWDATA_STRING_RAWDATA->chr,oldstr3824->chr,oldstr3824->len);
int32 *_SUB_DELETEBUFLINE_LONG_CUR=NULL;
if(_SUB_DELETEBUFLINE_LONG_CUR==NULL){
_SUB_DELETEBUFLINE_LONG_CUR=(int32*)mem_static_malloc(4);
*_SUB_DELETEBUFLINE_LONG_CUR=0;
}
int32 *_SUB_WRITEBUFRAWDATA_LONG_BUF=NULL;
if(_SUB_WRITEBUFRAWDATA_LONG_BUF==NULL){
_SUB_WRITEBUFRAWDATA_LONG_BUF=(int32*)mem_static_malloc(4);
*_SUB_WRITEBUFRAWDATA_LONG_BUF=0;
int64 *_SUB_DELETEBUFLINE_INTEGER64_CBL=NULL;
if(_SUB_DELETEBUFLINE_INTEGER64_CBL==NULL){
_SUB_DELETEBUFLINE_INTEGER64_CBL=(int64*)mem_static_malloc(8);
*_SUB_DELETEBUFLINE_INTEGER64_CBL=0;
}
int32 *_SUB_WRITEBUFRAWDATA_LONG_CUR=NULL;
if(_SUB_WRITEBUFRAWDATA_LONG_CUR==NULL){
_SUB_WRITEBUFRAWDATA_LONG_CUR=(int32*)mem_static_malloc(4);
*_SUB_WRITEBUFRAWDATA_LONG_CUR=0;
qbs *_SUB_DELETEBUFLINE_STRING_BRC=NULL;
if (!_SUB_DELETEBUFLINE_STRING_BRC)_SUB_DELETEBUFLINE_STRING_BRC=qbs_new(0,0);
int16 *_SUB_DELETEBUFLINE_INTEGER_BRL=NULL;
if(_SUB_DELETEBUFLINE_INTEGER_BRL==NULL){
_SUB_DELETEBUFLINE_INTEGER_BRL=(int16*)mem_static_malloc(2);
*_SUB_DELETEBUFLINE_INTEGER_BRL=0;
}
int32 *_SUB_WRITEBUFRAWDATA_LONG_RDL=NULL;
if(_SUB_WRITEBUFRAWDATA_LONG_RDL==NULL){
_SUB_WRITEBUFRAWDATA_LONG_RDL=(int32*)mem_static_malloc(4);
*_SUB_WRITEBUFRAWDATA_LONG_RDL=0;
int32 *_SUB_DELETEBUFLINE_LONG_EOL=NULL;
if(_SUB_DELETEBUFLINE_LONG_EOL==NULL){
_SUB_DELETEBUFLINE_LONG_EOL=(int32*)mem_static_malloc(4);
*_SUB_DELETEBUFLINE_LONG_EOL=0;
}
int64 *_SUB_WRITEBUFRAWDATA_INTEGER64_CBL=NULL;
if(_SUB_WRITEBUFRAWDATA_INTEGER64_CBL==NULL){
_SUB_WRITEBUFRAWDATA_INTEGER64_CBL=(int64*)mem_static_malloc(8);
*_SUB_WRITEBUFRAWDATA_INTEGER64_CBL=0;
int32 *_SUB_DELETEBUFLINE_LONG_CHG=NULL;
if(_SUB_DELETEBUFLINE_LONG_CHG==NULL){
_SUB_DELETEBUFLINE_LONG_CHG=(int32*)mem_static_malloc(4);
*_SUB_DELETEBUFLINE_LONG_CHG=0;
}
int32 *_SUB_WRITEBUFRAWDATA_LONG_BSZ=NULL;
if(_SUB_WRITEBUFRAWDATA_LONG_BSZ==NULL){
_SUB_WRITEBUFRAWDATA_LONG_BSZ=(int32*)mem_static_malloc(4);
*_SUB_WRITEBUFRAWDATA_LONG_BSZ=0;
}
int32 *_SUB_WRITEBUFRAWDATA_LONG_EXT=NULL;
if(_SUB_WRITEBUFRAWDATA_LONG_EXT==NULL){
_SUB_WRITEBUFRAWDATA_LONG_EXT=(int32*)mem_static_malloc(4);
*_SUB_WRITEBUFRAWDATA_LONG_EXT=0;
}
byte_element_struct *byte_element_3825=NULL;
if (!byte_element_3825){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3825=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3825=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_3826=NULL;
if (!byte_element_3826){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3826=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3826=(byte_element_struct*)mem_static_malloc(12);
byte_element_struct *byte_element_3834=NULL;
if (!byte_element_3834){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3834=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3834=(byte_element_struct*)mem_static_malloc(12);
}

View file

@ -1,41 +1,17 @@
int32 *_FUNC_SEEKBUF_LONG_SEEKBUF=NULL;
if(_FUNC_SEEKBUF_LONG_SEEKBUF==NULL){
_FUNC_SEEKBUF_LONG_SEEKBUF=(int32*)mem_static_malloc(4);
*_FUNC_SEEKBUF_LONG_SEEKBUF=0;
qbs *_FUNC_READBUFRAWDATA_STRING_READBUFRAWDATA=NULL;
if (!_FUNC_READBUFRAWDATA_STRING_READBUFRAWDATA)_FUNC_READBUFRAWDATA_STRING_READBUFRAWDATA=qbs_new(0,0);
int32 *_FUNC_READBUFRAWDATA_LONG_BUF=NULL;
if(_FUNC_READBUFRAWDATA_LONG_BUF==NULL){
_FUNC_READBUFRAWDATA_LONG_BUF=(int32*)mem_static_malloc(4);
*_FUNC_READBUFRAWDATA_LONG_BUF=0;
}
int32 *_FUNC_SEEKBUF_LONG_BUF=NULL;
if(_FUNC_SEEKBUF_LONG_BUF==NULL){
_FUNC_SEEKBUF_LONG_BUF=(int32*)mem_static_malloc(4);
*_FUNC_SEEKBUF_LONG_BUF=0;
int32 *_FUNC_READBUFRAWDATA_LONG_CUR=NULL;
if(_FUNC_READBUFRAWDATA_LONG_CUR==NULL){
_FUNC_READBUFRAWDATA_LONG_CUR=(int32*)mem_static_malloc(4);
*_FUNC_READBUFRAWDATA_LONG_CUR=0;
}
int32 *_FUNC_SEEKBUF_LONG_CUR=NULL;
if(_FUNC_SEEKBUF_LONG_CUR==NULL){
_FUNC_SEEKBUF_LONG_CUR=(int32*)mem_static_malloc(4);
*_FUNC_SEEKBUF_LONG_CUR=0;
}
int32 *_FUNC_SEEKBUF_LONG_EOB=NULL;
if(_FUNC_SEEKBUF_LONG_EOB==NULL){
_FUNC_SEEKBUF_LONG_EOB=(int32*)mem_static_malloc(4);
*_FUNC_SEEKBUF_LONG_EOB=0;
}
qbs *_FUNC_SEEKBUF_STRING_BRC=NULL;
if (!_FUNC_SEEKBUF_STRING_BRC)_FUNC_SEEKBUF_STRING_BRC=qbs_new(0,0);
int16 *_FUNC_SEEKBUF_INTEGER_BRL=NULL;
if(_FUNC_SEEKBUF_INTEGER_BRL==NULL){
_FUNC_SEEKBUF_INTEGER_BRL=(int16*)mem_static_malloc(2);
*_FUNC_SEEKBUF_INTEGER_BRL=0;
}
int32 *_FUNC_SEEKBUF_LONG_ORIGIN=NULL;
if(_FUNC_SEEKBUF_LONG_ORIGIN==NULL){
_FUNC_SEEKBUF_LONG_ORIGIN=(int32*)mem_static_malloc(4);
*_FUNC_SEEKBUF_LONG_ORIGIN=0;
}
int32 *_FUNC_SEEKBUF_LONG_NEWPOS=NULL;
if(_FUNC_SEEKBUF_LONG_NEWPOS==NULL){
_FUNC_SEEKBUF_LONG_NEWPOS=(int32*)mem_static_malloc(4);
*_FUNC_SEEKBUF_LONG_NEWPOS=0;
}
byte_element_struct *byte_element_3828=NULL;
if (!byte_element_3828){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3828=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3828=(byte_element_struct*)mem_static_malloc(12);
int32 *_FUNC_READBUFRAWDATA_LONG_EOB=NULL;
if(_FUNC_READBUFRAWDATA_LONG_EOB==NULL){
_FUNC_READBUFRAWDATA_LONG_EOB=(int32*)mem_static_malloc(4);
*_FUNC_READBUFRAWDATA_LONG_EOB=0;
}

View file

@ -1,33 +1,33 @@
int16 pass2368;
int16 pass2369;
int16 pass2370;
int16 pass2372;
int16 pass2373;
int16 pass2374;
int32 *_SUB_CLOSEMAIN_LONG_I=NULL;
if(_SUB_CLOSEMAIN_LONG_I==NULL){
_SUB_CLOSEMAIN_LONG_I=(int32*)mem_static_malloc(4);
*_SUB_CLOSEMAIN_LONG_I=0;
}
int64 fornext_value2372;
int64 fornext_finalvalue2372;
int64 fornext_step2372;
uint8 fornext_step_negative2372;
int16 pass2373;
int16 pass2374;
int16 pass2375;
int16 pass2376;
int64 fornext_value2376;
int64 fornext_finalvalue2376;
int64 fornext_step2376;
uint8 fornext_step_negative2376;
int16 pass2377;
int16 pass2378;
int16 pass2379;
int16 pass2380;
int16 pass2381;
int64 fornext_value2383;
int64 fornext_finalvalue2383;
int64 fornext_step2383;
uint8 fornext_step_negative2383;
int16 pass2382;
int16 pass2383;
int16 pass2384;
int16 pass2385;
int16 pass2386;
int16 pass2387;
int64 fornext_value2387;
int64 fornext_finalvalue2387;
int64 fornext_step2387;
uint8 fornext_step_negative2387;
int16 pass2388;
int16 pass2389;
int16 pass2390;
int16 pass2391;
int16 pass2392;
int16 pass2393;
int16 pass2394;
int16 pass2395;

View file

@ -1,10 +1,48 @@
int32 *_FUNC_GETBUFPOS_LONG_GETBUFPOS=NULL;
if(_FUNC_GETBUFPOS_LONG_GETBUFPOS==NULL){
_FUNC_GETBUFPOS_LONG_GETBUFPOS=(int32*)mem_static_malloc(4);
*_FUNC_GETBUFPOS_LONG_GETBUFPOS=0;
qbs*oldstr3835=NULL;
if(_SUB_WRITEBUFRAWDATA_STRING_RAWDATA->tmp||_SUB_WRITEBUFRAWDATA_STRING_RAWDATA->fixed||_SUB_WRITEBUFRAWDATA_STRING_RAWDATA->readonly){
oldstr3835=_SUB_WRITEBUFRAWDATA_STRING_RAWDATA;
if (oldstr3835->cmem_descriptor){
_SUB_WRITEBUFRAWDATA_STRING_RAWDATA=qbs_new_cmem(oldstr3835->len,0);
}else{
_SUB_WRITEBUFRAWDATA_STRING_RAWDATA=qbs_new(oldstr3835->len,0);
}
int32 *_FUNC_GETBUFPOS_LONG_BUF=NULL;
if(_FUNC_GETBUFPOS_LONG_BUF==NULL){
_FUNC_GETBUFPOS_LONG_BUF=(int32*)mem_static_malloc(4);
*_FUNC_GETBUFPOS_LONG_BUF=0;
memcpy(_SUB_WRITEBUFRAWDATA_STRING_RAWDATA->chr,oldstr3835->chr,oldstr3835->len);
}
int32 *_SUB_WRITEBUFRAWDATA_LONG_BUF=NULL;
if(_SUB_WRITEBUFRAWDATA_LONG_BUF==NULL){
_SUB_WRITEBUFRAWDATA_LONG_BUF=(int32*)mem_static_malloc(4);
*_SUB_WRITEBUFRAWDATA_LONG_BUF=0;
}
int32 *_SUB_WRITEBUFRAWDATA_LONG_CUR=NULL;
if(_SUB_WRITEBUFRAWDATA_LONG_CUR==NULL){
_SUB_WRITEBUFRAWDATA_LONG_CUR=(int32*)mem_static_malloc(4);
*_SUB_WRITEBUFRAWDATA_LONG_CUR=0;
}
int32 *_SUB_WRITEBUFRAWDATA_LONG_RDL=NULL;
if(_SUB_WRITEBUFRAWDATA_LONG_RDL==NULL){
_SUB_WRITEBUFRAWDATA_LONG_RDL=(int32*)mem_static_malloc(4);
*_SUB_WRITEBUFRAWDATA_LONG_RDL=0;
}
int64 *_SUB_WRITEBUFRAWDATA_INTEGER64_CBL=NULL;
if(_SUB_WRITEBUFRAWDATA_INTEGER64_CBL==NULL){
_SUB_WRITEBUFRAWDATA_INTEGER64_CBL=(int64*)mem_static_malloc(8);
*_SUB_WRITEBUFRAWDATA_INTEGER64_CBL=0;
}
int32 *_SUB_WRITEBUFRAWDATA_LONG_BSZ=NULL;
if(_SUB_WRITEBUFRAWDATA_LONG_BSZ==NULL){
_SUB_WRITEBUFRAWDATA_LONG_BSZ=(int32*)mem_static_malloc(4);
*_SUB_WRITEBUFRAWDATA_LONG_BSZ=0;
}
int32 *_SUB_WRITEBUFRAWDATA_LONG_EXT=NULL;
if(_SUB_WRITEBUFRAWDATA_LONG_EXT==NULL){
_SUB_WRITEBUFRAWDATA_LONG_EXT=(int32*)mem_static_malloc(4);
*_SUB_WRITEBUFRAWDATA_LONG_EXT=0;
}
byte_element_struct *byte_element_3836=NULL;
if (!byte_element_3836){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3836=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3836=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_3837=NULL;
if (!byte_element_3837){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3837=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3837=(byte_element_struct*)mem_static_malloc(12);
}

View file

@ -1,10 +1,41 @@
int32 *_FUNC_GETBUFLEN_LONG_GETBUFLEN=NULL;
if(_FUNC_GETBUFLEN_LONG_GETBUFLEN==NULL){
_FUNC_GETBUFLEN_LONG_GETBUFLEN=(int32*)mem_static_malloc(4);
*_FUNC_GETBUFLEN_LONG_GETBUFLEN=0;
int32 *_FUNC_SEEKBUF_LONG_SEEKBUF=NULL;
if(_FUNC_SEEKBUF_LONG_SEEKBUF==NULL){
_FUNC_SEEKBUF_LONG_SEEKBUF=(int32*)mem_static_malloc(4);
*_FUNC_SEEKBUF_LONG_SEEKBUF=0;
}
int32 *_FUNC_GETBUFLEN_LONG_BUF=NULL;
if(_FUNC_GETBUFLEN_LONG_BUF==NULL){
_FUNC_GETBUFLEN_LONG_BUF=(int32*)mem_static_malloc(4);
*_FUNC_GETBUFLEN_LONG_BUF=0;
int32 *_FUNC_SEEKBUF_LONG_BUF=NULL;
if(_FUNC_SEEKBUF_LONG_BUF==NULL){
_FUNC_SEEKBUF_LONG_BUF=(int32*)mem_static_malloc(4);
*_FUNC_SEEKBUF_LONG_BUF=0;
}
int32 *_FUNC_SEEKBUF_LONG_CUR=NULL;
if(_FUNC_SEEKBUF_LONG_CUR==NULL){
_FUNC_SEEKBUF_LONG_CUR=(int32*)mem_static_malloc(4);
*_FUNC_SEEKBUF_LONG_CUR=0;
}
int32 *_FUNC_SEEKBUF_LONG_EOB=NULL;
if(_FUNC_SEEKBUF_LONG_EOB==NULL){
_FUNC_SEEKBUF_LONG_EOB=(int32*)mem_static_malloc(4);
*_FUNC_SEEKBUF_LONG_EOB=0;
}
qbs *_FUNC_SEEKBUF_STRING_BRC=NULL;
if (!_FUNC_SEEKBUF_STRING_BRC)_FUNC_SEEKBUF_STRING_BRC=qbs_new(0,0);
int16 *_FUNC_SEEKBUF_INTEGER_BRL=NULL;
if(_FUNC_SEEKBUF_INTEGER_BRL==NULL){
_FUNC_SEEKBUF_INTEGER_BRL=(int16*)mem_static_malloc(2);
*_FUNC_SEEKBUF_INTEGER_BRL=0;
}
int32 *_FUNC_SEEKBUF_LONG_ORIGIN=NULL;
if(_FUNC_SEEKBUF_LONG_ORIGIN==NULL){
_FUNC_SEEKBUF_LONG_ORIGIN=(int32*)mem_static_malloc(4);
*_FUNC_SEEKBUF_LONG_ORIGIN=0;
}
int32 *_FUNC_SEEKBUF_LONG_NEWPOS=NULL;
if(_FUNC_SEEKBUF_LONG_NEWPOS==NULL){
_FUNC_SEEKBUF_LONG_NEWPOS=(int32*)mem_static_malloc(4);
*_FUNC_SEEKBUF_LONG_NEWPOS=0;
}
byte_element_struct *byte_element_3839=NULL;
if (!byte_element_3839){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3839=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3839=(byte_element_struct*)mem_static_malloc(12);
}

View file

@ -1,5 +1,10 @@
int16 *_FUNC_ENDOFBUF_INTEGER_ENDOFBUF=NULL;
if(_FUNC_ENDOFBUF_INTEGER_ENDOFBUF==NULL){
_FUNC_ENDOFBUF_INTEGER_ENDOFBUF=(int16*)mem_static_malloc(2);
*_FUNC_ENDOFBUF_INTEGER_ENDOFBUF=0;
int32 *_FUNC_GETBUFPOS_LONG_GETBUFPOS=NULL;
if(_FUNC_GETBUFPOS_LONG_GETBUFPOS==NULL){
_FUNC_GETBUFPOS_LONG_GETBUFPOS=(int32*)mem_static_malloc(4);
*_FUNC_GETBUFPOS_LONG_GETBUFPOS=0;
}
int32 *_FUNC_GETBUFPOS_LONG_BUF=NULL;
if(_FUNC_GETBUFPOS_LONG_BUF==NULL){
_FUNC_GETBUFPOS_LONG_BUF=(int32*)mem_static_malloc(4);
*_FUNC_GETBUFPOS_LONG_BUF=0;
}

View file

@ -1,10 +1,10 @@
int16 *_FUNC_ISBUFCHANGED_INTEGER_ISBUFCHANGED=NULL;
if(_FUNC_ISBUFCHANGED_INTEGER_ISBUFCHANGED==NULL){
_FUNC_ISBUFCHANGED_INTEGER_ISBUFCHANGED=(int16*)mem_static_malloc(2);
*_FUNC_ISBUFCHANGED_INTEGER_ISBUFCHANGED=0;
int32 *_FUNC_GETBUFLEN_LONG_GETBUFLEN=NULL;
if(_FUNC_GETBUFLEN_LONG_GETBUFLEN==NULL){
_FUNC_GETBUFLEN_LONG_GETBUFLEN=(int32*)mem_static_malloc(4);
*_FUNC_GETBUFLEN_LONG_GETBUFLEN=0;
}
int32 *_FUNC_ISBUFCHANGED_LONG_BUF=NULL;
if(_FUNC_ISBUFCHANGED_LONG_BUF==NULL){
_FUNC_ISBUFCHANGED_LONG_BUF=(int32*)mem_static_malloc(4);
*_FUNC_ISBUFCHANGED_LONG_BUF=0;
int32 *_FUNC_GETBUFLEN_LONG_BUF=NULL;
if(_FUNC_GETBUFLEN_LONG_BUF==NULL){
_FUNC_GETBUFLEN_LONG_BUF=(int32*)mem_static_malloc(4);
*_FUNC_GETBUFLEN_LONG_BUF=0;
}

View file

@ -1,8 +1,5 @@
qbs *_FUNC_BUFEOLSEQ_STRING_BUFEOLSEQ=NULL;
if (!_FUNC_BUFEOLSEQ_STRING_BUFEOLSEQ)_FUNC_BUFEOLSEQ_STRING_BUFEOLSEQ=qbs_new(0,0);
int32 *_FUNC_BUFEOLSEQ_LONG_BUF=NULL;
if(_FUNC_BUFEOLSEQ_LONG_BUF==NULL){
_FUNC_BUFEOLSEQ_LONG_BUF=(int32*)mem_static_malloc(4);
*_FUNC_BUFEOLSEQ_LONG_BUF=0;
int16 *_FUNC_ENDOFBUF_INTEGER_ENDOFBUF=NULL;
if(_FUNC_ENDOFBUF_INTEGER_ENDOFBUF==NULL){
_FUNC_ENDOFBUF_INTEGER_ENDOFBUF=(int16*)mem_static_malloc(2);
*_FUNC_ENDOFBUF_INTEGER_ENDOFBUF=0;
}
static qbs *sc_3830=qbs_new(0,0);

View file

@ -1,46 +1,10 @@
int16 *_FUNC_OPENBUFFER_INTEGER_OPENBUFFER=NULL;
if(_FUNC_OPENBUFFER_INTEGER_OPENBUFFER==NULL){
_FUNC_OPENBUFFER_INTEGER_OPENBUFFER=(int16*)mem_static_malloc(2);
*_FUNC_OPENBUFFER_INTEGER_OPENBUFFER=0;
int16 *_FUNC_ISBUFCHANGED_INTEGER_ISBUFCHANGED=NULL;
if(_FUNC_ISBUFCHANGED_INTEGER_ISBUFCHANGED==NULL){
_FUNC_ISBUFCHANGED_INTEGER_ISBUFCHANGED=(int16*)mem_static_malloc(2);
*_FUNC_ISBUFCHANGED_INTEGER_ISBUFCHANGED=0;
}
qbs*oldstr3831=NULL;
if(_FUNC_OPENBUFFER_STRING_SBMODE->tmp||_FUNC_OPENBUFFER_STRING_SBMODE->fixed||_FUNC_OPENBUFFER_STRING_SBMODE->readonly){
oldstr3831=_FUNC_OPENBUFFER_STRING_SBMODE;
if (oldstr3831->cmem_descriptor){
_FUNC_OPENBUFFER_STRING_SBMODE=qbs_new_cmem(oldstr3831->len,0);
}else{
_FUNC_OPENBUFFER_STRING_SBMODE=qbs_new(oldstr3831->len,0);
int32 *_FUNC_ISBUFCHANGED_LONG_BUF=NULL;
if(_FUNC_ISBUFCHANGED_LONG_BUF==NULL){
_FUNC_ISBUFCHANGED_LONG_BUF=(int32*)mem_static_malloc(4);
*_FUNC_ISBUFCHANGED_LONG_BUF=0;
}
memcpy(_FUNC_OPENBUFFER_STRING_SBMODE->chr,oldstr3831->chr,oldstr3831->len);
}
qbs*oldstr3832=NULL;
if(_FUNC_OPENBUFFER_STRING_SBNAME->tmp||_FUNC_OPENBUFFER_STRING_SBNAME->fixed||_FUNC_OPENBUFFER_STRING_SBNAME->readonly){
oldstr3832=_FUNC_OPENBUFFER_STRING_SBNAME;
if (oldstr3832->cmem_descriptor){
_FUNC_OPENBUFFER_STRING_SBNAME=qbs_new_cmem(oldstr3832->len,0);
}else{
_FUNC_OPENBUFFER_STRING_SBNAME=qbs_new(oldstr3832->len,0);
}
memcpy(_FUNC_OPENBUFFER_STRING_SBNAME->chr,oldstr3832->chr,oldstr3832->len);
}
int16 *_FUNC_OPENBUFFER_INTEGER_BUF=NULL;
if(_FUNC_OPENBUFFER_INTEGER_BUF==NULL){
_FUNC_OPENBUFFER_INTEGER_BUF=(int16*)mem_static_malloc(2);
*_FUNC_OPENBUFFER_INTEGER_BUF=0;
}
int32 *_FUNC_OPENBUFFER_LONG_NUL=NULL;
if(_FUNC_OPENBUFFER_LONG_NUL==NULL){
_FUNC_OPENBUFFER_LONG_NUL=(int32*)mem_static_malloc(4);
*_FUNC_OPENBUFFER_LONG_NUL=0;
}
int32 fornext_value3834;
int32 fornext_finalvalue3834;
int32 fornext_step3834;
uint8 fornext_step_negative3834;
static qbs *sc_3835=qbs_new(0,0);
int32 pass3836;
int16 pass3837;
int32 pass3838;
int16 pass3839;
int32 pass3840;
int16 pass3841;

View file

@ -1,23 +1,8 @@
qbs*oldstr3842=NULL;
if(_SUB_CLEARBUFFERS_STRING_SBNAME->tmp||_SUB_CLEARBUFFERS_STRING_SBNAME->fixed||_SUB_CLEARBUFFERS_STRING_SBNAME->readonly){
oldstr3842=_SUB_CLEARBUFFERS_STRING_SBNAME;
if (oldstr3842->cmem_descriptor){
_SUB_CLEARBUFFERS_STRING_SBNAME=qbs_new_cmem(oldstr3842->len,0);
}else{
_SUB_CLEARBUFFERS_STRING_SBNAME=qbs_new(oldstr3842->len,0);
qbs *_FUNC_BUFEOLSEQ_STRING_BUFEOLSEQ=NULL;
if (!_FUNC_BUFEOLSEQ_STRING_BUFEOLSEQ)_FUNC_BUFEOLSEQ_STRING_BUFEOLSEQ=qbs_new(0,0);
int32 *_FUNC_BUFEOLSEQ_LONG_BUF=NULL;
if(_FUNC_BUFEOLSEQ_LONG_BUF==NULL){
_FUNC_BUFEOLSEQ_LONG_BUF=(int32*)mem_static_malloc(4);
*_FUNC_BUFEOLSEQ_LONG_BUF=0;
}
memcpy(_SUB_CLEARBUFFERS_STRING_SBNAME->chr,oldstr3842->chr,oldstr3842->len);
}
int16 *_SUB_CLEARBUFFERS_INTEGER_BUF=NULL;
if(_SUB_CLEARBUFFERS_INTEGER_BUF==NULL){
_SUB_CLEARBUFFERS_INTEGER_BUF=(int16*)mem_static_malloc(2);
*_SUB_CLEARBUFFERS_INTEGER_BUF=0;
}
int32 fornext_value3844;
int32 fornext_finalvalue3844;
int32 fornext_step3844;
uint8 fornext_step_negative3844;
int32 fornext_value3846;
int32 fornext_finalvalue3846;
int32 fornext_step3846;
uint8 fornext_step_negative3846;
static qbs *sc_3841=qbs_new(0,0);

View file

@ -1,23 +1,46 @@
qbs*oldstr3847=NULL;
if(_SUB_WRITEBUFFERS_STRING_SBNAME->tmp||_SUB_WRITEBUFFERS_STRING_SBNAME->fixed||_SUB_WRITEBUFFERS_STRING_SBNAME->readonly){
oldstr3847=_SUB_WRITEBUFFERS_STRING_SBNAME;
if (oldstr3847->cmem_descriptor){
_SUB_WRITEBUFFERS_STRING_SBNAME=qbs_new_cmem(oldstr3847->len,0);
int16 *_FUNC_OPENBUFFER_INTEGER_OPENBUFFER=NULL;
if(_FUNC_OPENBUFFER_INTEGER_OPENBUFFER==NULL){
_FUNC_OPENBUFFER_INTEGER_OPENBUFFER=(int16*)mem_static_malloc(2);
*_FUNC_OPENBUFFER_INTEGER_OPENBUFFER=0;
}
qbs*oldstr3842=NULL;
if(_FUNC_OPENBUFFER_STRING_SBMODE->tmp||_FUNC_OPENBUFFER_STRING_SBMODE->fixed||_FUNC_OPENBUFFER_STRING_SBMODE->readonly){
oldstr3842=_FUNC_OPENBUFFER_STRING_SBMODE;
if (oldstr3842->cmem_descriptor){
_FUNC_OPENBUFFER_STRING_SBMODE=qbs_new_cmem(oldstr3842->len,0);
}else{
_SUB_WRITEBUFFERS_STRING_SBNAME=qbs_new(oldstr3847->len,0);
_FUNC_OPENBUFFER_STRING_SBMODE=qbs_new(oldstr3842->len,0);
}
memcpy(_SUB_WRITEBUFFERS_STRING_SBNAME->chr,oldstr3847->chr,oldstr3847->len);
memcpy(_FUNC_OPENBUFFER_STRING_SBMODE->chr,oldstr3842->chr,oldstr3842->len);
}
int16 *_SUB_WRITEBUFFERS_INTEGER_BUF=NULL;
if(_SUB_WRITEBUFFERS_INTEGER_BUF==NULL){
_SUB_WRITEBUFFERS_INTEGER_BUF=(int16*)mem_static_malloc(2);
*_SUB_WRITEBUFFERS_INTEGER_BUF=0;
qbs*oldstr3843=NULL;
if(_FUNC_OPENBUFFER_STRING_SBNAME->tmp||_FUNC_OPENBUFFER_STRING_SBNAME->fixed||_FUNC_OPENBUFFER_STRING_SBNAME->readonly){
oldstr3843=_FUNC_OPENBUFFER_STRING_SBNAME;
if (oldstr3843->cmem_descriptor){
_FUNC_OPENBUFFER_STRING_SBNAME=qbs_new_cmem(oldstr3843->len,0);
}else{
_FUNC_OPENBUFFER_STRING_SBNAME=qbs_new(oldstr3843->len,0);
}
int32 fornext_value3849;
int32 fornext_finalvalue3849;
int32 fornext_step3849;
uint8 fornext_step_negative3849;
int32 fornext_value3851;
int32 fornext_finalvalue3851;
int32 fornext_step3851;
uint8 fornext_step_negative3851;
memcpy(_FUNC_OPENBUFFER_STRING_SBNAME->chr,oldstr3843->chr,oldstr3843->len);
}
int16 *_FUNC_OPENBUFFER_INTEGER_BUF=NULL;
if(_FUNC_OPENBUFFER_INTEGER_BUF==NULL){
_FUNC_OPENBUFFER_INTEGER_BUF=(int16*)mem_static_malloc(2);
*_FUNC_OPENBUFFER_INTEGER_BUF=0;
}
int32 *_FUNC_OPENBUFFER_LONG_NUL=NULL;
if(_FUNC_OPENBUFFER_LONG_NUL==NULL){
_FUNC_OPENBUFFER_LONG_NUL=(int32*)mem_static_malloc(4);
*_FUNC_OPENBUFFER_LONG_NUL=0;
}
int32 fornext_value3845;
int32 fornext_finalvalue3845;
int32 fornext_step3845;
uint8 fornext_step_negative3845;
static qbs *sc_3846=qbs_new(0,0);
int32 pass3847;
int16 pass3848;
int32 pass3849;
int16 pass3850;
int32 pass3851;
int16 pass3852;

View file

@ -1,44 +1,23 @@
qbs *_FUNC_EVALUATE_EXPRESSION_STRING_EVALUATE_EXPRESSION=NULL;
if (!_FUNC_EVALUATE_EXPRESSION_STRING_EVALUATE_EXPRESSION)_FUNC_EVALUATE_EXPRESSION_STRING_EVALUATE_EXPRESSION=qbs_new(0,0);
qbs*oldstr3852=NULL;
if(_FUNC_EVALUATE_EXPRESSION_STRING_E->tmp||_FUNC_EVALUATE_EXPRESSION_STRING_E->fixed||_FUNC_EVALUATE_EXPRESSION_STRING_E->readonly){
oldstr3852=_FUNC_EVALUATE_EXPRESSION_STRING_E;
if (oldstr3852->cmem_descriptor){
_FUNC_EVALUATE_EXPRESSION_STRING_E=qbs_new_cmem(oldstr3852->len,0);
qbs*oldstr3853=NULL;
if(_SUB_CLEARBUFFERS_STRING_SBNAME->tmp||_SUB_CLEARBUFFERS_STRING_SBNAME->fixed||_SUB_CLEARBUFFERS_STRING_SBNAME->readonly){
oldstr3853=_SUB_CLEARBUFFERS_STRING_SBNAME;
if (oldstr3853->cmem_descriptor){
_SUB_CLEARBUFFERS_STRING_SBNAME=qbs_new_cmem(oldstr3853->len,0);
}else{
_FUNC_EVALUATE_EXPRESSION_STRING_E=qbs_new(oldstr3852->len,0);
_SUB_CLEARBUFFERS_STRING_SBNAME=qbs_new(oldstr3853->len,0);
}
memcpy(_FUNC_EVALUATE_EXPRESSION_STRING_E->chr,oldstr3852->chr,oldstr3852->len);
memcpy(_SUB_CLEARBUFFERS_STRING_SBNAME->chr,oldstr3853->chr,oldstr3853->len);
}
qbs *_FUNC_EVALUATE_EXPRESSION_STRING_T=NULL;
if (!_FUNC_EVALUATE_EXPRESSION_STRING_T)_FUNC_EVALUATE_EXPRESSION_STRING_T=qbs_new(0,0);
qbs *_FUNC_EVALUATE_EXPRESSION_STRING_EXP=NULL;
if (!_FUNC_EVALUATE_EXPRESSION_STRING_EXP)_FUNC_EVALUATE_EXPRESSION_STRING_EXP=qbs_new(0,0);
int32 *_FUNC_EVALUATE_EXPRESSION_LONG_EVAL_E=NULL;
if(_FUNC_EVALUATE_EXPRESSION_LONG_EVAL_E==NULL){
_FUNC_EVALUATE_EXPRESSION_LONG_EVAL_E=(int32*)mem_static_malloc(4);
*_FUNC_EVALUATE_EXPRESSION_LONG_EVAL_E=0;
int16 *_SUB_CLEARBUFFERS_INTEGER_BUF=NULL;
if(_SUB_CLEARBUFFERS_INTEGER_BUF==NULL){
_SUB_CLEARBUFFERS_INTEGER_BUF=(int16*)mem_static_malloc(2);
*_SUB_CLEARBUFFERS_INTEGER_BUF=0;
}
int32 *_FUNC_EVALUATE_EXPRESSION_LONG_C=NULL;
if(_FUNC_EVALUATE_EXPRESSION_LONG_C==NULL){
_FUNC_EVALUATE_EXPRESSION_LONG_C=(int32*)mem_static_malloc(4);
*_FUNC_EVALUATE_EXPRESSION_LONG_C=0;
}
qbs *_FUNC_EVALUATE_EXPRESSION_STRING_EVAL=NULL;
if (!_FUNC_EVALUATE_EXPRESSION_STRING_EVAL)_FUNC_EVALUATE_EXPRESSION_STRING_EVAL=qbs_new(0,0);
int32 pass3854;
int32 pass3855;
int32 *_FUNC_EVALUATE_EXPRESSION_LONG_FUNCOP=NULL;
if(_FUNC_EVALUATE_EXPRESSION_LONG_FUNCOP==NULL){
_FUNC_EVALUATE_EXPRESSION_LONG_FUNCOP=(int32*)mem_static_malloc(4);
*_FUNC_EVALUATE_EXPRESSION_LONG_FUNCOP=0;
}
int32 pass3856;
qbs *_FUNC_EVALUATE_EXPRESSION_STRING_LEFTELE=NULL;
if (!_FUNC_EVALUATE_EXPRESSION_STRING_LEFTELE)_FUNC_EVALUATE_EXPRESSION_STRING_LEFTELE=qbs_new(0,0);
int32 pass3857;
int32 pass3858;
qbs *_FUNC_EVALUATE_EXPRESSION_STRING_RIGHTELE=NULL;
if (!_FUNC_EVALUATE_EXPRESSION_STRING_RIGHTELE)_FUNC_EVALUATE_EXPRESSION_STRING_RIGHTELE=qbs_new(0,0);
int32 pass3859;
int32 pass3860;
int32 fornext_value3855;
int32 fornext_finalvalue3855;
int32 fornext_step3855;
uint8 fornext_step_negative3855;
int32 fornext_value3857;
int32 fornext_finalvalue3857;
int32 fornext_step3857;
uint8 fornext_step_negative3857;

View file

@ -1,22 +1,23 @@
qbs*oldstr3861=NULL;
if(_SUB_FINDINNERPARENS_STRING_EXP->tmp||_SUB_FINDINNERPARENS_STRING_EXP->fixed||_SUB_FINDINNERPARENS_STRING_EXP->readonly){
oldstr3861=_SUB_FINDINNERPARENS_STRING_EXP;
if (oldstr3861->cmem_descriptor){
_SUB_FINDINNERPARENS_STRING_EXP=qbs_new_cmem(oldstr3861->len,0);
qbs*oldstr3858=NULL;
if(_SUB_WRITEBUFFERS_STRING_SBNAME->tmp||_SUB_WRITEBUFFERS_STRING_SBNAME->fixed||_SUB_WRITEBUFFERS_STRING_SBNAME->readonly){
oldstr3858=_SUB_WRITEBUFFERS_STRING_SBNAME;
if (oldstr3858->cmem_descriptor){
_SUB_WRITEBUFFERS_STRING_SBNAME=qbs_new_cmem(oldstr3858->len,0);
}else{
_SUB_FINDINNERPARENS_STRING_EXP=qbs_new(oldstr3861->len,0);
_SUB_WRITEBUFFERS_STRING_SBNAME=qbs_new(oldstr3858->len,0);
}
memcpy(_SUB_FINDINNERPARENS_STRING_EXP->chr,oldstr3861->chr,oldstr3861->len);
memcpy(_SUB_WRITEBUFFERS_STRING_SBNAME->chr,oldstr3858->chr,oldstr3858->len);
}
int32 *_SUB_FINDINNERPARENS_LONG_STRINDEX=NULL;
if(_SUB_FINDINNERPARENS_LONG_STRINDEX==NULL){
_SUB_FINDINNERPARENS_LONG_STRINDEX=(int32*)mem_static_malloc(4);
*_SUB_FINDINNERPARENS_LONG_STRINDEX=0;
int16 *_SUB_WRITEBUFFERS_INTEGER_BUF=NULL;
if(_SUB_WRITEBUFFERS_INTEGER_BUF==NULL){
_SUB_WRITEBUFFERS_INTEGER_BUF=(int16*)mem_static_malloc(2);
*_SUB_WRITEBUFFERS_INTEGER_BUF=0;
}
int32 *_SUB_FINDINNERPARENS_LONG_PAREN=NULL;
if(_SUB_FINDINNERPARENS_LONG_PAREN==NULL){
_SUB_FINDINNERPARENS_LONG_PAREN=(int32*)mem_static_malloc(4);
*_SUB_FINDINNERPARENS_LONG_PAREN=0;
}
qbs *_SUB_FINDINNERPARENS_STRING_ELE=NULL;
if (!_SUB_FINDINNERPARENS_STRING_ELE)_SUB_FINDINNERPARENS_STRING_ELE=qbs_new(0,0);
int32 fornext_value3860;
int32 fornext_finalvalue3860;
int32 fornext_step3860;
uint8 fornext_step_negative3860;
int32 fornext_value3862;
int32 fornext_finalvalue3862;
int32 fornext_step3862;
uint8 fornext_step_negative3862;

View file

@ -3,15 +3,15 @@ if(_FUNC_COUNTELEMENTS_LONG_COUNTELEMENTS==NULL){
_FUNC_COUNTELEMENTS_LONG_COUNTELEMENTS=(int32*)mem_static_malloc(4);
*_FUNC_COUNTELEMENTS_LONG_COUNTELEMENTS=0;
}
qbs*oldstr2392=NULL;
qbs*oldstr2396=NULL;
if(_FUNC_COUNTELEMENTS_STRING_A->tmp||_FUNC_COUNTELEMENTS_STRING_A->fixed||_FUNC_COUNTELEMENTS_STRING_A->readonly){
oldstr2392=_FUNC_COUNTELEMENTS_STRING_A;
if (oldstr2392->cmem_descriptor){
_FUNC_COUNTELEMENTS_STRING_A=qbs_new_cmem(oldstr2392->len,0);
oldstr2396=_FUNC_COUNTELEMENTS_STRING_A;
if (oldstr2396->cmem_descriptor){
_FUNC_COUNTELEMENTS_STRING_A=qbs_new_cmem(oldstr2396->len,0);
}else{
_FUNC_COUNTELEMENTS_STRING_A=qbs_new(oldstr2392->len,0);
_FUNC_COUNTELEMENTS_STRING_A=qbs_new(oldstr2396->len,0);
}
memcpy(_FUNC_COUNTELEMENTS_STRING_A->chr,oldstr2392->chr,oldstr2392->len);
memcpy(_FUNC_COUNTELEMENTS_STRING_A->chr,oldstr2396->chr,oldstr2396->len);
}
int32 *_FUNC_COUNTELEMENTS_LONG_N=NULL;
if(_FUNC_COUNTELEMENTS_LONG_N==NULL){
@ -28,10 +28,10 @@ if(_FUNC_COUNTELEMENTS_LONG_I==NULL){
_FUNC_COUNTELEMENTS_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_COUNTELEMENTS_LONG_I=0;
}
int64 fornext_value2394;
int64 fornext_finalvalue2394;
int64 fornext_step2394;
uint8 fornext_step_negative2394;
int64 fornext_value2398;
int64 fornext_finalvalue2398;
int64 fornext_step2398;
uint8 fornext_step_negative2398;
qbs *_FUNC_COUNTELEMENTS_STRING_E=NULL;
if (!_FUNC_COUNTELEMENTS_STRING_E)_FUNC_COUNTELEMENTS_STRING_E=qbs_new(0,0);
int32 *_FUNC_COUNTELEMENTS_LONG_B=NULL;

View file

@ -1,22 +1,44 @@
int32 *_FUNC_COMMAEXPRESSION_LONG_COMMAEXPRESSION=NULL;
if(_FUNC_COMMAEXPRESSION_LONG_COMMAEXPRESSION==NULL){
_FUNC_COMMAEXPRESSION_LONG_COMMAEXPRESSION=(int32*)mem_static_malloc(4);
*_FUNC_COMMAEXPRESSION_LONG_COMMAEXPRESSION=0;
}
qbs*oldstr3864=NULL;
if(_FUNC_COMMAEXPRESSION_STRING_EXP->tmp||_FUNC_COMMAEXPRESSION_STRING_EXP->fixed||_FUNC_COMMAEXPRESSION_STRING_EXP->readonly){
oldstr3864=_FUNC_COMMAEXPRESSION_STRING_EXP;
if (oldstr3864->cmem_descriptor){
_FUNC_COMMAEXPRESSION_STRING_EXP=qbs_new_cmem(oldstr3864->len,0);
qbs *_FUNC_EVALUATE_EXPRESSION_STRING_EVALUATE_EXPRESSION=NULL;
if (!_FUNC_EVALUATE_EXPRESSION_STRING_EVALUATE_EXPRESSION)_FUNC_EVALUATE_EXPRESSION_STRING_EVALUATE_EXPRESSION=qbs_new(0,0);
qbs*oldstr3863=NULL;
if(_FUNC_EVALUATE_EXPRESSION_STRING_E->tmp||_FUNC_EVALUATE_EXPRESSION_STRING_E->fixed||_FUNC_EVALUATE_EXPRESSION_STRING_E->readonly){
oldstr3863=_FUNC_EVALUATE_EXPRESSION_STRING_E;
if (oldstr3863->cmem_descriptor){
_FUNC_EVALUATE_EXPRESSION_STRING_E=qbs_new_cmem(oldstr3863->len,0);
}else{
_FUNC_COMMAEXPRESSION_STRING_EXP=qbs_new(oldstr3864->len,0);
_FUNC_EVALUATE_EXPRESSION_STRING_E=qbs_new(oldstr3863->len,0);
}
memcpy(_FUNC_COMMAEXPRESSION_STRING_EXP->chr,oldstr3864->chr,oldstr3864->len);
memcpy(_FUNC_EVALUATE_EXPRESSION_STRING_E->chr,oldstr3863->chr,oldstr3863->len);
}
qbs *_FUNC_COMMAEXPRESSION_STRING_ELE=NULL;
if (!_FUNC_COMMAEXPRESSION_STRING_ELE)_FUNC_COMMAEXPRESSION_STRING_ELE=qbs_new(0,0);
int32 *_FUNC_COMMAEXPRESSION_LONG_TMPINDEX=NULL;
if(_FUNC_COMMAEXPRESSION_LONG_TMPINDEX==NULL){
_FUNC_COMMAEXPRESSION_LONG_TMPINDEX=(int32*)mem_static_malloc(4);
*_FUNC_COMMAEXPRESSION_LONG_TMPINDEX=0;
qbs *_FUNC_EVALUATE_EXPRESSION_STRING_T=NULL;
if (!_FUNC_EVALUATE_EXPRESSION_STRING_T)_FUNC_EVALUATE_EXPRESSION_STRING_T=qbs_new(0,0);
qbs *_FUNC_EVALUATE_EXPRESSION_STRING_EXP=NULL;
if (!_FUNC_EVALUATE_EXPRESSION_STRING_EXP)_FUNC_EVALUATE_EXPRESSION_STRING_EXP=qbs_new(0,0);
int32 *_FUNC_EVALUATE_EXPRESSION_LONG_EVAL_E=NULL;
if(_FUNC_EVALUATE_EXPRESSION_LONG_EVAL_E==NULL){
_FUNC_EVALUATE_EXPRESSION_LONG_EVAL_E=(int32*)mem_static_malloc(4);
*_FUNC_EVALUATE_EXPRESSION_LONG_EVAL_E=0;
}
int32 *_FUNC_EVALUATE_EXPRESSION_LONG_C=NULL;
if(_FUNC_EVALUATE_EXPRESSION_LONG_C==NULL){
_FUNC_EVALUATE_EXPRESSION_LONG_C=(int32*)mem_static_malloc(4);
*_FUNC_EVALUATE_EXPRESSION_LONG_C=0;
}
qbs *_FUNC_EVALUATE_EXPRESSION_STRING_EVAL=NULL;
if (!_FUNC_EVALUATE_EXPRESSION_STRING_EVAL)_FUNC_EVALUATE_EXPRESSION_STRING_EVAL=qbs_new(0,0);
int32 pass3865;
int32 pass3866;
int32 *_FUNC_EVALUATE_EXPRESSION_LONG_FUNCOP=NULL;
if(_FUNC_EVALUATE_EXPRESSION_LONG_FUNCOP==NULL){
_FUNC_EVALUATE_EXPRESSION_LONG_FUNCOP=(int32*)mem_static_malloc(4);
*_FUNC_EVALUATE_EXPRESSION_LONG_FUNCOP=0;
}
int32 pass3867;
qbs *_FUNC_EVALUATE_EXPRESSION_STRING_LEFTELE=NULL;
if (!_FUNC_EVALUATE_EXPRESSION_STRING_LEFTELE)_FUNC_EVALUATE_EXPRESSION_STRING_LEFTELE=qbs_new(0,0);
int32 pass3868;
int32 pass3869;
qbs *_FUNC_EVALUATE_EXPRESSION_STRING_RIGHTELE=NULL;
if (!_FUNC_EVALUATE_EXPRESSION_STRING_RIGHTELE)_FUNC_EVALUATE_EXPRESSION_STRING_RIGHTELE=qbs_new(0,0);
int32 pass3870;
int32 pass3871;

View file

@ -1,19 +1,22 @@
int32 *_FUNC_STREXPRESSION_LONG_STREXPRESSION=NULL;
if(_FUNC_STREXPRESSION_LONG_STREXPRESSION==NULL){
_FUNC_STREXPRESSION_LONG_STREXPRESSION=(int32*)mem_static_malloc(4);
*_FUNC_STREXPRESSION_LONG_STREXPRESSION=0;
}
qbs*oldstr3866=NULL;
if(_FUNC_STREXPRESSION_STRING_EXP->tmp||_FUNC_STREXPRESSION_STRING_EXP->fixed||_FUNC_STREXPRESSION_STRING_EXP->readonly){
oldstr3866=_FUNC_STREXPRESSION_STRING_EXP;
if (oldstr3866->cmem_descriptor){
_FUNC_STREXPRESSION_STRING_EXP=qbs_new_cmem(oldstr3866->len,0);
qbs*oldstr3872=NULL;
if(_SUB_FINDINNERPARENS_STRING_EXP->tmp||_SUB_FINDINNERPARENS_STRING_EXP->fixed||_SUB_FINDINNERPARENS_STRING_EXP->readonly){
oldstr3872=_SUB_FINDINNERPARENS_STRING_EXP;
if (oldstr3872->cmem_descriptor){
_SUB_FINDINNERPARENS_STRING_EXP=qbs_new_cmem(oldstr3872->len,0);
}else{
_FUNC_STREXPRESSION_STRING_EXP=qbs_new(oldstr3866->len,0);
_SUB_FINDINNERPARENS_STRING_EXP=qbs_new(oldstr3872->len,0);
}
memcpy(_FUNC_STREXPRESSION_STRING_EXP->chr,oldstr3866->chr,oldstr3866->len);
memcpy(_SUB_FINDINNERPARENS_STRING_EXP->chr,oldstr3872->chr,oldstr3872->len);
}
qbs *_FUNC_STREXPRESSION_STRING_S=NULL;
if (!_FUNC_STREXPRESSION_STRING_S)_FUNC_STREXPRESSION_STRING_S=qbs_new(0,0);
qbs *_FUNC_STREXPRESSION_STRING_ELE=NULL;
if (!_FUNC_STREXPRESSION_STRING_ELE)_FUNC_STREXPRESSION_STRING_ELE=qbs_new(0,0);
int32 *_SUB_FINDINNERPARENS_LONG_STRINDEX=NULL;
if(_SUB_FINDINNERPARENS_LONG_STRINDEX==NULL){
_SUB_FINDINNERPARENS_LONG_STRINDEX=(int32*)mem_static_malloc(4);
*_SUB_FINDINNERPARENS_LONG_STRINDEX=0;
}
int32 *_SUB_FINDINNERPARENS_LONG_PAREN=NULL;
if(_SUB_FINDINNERPARENS_LONG_PAREN==NULL){
_SUB_FINDINNERPARENS_LONG_PAREN=(int32*)mem_static_malloc(4);
*_SUB_FINDINNERPARENS_LONG_PAREN=0;
}
qbs *_SUB_FINDINNERPARENS_STRING_ELE=NULL;
if (!_SUB_FINDINNERPARENS_STRING_ELE)_SUB_FINDINNERPARENS_STRING_ELE=qbs_new(0,0);

View file

@ -1,17 +1,22 @@
int32 *_FUNC_PARSESTRING_LONG_PARSESTRING=NULL;
if(_FUNC_PARSESTRING_LONG_PARSESTRING==NULL){
_FUNC_PARSESTRING_LONG_PARSESTRING=(int32*)mem_static_malloc(4);
*_FUNC_PARSESTRING_LONG_PARSESTRING=0;
int32 *_FUNC_COMMAEXPRESSION_LONG_COMMAEXPRESSION=NULL;
if(_FUNC_COMMAEXPRESSION_LONG_COMMAEXPRESSION==NULL){
_FUNC_COMMAEXPRESSION_LONG_COMMAEXPRESSION=(int32*)mem_static_malloc(4);
*_FUNC_COMMAEXPRESSION_LONG_COMMAEXPRESSION=0;
}
qbs*oldstr3868=NULL;
if(_FUNC_PARSESTRING_STRING_EXP->tmp||_FUNC_PARSESTRING_STRING_EXP->fixed||_FUNC_PARSESTRING_STRING_EXP->readonly){
oldstr3868=_FUNC_PARSESTRING_STRING_EXP;
if (oldstr3868->cmem_descriptor){
_FUNC_PARSESTRING_STRING_EXP=qbs_new_cmem(oldstr3868->len,0);
qbs*oldstr3875=NULL;
if(_FUNC_COMMAEXPRESSION_STRING_EXP->tmp||_FUNC_COMMAEXPRESSION_STRING_EXP->fixed||_FUNC_COMMAEXPRESSION_STRING_EXP->readonly){
oldstr3875=_FUNC_COMMAEXPRESSION_STRING_EXP;
if (oldstr3875->cmem_descriptor){
_FUNC_COMMAEXPRESSION_STRING_EXP=qbs_new_cmem(oldstr3875->len,0);
}else{
_FUNC_PARSESTRING_STRING_EXP=qbs_new(oldstr3868->len,0);
_FUNC_COMMAEXPRESSION_STRING_EXP=qbs_new(oldstr3875->len,0);
}
memcpy(_FUNC_PARSESTRING_STRING_EXP->chr,oldstr3868->chr,oldstr3868->len);
memcpy(_FUNC_COMMAEXPRESSION_STRING_EXP->chr,oldstr3875->chr,oldstr3875->len);
}
qbs *_FUNC_COMMAEXPRESSION_STRING_ELE=NULL;
if (!_FUNC_COMMAEXPRESSION_STRING_ELE)_FUNC_COMMAEXPRESSION_STRING_ELE=qbs_new(0,0);
int32 *_FUNC_COMMAEXPRESSION_LONG_TMPINDEX=NULL;
if(_FUNC_COMMAEXPRESSION_LONG_TMPINDEX==NULL){
_FUNC_COMMAEXPRESSION_LONG_TMPINDEX=(int32*)mem_static_malloc(4);
*_FUNC_COMMAEXPRESSION_LONG_TMPINDEX=0;
}
qbs *_FUNC_PARSESTRING_STRING_ELE=NULL;
if (!_FUNC_PARSESTRING_STRING_ELE)_FUNC_PARSESTRING_STRING_ELE=qbs_new(0,0);

View file

@ -1,15 +1,19 @@
int32 *_FUNC_NUMERICEXPRESSION_LONG_NUMERICEXPRESSION=NULL;
if(_FUNC_NUMERICEXPRESSION_LONG_NUMERICEXPRESSION==NULL){
_FUNC_NUMERICEXPRESSION_LONG_NUMERICEXPRESSION=(int32*)mem_static_malloc(4);
*_FUNC_NUMERICEXPRESSION_LONG_NUMERICEXPRESSION=0;
int32 *_FUNC_STREXPRESSION_LONG_STREXPRESSION=NULL;
if(_FUNC_STREXPRESSION_LONG_STREXPRESSION==NULL){
_FUNC_STREXPRESSION_LONG_STREXPRESSION=(int32*)mem_static_malloc(4);
*_FUNC_STREXPRESSION_LONG_STREXPRESSION=0;
}
qbs*oldstr3869=NULL;
if(_FUNC_NUMERICEXPRESSION_STRING_EXP->tmp||_FUNC_NUMERICEXPRESSION_STRING_EXP->fixed||_FUNC_NUMERICEXPRESSION_STRING_EXP->readonly){
oldstr3869=_FUNC_NUMERICEXPRESSION_STRING_EXP;
if (oldstr3869->cmem_descriptor){
_FUNC_NUMERICEXPRESSION_STRING_EXP=qbs_new_cmem(oldstr3869->len,0);
qbs*oldstr3877=NULL;
if(_FUNC_STREXPRESSION_STRING_EXP->tmp||_FUNC_STREXPRESSION_STRING_EXP->fixed||_FUNC_STREXPRESSION_STRING_EXP->readonly){
oldstr3877=_FUNC_STREXPRESSION_STRING_EXP;
if (oldstr3877->cmem_descriptor){
_FUNC_STREXPRESSION_STRING_EXP=qbs_new_cmem(oldstr3877->len,0);
}else{
_FUNC_NUMERICEXPRESSION_STRING_EXP=qbs_new(oldstr3869->len,0);
_FUNC_STREXPRESSION_STRING_EXP=qbs_new(oldstr3877->len,0);
}
memcpy(_FUNC_NUMERICEXPRESSION_STRING_EXP->chr,oldstr3869->chr,oldstr3869->len);
memcpy(_FUNC_STREXPRESSION_STRING_EXP->chr,oldstr3877->chr,oldstr3877->len);
}
qbs *_FUNC_STREXPRESSION_STRING_S=NULL;
if (!_FUNC_STREXPRESSION_STRING_S)_FUNC_STREXPRESSION_STRING_S=qbs_new(0,0);
qbs *_FUNC_STREXPRESSION_STRING_ELE=NULL;
if (!_FUNC_STREXPRESSION_STRING_ELE)_FUNC_STREXPRESSION_STRING_ELE=qbs_new(0,0);

View file

@ -1,27 +1,17 @@
int32 *_FUNC_LOGICALIMP_LONG_LOGICALIMP=NULL;
if(_FUNC_LOGICALIMP_LONG_LOGICALIMP==NULL){
_FUNC_LOGICALIMP_LONG_LOGICALIMP=(int32*)mem_static_malloc(4);
*_FUNC_LOGICALIMP_LONG_LOGICALIMP=0;
int32 *_FUNC_PARSESTRING_LONG_PARSESTRING=NULL;
if(_FUNC_PARSESTRING_LONG_PARSESTRING==NULL){
_FUNC_PARSESTRING_LONG_PARSESTRING=(int32*)mem_static_malloc(4);
*_FUNC_PARSESTRING_LONG_PARSESTRING=0;
}
qbs*oldstr3870=NULL;
if(_FUNC_LOGICALIMP_STRING_EXP->tmp||_FUNC_LOGICALIMP_STRING_EXP->fixed||_FUNC_LOGICALIMP_STRING_EXP->readonly){
oldstr3870=_FUNC_LOGICALIMP_STRING_EXP;
if (oldstr3870->cmem_descriptor){
_FUNC_LOGICALIMP_STRING_EXP=qbs_new_cmem(oldstr3870->len,0);
qbs*oldstr3879=NULL;
if(_FUNC_PARSESTRING_STRING_EXP->tmp||_FUNC_PARSESTRING_STRING_EXP->fixed||_FUNC_PARSESTRING_STRING_EXP->readonly){
oldstr3879=_FUNC_PARSESTRING_STRING_EXP;
if (oldstr3879->cmem_descriptor){
_FUNC_PARSESTRING_STRING_EXP=qbs_new_cmem(oldstr3879->len,0);
}else{
_FUNC_LOGICALIMP_STRING_EXP=qbs_new(oldstr3870->len,0);
_FUNC_PARSESTRING_STRING_EXP=qbs_new(oldstr3879->len,0);
}
memcpy(_FUNC_LOGICALIMP_STRING_EXP->chr,oldstr3870->chr,oldstr3870->len);
memcpy(_FUNC_PARSESTRING_STRING_EXP->chr,oldstr3879->chr,oldstr3879->len);
}
void *_FUNC_LOGICALIMP_UDT_NUM=NULL;
if(_FUNC_LOGICALIMP_UDT_NUM==NULL){
_FUNC_LOGICALIMP_UDT_NUM=(void*)mem_static_malloc(60);
memset(_FUNC_LOGICALIMP_UDT_NUM,0,60);
*(qbs**)(((char*)_FUNC_LOGICALIMP_UDT_NUM)+ 48) = qbs_new(0,0);
}
qbs *_FUNC_LOGICALIMP_STRING_ELE=NULL;
if (!_FUNC_LOGICALIMP_STRING_ELE)_FUNC_LOGICALIMP_STRING_ELE=qbs_new(0,0);
int32 pass3872;
uint64 pass3873;
int32 pass3874;
int64 pass3875;
qbs *_FUNC_PARSESTRING_STRING_ELE=NULL;
if (!_FUNC_PARSESTRING_STRING_ELE)_FUNC_PARSESTRING_STRING_ELE=qbs_new(0,0);

View file

@ -1,27 +1,15 @@
int32 *_FUNC_LOGICALEQV_LONG_LOGICALEQV=NULL;
if(_FUNC_LOGICALEQV_LONG_LOGICALEQV==NULL){
_FUNC_LOGICALEQV_LONG_LOGICALEQV=(int32*)mem_static_malloc(4);
*_FUNC_LOGICALEQV_LONG_LOGICALEQV=0;
int32 *_FUNC_NUMERICEXPRESSION_LONG_NUMERICEXPRESSION=NULL;
if(_FUNC_NUMERICEXPRESSION_LONG_NUMERICEXPRESSION==NULL){
_FUNC_NUMERICEXPRESSION_LONG_NUMERICEXPRESSION=(int32*)mem_static_malloc(4);
*_FUNC_NUMERICEXPRESSION_LONG_NUMERICEXPRESSION=0;
}
qbs*oldstr3876=NULL;
if(_FUNC_LOGICALEQV_STRING_EXP->tmp||_FUNC_LOGICALEQV_STRING_EXP->fixed||_FUNC_LOGICALEQV_STRING_EXP->readonly){
oldstr3876=_FUNC_LOGICALEQV_STRING_EXP;
if (oldstr3876->cmem_descriptor){
_FUNC_LOGICALEQV_STRING_EXP=qbs_new_cmem(oldstr3876->len,0);
qbs*oldstr3880=NULL;
if(_FUNC_NUMERICEXPRESSION_STRING_EXP->tmp||_FUNC_NUMERICEXPRESSION_STRING_EXP->fixed||_FUNC_NUMERICEXPRESSION_STRING_EXP->readonly){
oldstr3880=_FUNC_NUMERICEXPRESSION_STRING_EXP;
if (oldstr3880->cmem_descriptor){
_FUNC_NUMERICEXPRESSION_STRING_EXP=qbs_new_cmem(oldstr3880->len,0);
}else{
_FUNC_LOGICALEQV_STRING_EXP=qbs_new(oldstr3876->len,0);
_FUNC_NUMERICEXPRESSION_STRING_EXP=qbs_new(oldstr3880->len,0);
}
memcpy(_FUNC_LOGICALEQV_STRING_EXP->chr,oldstr3876->chr,oldstr3876->len);
memcpy(_FUNC_NUMERICEXPRESSION_STRING_EXP->chr,oldstr3880->chr,oldstr3880->len);
}
void *_FUNC_LOGICALEQV_UDT_NUM=NULL;
if(_FUNC_LOGICALEQV_UDT_NUM==NULL){
_FUNC_LOGICALEQV_UDT_NUM=(void*)mem_static_malloc(60);
memset(_FUNC_LOGICALEQV_UDT_NUM,0,60);
*(qbs**)(((char*)_FUNC_LOGICALEQV_UDT_NUM)+ 48) = qbs_new(0,0);
}
qbs *_FUNC_LOGICALEQV_STRING_ELE=NULL;
if (!_FUNC_LOGICALEQV_STRING_ELE)_FUNC_LOGICALEQV_STRING_ELE=qbs_new(0,0);
int32 pass3878;
uint64 pass3879;
int32 pass3880;
int64 pass3881;

View file

@ -1,27 +1,27 @@
int32 *_FUNC_LOGICALXOR_LONG_LOGICALXOR=NULL;
if(_FUNC_LOGICALXOR_LONG_LOGICALXOR==NULL){
_FUNC_LOGICALXOR_LONG_LOGICALXOR=(int32*)mem_static_malloc(4);
*_FUNC_LOGICALXOR_LONG_LOGICALXOR=0;
int32 *_FUNC_LOGICALIMP_LONG_LOGICALIMP=NULL;
if(_FUNC_LOGICALIMP_LONG_LOGICALIMP==NULL){
_FUNC_LOGICALIMP_LONG_LOGICALIMP=(int32*)mem_static_malloc(4);
*_FUNC_LOGICALIMP_LONG_LOGICALIMP=0;
}
qbs*oldstr3882=NULL;
if(_FUNC_LOGICALXOR_STRING_EXP->tmp||_FUNC_LOGICALXOR_STRING_EXP->fixed||_FUNC_LOGICALXOR_STRING_EXP->readonly){
oldstr3882=_FUNC_LOGICALXOR_STRING_EXP;
if (oldstr3882->cmem_descriptor){
_FUNC_LOGICALXOR_STRING_EXP=qbs_new_cmem(oldstr3882->len,0);
qbs*oldstr3881=NULL;
if(_FUNC_LOGICALIMP_STRING_EXP->tmp||_FUNC_LOGICALIMP_STRING_EXP->fixed||_FUNC_LOGICALIMP_STRING_EXP->readonly){
oldstr3881=_FUNC_LOGICALIMP_STRING_EXP;
if (oldstr3881->cmem_descriptor){
_FUNC_LOGICALIMP_STRING_EXP=qbs_new_cmem(oldstr3881->len,0);
}else{
_FUNC_LOGICALXOR_STRING_EXP=qbs_new(oldstr3882->len,0);
_FUNC_LOGICALIMP_STRING_EXP=qbs_new(oldstr3881->len,0);
}
memcpy(_FUNC_LOGICALXOR_STRING_EXP->chr,oldstr3882->chr,oldstr3882->len);
memcpy(_FUNC_LOGICALIMP_STRING_EXP->chr,oldstr3881->chr,oldstr3881->len);
}
void *_FUNC_LOGICALXOR_UDT_NUM=NULL;
if(_FUNC_LOGICALXOR_UDT_NUM==NULL){
_FUNC_LOGICALXOR_UDT_NUM=(void*)mem_static_malloc(60);
memset(_FUNC_LOGICALXOR_UDT_NUM,0,60);
*(qbs**)(((char*)_FUNC_LOGICALXOR_UDT_NUM)+ 48) = qbs_new(0,0);
void *_FUNC_LOGICALIMP_UDT_NUM=NULL;
if(_FUNC_LOGICALIMP_UDT_NUM==NULL){
_FUNC_LOGICALIMP_UDT_NUM=(void*)mem_static_malloc(60);
memset(_FUNC_LOGICALIMP_UDT_NUM,0,60);
*(qbs**)(((char*)_FUNC_LOGICALIMP_UDT_NUM)+ 48) = qbs_new(0,0);
}
qbs *_FUNC_LOGICALXOR_STRING_ELE=NULL;
if (!_FUNC_LOGICALXOR_STRING_ELE)_FUNC_LOGICALXOR_STRING_ELE=qbs_new(0,0);
int32 pass3884;
uint64 pass3885;
int32 pass3886;
int64 pass3887;
qbs *_FUNC_LOGICALIMP_STRING_ELE=NULL;
if (!_FUNC_LOGICALIMP_STRING_ELE)_FUNC_LOGICALIMP_STRING_ELE=qbs_new(0,0);
int32 pass3883;
uint64 pass3884;
int32 pass3885;
int64 pass3886;

View file

@ -1,27 +1,27 @@
int32 *_FUNC_LOGICALOR_LONG_LOGICALOR=NULL;
if(_FUNC_LOGICALOR_LONG_LOGICALOR==NULL){
_FUNC_LOGICALOR_LONG_LOGICALOR=(int32*)mem_static_malloc(4);
*_FUNC_LOGICALOR_LONG_LOGICALOR=0;
int32 *_FUNC_LOGICALEQV_LONG_LOGICALEQV=NULL;
if(_FUNC_LOGICALEQV_LONG_LOGICALEQV==NULL){
_FUNC_LOGICALEQV_LONG_LOGICALEQV=(int32*)mem_static_malloc(4);
*_FUNC_LOGICALEQV_LONG_LOGICALEQV=0;
}
qbs*oldstr3888=NULL;
if(_FUNC_LOGICALOR_STRING_EXP->tmp||_FUNC_LOGICALOR_STRING_EXP->fixed||_FUNC_LOGICALOR_STRING_EXP->readonly){
oldstr3888=_FUNC_LOGICALOR_STRING_EXP;
if (oldstr3888->cmem_descriptor){
_FUNC_LOGICALOR_STRING_EXP=qbs_new_cmem(oldstr3888->len,0);
qbs*oldstr3887=NULL;
if(_FUNC_LOGICALEQV_STRING_EXP->tmp||_FUNC_LOGICALEQV_STRING_EXP->fixed||_FUNC_LOGICALEQV_STRING_EXP->readonly){
oldstr3887=_FUNC_LOGICALEQV_STRING_EXP;
if (oldstr3887->cmem_descriptor){
_FUNC_LOGICALEQV_STRING_EXP=qbs_new_cmem(oldstr3887->len,0);
}else{
_FUNC_LOGICALOR_STRING_EXP=qbs_new(oldstr3888->len,0);
_FUNC_LOGICALEQV_STRING_EXP=qbs_new(oldstr3887->len,0);
}
memcpy(_FUNC_LOGICALOR_STRING_EXP->chr,oldstr3888->chr,oldstr3888->len);
memcpy(_FUNC_LOGICALEQV_STRING_EXP->chr,oldstr3887->chr,oldstr3887->len);
}
void *_FUNC_LOGICALOR_UDT_NUM=NULL;
if(_FUNC_LOGICALOR_UDT_NUM==NULL){
_FUNC_LOGICALOR_UDT_NUM=(void*)mem_static_malloc(60);
memset(_FUNC_LOGICALOR_UDT_NUM,0,60);
*(qbs**)(((char*)_FUNC_LOGICALOR_UDT_NUM)+ 48) = qbs_new(0,0);
void *_FUNC_LOGICALEQV_UDT_NUM=NULL;
if(_FUNC_LOGICALEQV_UDT_NUM==NULL){
_FUNC_LOGICALEQV_UDT_NUM=(void*)mem_static_malloc(60);
memset(_FUNC_LOGICALEQV_UDT_NUM,0,60);
*(qbs**)(((char*)_FUNC_LOGICALEQV_UDT_NUM)+ 48) = qbs_new(0,0);
}
qbs *_FUNC_LOGICALOR_STRING_ELE=NULL;
if (!_FUNC_LOGICALOR_STRING_ELE)_FUNC_LOGICALOR_STRING_ELE=qbs_new(0,0);
int32 pass3890;
uint64 pass3891;
int32 pass3892;
int64 pass3893;
qbs *_FUNC_LOGICALEQV_STRING_ELE=NULL;
if (!_FUNC_LOGICALEQV_STRING_ELE)_FUNC_LOGICALEQV_STRING_ELE=qbs_new(0,0);
int32 pass3889;
uint64 pass3890;
int32 pass3891;
int64 pass3892;

View file

@ -1,27 +1,27 @@
int32 *_FUNC_LOGICALAND_LONG_LOGICALAND=NULL;
if(_FUNC_LOGICALAND_LONG_LOGICALAND==NULL){
_FUNC_LOGICALAND_LONG_LOGICALAND=(int32*)mem_static_malloc(4);
*_FUNC_LOGICALAND_LONG_LOGICALAND=0;
int32 *_FUNC_LOGICALXOR_LONG_LOGICALXOR=NULL;
if(_FUNC_LOGICALXOR_LONG_LOGICALXOR==NULL){
_FUNC_LOGICALXOR_LONG_LOGICALXOR=(int32*)mem_static_malloc(4);
*_FUNC_LOGICALXOR_LONG_LOGICALXOR=0;
}
qbs*oldstr3894=NULL;
if(_FUNC_LOGICALAND_STRING_EXP->tmp||_FUNC_LOGICALAND_STRING_EXP->fixed||_FUNC_LOGICALAND_STRING_EXP->readonly){
oldstr3894=_FUNC_LOGICALAND_STRING_EXP;
if (oldstr3894->cmem_descriptor){
_FUNC_LOGICALAND_STRING_EXP=qbs_new_cmem(oldstr3894->len,0);
qbs*oldstr3893=NULL;
if(_FUNC_LOGICALXOR_STRING_EXP->tmp||_FUNC_LOGICALXOR_STRING_EXP->fixed||_FUNC_LOGICALXOR_STRING_EXP->readonly){
oldstr3893=_FUNC_LOGICALXOR_STRING_EXP;
if (oldstr3893->cmem_descriptor){
_FUNC_LOGICALXOR_STRING_EXP=qbs_new_cmem(oldstr3893->len,0);
}else{
_FUNC_LOGICALAND_STRING_EXP=qbs_new(oldstr3894->len,0);
_FUNC_LOGICALXOR_STRING_EXP=qbs_new(oldstr3893->len,0);
}
memcpy(_FUNC_LOGICALAND_STRING_EXP->chr,oldstr3894->chr,oldstr3894->len);
memcpy(_FUNC_LOGICALXOR_STRING_EXP->chr,oldstr3893->chr,oldstr3893->len);
}
void *_FUNC_LOGICALAND_UDT_NUM=NULL;
if(_FUNC_LOGICALAND_UDT_NUM==NULL){
_FUNC_LOGICALAND_UDT_NUM=(void*)mem_static_malloc(60);
memset(_FUNC_LOGICALAND_UDT_NUM,0,60);
*(qbs**)(((char*)_FUNC_LOGICALAND_UDT_NUM)+ 48) = qbs_new(0,0);
void *_FUNC_LOGICALXOR_UDT_NUM=NULL;
if(_FUNC_LOGICALXOR_UDT_NUM==NULL){
_FUNC_LOGICALXOR_UDT_NUM=(void*)mem_static_malloc(60);
memset(_FUNC_LOGICALXOR_UDT_NUM,0,60);
*(qbs**)(((char*)_FUNC_LOGICALXOR_UDT_NUM)+ 48) = qbs_new(0,0);
}
qbs *_FUNC_LOGICALAND_STRING_ELE=NULL;
if (!_FUNC_LOGICALAND_STRING_ELE)_FUNC_LOGICALAND_STRING_ELE=qbs_new(0,0);
int32 pass3896;
uint64 pass3897;
int32 pass3898;
int64 pass3899;
qbs *_FUNC_LOGICALXOR_STRING_ELE=NULL;
if (!_FUNC_LOGICALXOR_STRING_ELE)_FUNC_LOGICALXOR_STRING_ELE=qbs_new(0,0);
int32 pass3895;
uint64 pass3896;
int32 pass3897;
int64 pass3898;

View file

@ -1,25 +1,26 @@
int32 *_FUNC_LOGICALNOT_LONG_LOGICALNOT=NULL;
if(_FUNC_LOGICALNOT_LONG_LOGICALNOT==NULL){
_FUNC_LOGICALNOT_LONG_LOGICALNOT=(int32*)mem_static_malloc(4);
*_FUNC_LOGICALNOT_LONG_LOGICALNOT=0;
int32 *_FUNC_LOGICALOR_LONG_LOGICALOR=NULL;
if(_FUNC_LOGICALOR_LONG_LOGICALOR==NULL){
_FUNC_LOGICALOR_LONG_LOGICALOR=(int32*)mem_static_malloc(4);
*_FUNC_LOGICALOR_LONG_LOGICALOR=0;
}
qbs*oldstr3900=NULL;
if(_FUNC_LOGICALNOT_STRING_EXP->tmp||_FUNC_LOGICALNOT_STRING_EXP->fixed||_FUNC_LOGICALNOT_STRING_EXP->readonly){
oldstr3900=_FUNC_LOGICALNOT_STRING_EXP;
if (oldstr3900->cmem_descriptor){
_FUNC_LOGICALNOT_STRING_EXP=qbs_new_cmem(oldstr3900->len,0);
qbs*oldstr3899=NULL;
if(_FUNC_LOGICALOR_STRING_EXP->tmp||_FUNC_LOGICALOR_STRING_EXP->fixed||_FUNC_LOGICALOR_STRING_EXP->readonly){
oldstr3899=_FUNC_LOGICALOR_STRING_EXP;
if (oldstr3899->cmem_descriptor){
_FUNC_LOGICALOR_STRING_EXP=qbs_new_cmem(oldstr3899->len,0);
}else{
_FUNC_LOGICALNOT_STRING_EXP=qbs_new(oldstr3900->len,0);
_FUNC_LOGICALOR_STRING_EXP=qbs_new(oldstr3899->len,0);
}
memcpy(_FUNC_LOGICALNOT_STRING_EXP->chr,oldstr3900->chr,oldstr3900->len);
memcpy(_FUNC_LOGICALOR_STRING_EXP->chr,oldstr3899->chr,oldstr3899->len);
}
qbs *_FUNC_LOGICALNOT_STRING_ELE=NULL;
if (!_FUNC_LOGICALNOT_STRING_ELE)_FUNC_LOGICALNOT_STRING_ELE=qbs_new(0,0);
int32 *_FUNC_LOGICALNOT_LONG_NUM__ASCII_CHR_046__TYP=NULL;
if(_FUNC_LOGICALNOT_LONG_NUM__ASCII_CHR_046__TYP==NULL){
_FUNC_LOGICALNOT_LONG_NUM__ASCII_CHR_046__TYP=(int32*)mem_static_malloc(4);
*_FUNC_LOGICALNOT_LONG_NUM__ASCII_CHR_046__TYP=0;
void *_FUNC_LOGICALOR_UDT_NUM=NULL;
if(_FUNC_LOGICALOR_UDT_NUM==NULL){
_FUNC_LOGICALOR_UDT_NUM=(void*)mem_static_malloc(60);
memset(_FUNC_LOGICALOR_UDT_NUM,0,60);
*(qbs**)(((char*)_FUNC_LOGICALOR_UDT_NUM)+ 48) = qbs_new(0,0);
}
qbs *_FUNC_LOGICALOR_STRING_ELE=NULL;
if (!_FUNC_LOGICALOR_STRING_ELE)_FUNC_LOGICALOR_STRING_ELE=qbs_new(0,0);
int32 pass3901;
uint64 pass3902;
int32 pass3903;

View file

@ -3,35 +3,35 @@ if(_FUNC_DIM2_LONG_DIM2==NULL){
_FUNC_DIM2_LONG_DIM2=(int32*)mem_static_malloc(4);
*_FUNC_DIM2_LONG_DIM2=0;
}
qbs*oldstr2395=NULL;
qbs*oldstr2399=NULL;
if(_FUNC_DIM2_STRING_VARNAME->tmp||_FUNC_DIM2_STRING_VARNAME->fixed||_FUNC_DIM2_STRING_VARNAME->readonly){
oldstr2395=_FUNC_DIM2_STRING_VARNAME;
if (oldstr2395->cmem_descriptor){
_FUNC_DIM2_STRING_VARNAME=qbs_new_cmem(oldstr2395->len,0);
oldstr2399=_FUNC_DIM2_STRING_VARNAME;
if (oldstr2399->cmem_descriptor){
_FUNC_DIM2_STRING_VARNAME=qbs_new_cmem(oldstr2399->len,0);
}else{
_FUNC_DIM2_STRING_VARNAME=qbs_new(oldstr2395->len,0);
_FUNC_DIM2_STRING_VARNAME=qbs_new(oldstr2399->len,0);
}
memcpy(_FUNC_DIM2_STRING_VARNAME->chr,oldstr2395->chr,oldstr2395->len);
memcpy(_FUNC_DIM2_STRING_VARNAME->chr,oldstr2399->chr,oldstr2399->len);
}
qbs*oldstr2396=NULL;
qbs*oldstr2400=NULL;
if(_FUNC_DIM2_STRING_TYP2->tmp||_FUNC_DIM2_STRING_TYP2->fixed||_FUNC_DIM2_STRING_TYP2->readonly){
oldstr2396=_FUNC_DIM2_STRING_TYP2;
if (oldstr2396->cmem_descriptor){
_FUNC_DIM2_STRING_TYP2=qbs_new_cmem(oldstr2396->len,0);
oldstr2400=_FUNC_DIM2_STRING_TYP2;
if (oldstr2400->cmem_descriptor){
_FUNC_DIM2_STRING_TYP2=qbs_new_cmem(oldstr2400->len,0);
}else{
_FUNC_DIM2_STRING_TYP2=qbs_new(oldstr2396->len,0);
_FUNC_DIM2_STRING_TYP2=qbs_new(oldstr2400->len,0);
}
memcpy(_FUNC_DIM2_STRING_TYP2->chr,oldstr2396->chr,oldstr2396->len);
memcpy(_FUNC_DIM2_STRING_TYP2->chr,oldstr2400->chr,oldstr2400->len);
}
qbs*oldstr2397=NULL;
qbs*oldstr2401=NULL;
if(_FUNC_DIM2_STRING_ELEMENTS->tmp||_FUNC_DIM2_STRING_ELEMENTS->fixed||_FUNC_DIM2_STRING_ELEMENTS->readonly){
oldstr2397=_FUNC_DIM2_STRING_ELEMENTS;
if (oldstr2397->cmem_descriptor){
_FUNC_DIM2_STRING_ELEMENTS=qbs_new_cmem(oldstr2397->len,0);
oldstr2401=_FUNC_DIM2_STRING_ELEMENTS;
if (oldstr2401->cmem_descriptor){
_FUNC_DIM2_STRING_ELEMENTS=qbs_new_cmem(oldstr2401->len,0);
}else{
_FUNC_DIM2_STRING_ELEMENTS=qbs_new(oldstr2397->len,0);
_FUNC_DIM2_STRING_ELEMENTS=qbs_new(oldstr2401->len,0);
}
memcpy(_FUNC_DIM2_STRING_ELEMENTS->chr,oldstr2397->chr,oldstr2397->len);
memcpy(_FUNC_DIM2_STRING_ELEMENTS->chr,oldstr2401->chr,oldstr2401->len);
}
qbs *_FUNC_DIM2_STRING_TYP=NULL;
if (!_FUNC_DIM2_STRING_TYP)_FUNC_DIM2_STRING_TYP=qbs_new(0,0);
@ -46,19 +46,19 @@ _FUNC_DIM2_LONG_F=(int32*)mem_static_malloc(4);
}
qbs *_FUNC_DIM2_STRING_SCOPE2=NULL;
if (!_FUNC_DIM2_STRING_SCOPE2)_FUNC_DIM2_STRING_SCOPE2=qbs_new(0,0);
byte_element_struct *byte_element_2399=NULL;
if (!byte_element_2399){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2399=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2399=(byte_element_struct*)mem_static_malloc(12);
byte_element_struct *byte_element_2403=NULL;
if (!byte_element_2403){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2403=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2403=(byte_element_struct*)mem_static_malloc(12);
}
int32 *_FUNC_DIM2_LONG_I=NULL;
if(_FUNC_DIM2_LONG_I==NULL){
_FUNC_DIM2_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_DIM2_LONG_I=0;
}
int64 fornext_value2401;
int64 fornext_finalvalue2401;
int64 fornext_step2401;
uint8 fornext_step_negative2401;
int64 fornext_value2405;
int64 fornext_finalvalue2405;
int64 fornext_step2405;
uint8 fornext_step_negative2405;
qbs *_FUNC_DIM2_STRING_N=NULL;
if (!_FUNC_DIM2_STRING_N)_FUNC_DIM2_STRING_N=qbs_new(0,0);
int32 *_FUNC_DIM2_LONG_TRY=NULL;
@ -71,53 +71,53 @@ if(_FUNC_DIM2_LONG_BITS==NULL){
_FUNC_DIM2_LONG_BITS=(int32*)mem_static_malloc(4);
*_FUNC_DIM2_LONG_BITS=0;
}
byte_element_struct *byte_element_2403=NULL;
if (!byte_element_2403){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2403=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2403=(byte_element_struct*)mem_static_malloc(12);
byte_element_struct *byte_element_2407=NULL;
if (!byte_element_2407){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2407=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2407=(byte_element_struct*)mem_static_malloc(12);
}
int32 *_FUNC_DIM2_LONG_NUME=NULL;
if(_FUNC_DIM2_LONG_NUME==NULL){
_FUNC_DIM2_LONG_NUME=(int32*)mem_static_malloc(4);
*_FUNC_DIM2_LONG_NUME=0;
}
int32 pass2404;
int8 pass2405;
int32 pass2408;
int8 pass2409;
int32 *_FUNC_DIM2_LONG_BYTES=NULL;
if(_FUNC_DIM2_LONG_BYTES==NULL){
_FUNC_DIM2_LONG_BYTES=(int32*)mem_static_malloc(4);
*_FUNC_DIM2_LONG_BYTES=0;
}
int16 pass2406;
int16 pass2407;
int16 pass2408;
int16 pass2409;
int16 pass2410;
int16 pass2411;
int16 pass2412;
int16 pass2413;
int16 pass2414;
int32 pass2415;
int32 pass2416;
int16 pass2415;
int16 pass2416;
int16 pass2417;
int8 pass2418;
int16 pass2418;
int32 pass2419;
int32 pass2420;
int16 pass2421;
int8 pass2422;
int32 *_FUNC_DIM2_LONG_UNSGN=NULL;
if(_FUNC_DIM2_LONG_UNSGN==NULL){
_FUNC_DIM2_LONG_UNSGN=(int32*)mem_static_malloc(4);
*_FUNC_DIM2_LONG_UNSGN=0;
}
byte_element_struct *byte_element_2419=NULL;
if (!byte_element_2419){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2419=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2419=(byte_element_struct*)mem_static_malloc(12);
byte_element_struct *byte_element_2423=NULL;
if (!byte_element_2423){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2423=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2423=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_2420=NULL;
if (!byte_element_2420){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2420=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2420=(byte_element_struct*)mem_static_malloc(12);
byte_element_struct *byte_element_2424=NULL;
if (!byte_element_2424){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2424=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2424=(byte_element_struct*)mem_static_malloc(12);
}
qbs *_FUNC_DIM2_STRING_C=NULL;
if (!_FUNC_DIM2_STRING_C)_FUNC_DIM2_STRING_C=qbs_new(0,0);
byte_element_struct *byte_element_2421=NULL;
if (!byte_element_2421){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2421=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2421=(byte_element_struct*)mem_static_malloc(12);
byte_element_struct *byte_element_2425=NULL;
if (!byte_element_2425){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2425=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2425=(byte_element_struct*)mem_static_malloc(12);
}
int32 *_FUNC_DIM2_LONG_HASHFOUND=NULL;
if(_FUNC_DIM2_LONG_HASHFOUND==NULL){
@ -171,182 +171,182 @@ if(_FUNC_DIM2_UINTEGER64_V==NULL){
_FUNC_DIM2_UINTEGER64_V=(uint64*)mem_static_malloc(8);
*_FUNC_DIM2_UINTEGER64_V=0;
}
byte_element_struct *byte_element_2423=NULL;
if (!byte_element_2423){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2423=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2423=(byte_element_struct*)mem_static_malloc(12);
byte_element_struct *byte_element_2427=NULL;
if (!byte_element_2427){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2427=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2427=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_2425=NULL;
if (!byte_element_2425){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2425=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2425=(byte_element_struct*)mem_static_malloc(12);
byte_element_struct *byte_element_2429=NULL;
if (!byte_element_2429){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2429=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2429=(byte_element_struct*)mem_static_malloc(12);
}
int32 pass2426;
int8 pass2427;
int16 pass2428;
int16 pass2429;
int16 pass2430;
int16 pass2431;
int32 pass2430;
int8 pass2431;
int16 pass2432;
int16 pass2433;
int16 pass2434;
int16 pass2435;
qbs *_FUNC_DIM2_STRING_O=NULL;
if (!_FUNC_DIM2_STRING_O)_FUNC_DIM2_STRING_O=qbs_new(0,0);
int16 pass2436;
int16 pass2437;
int16 pass2438;
int8 pass2439;
byte_element_struct *byte_element_2441=NULL;
if (!byte_element_2441){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2441=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2441=(byte_element_struct*)mem_static_malloc(12);
int16 pass2439;
qbs *_FUNC_DIM2_STRING_O=NULL;
if (!_FUNC_DIM2_STRING_O)_FUNC_DIM2_STRING_O=qbs_new(0,0);
int16 pass2440;
int16 pass2441;
int16 pass2442;
int8 pass2443;
byte_element_struct *byte_element_2445=NULL;
if (!byte_element_2445){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2445=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2445=(byte_element_struct*)mem_static_malloc(12);
}
int32 pass2442;
int32 pass2443;
int8 pass2444;
int16 pass2445;
int16 pass2446;
int16 pass2447;
int32 pass2446;
int32 pass2447;
int8 pass2448;
byte_element_struct *byte_element_2449=NULL;
if (!byte_element_2449){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2449=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2449=(byte_element_struct*)mem_static_malloc(12);
int16 pass2449;
int16 pass2450;
int16 pass2451;
int8 pass2452;
byte_element_struct *byte_element_2453=NULL;
if (!byte_element_2453){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2453=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2453=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_2450=NULL;
if (!byte_element_2450){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2450=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2450=(byte_element_struct*)mem_static_malloc(12);
byte_element_struct *byte_element_2454=NULL;
if (!byte_element_2454){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2454=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2454=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_2451=NULL;
if (!byte_element_2451){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2451=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2451=(byte_element_struct*)mem_static_malloc(12);
byte_element_struct *byte_element_2455=NULL;
if (!byte_element_2455){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2455=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2455=(byte_element_struct*)mem_static_malloc(12);
}
qbs *_FUNC_DIM2_STRING_CT=NULL;
if (!_FUNC_DIM2_STRING_CT)_FUNC_DIM2_STRING_CT=qbs_new(0,0);
qbs *_FUNC_DIM2_STRING_CMPS=NULL;
if (!_FUNC_DIM2_STRING_CMPS)_FUNC_DIM2_STRING_CMPS=qbs_new(0,0);
byte_element_struct *byte_element_2453=NULL;
if (!byte_element_2453){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2453=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2453=(byte_element_struct*)mem_static_malloc(12);
byte_element_struct *byte_element_2457=NULL;
if (!byte_element_2457){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2457=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2457=(byte_element_struct*)mem_static_malloc(12);
}
int32 pass2454;
int32 pass2455;
int8 pass2456;
int16 pass2457;
int16 pass2458;
int16 pass2459;
int16 pass2460;
int32 pass2458;
int32 pass2459;
int8 pass2460;
int16 pass2461;
int16 pass2462;
int8 pass2463;
byte_element_struct *byte_element_2465=NULL;
if (!byte_element_2465){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2465=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2465=(byte_element_struct*)mem_static_malloc(12);
int16 pass2463;
int16 pass2464;
int16 pass2465;
int16 pass2466;
int8 pass2467;
byte_element_struct *byte_element_2469=NULL;
if (!byte_element_2469){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2469=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2469=(byte_element_struct*)mem_static_malloc(12);
}
int32 pass2466;
int32 pass2467;
int16 pass2468;
int16 pass2469;
int16 pass2470;
int16 pass2471;
int32 pass2470;
int32 pass2471;
int16 pass2472;
int16 pass2473;
int16 pass2474;
int8 pass2475;
byte_element_struct *byte_element_2477=NULL;
if (!byte_element_2477){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2477=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2477=(byte_element_struct*)mem_static_malloc(12);
int16 pass2475;
int16 pass2476;
int16 pass2477;
int16 pass2478;
int8 pass2479;
byte_element_struct *byte_element_2481=NULL;
if (!byte_element_2481){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2481=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2481=(byte_element_struct*)mem_static_malloc(12);
}
int32 pass2478;
int32 pass2479;
int16 pass2480;
int16 pass2481;
int16 pass2482;
int16 pass2483;
int32 pass2482;
int32 pass2483;
int16 pass2484;
int16 pass2485;
int16 pass2486;
int8 pass2487;
byte_element_struct *byte_element_2489=NULL;
if (!byte_element_2489){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2489=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2489=(byte_element_struct*)mem_static_malloc(12);
int16 pass2487;
int16 pass2488;
int16 pass2489;
int16 pass2490;
int8 pass2491;
byte_element_struct *byte_element_2493=NULL;
if (!byte_element_2493){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2493=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2493=(byte_element_struct*)mem_static_malloc(12);
}
int32 pass2490;
int32 pass2491;
int16 pass2492;
int16 pass2493;
int32 pass2494;
int16 pass2495;
int32 pass2495;
int16 pass2496;
int16 pass2497;
int32 pass2498;
int16 pass2499;
int16 pass2500;
int8 pass2501;
byte_element_struct *byte_element_2503=NULL;
if (!byte_element_2503){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2503=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2503=(byte_element_struct*)mem_static_malloc(12);
int16 pass2501;
int32 pass2502;
int16 pass2503;
int16 pass2504;
int8 pass2505;
byte_element_struct *byte_element_2507=NULL;
if (!byte_element_2507){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2507=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2507=(byte_element_struct*)mem_static_malloc(12);
}
int32 pass2504;
int32 pass2505;
int16 pass2506;
int16 pass2507;
int16 pass2508;
int16 pass2509;
int32 pass2508;
int32 pass2509;
int16 pass2510;
int16 pass2511;
int16 pass2512;
int8 pass2513;
byte_element_struct *byte_element_2515=NULL;
if (!byte_element_2515){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2515=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2515=(byte_element_struct*)mem_static_malloc(12);
int16 pass2513;
int16 pass2514;
int16 pass2515;
int16 pass2516;
int8 pass2517;
byte_element_struct *byte_element_2519=NULL;
if (!byte_element_2519){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2519=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2519=(byte_element_struct*)mem_static_malloc(12);
}
int32 pass2516;
int32 pass2517;
int16 pass2518;
int16 pass2519;
int16 pass2520;
int16 pass2521;
int32 pass2520;
int32 pass2521;
int16 pass2522;
int16 pass2523;
int16 pass2524;
int8 pass2525;
byte_element_struct *byte_element_2527=NULL;
if (!byte_element_2527){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2527=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2527=(byte_element_struct*)mem_static_malloc(12);
int16 pass2525;
int16 pass2526;
int16 pass2527;
int16 pass2528;
int8 pass2529;
byte_element_struct *byte_element_2531=NULL;
if (!byte_element_2531){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2531=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2531=(byte_element_struct*)mem_static_malloc(12);
}
int32 pass2528;
int32 pass2529;
int16 pass2530;
int16 pass2531;
int16 pass2532;
int16 pass2533;
int32 pass2532;
int32 pass2533;
int16 pass2534;
int16 pass2535;
int16 pass2536;
int8 pass2537;
byte_element_struct *byte_element_2539=NULL;
if (!byte_element_2539){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2539=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2539=(byte_element_struct*)mem_static_malloc(12);
int16 pass2537;
int16 pass2538;
int16 pass2539;
int16 pass2540;
int8 pass2541;
byte_element_struct *byte_element_2543=NULL;
if (!byte_element_2543){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2543=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2543=(byte_element_struct*)mem_static_malloc(12);
}
int32 pass2540;
int32 pass2541;
int16 pass2542;
int16 pass2543;
int16 pass2544;
int16 pass2545;
int32 pass2544;
int32 pass2545;
int16 pass2546;
int16 pass2547;
int16 pass2548;
int8 pass2549;
byte_element_struct *byte_element_2551=NULL;
if (!byte_element_2551){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2551=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2551=(byte_element_struct*)mem_static_malloc(12);
int16 pass2549;
int16 pass2550;
int16 pass2551;
int16 pass2552;
int8 pass2553;
byte_element_struct *byte_element_2555=NULL;
if (!byte_element_2555){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2555=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2555=(byte_element_struct*)mem_static_malloc(12);
}
int32 pass2552;
int32 pass2553;
int16 pass2554;
int16 pass2555;
int16 pass2556;
int16 pass2557;
int32 pass2556;
int32 pass2557;
int16 pass2558;
int16 pass2559;
int16 pass2560;
int8 pass2561;
int16 pass2561;
int16 pass2562;
int16 pass2563;
int16 pass2564;
int8 pass2565;

View file

@ -1,59 +1,27 @@
int32 *_FUNC_RELATION_LONG_RELATION=NULL;
if(_FUNC_RELATION_LONG_RELATION==NULL){
_FUNC_RELATION_LONG_RELATION=(int32*)mem_static_malloc(4);
*_FUNC_RELATION_LONG_RELATION=0;
int32 *_FUNC_LOGICALAND_LONG_LOGICALAND=NULL;
if(_FUNC_LOGICALAND_LONG_LOGICALAND==NULL){
_FUNC_LOGICALAND_LONG_LOGICALAND=(int32*)mem_static_malloc(4);
*_FUNC_LOGICALAND_LONG_LOGICALAND=0;
}
qbs*oldstr3905=NULL;
if(_FUNC_RELATION_STRING_EXP->tmp||_FUNC_RELATION_STRING_EXP->fixed||_FUNC_RELATION_STRING_EXP->readonly){
oldstr3905=_FUNC_RELATION_STRING_EXP;
if(_FUNC_LOGICALAND_STRING_EXP->tmp||_FUNC_LOGICALAND_STRING_EXP->fixed||_FUNC_LOGICALAND_STRING_EXP->readonly){
oldstr3905=_FUNC_LOGICALAND_STRING_EXP;
if (oldstr3905->cmem_descriptor){
_FUNC_RELATION_STRING_EXP=qbs_new_cmem(oldstr3905->len,0);
_FUNC_LOGICALAND_STRING_EXP=qbs_new_cmem(oldstr3905->len,0);
}else{
_FUNC_RELATION_STRING_EXP=qbs_new(oldstr3905->len,0);
_FUNC_LOGICALAND_STRING_EXP=qbs_new(oldstr3905->len,0);
}
memcpy(_FUNC_RELATION_STRING_EXP->chr,oldstr3905->chr,oldstr3905->len);
memcpy(_FUNC_LOGICALAND_STRING_EXP->chr,oldstr3905->chr,oldstr3905->len);
}
void *_FUNC_RELATION_UDT_NUM=NULL;
if(_FUNC_RELATION_UDT_NUM==NULL){
_FUNC_RELATION_UDT_NUM=(void*)mem_static_malloc(60);
memset(_FUNC_RELATION_UDT_NUM,0,60);
*(qbs**)(((char*)_FUNC_RELATION_UDT_NUM)+ 48) = qbs_new(0,0);
void *_FUNC_LOGICALAND_UDT_NUM=NULL;
if(_FUNC_LOGICALAND_UDT_NUM==NULL){
_FUNC_LOGICALAND_UDT_NUM=(void*)mem_static_malloc(60);
memset(_FUNC_LOGICALAND_UDT_NUM,0,60);
*(qbs**)(((char*)_FUNC_LOGICALAND_UDT_NUM)+ 48) = qbs_new(0,0);
}
qbs *_FUNC_RELATION_STRING_ELE=NULL;
if (!_FUNC_RELATION_STRING_ELE)_FUNC_RELATION_STRING_ELE=qbs_new(0,0);
qbs *_FUNC_LOGICALAND_STRING_ELE=NULL;
if (!_FUNC_LOGICALAND_STRING_ELE)_FUNC_LOGICALAND_STRING_ELE=qbs_new(0,0);
int32 pass3907;
long double pass3908;
uint64 pass3908;
int32 pass3909;
uint64 pass3910;
int32 pass3911;
int64 pass3912;
int32 pass3913;
long double pass3914;
int32 pass3915;
uint64 pass3916;
int32 pass3917;
int64 pass3918;
int32 pass3919;
long double pass3920;
int32 pass3921;
uint64 pass3922;
int32 pass3923;
int64 pass3924;
int32 pass3925;
long double pass3926;
int32 pass3927;
uint64 pass3928;
int32 pass3929;
int64 pass3930;
int32 pass3931;
long double pass3932;
int32 pass3933;
uint64 pass3934;
int32 pass3935;
int64 pass3936;
int32 pass3937;
long double pass3938;
int32 pass3939;
uint64 pass3940;
int32 pass3941;
int64 pass3942;
int64 pass3910;

View file

@ -1,35 +1,26 @@
int32 *_FUNC_TERM_LONG_TERM=NULL;
if(_FUNC_TERM_LONG_TERM==NULL){
_FUNC_TERM_LONG_TERM=(int32*)mem_static_malloc(4);
*_FUNC_TERM_LONG_TERM=0;
int32 *_FUNC_LOGICALNOT_LONG_LOGICALNOT=NULL;
if(_FUNC_LOGICALNOT_LONG_LOGICALNOT==NULL){
_FUNC_LOGICALNOT_LONG_LOGICALNOT=(int32*)mem_static_malloc(4);
*_FUNC_LOGICALNOT_LONG_LOGICALNOT=0;
}
qbs*oldstr3943=NULL;
if(_FUNC_TERM_STRING_EXP->tmp||_FUNC_TERM_STRING_EXP->fixed||_FUNC_TERM_STRING_EXP->readonly){
oldstr3943=_FUNC_TERM_STRING_EXP;
if (oldstr3943->cmem_descriptor){
_FUNC_TERM_STRING_EXP=qbs_new_cmem(oldstr3943->len,0);
qbs*oldstr3911=NULL;
if(_FUNC_LOGICALNOT_STRING_EXP->tmp||_FUNC_LOGICALNOT_STRING_EXP->fixed||_FUNC_LOGICALNOT_STRING_EXP->readonly){
oldstr3911=_FUNC_LOGICALNOT_STRING_EXP;
if (oldstr3911->cmem_descriptor){
_FUNC_LOGICALNOT_STRING_EXP=qbs_new_cmem(oldstr3911->len,0);
}else{
_FUNC_TERM_STRING_EXP=qbs_new(oldstr3943->len,0);
_FUNC_LOGICALNOT_STRING_EXP=qbs_new(oldstr3911->len,0);
}
memcpy(_FUNC_TERM_STRING_EXP->chr,oldstr3943->chr,oldstr3943->len);
memcpy(_FUNC_LOGICALNOT_STRING_EXP->chr,oldstr3911->chr,oldstr3911->len);
}
void *_FUNC_TERM_UDT_NUM=NULL;
if(_FUNC_TERM_UDT_NUM==NULL){
_FUNC_TERM_UDT_NUM=(void*)mem_static_malloc(60);
memset(_FUNC_TERM_UDT_NUM,0,60);
*(qbs**)(((char*)_FUNC_TERM_UDT_NUM)+ 48) = qbs_new(0,0);
qbs *_FUNC_LOGICALNOT_STRING_ELE=NULL;
if (!_FUNC_LOGICALNOT_STRING_ELE)_FUNC_LOGICALNOT_STRING_ELE=qbs_new(0,0);
int32 *_FUNC_LOGICALNOT_LONG_NUM__ASCII_CHR_046__TYP=NULL;
if(_FUNC_LOGICALNOT_LONG_NUM__ASCII_CHR_046__TYP==NULL){
_FUNC_LOGICALNOT_LONG_NUM__ASCII_CHR_046__TYP=(int32*)mem_static_malloc(4);
*_FUNC_LOGICALNOT_LONG_NUM__ASCII_CHR_046__TYP=0;
}
qbs *_FUNC_TERM_STRING_ELE=NULL;
if (!_FUNC_TERM_STRING_ELE)_FUNC_TERM_STRING_ELE=qbs_new(0,0);
int32 pass3945;
long double pass3946;
int32 pass3947;
uint64 pass3948;
int32 pass3949;
int64 pass3950;
int32 pass3951;
long double pass3952;
int32 pass3953;
uint64 pass3954;
int32 pass3955;
int64 pass3956;
int32 pass3912;
uint64 pass3913;
int32 pass3914;
int64 pass3915;

View file

@ -1,27 +1,59 @@
int32 *_FUNC_PARSEMOD_LONG_PARSEMOD=NULL;
if(_FUNC_PARSEMOD_LONG_PARSEMOD==NULL){
_FUNC_PARSEMOD_LONG_PARSEMOD=(int32*)mem_static_malloc(4);
*_FUNC_PARSEMOD_LONG_PARSEMOD=0;
int32 *_FUNC_RELATION_LONG_RELATION=NULL;
if(_FUNC_RELATION_LONG_RELATION==NULL){
_FUNC_RELATION_LONG_RELATION=(int32*)mem_static_malloc(4);
*_FUNC_RELATION_LONG_RELATION=0;
}
qbs*oldstr3957=NULL;
if(_FUNC_PARSEMOD_STRING_EXP->tmp||_FUNC_PARSEMOD_STRING_EXP->fixed||_FUNC_PARSEMOD_STRING_EXP->readonly){
oldstr3957=_FUNC_PARSEMOD_STRING_EXP;
if (oldstr3957->cmem_descriptor){
_FUNC_PARSEMOD_STRING_EXP=qbs_new_cmem(oldstr3957->len,0);
qbs*oldstr3916=NULL;
if(_FUNC_RELATION_STRING_EXP->tmp||_FUNC_RELATION_STRING_EXP->fixed||_FUNC_RELATION_STRING_EXP->readonly){
oldstr3916=_FUNC_RELATION_STRING_EXP;
if (oldstr3916->cmem_descriptor){
_FUNC_RELATION_STRING_EXP=qbs_new_cmem(oldstr3916->len,0);
}else{
_FUNC_PARSEMOD_STRING_EXP=qbs_new(oldstr3957->len,0);
_FUNC_RELATION_STRING_EXP=qbs_new(oldstr3916->len,0);
}
memcpy(_FUNC_PARSEMOD_STRING_EXP->chr,oldstr3957->chr,oldstr3957->len);
memcpy(_FUNC_RELATION_STRING_EXP->chr,oldstr3916->chr,oldstr3916->len);
}
void *_FUNC_PARSEMOD_UDT_NUM=NULL;
if(_FUNC_PARSEMOD_UDT_NUM==NULL){
_FUNC_PARSEMOD_UDT_NUM=(void*)mem_static_malloc(60);
memset(_FUNC_PARSEMOD_UDT_NUM,0,60);
*(qbs**)(((char*)_FUNC_PARSEMOD_UDT_NUM)+ 48) = qbs_new(0,0);
void *_FUNC_RELATION_UDT_NUM=NULL;
if(_FUNC_RELATION_UDT_NUM==NULL){
_FUNC_RELATION_UDT_NUM=(void*)mem_static_malloc(60);
memset(_FUNC_RELATION_UDT_NUM,0,60);
*(qbs**)(((char*)_FUNC_RELATION_UDT_NUM)+ 48) = qbs_new(0,0);
}
qbs *_FUNC_PARSEMOD_STRING_ELE=NULL;
if (!_FUNC_PARSEMOD_STRING_ELE)_FUNC_PARSEMOD_STRING_ELE=qbs_new(0,0);
int32 pass3959;
uint64 pass3960;
int32 pass3961;
int64 pass3962;
qbs *_FUNC_RELATION_STRING_ELE=NULL;
if (!_FUNC_RELATION_STRING_ELE)_FUNC_RELATION_STRING_ELE=qbs_new(0,0);
int32 pass3918;
long double pass3919;
int32 pass3920;
uint64 pass3921;
int32 pass3922;
int64 pass3923;
int32 pass3924;
long double pass3925;
int32 pass3926;
uint64 pass3927;
int32 pass3928;
int64 pass3929;
int32 pass3930;
long double pass3931;
int32 pass3932;
uint64 pass3933;
int32 pass3934;
int64 pass3935;
int32 pass3936;
long double pass3937;
int32 pass3938;
uint64 pass3939;
int32 pass3940;
int64 pass3941;
int32 pass3942;
long double pass3943;
int32 pass3944;
uint64 pass3945;
int32 pass3946;
int64 pass3947;
int32 pass3948;
long double pass3949;
int32 pass3950;
uint64 pass3951;
int32 pass3952;
int64 pass3953;

View file

@ -1,27 +1,35 @@
int32 *_FUNC_INTDIV_LONG_INTDIV=NULL;
if(_FUNC_INTDIV_LONG_INTDIV==NULL){
_FUNC_INTDIV_LONG_INTDIV=(int32*)mem_static_malloc(4);
*_FUNC_INTDIV_LONG_INTDIV=0;
int32 *_FUNC_TERM_LONG_TERM=NULL;
if(_FUNC_TERM_LONG_TERM==NULL){
_FUNC_TERM_LONG_TERM=(int32*)mem_static_malloc(4);
*_FUNC_TERM_LONG_TERM=0;
}
qbs*oldstr3963=NULL;
if(_FUNC_INTDIV_STRING_EXP->tmp||_FUNC_INTDIV_STRING_EXP->fixed||_FUNC_INTDIV_STRING_EXP->readonly){
oldstr3963=_FUNC_INTDIV_STRING_EXP;
if (oldstr3963->cmem_descriptor){
_FUNC_INTDIV_STRING_EXP=qbs_new_cmem(oldstr3963->len,0);
qbs*oldstr3954=NULL;
if(_FUNC_TERM_STRING_EXP->tmp||_FUNC_TERM_STRING_EXP->fixed||_FUNC_TERM_STRING_EXP->readonly){
oldstr3954=_FUNC_TERM_STRING_EXP;
if (oldstr3954->cmem_descriptor){
_FUNC_TERM_STRING_EXP=qbs_new_cmem(oldstr3954->len,0);
}else{
_FUNC_INTDIV_STRING_EXP=qbs_new(oldstr3963->len,0);
_FUNC_TERM_STRING_EXP=qbs_new(oldstr3954->len,0);
}
memcpy(_FUNC_INTDIV_STRING_EXP->chr,oldstr3963->chr,oldstr3963->len);
memcpy(_FUNC_TERM_STRING_EXP->chr,oldstr3954->chr,oldstr3954->len);
}
void *_FUNC_INTDIV_UDT_NUM=NULL;
if(_FUNC_INTDIV_UDT_NUM==NULL){
_FUNC_INTDIV_UDT_NUM=(void*)mem_static_malloc(60);
memset(_FUNC_INTDIV_UDT_NUM,0,60);
*(qbs**)(((char*)_FUNC_INTDIV_UDT_NUM)+ 48) = qbs_new(0,0);
void *_FUNC_TERM_UDT_NUM=NULL;
if(_FUNC_TERM_UDT_NUM==NULL){
_FUNC_TERM_UDT_NUM=(void*)mem_static_malloc(60);
memset(_FUNC_TERM_UDT_NUM,0,60);
*(qbs**)(((char*)_FUNC_TERM_UDT_NUM)+ 48) = qbs_new(0,0);
}
qbs *_FUNC_INTDIV_STRING_ELE=NULL;
if (!_FUNC_INTDIV_STRING_ELE)_FUNC_INTDIV_STRING_ELE=qbs_new(0,0);
int32 pass3965;
uint64 pass3966;
int32 pass3967;
int64 pass3968;
qbs *_FUNC_TERM_STRING_ELE=NULL;
if (!_FUNC_TERM_STRING_ELE)_FUNC_TERM_STRING_ELE=qbs_new(0,0);
int32 pass3956;
long double pass3957;
int32 pass3958;
uint64 pass3959;
int32 pass3960;
int64 pass3961;
int32 pass3962;
long double pass3963;
int32 pass3964;
uint64 pass3965;
int32 pass3966;
int64 pass3967;

View file

@ -1,29 +1,27 @@
int32 *_FUNC_FACTOR_LONG_FACTOR=NULL;
if(_FUNC_FACTOR_LONG_FACTOR==NULL){
_FUNC_FACTOR_LONG_FACTOR=(int32*)mem_static_malloc(4);
*_FUNC_FACTOR_LONG_FACTOR=0;
int32 *_FUNC_PARSEMOD_LONG_PARSEMOD=NULL;
if(_FUNC_PARSEMOD_LONG_PARSEMOD==NULL){
_FUNC_PARSEMOD_LONG_PARSEMOD=(int32*)mem_static_malloc(4);
*_FUNC_PARSEMOD_LONG_PARSEMOD=0;
}
qbs*oldstr3969=NULL;
if(_FUNC_FACTOR_STRING_EXP->tmp||_FUNC_FACTOR_STRING_EXP->fixed||_FUNC_FACTOR_STRING_EXP->readonly){
oldstr3969=_FUNC_FACTOR_STRING_EXP;
if (oldstr3969->cmem_descriptor){
_FUNC_FACTOR_STRING_EXP=qbs_new_cmem(oldstr3969->len,0);
qbs*oldstr3968=NULL;
if(_FUNC_PARSEMOD_STRING_EXP->tmp||_FUNC_PARSEMOD_STRING_EXP->fixed||_FUNC_PARSEMOD_STRING_EXP->readonly){
oldstr3968=_FUNC_PARSEMOD_STRING_EXP;
if (oldstr3968->cmem_descriptor){
_FUNC_PARSEMOD_STRING_EXP=qbs_new_cmem(oldstr3968->len,0);
}else{
_FUNC_FACTOR_STRING_EXP=qbs_new(oldstr3969->len,0);
_FUNC_PARSEMOD_STRING_EXP=qbs_new(oldstr3968->len,0);
}
memcpy(_FUNC_FACTOR_STRING_EXP->chr,oldstr3969->chr,oldstr3969->len);
memcpy(_FUNC_PARSEMOD_STRING_EXP->chr,oldstr3968->chr,oldstr3968->len);
}
void *_FUNC_FACTOR_UDT_NUM=NULL;
if(_FUNC_FACTOR_UDT_NUM==NULL){
_FUNC_FACTOR_UDT_NUM=(void*)mem_static_malloc(60);
memset(_FUNC_FACTOR_UDT_NUM,0,60);
*(qbs**)(((char*)_FUNC_FACTOR_UDT_NUM)+ 48) = qbs_new(0,0);
void *_FUNC_PARSEMOD_UDT_NUM=NULL;
if(_FUNC_PARSEMOD_UDT_NUM==NULL){
_FUNC_PARSEMOD_UDT_NUM=(void*)mem_static_malloc(60);
memset(_FUNC_PARSEMOD_UDT_NUM,0,60);
*(qbs**)(((char*)_FUNC_PARSEMOD_UDT_NUM)+ 48) = qbs_new(0,0);
}
qbs *_FUNC_FACTOR_STRING_ELE=NULL;
if (!_FUNC_FACTOR_STRING_ELE)_FUNC_FACTOR_STRING_ELE=qbs_new(0,0);
int32 pass3971;
long double pass3972;
int32 pass3973;
uint64 pass3974;
int32 pass3975;
int64 pass3976;
qbs *_FUNC_PARSEMOD_STRING_ELE=NULL;
if (!_FUNC_PARSEMOD_STRING_ELE)_FUNC_PARSEMOD_STRING_ELE=qbs_new(0,0);
int32 pass3970;
uint64 pass3971;
int32 pass3972;
int64 pass3973;

View file

@ -1,19 +1,27 @@
int32 *_FUNC_UNARY_LONG_UNARY=NULL;
if(_FUNC_UNARY_LONG_UNARY==NULL){
_FUNC_UNARY_LONG_UNARY=(int32*)mem_static_malloc(4);
*_FUNC_UNARY_LONG_UNARY=0;
int32 *_FUNC_INTDIV_LONG_INTDIV=NULL;
if(_FUNC_INTDIV_LONG_INTDIV==NULL){
_FUNC_INTDIV_LONG_INTDIV=(int32*)mem_static_malloc(4);
*_FUNC_INTDIV_LONG_INTDIV=0;
}
qbs*oldstr3977=NULL;
if(_FUNC_UNARY_STRING_EXP->tmp||_FUNC_UNARY_STRING_EXP->fixed||_FUNC_UNARY_STRING_EXP->readonly){
oldstr3977=_FUNC_UNARY_STRING_EXP;
if (oldstr3977->cmem_descriptor){
_FUNC_UNARY_STRING_EXP=qbs_new_cmem(oldstr3977->len,0);
qbs*oldstr3974=NULL;
if(_FUNC_INTDIV_STRING_EXP->tmp||_FUNC_INTDIV_STRING_EXP->fixed||_FUNC_INTDIV_STRING_EXP->readonly){
oldstr3974=_FUNC_INTDIV_STRING_EXP;
if (oldstr3974->cmem_descriptor){
_FUNC_INTDIV_STRING_EXP=qbs_new_cmem(oldstr3974->len,0);
}else{
_FUNC_UNARY_STRING_EXP=qbs_new(oldstr3977->len,0);
_FUNC_INTDIV_STRING_EXP=qbs_new(oldstr3974->len,0);
}
memcpy(_FUNC_UNARY_STRING_EXP->chr,oldstr3977->chr,oldstr3977->len);
memcpy(_FUNC_INTDIV_STRING_EXP->chr,oldstr3974->chr,oldstr3974->len);
}
qbs *_FUNC_UNARY_STRING_ELE=NULL;
if (!_FUNC_UNARY_STRING_ELE)_FUNC_UNARY_STRING_ELE=qbs_new(0,0);
void *_FUNC_INTDIV_UDT_NUM=NULL;
if(_FUNC_INTDIV_UDT_NUM==NULL){
_FUNC_INTDIV_UDT_NUM=(void*)mem_static_malloc(60);
memset(_FUNC_INTDIV_UDT_NUM,0,60);
*(qbs**)(((char*)_FUNC_INTDIV_UDT_NUM)+ 48) = qbs_new(0,0);
}
qbs *_FUNC_INTDIV_STRING_ELE=NULL;
if (!_FUNC_INTDIV_STRING_ELE)_FUNC_INTDIV_STRING_ELE=qbs_new(0,0);
int32 pass3976;
uint64 pass3977;
int32 pass3978;
int64 pass3979;

View file

@ -1,41 +1,29 @@
int32 *_FUNC_EXPONENT_LONG_EXPONENT=NULL;
if(_FUNC_EXPONENT_LONG_EXPONENT==NULL){
_FUNC_EXPONENT_LONG_EXPONENT=(int32*)mem_static_malloc(4);
*_FUNC_EXPONENT_LONG_EXPONENT=0;
int32 *_FUNC_FACTOR_LONG_FACTOR=NULL;
if(_FUNC_FACTOR_LONG_FACTOR==NULL){
_FUNC_FACTOR_LONG_FACTOR=(int32*)mem_static_malloc(4);
*_FUNC_FACTOR_LONG_FACTOR=0;
}
qbs*oldstr3980=NULL;
if(_FUNC_EXPONENT_STRING_EXP->tmp||_FUNC_EXPONENT_STRING_EXP->fixed||_FUNC_EXPONENT_STRING_EXP->readonly){
oldstr3980=_FUNC_EXPONENT_STRING_EXP;
if(_FUNC_FACTOR_STRING_EXP->tmp||_FUNC_FACTOR_STRING_EXP->fixed||_FUNC_FACTOR_STRING_EXP->readonly){
oldstr3980=_FUNC_FACTOR_STRING_EXP;
if (oldstr3980->cmem_descriptor){
_FUNC_EXPONENT_STRING_EXP=qbs_new_cmem(oldstr3980->len,0);
_FUNC_FACTOR_STRING_EXP=qbs_new_cmem(oldstr3980->len,0);
}else{
_FUNC_EXPONENT_STRING_EXP=qbs_new(oldstr3980->len,0);
_FUNC_FACTOR_STRING_EXP=qbs_new(oldstr3980->len,0);
}
memcpy(_FUNC_EXPONENT_STRING_EXP->chr,oldstr3980->chr,oldstr3980->len);
memcpy(_FUNC_FACTOR_STRING_EXP->chr,oldstr3980->chr,oldstr3980->len);
}
void *_FUNC_EXPONENT_UDT_NUM=NULL;
if(_FUNC_EXPONENT_UDT_NUM==NULL){
_FUNC_EXPONENT_UDT_NUM=(void*)mem_static_malloc(60);
memset(_FUNC_EXPONENT_UDT_NUM,0,60);
*(qbs**)(((char*)_FUNC_EXPONENT_UDT_NUM)+ 48) = qbs_new(0,0);
void *_FUNC_FACTOR_UDT_NUM=NULL;
if(_FUNC_FACTOR_UDT_NUM==NULL){
_FUNC_FACTOR_UDT_NUM=(void*)mem_static_malloc(60);
memset(_FUNC_FACTOR_UDT_NUM,0,60);
*(qbs**)(((char*)_FUNC_FACTOR_UDT_NUM)+ 48) = qbs_new(0,0);
}
qbs *_FUNC_EXPONENT_STRING_ELE=NULL;
if (!_FUNC_EXPONENT_STRING_ELE)_FUNC_EXPONENT_STRING_ELE=qbs_new(0,0);
qbs *_FUNC_FACTOR_STRING_ELE=NULL;
if (!_FUNC_FACTOR_STRING_ELE)_FUNC_FACTOR_STRING_ELE=qbs_new(0,0);
int32 pass3982;
long double pass3983;
int32 pass3984;
uint64 pass3985;
int32 pass3986;
int64 pass3987;
int32 *_FUNC_EXPONENT_LONG_SIG=NULL;
if(_FUNC_EXPONENT_LONG_SIG==NULL){
_FUNC_EXPONENT_LONG_SIG=(int32*)mem_static_malloc(4);
*_FUNC_EXPONENT_LONG_SIG=0;
}
long double *_FUNC_EXPONENT_FLOAT_EXPON=NULL;
if(_FUNC_EXPONENT_FLOAT_EXPON==NULL){
_FUNC_EXPONENT_FLOAT_EXPON=(long double*)mem_static_malloc(32);
*_FUNC_EXPONENT_FLOAT_EXPON=0;
}
int32 pass3988;
long double pass3989;

View file

@ -1,19 +1,19 @@
int32 *_FUNC_NUMERIC_LONG_NUMERIC=NULL;
if(_FUNC_NUMERIC_LONG_NUMERIC==NULL){
_FUNC_NUMERIC_LONG_NUMERIC=(int32*)mem_static_malloc(4);
*_FUNC_NUMERIC_LONG_NUMERIC=0;
int32 *_FUNC_UNARY_LONG_UNARY=NULL;
if(_FUNC_UNARY_LONG_UNARY==NULL){
_FUNC_UNARY_LONG_UNARY=(int32*)mem_static_malloc(4);
*_FUNC_UNARY_LONG_UNARY=0;
}
qbs*oldstr3990=NULL;
if(_FUNC_NUMERIC_STRING_EXP->tmp||_FUNC_NUMERIC_STRING_EXP->fixed||_FUNC_NUMERIC_STRING_EXP->readonly){
oldstr3990=_FUNC_NUMERIC_STRING_EXP;
if (oldstr3990->cmem_descriptor){
_FUNC_NUMERIC_STRING_EXP=qbs_new_cmem(oldstr3990->len,0);
qbs*oldstr3988=NULL;
if(_FUNC_UNARY_STRING_EXP->tmp||_FUNC_UNARY_STRING_EXP->fixed||_FUNC_UNARY_STRING_EXP->readonly){
oldstr3988=_FUNC_UNARY_STRING_EXP;
if (oldstr3988->cmem_descriptor){
_FUNC_UNARY_STRING_EXP=qbs_new_cmem(oldstr3988->len,0);
}else{
_FUNC_NUMERIC_STRING_EXP=qbs_new(oldstr3990->len,0);
_FUNC_UNARY_STRING_EXP=qbs_new(oldstr3988->len,0);
}
memcpy(_FUNC_NUMERIC_STRING_EXP->chr,oldstr3990->chr,oldstr3990->len);
memcpy(_FUNC_UNARY_STRING_EXP->chr,oldstr3988->chr,oldstr3988->len);
}
qbs *_FUNC_NUMERIC_STRING_ELE=NULL;
if (!_FUNC_NUMERIC_STRING_ELE)_FUNC_NUMERIC_STRING_ELE=qbs_new(0,0);
int32 pass3991;
long double pass3992;
qbs *_FUNC_UNARY_STRING_ELE=NULL;
if (!_FUNC_UNARY_STRING_ELE)_FUNC_UNARY_STRING_ELE=qbs_new(0,0);
int32 pass3989;
int64 pass3990;

View file

@ -1,44 +1,41 @@
int32 *_FUNC_PARSENUMHASHLOOKUP_LONG_PARSENUMHASHLOOKUP=NULL;
if(_FUNC_PARSENUMHASHLOOKUP_LONG_PARSENUMHASHLOOKUP==NULL){
_FUNC_PARSENUMHASHLOOKUP_LONG_PARSENUMHASHLOOKUP=(int32*)mem_static_malloc(4);
*_FUNC_PARSENUMHASHLOOKUP_LONG_PARSENUMHASHLOOKUP=0;
int32 *_FUNC_EXPONENT_LONG_EXPONENT=NULL;
if(_FUNC_EXPONENT_LONG_EXPONENT==NULL){
_FUNC_EXPONENT_LONG_EXPONENT=(int32*)mem_static_malloc(4);
*_FUNC_EXPONENT_LONG_EXPONENT=0;
}
qbs*oldstr3993=NULL;
if(_FUNC_PARSENUMHASHLOOKUP_STRING_ELE->tmp||_FUNC_PARSENUMHASHLOOKUP_STRING_ELE->fixed||_FUNC_PARSENUMHASHLOOKUP_STRING_ELE->readonly){
oldstr3993=_FUNC_PARSENUMHASHLOOKUP_STRING_ELE;
if (oldstr3993->cmem_descriptor){
_FUNC_PARSENUMHASHLOOKUP_STRING_ELE=qbs_new_cmem(oldstr3993->len,0);
qbs*oldstr3991=NULL;
if(_FUNC_EXPONENT_STRING_EXP->tmp||_FUNC_EXPONENT_STRING_EXP->fixed||_FUNC_EXPONENT_STRING_EXP->readonly){
oldstr3991=_FUNC_EXPONENT_STRING_EXP;
if (oldstr3991->cmem_descriptor){
_FUNC_EXPONENT_STRING_EXP=qbs_new_cmem(oldstr3991->len,0);
}else{
_FUNC_PARSENUMHASHLOOKUP_STRING_ELE=qbs_new(oldstr3993->len,0);
_FUNC_EXPONENT_STRING_EXP=qbs_new(oldstr3991->len,0);
}
memcpy(_FUNC_PARSENUMHASHLOOKUP_STRING_ELE->chr,oldstr3993->chr,oldstr3993->len);
memcpy(_FUNC_EXPONENT_STRING_EXP->chr,oldstr3991->chr,oldstr3991->len);
}
int32 *_FUNC_PARSENUMHASHLOOKUP_LONG_HASHFOUND=NULL;
if(_FUNC_PARSENUMHASHLOOKUP_LONG_HASHFOUND==NULL){
_FUNC_PARSENUMHASHLOOKUP_LONG_HASHFOUND=(int32*)mem_static_malloc(4);
*_FUNC_PARSENUMHASHLOOKUP_LONG_HASHFOUND=0;
void *_FUNC_EXPONENT_UDT_NUM=NULL;
if(_FUNC_EXPONENT_UDT_NUM==NULL){
_FUNC_EXPONENT_UDT_NUM=(void*)mem_static_malloc(60);
memset(_FUNC_EXPONENT_UDT_NUM,0,60);
*(qbs**)(((char*)_FUNC_EXPONENT_UDT_NUM)+ 48) = qbs_new(0,0);
}
qbs *_FUNC_PARSENUMHASHLOOKUP_STRING_HASHNAME=NULL;
if (!_FUNC_PARSENUMHASHLOOKUP_STRING_HASHNAME)_FUNC_PARSENUMHASHLOOKUP_STRING_HASHNAME=qbs_new(0,0);
qbs *_FUNC_PARSENUMHASHLOOKUP_STRING_UNUSEDSYMBOL=NULL;
if (!_FUNC_PARSENUMHASHLOOKUP_STRING_UNUSEDSYMBOL)_FUNC_PARSENUMHASHLOOKUP_STRING_UNUSEDSYMBOL=qbs_new(0,0);
int32 *_FUNC_PARSENUMHASHLOOKUP_LONG_HASHCHKFLAGS=NULL;
if(_FUNC_PARSENUMHASHLOOKUP_LONG_HASHCHKFLAGS==NULL){
_FUNC_PARSENUMHASHLOOKUP_LONG_HASHCHKFLAGS=(int32*)mem_static_malloc(4);
*_FUNC_PARSENUMHASHLOOKUP_LONG_HASHCHKFLAGS=0;
qbs *_FUNC_EXPONENT_STRING_ELE=NULL;
if (!_FUNC_EXPONENT_STRING_ELE)_FUNC_EXPONENT_STRING_ELE=qbs_new(0,0);
int32 pass3993;
long double pass3994;
int32 pass3995;
uint64 pass3996;
int32 pass3997;
int64 pass3998;
int32 *_FUNC_EXPONENT_LONG_SIG=NULL;
if(_FUNC_EXPONENT_LONG_SIG==NULL){
_FUNC_EXPONENT_LONG_SIG=(int32*)mem_static_malloc(4);
*_FUNC_EXPONENT_LONG_SIG=0;
}
int32 *_FUNC_PARSENUMHASHLOOKUP_LONG_HASHRES=NULL;
if(_FUNC_PARSENUMHASHLOOKUP_LONG_HASHRES==NULL){
_FUNC_PARSENUMHASHLOOKUP_LONG_HASHRES=(int32*)mem_static_malloc(4);
*_FUNC_PARSENUMHASHLOOKUP_LONG_HASHRES=0;
}
int32 *_FUNC_PARSENUMHASHLOOKUP_LONG_HASHRESFLAGS=NULL;
if(_FUNC_PARSENUMHASHLOOKUP_LONG_HASHRESFLAGS==NULL){
_FUNC_PARSENUMHASHLOOKUP_LONG_HASHRESFLAGS=(int32*)mem_static_malloc(4);
*_FUNC_PARSENUMHASHLOOKUP_LONG_HASHRESFLAGS=0;
}
int32 *_FUNC_PARSENUMHASHLOOKUP_LONG_HASHRESREF=NULL;
if(_FUNC_PARSENUMHASHLOOKUP_LONG_HASHRESREF==NULL){
_FUNC_PARSENUMHASHLOOKUP_LONG_HASHRESREF=(int32*)mem_static_malloc(4);
*_FUNC_PARSENUMHASHLOOKUP_LONG_HASHRESREF=0;
long double *_FUNC_EXPONENT_FLOAT_EXPON=NULL;
if(_FUNC_EXPONENT_FLOAT_EXPON==NULL){
_FUNC_EXPONENT_FLOAT_EXPON=(long double*)mem_static_malloc(32);
*_FUNC_EXPONENT_FLOAT_EXPON=0;
}
int32 pass3999;
long double pass4000;

View file

@ -0,0 +1,19 @@
int32 *_FUNC_NUMERIC_LONG_NUMERIC=NULL;
if(_FUNC_NUMERIC_LONG_NUMERIC==NULL){
_FUNC_NUMERIC_LONG_NUMERIC=(int32*)mem_static_malloc(4);
*_FUNC_NUMERIC_LONG_NUMERIC=0;
}
qbs*oldstr4001=NULL;
if(_FUNC_NUMERIC_STRING_EXP->tmp||_FUNC_NUMERIC_STRING_EXP->fixed||_FUNC_NUMERIC_STRING_EXP->readonly){
oldstr4001=_FUNC_NUMERIC_STRING_EXP;
if (oldstr4001->cmem_descriptor){
_FUNC_NUMERIC_STRING_EXP=qbs_new_cmem(oldstr4001->len,0);
}else{
_FUNC_NUMERIC_STRING_EXP=qbs_new(oldstr4001->len,0);
}
memcpy(_FUNC_NUMERIC_STRING_EXP->chr,oldstr4001->chr,oldstr4001->len);
}
qbs *_FUNC_NUMERIC_STRING_ELE=NULL;
if (!_FUNC_NUMERIC_STRING_ELE)_FUNC_NUMERIC_STRING_ELE=qbs_new(0,0);
int32 pass4002;
long double pass4003;

View file

@ -1,24 +1,24 @@
qbs *_FUNC_UDTREFERENCE_STRING_UDTREFERENCE=NULL;
if (!_FUNC_UDTREFERENCE_STRING_UDTREFERENCE)_FUNC_UDTREFERENCE_STRING_UDTREFERENCE=qbs_new(0,0);
qbs*oldstr2562=NULL;
qbs*oldstr2566=NULL;
if(_FUNC_UDTREFERENCE_STRING_O->tmp||_FUNC_UDTREFERENCE_STRING_O->fixed||_FUNC_UDTREFERENCE_STRING_O->readonly){
oldstr2562=_FUNC_UDTREFERENCE_STRING_O;
if (oldstr2562->cmem_descriptor){
_FUNC_UDTREFERENCE_STRING_O=qbs_new_cmem(oldstr2562->len,0);
oldstr2566=_FUNC_UDTREFERENCE_STRING_O;
if (oldstr2566->cmem_descriptor){
_FUNC_UDTREFERENCE_STRING_O=qbs_new_cmem(oldstr2566->len,0);
}else{
_FUNC_UDTREFERENCE_STRING_O=qbs_new(oldstr2562->len,0);
_FUNC_UDTREFERENCE_STRING_O=qbs_new(oldstr2566->len,0);
}
memcpy(_FUNC_UDTREFERENCE_STRING_O->chr,oldstr2562->chr,oldstr2562->len);
memcpy(_FUNC_UDTREFERENCE_STRING_O->chr,oldstr2566->chr,oldstr2566->len);
}
qbs*oldstr2563=NULL;
qbs*oldstr2567=NULL;
if(_FUNC_UDTREFERENCE_STRING_A->tmp||_FUNC_UDTREFERENCE_STRING_A->fixed||_FUNC_UDTREFERENCE_STRING_A->readonly){
oldstr2563=_FUNC_UDTREFERENCE_STRING_A;
if (oldstr2563->cmem_descriptor){
_FUNC_UDTREFERENCE_STRING_A=qbs_new_cmem(oldstr2563->len,0);
oldstr2567=_FUNC_UDTREFERENCE_STRING_A;
if (oldstr2567->cmem_descriptor){
_FUNC_UDTREFERENCE_STRING_A=qbs_new_cmem(oldstr2567->len,0);
}else{
_FUNC_UDTREFERENCE_STRING_A=qbs_new(oldstr2563->len,0);
_FUNC_UDTREFERENCE_STRING_A=qbs_new(oldstr2567->len,0);
}
memcpy(_FUNC_UDTREFERENCE_STRING_A->chr,oldstr2563->chr,oldstr2563->len);
memcpy(_FUNC_UDTREFERENCE_STRING_A->chr,oldstr2567->chr,oldstr2567->len);
}
qbs *_FUNC_UDTREFERENCE_STRING_OBAK=NULL;
if (!_FUNC_UDTREFERENCE_STRING_OBAK)_FUNC_UDTREFERENCE_STRING_OBAK=qbs_new(0,0);
@ -53,9 +53,9 @@ qbs *_FUNC_UDTREFERENCE_STRING_N=NULL;
if (!_FUNC_UDTREFERENCE_STRING_N)_FUNC_UDTREFERENCE_STRING_N=qbs_new(0,0);
qbs *_FUNC_UDTREFERENCE_STRING_NSYM=NULL;
if (!_FUNC_UDTREFERENCE_STRING_NSYM)_FUNC_UDTREFERENCE_STRING_NSYM=qbs_new(0,0);
byte_element_struct *byte_element_2564=NULL;
if (!byte_element_2564){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2564=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2564=(byte_element_struct*)mem_static_malloc(12);
byte_element_struct *byte_element_2568=NULL;
if (!byte_element_2568){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2568=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2568=(byte_element_struct*)mem_static_malloc(12);
}
int32 *_FUNC_UDTREFERENCE_LONG_NTYP=NULL;
if(_FUNC_UDTREFERENCE_LONG_NTYP==NULL){
@ -69,7 +69,7 @@ _FUNC_UDTREFERENCE_LONG_NTYPSIZE=(int32*)mem_static_malloc(4);
}
qbs *_FUNC_UDTREFERENCE_STRING_N2=NULL;
if (!_FUNC_UDTREFERENCE_STRING_N2)_FUNC_UDTREFERENCE_STRING_N2=qbs_new(0,0);
byte_element_struct *byte_element_2565=NULL;
if (!byte_element_2565){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2565=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2565=(byte_element_struct*)mem_static_malloc(12);
byte_element_struct *byte_element_2569=NULL;
if (!byte_element_2569){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2569=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2569=(byte_element_struct*)mem_static_malloc(12);
}

View file

@ -0,0 +1,44 @@
int32 *_FUNC_PARSENUMHASHLOOKUP_LONG_PARSENUMHASHLOOKUP=NULL;
if(_FUNC_PARSENUMHASHLOOKUP_LONG_PARSENUMHASHLOOKUP==NULL){
_FUNC_PARSENUMHASHLOOKUP_LONG_PARSENUMHASHLOOKUP=(int32*)mem_static_malloc(4);
*_FUNC_PARSENUMHASHLOOKUP_LONG_PARSENUMHASHLOOKUP=0;
}
qbs*oldstr4004=NULL;
if(_FUNC_PARSENUMHASHLOOKUP_STRING_ELE->tmp||_FUNC_PARSENUMHASHLOOKUP_STRING_ELE->fixed||_FUNC_PARSENUMHASHLOOKUP_STRING_ELE->readonly){
oldstr4004=_FUNC_PARSENUMHASHLOOKUP_STRING_ELE;
if (oldstr4004->cmem_descriptor){
_FUNC_PARSENUMHASHLOOKUP_STRING_ELE=qbs_new_cmem(oldstr4004->len,0);
}else{
_FUNC_PARSENUMHASHLOOKUP_STRING_ELE=qbs_new(oldstr4004->len,0);
}
memcpy(_FUNC_PARSENUMHASHLOOKUP_STRING_ELE->chr,oldstr4004->chr,oldstr4004->len);
}
int32 *_FUNC_PARSENUMHASHLOOKUP_LONG_HASHFOUND=NULL;
if(_FUNC_PARSENUMHASHLOOKUP_LONG_HASHFOUND==NULL){
_FUNC_PARSENUMHASHLOOKUP_LONG_HASHFOUND=(int32*)mem_static_malloc(4);
*_FUNC_PARSENUMHASHLOOKUP_LONG_HASHFOUND=0;
}
qbs *_FUNC_PARSENUMHASHLOOKUP_STRING_HASHNAME=NULL;
if (!_FUNC_PARSENUMHASHLOOKUP_STRING_HASHNAME)_FUNC_PARSENUMHASHLOOKUP_STRING_HASHNAME=qbs_new(0,0);
qbs *_FUNC_PARSENUMHASHLOOKUP_STRING_UNUSEDSYMBOL=NULL;
if (!_FUNC_PARSENUMHASHLOOKUP_STRING_UNUSEDSYMBOL)_FUNC_PARSENUMHASHLOOKUP_STRING_UNUSEDSYMBOL=qbs_new(0,0);
int32 *_FUNC_PARSENUMHASHLOOKUP_LONG_HASHCHKFLAGS=NULL;
if(_FUNC_PARSENUMHASHLOOKUP_LONG_HASHCHKFLAGS==NULL){
_FUNC_PARSENUMHASHLOOKUP_LONG_HASHCHKFLAGS=(int32*)mem_static_malloc(4);
*_FUNC_PARSENUMHASHLOOKUP_LONG_HASHCHKFLAGS=0;
}
int32 *_FUNC_PARSENUMHASHLOOKUP_LONG_HASHRES=NULL;
if(_FUNC_PARSENUMHASHLOOKUP_LONG_HASHRES==NULL){
_FUNC_PARSENUMHASHLOOKUP_LONG_HASHRES=(int32*)mem_static_malloc(4);
*_FUNC_PARSENUMHASHLOOKUP_LONG_HASHRES=0;
}
int32 *_FUNC_PARSENUMHASHLOOKUP_LONG_HASHRESFLAGS=NULL;
if(_FUNC_PARSENUMHASHLOOKUP_LONG_HASHRESFLAGS==NULL){
_FUNC_PARSENUMHASHLOOKUP_LONG_HASHRESFLAGS=(int32*)mem_static_malloc(4);
*_FUNC_PARSENUMHASHLOOKUP_LONG_HASHRESFLAGS=0;
}
int32 *_FUNC_PARSENUMHASHLOOKUP_LONG_HASHRESREF=NULL;
if(_FUNC_PARSENUMHASHLOOKUP_LONG_HASHRESREF==NULL){
_FUNC_PARSENUMHASHLOOKUP_LONG_HASHRESREF=(int32*)mem_static_malloc(4);
*_FUNC_PARSENUMHASHLOOKUP_LONG_HASHRESREF=0;
}

View file

@ -1,10 +0,0 @@
qbs*oldstr3995=NULL;
if(_SUB_PARSENUMSETS_STRING_S->tmp||_SUB_PARSENUMSETS_STRING_S->fixed||_SUB_PARSENUMSETS_STRING_S->readonly){
oldstr3995=_SUB_PARSENUMSETS_STRING_S;
if (oldstr3995->cmem_descriptor){
_SUB_PARSENUMSETS_STRING_S=qbs_new_cmem(oldstr3995->len,0);
}else{
_SUB_PARSENUMSETS_STRING_S=qbs_new(oldstr3995->len,0);
}
memcpy(_SUB_PARSENUMSETS_STRING_S->chr,oldstr3995->chr,oldstr3995->len);
}

View file

@ -1,10 +0,0 @@
qbs*oldstr3996=NULL;
if(_SUB_FIXUPERRORMESSAGE_STRING_OP->tmp||_SUB_FIXUPERRORMESSAGE_STRING_OP->fixed||_SUB_FIXUPERRORMESSAGE_STRING_OP->readonly){
oldstr3996=_SUB_FIXUPERRORMESSAGE_STRING_OP;
if (oldstr3996->cmem_descriptor){
_SUB_FIXUPERRORMESSAGE_STRING_OP=qbs_new_cmem(oldstr3996->len,0);
}else{
_SUB_FIXUPERRORMESSAGE_STRING_OP=qbs_new(oldstr3996->len,0);
}
memcpy(_SUB_FIXUPERRORMESSAGE_STRING_OP->chr,oldstr3996->chr,oldstr3996->len);
}

View file

@ -1,23 +1,10 @@
qbs*oldstr3997=NULL;
if(_SUB_PARSEEXPRESSION2_STRING_EXP->tmp||_SUB_PARSEEXPRESSION2_STRING_EXP->fixed||_SUB_PARSEEXPRESSION2_STRING_EXP->readonly){
oldstr3997=_SUB_PARSEEXPRESSION2_STRING_EXP;
if (oldstr3997->cmem_descriptor){
_SUB_PARSEEXPRESSION2_STRING_EXP=qbs_new_cmem(oldstr3997->len,0);
qbs*oldstr4006=NULL;
if(_SUB_PARSENUMSETS_STRING_S->tmp||_SUB_PARSENUMSETS_STRING_S->fixed||_SUB_PARSENUMSETS_STRING_S->readonly){
oldstr4006=_SUB_PARSENUMSETS_STRING_S;
if (oldstr4006->cmem_descriptor){
_SUB_PARSENUMSETS_STRING_S=qbs_new_cmem(oldstr4006->len,0);
}else{
_SUB_PARSEEXPRESSION2_STRING_EXP=qbs_new(oldstr3997->len,0);
_SUB_PARSENUMSETS_STRING_S=qbs_new(oldstr4006->len,0);
}
memcpy(_SUB_PARSEEXPRESSION2_STRING_EXP->chr,oldstr3997->chr,oldstr3997->len);
}
void *_SUB_PARSEEXPRESSION2_UDT_STATE=NULL;
if(_SUB_PARSEEXPRESSION2_UDT_STATE==NULL){
_SUB_PARSEEXPRESSION2_UDT_STATE=(void*)mem_static_malloc(84);
memset(_SUB_PARSEEXPRESSION2_UDT_STATE,0,84);
*(qbs**)(((char*)_SUB_PARSEEXPRESSION2_UDT_STATE)+ 56) = qbs_new(0,0);
*(qbs**)(((char*)_SUB_PARSEEXPRESSION2_UDT_STATE)+ 68) = qbs_new(0,0);
*(qbs**)(((char*)_SUB_PARSEEXPRESSION2_UDT_STATE)+ 76) = qbs_new(0,0);
}
int32 *_SUB_PARSEEXPRESSION2_LONG_RES=NULL;
if(_SUB_PARSEEXPRESSION2_LONG_RES==NULL){
_SUB_PARSEEXPRESSION2_LONG_RES=(int32*)mem_static_malloc(4);
*_SUB_PARSEEXPRESSION2_LONG_RES=0;
memcpy(_SUB_PARSENUMSETS_STRING_S->chr,oldstr4006->chr,oldstr4006->len);
}

View file

@ -1,5 +1,10 @@
int32 *_SUB_SET_CONSTFUNCTIONS_LONG_I=NULL;
if(_SUB_SET_CONSTFUNCTIONS_LONG_I==NULL){
_SUB_SET_CONSTFUNCTIONS_LONG_I=(int32*)mem_static_malloc(4);
*_SUB_SET_CONSTFUNCTIONS_LONG_I=0;
qbs*oldstr4007=NULL;
if(_SUB_FIXUPERRORMESSAGE_STRING_OP->tmp||_SUB_FIXUPERRORMESSAGE_STRING_OP->fixed||_SUB_FIXUPERRORMESSAGE_STRING_OP->readonly){
oldstr4007=_SUB_FIXUPERRORMESSAGE_STRING_OP;
if (oldstr4007->cmem_descriptor){
_SUB_FIXUPERRORMESSAGE_STRING_OP=qbs_new_cmem(oldstr4007->len,0);
}else{
_SUB_FIXUPERRORMESSAGE_STRING_OP=qbs_new(oldstr4007->len,0);
}
memcpy(_SUB_FIXUPERRORMESSAGE_STRING_OP->chr,oldstr4007->chr,oldstr4007->len);
}

View file

@ -1,84 +1,23 @@
qbs *_FUNC_EVALUATEFUNCTION_STRING_EVALUATEFUNCTION=NULL;
if (!_FUNC_EVALUATEFUNCTION_STRING_EVALUATEFUNCTION)_FUNC_EVALUATEFUNCTION_STRING_EVALUATEFUNCTION=qbs_new(0,0);
qbs*oldstr3998=NULL;
if(_FUNC_EVALUATEFUNCTION_STRING_ARGS->tmp||_FUNC_EVALUATEFUNCTION_STRING_ARGS->fixed||_FUNC_EVALUATEFUNCTION_STRING_ARGS->readonly){
oldstr3998=_FUNC_EVALUATEFUNCTION_STRING_ARGS;
if (oldstr3998->cmem_descriptor){
_FUNC_EVALUATEFUNCTION_STRING_ARGS=qbs_new_cmem(oldstr3998->len,0);
qbs*oldstr4008=NULL;
if(_SUB_PARSEEXPRESSION2_STRING_EXP->tmp||_SUB_PARSEEXPRESSION2_STRING_EXP->fixed||_SUB_PARSEEXPRESSION2_STRING_EXP->readonly){
oldstr4008=_SUB_PARSEEXPRESSION2_STRING_EXP;
if (oldstr4008->cmem_descriptor){
_SUB_PARSEEXPRESSION2_STRING_EXP=qbs_new_cmem(oldstr4008->len,0);
}else{
_FUNC_EVALUATEFUNCTION_STRING_ARGS=qbs_new(oldstr3998->len,0);
_SUB_PARSEEXPRESSION2_STRING_EXP=qbs_new(oldstr4008->len,0);
}
memcpy(_FUNC_EVALUATEFUNCTION_STRING_ARGS->chr,oldstr3998->chr,oldstr3998->len);
memcpy(_SUB_PARSEEXPRESSION2_STRING_EXP->chr,oldstr4008->chr,oldstr4008->len);
}
long double *_FUNC_EVALUATEFUNCTION_FLOAT_N1=NULL;
if(_FUNC_EVALUATEFUNCTION_FLOAT_N1==NULL){
_FUNC_EVALUATEFUNCTION_FLOAT_N1=(long double*)mem_static_malloc(32);
*_FUNC_EVALUATEFUNCTION_FLOAT_N1=0;
void *_SUB_PARSEEXPRESSION2_UDT_STATE=NULL;
if(_SUB_PARSEEXPRESSION2_UDT_STATE==NULL){
_SUB_PARSEEXPRESSION2_UDT_STATE=(void*)mem_static_malloc(84);
memset(_SUB_PARSEEXPRESSION2_UDT_STATE,0,84);
*(qbs**)(((char*)_SUB_PARSEEXPRESSION2_UDT_STATE)+ 56) = qbs_new(0,0);
*(qbs**)(((char*)_SUB_PARSEEXPRESSION2_UDT_STATE)+ 68) = qbs_new(0,0);
*(qbs**)(((char*)_SUB_PARSEEXPRESSION2_UDT_STATE)+ 76) = qbs_new(0,0);
}
qbs *_FUNC_EVALUATEFUNCTION_STRING_NSTR=NULL;
if (!_FUNC_EVALUATEFUNCTION_STRING_NSTR)_FUNC_EVALUATEFUNCTION_STRING_NSTR=qbs_new(0,0);
int32 *_FUNC_EVALUATEFUNCTION_LONG_ARGCOUNT=NULL;
if(_FUNC_EVALUATEFUNCTION_LONG_ARGCOUNT==NULL){
_FUNC_EVALUATEFUNCTION_LONG_ARGCOUNT=(int32*)mem_static_malloc(4);
*_FUNC_EVALUATEFUNCTION_LONG_ARGCOUNT=0;
}
ptrszint *_FUNC_EVALUATEFUNCTION_ARRAY_UDT_ARGS=NULL;
if (!_FUNC_EVALUATEFUNCTION_ARRAY_UDT_ARGS){
_FUNC_EVALUATEFUNCTION_ARRAY_UDT_ARGS=(ptrszint*)mem_static_malloc(9*ptrsz);
new_mem_lock();
mem_lock_tmp->type=4;
((ptrszint*)_FUNC_EVALUATEFUNCTION_ARRAY_UDT_ARGS)[8]=(ptrszint)mem_lock_tmp;
_FUNC_EVALUATEFUNCTION_ARRAY_UDT_ARGS[2]=0;
_FUNC_EVALUATEFUNCTION_ARRAY_UDT_ARGS[4]=2147483647;
_FUNC_EVALUATEFUNCTION_ARRAY_UDT_ARGS[5]=0;
_FUNC_EVALUATEFUNCTION_ARRAY_UDT_ARGS[6]=0;
_FUNC_EVALUATEFUNCTION_ARRAY_UDT_ARGS[0]=(ptrszint)nothingvalue;
}
ptrszint *_FUNC_EVALUATEFUNCTION_ARRAY_STRING_ORIGARGS=NULL;
if (!_FUNC_EVALUATEFUNCTION_ARRAY_STRING_ORIGARGS){
_FUNC_EVALUATEFUNCTION_ARRAY_STRING_ORIGARGS=(ptrszint*)mem_static_malloc(9*ptrsz);
new_mem_lock();
mem_lock_tmp->type=4;
((ptrszint*)_FUNC_EVALUATEFUNCTION_ARRAY_STRING_ORIGARGS)[8]=(ptrszint)mem_lock_tmp;
_FUNC_EVALUATEFUNCTION_ARRAY_STRING_ORIGARGS[2]=0;
_FUNC_EVALUATEFUNCTION_ARRAY_STRING_ORIGARGS[4]=2147483647;
_FUNC_EVALUATEFUNCTION_ARRAY_STRING_ORIGARGS[5]=0;
_FUNC_EVALUATEFUNCTION_ARRAY_STRING_ORIGARGS[6]=0;
_FUNC_EVALUATEFUNCTION_ARRAY_STRING_ORIGARGS[0]=(ptrszint)&nothingstring;
}
int32 *_FUNC_EVALUATEFUNCTION_LONG_I=NULL;
if(_FUNC_EVALUATEFUNCTION_LONG_I==NULL){
_FUNC_EVALUATEFUNCTION_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_EVALUATEFUNCTION_LONG_I=0;
}
int64 fornext_value4000;
int64 fornext_finalvalue4000;
int64 fornext_step4000;
uint8 fornext_step_negative4000;
qbs *_FUNC_EVALUATEFUNCTION_STRING_ELE=NULL;
if (!_FUNC_EVALUATEFUNCTION_STRING_ELE)_FUNC_EVALUATEFUNCTION_STRING_ELE=qbs_new(0,0);
int32 pass4001;
int32 pass4002;
int32 *_FUNC_EVALUATEFUNCTION_LONG_TYP=NULL;
if(_FUNC_EVALUATEFUNCTION_LONG_TYP==NULL){
_FUNC_EVALUATEFUNCTION_LONG_TYP=(int32*)mem_static_malloc(4);
*_FUNC_EVALUATEFUNCTION_LONG_TYP=0;
}
static qbs *sc_4003=qbs_new(0,0);
static uint64 sc_4005;
int32 *_FUNC_EVALUATEFUNCTION_LONG_T=NULL;
if(_FUNC_EVALUATEFUNCTION_LONG_T==NULL){
_FUNC_EVALUATEFUNCTION_LONG_T=(int32*)mem_static_malloc(4);
*_FUNC_EVALUATEFUNCTION_LONG_T=0;
}
static uint64 sc_4006;
static int64 sc_4007;
qbs *_FUNC_EVALUATEFUNCTION_STRING_EVALUATENUMBERS=NULL;
if (!_FUNC_EVALUATEFUNCTION_STRING_EVALUATENUMBERS)_FUNC_EVALUATEFUNCTION_STRING_EVALUATENUMBERS=qbs_new(0,0);
static qbs *sc_4008=qbs_new(0,0);
static qbs *sc_4009=qbs_new(0,0);
int64 *_FUNC_EVALUATEFUNCTION_INTEGER64_N=NULL;
if(_FUNC_EVALUATEFUNCTION_INTEGER64_N==NULL){
_FUNC_EVALUATEFUNCTION_INTEGER64_N=(int64*)mem_static_malloc(8);
*_FUNC_EVALUATEFUNCTION_INTEGER64_N=0;
int32 *_SUB_PARSEEXPRESSION2_LONG_RES=NULL;
if(_SUB_PARSEEXPRESSION2_LONG_RES==NULL){
_SUB_PARSEEXPRESSION2_LONG_RES=(int32*)mem_static_malloc(4);
*_SUB_PARSEEXPRESSION2_LONG_RES=0;
}

View file

@ -1,32 +1,5 @@
qbs *_FUNC_DWD_STRING_DWD=NULL;
if (!_FUNC_DWD_STRING_DWD)_FUNC_DWD_STRING_DWD=qbs_new(0,0);
qbs*oldstr4010=NULL;
if(_FUNC_DWD_STRING_EXP->tmp||_FUNC_DWD_STRING_EXP->fixed||_FUNC_DWD_STRING_EXP->readonly){
oldstr4010=_FUNC_DWD_STRING_EXP;
if (oldstr4010->cmem_descriptor){
_FUNC_DWD_STRING_EXP=qbs_new_cmem(oldstr4010->len,0);
}else{
_FUNC_DWD_STRING_EXP=qbs_new(oldstr4010->len,0);
int32 *_SUB_SET_CONSTFUNCTIONS_LONG_I=NULL;
if(_SUB_SET_CONSTFUNCTIONS_LONG_I==NULL){
_SUB_SET_CONSTFUNCTIONS_LONG_I=(int32*)mem_static_malloc(4);
*_SUB_SET_CONSTFUNCTIONS_LONG_I=0;
}
memcpy(_FUNC_DWD_STRING_EXP->chr,oldstr4010->chr,oldstr4010->len);
}
qbs *_FUNC_DWD_STRING_T=NULL;
if (!_FUNC_DWD_STRING_T)_FUNC_DWD_STRING_T=qbs_new(0,0);
int32 *_FUNC_DWD_LONG_L=NULL;
if(_FUNC_DWD_LONG_L==NULL){
_FUNC_DWD_LONG_L=(int32*)mem_static_malloc(4);
*_FUNC_DWD_LONG_L=0;
}
int64 fornext_value4012;
int64 fornext_finalvalue4012;
int64 fornext_step4012;
uint8 fornext_step_negative4012;
qbs *_FUNC_DWD_STRING_ELE=NULL;
if (!_FUNC_DWD_STRING_ELE)_FUNC_DWD_STRING_ELE=qbs_new(0,0);
qbs *_FUNC_DWD_STRING_NEXTELE=NULL;
if (!_FUNC_DWD_STRING_NEXTELE)_FUNC_DWD_STRING_NEXTELE=qbs_new(0,0);
int32 pass4013;
int32 pass4014;
int32 pass4015;
int32 pass4016;
int32 pass4017;

View file

@ -1,48 +1,84 @@
qbs*oldstr4018=NULL;
if(_SUB_PREPARSE_STRING_E->tmp||_SUB_PREPARSE_STRING_E->fixed||_SUB_PREPARSE_STRING_E->readonly){
oldstr4018=_SUB_PREPARSE_STRING_E;
if (oldstr4018->cmem_descriptor){
_SUB_PREPARSE_STRING_E=qbs_new_cmem(oldstr4018->len,0);
qbs *_FUNC_EVALUATEFUNCTION_STRING_EVALUATEFUNCTION=NULL;
if (!_FUNC_EVALUATEFUNCTION_STRING_EVALUATEFUNCTION)_FUNC_EVALUATEFUNCTION_STRING_EVALUATEFUNCTION=qbs_new(0,0);
qbs*oldstr4009=NULL;
if(_FUNC_EVALUATEFUNCTION_STRING_ARGS->tmp||_FUNC_EVALUATEFUNCTION_STRING_ARGS->fixed||_FUNC_EVALUATEFUNCTION_STRING_ARGS->readonly){
oldstr4009=_FUNC_EVALUATEFUNCTION_STRING_ARGS;
if (oldstr4009->cmem_descriptor){
_FUNC_EVALUATEFUNCTION_STRING_ARGS=qbs_new_cmem(oldstr4009->len,0);
}else{
_SUB_PREPARSE_STRING_E=qbs_new(oldstr4018->len,0);
_FUNC_EVALUATEFUNCTION_STRING_ARGS=qbs_new(oldstr4009->len,0);
}
memcpy(_SUB_PREPARSE_STRING_E->chr,oldstr4018->chr,oldstr4018->len);
memcpy(_FUNC_EVALUATEFUNCTION_STRING_ARGS->chr,oldstr4009->chr,oldstr4009->len);
}
qbs *_SUB_PREPARSE_STRING_T=NULL;
if (!_SUB_PREPARSE_STRING_T)_SUB_PREPARSE_STRING_T=qbs_new(0,0);
int32 *_SUB_PREPARSE_LONG_COUNT=NULL;
if(_SUB_PREPARSE_LONG_COUNT==NULL){
_SUB_PREPARSE_LONG_COUNT=(int32*)mem_static_malloc(4);
*_SUB_PREPARSE_LONG_COUNT=0;
long double *_FUNC_EVALUATEFUNCTION_FLOAT_N1=NULL;
if(_FUNC_EVALUATEFUNCTION_FLOAT_N1==NULL){
_FUNC_EVALUATEFUNCTION_FLOAT_N1=(long double*)mem_static_malloc(32);
*_FUNC_EVALUATEFUNCTION_FLOAT_N1=0;
}
int32 *_SUB_PREPARSE_LONG_L=NULL;
if(_SUB_PREPARSE_LONG_L==NULL){
_SUB_PREPARSE_LONG_L=(int32*)mem_static_malloc(4);
*_SUB_PREPARSE_LONG_L=0;
qbs *_FUNC_EVALUATEFUNCTION_STRING_NSTR=NULL;
if (!_FUNC_EVALUATEFUNCTION_STRING_NSTR)_FUNC_EVALUATEFUNCTION_STRING_NSTR=qbs_new(0,0);
int32 *_FUNC_EVALUATEFUNCTION_LONG_ARGCOUNT=NULL;
if(_FUNC_EVALUATEFUNCTION_LONG_ARGCOUNT==NULL){
_FUNC_EVALUATEFUNCTION_LONG_ARGCOUNT=(int32*)mem_static_malloc(4);
*_FUNC_EVALUATEFUNCTION_LONG_ARGCOUNT=0;
}
int64 fornext_value4020;
int64 fornext_finalvalue4020;
int64 fornext_step4020;
uint8 fornext_step_negative4020;
qbs *_SUB_PREPARSE_STRING_ELE=NULL;
if (!_SUB_PREPARSE_STRING_ELE)_SUB_PREPARSE_STRING_ELE=qbs_new(0,0);
int32 *_SUB_PREPARSE_LONG_C=NULL;
if(_SUB_PREPARSE_LONG_C==NULL){
_SUB_PREPARSE_LONG_C=(int32*)mem_static_malloc(4);
*_SUB_PREPARSE_LONG_C=0;
ptrszint *_FUNC_EVALUATEFUNCTION_ARRAY_UDT_ARGS=NULL;
if (!_FUNC_EVALUATEFUNCTION_ARRAY_UDT_ARGS){
_FUNC_EVALUATEFUNCTION_ARRAY_UDT_ARGS=(ptrszint*)mem_static_malloc(9*ptrsz);
new_mem_lock();
mem_lock_tmp->type=4;
((ptrszint*)_FUNC_EVALUATEFUNCTION_ARRAY_UDT_ARGS)[8]=(ptrszint)mem_lock_tmp;
_FUNC_EVALUATEFUNCTION_ARRAY_UDT_ARGS[2]=0;
_FUNC_EVALUATEFUNCTION_ARRAY_UDT_ARGS[4]=2147483647;
_FUNC_EVALUATEFUNCTION_ARRAY_UDT_ARGS[5]=0;
_FUNC_EVALUATEFUNCTION_ARRAY_UDT_ARGS[6]=0;
_FUNC_EVALUATEFUNCTION_ARRAY_UDT_ARGS[0]=(ptrszint)nothingvalue;
}
int64 fornext_value4022;
int64 fornext_finalvalue4022;
int64 fornext_step4022;
uint8 fornext_step_negative4022;
int32 *_SUB_PREPARSE_LONG_L2=NULL;
if(_SUB_PREPARSE_LONG_L2==NULL){
_SUB_PREPARSE_LONG_L2=(int32*)mem_static_malloc(4);
*_SUB_PREPARSE_LONG_L2=0;
ptrszint *_FUNC_EVALUATEFUNCTION_ARRAY_STRING_ORIGARGS=NULL;
if (!_FUNC_EVALUATEFUNCTION_ARRAY_STRING_ORIGARGS){
_FUNC_EVALUATEFUNCTION_ARRAY_STRING_ORIGARGS=(ptrszint*)mem_static_malloc(9*ptrsz);
new_mem_lock();
mem_lock_tmp->type=4;
((ptrszint*)_FUNC_EVALUATEFUNCTION_ARRAY_STRING_ORIGARGS)[8]=(ptrszint)mem_lock_tmp;
_FUNC_EVALUATEFUNCTION_ARRAY_STRING_ORIGARGS[2]=0;
_FUNC_EVALUATEFUNCTION_ARRAY_STRING_ORIGARGS[4]=2147483647;
_FUNC_EVALUATEFUNCTION_ARRAY_STRING_ORIGARGS[5]=0;
_FUNC_EVALUATEFUNCTION_ARRAY_STRING_ORIGARGS[6]=0;
_FUNC_EVALUATEFUNCTION_ARRAY_STRING_ORIGARGS[0]=(ptrszint)&nothingstring;
}
int32 *_FUNC_EVALUATEFUNCTION_LONG_I=NULL;
if(_FUNC_EVALUATEFUNCTION_LONG_I==NULL){
_FUNC_EVALUATEFUNCTION_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_EVALUATEFUNCTION_LONG_I=0;
}
int64 fornext_value4011;
int64 fornext_finalvalue4011;
int64 fornext_step4011;
uint8 fornext_step_negative4011;
qbs *_FUNC_EVALUATEFUNCTION_STRING_ELE=NULL;
if (!_FUNC_EVALUATEFUNCTION_STRING_ELE)_FUNC_EVALUATEFUNCTION_STRING_ELE=qbs_new(0,0);
int32 pass4012;
int32 pass4013;
int32 *_FUNC_EVALUATEFUNCTION_LONG_TYP=NULL;
if(_FUNC_EVALUATEFUNCTION_LONG_TYP==NULL){
_FUNC_EVALUATEFUNCTION_LONG_TYP=(int32*)mem_static_malloc(4);
*_FUNC_EVALUATEFUNCTION_LONG_TYP=0;
}
static qbs *sc_4014=qbs_new(0,0);
static uint64 sc_4016;
int32 *_FUNC_EVALUATEFUNCTION_LONG_T=NULL;
if(_FUNC_EVALUATEFUNCTION_LONG_T==NULL){
_FUNC_EVALUATEFUNCTION_LONG_T=(int32*)mem_static_malloc(4);
*_FUNC_EVALUATEFUNCTION_LONG_T=0;
}
static uint64 sc_4017;
static int64 sc_4018;
qbs *_FUNC_EVALUATEFUNCTION_STRING_EVALUATENUMBERS=NULL;
if (!_FUNC_EVALUATEFUNCTION_STRING_EVALUATENUMBERS)_FUNC_EVALUATEFUNCTION_STRING_EVALUATENUMBERS=qbs_new(0,0);
static qbs *sc_4019=qbs_new(0,0);
static qbs *sc_4020=qbs_new(0,0);
int64 *_FUNC_EVALUATEFUNCTION_INTEGER64_N=NULL;
if(_FUNC_EVALUATEFUNCTION_INTEGER64_N==NULL){
_FUNC_EVALUATEFUNCTION_INTEGER64_N=(int64*)mem_static_malloc(8);
*_FUNC_EVALUATEFUNCTION_INTEGER64_N=0;
}
int64 fornext_value4024;
int64 fornext_finalvalue4024;
int64 fornext_step4024;
uint8 fornext_step_negative4024;
int32 pass4025;
int32 pass4026;

View file

@ -1,24 +1,32 @@
int32 *_FUNC_ISFUNCTIONIDENTIFIER_LONG_ISFUNCTIONIDENTIFIER=NULL;
if(_FUNC_ISFUNCTIONIDENTIFIER_LONG_ISFUNCTIONIDENTIFIER==NULL){
_FUNC_ISFUNCTIONIDENTIFIER_LONG_ISFUNCTIONIDENTIFIER=(int32*)mem_static_malloc(4);
*_FUNC_ISFUNCTIONIDENTIFIER_LONG_ISFUNCTIONIDENTIFIER=0;
}
qbs*oldstr4027=NULL;
if(_FUNC_ISFUNCTIONIDENTIFIER_STRING_ELE->tmp||_FUNC_ISFUNCTIONIDENTIFIER_STRING_ELE->fixed||_FUNC_ISFUNCTIONIDENTIFIER_STRING_ELE->readonly){
oldstr4027=_FUNC_ISFUNCTIONIDENTIFIER_STRING_ELE;
if (oldstr4027->cmem_descriptor){
_FUNC_ISFUNCTIONIDENTIFIER_STRING_ELE=qbs_new_cmem(oldstr4027->len,0);
qbs *_FUNC_DWD_STRING_DWD=NULL;
if (!_FUNC_DWD_STRING_DWD)_FUNC_DWD_STRING_DWD=qbs_new(0,0);
qbs*oldstr4021=NULL;
if(_FUNC_DWD_STRING_EXP->tmp||_FUNC_DWD_STRING_EXP->fixed||_FUNC_DWD_STRING_EXP->readonly){
oldstr4021=_FUNC_DWD_STRING_EXP;
if (oldstr4021->cmem_descriptor){
_FUNC_DWD_STRING_EXP=qbs_new_cmem(oldstr4021->len,0);
}else{
_FUNC_ISFUNCTIONIDENTIFIER_STRING_ELE=qbs_new(oldstr4027->len,0);
_FUNC_DWD_STRING_EXP=qbs_new(oldstr4021->len,0);
}
memcpy(_FUNC_ISFUNCTIONIDENTIFIER_STRING_ELE->chr,oldstr4027->chr,oldstr4027->len);
memcpy(_FUNC_DWD_STRING_EXP->chr,oldstr4021->chr,oldstr4021->len);
}
int32 *_FUNC_ISFUNCTIONIDENTIFIER_LONG_I=NULL;
if(_FUNC_ISFUNCTIONIDENTIFIER_LONG_I==NULL){
_FUNC_ISFUNCTIONIDENTIFIER_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_ISFUNCTIONIDENTIFIER_LONG_I=0;
qbs *_FUNC_DWD_STRING_T=NULL;
if (!_FUNC_DWD_STRING_T)_FUNC_DWD_STRING_T=qbs_new(0,0);
int32 *_FUNC_DWD_LONG_L=NULL;
if(_FUNC_DWD_LONG_L==NULL){
_FUNC_DWD_LONG_L=(int32*)mem_static_malloc(4);
*_FUNC_DWD_LONG_L=0;
}
int64 fornext_value4029;
int64 fornext_finalvalue4029;
int64 fornext_step4029;
uint8 fornext_step_negative4029;
int64 fornext_value4023;
int64 fornext_finalvalue4023;
int64 fornext_step4023;
uint8 fornext_step_negative4023;
qbs *_FUNC_DWD_STRING_ELE=NULL;
if (!_FUNC_DWD_STRING_ELE)_FUNC_DWD_STRING_ELE=qbs_new(0,0);
qbs *_FUNC_DWD_STRING_NEXTELE=NULL;
if (!_FUNC_DWD_STRING_NEXTELE)_FUNC_DWD_STRING_NEXTELE=qbs_new(0,0);
int32 pass4024;
int32 pass4025;
int32 pass4026;
int32 pass4027;
int32 pass4028;

View file

@ -1,14 +1,14 @@
qbs *_FUNC_EVALUATE_STRING_EVALUATE=NULL;
if (!_FUNC_EVALUATE_STRING_EVALUATE)_FUNC_EVALUATE_STRING_EVALUATE=qbs_new(0,0);
qbs*oldstr2566=NULL;
qbs*oldstr2570=NULL;
if(_FUNC_EVALUATE_STRING_A2->tmp||_FUNC_EVALUATE_STRING_A2->fixed||_FUNC_EVALUATE_STRING_A2->readonly){
oldstr2566=_FUNC_EVALUATE_STRING_A2;
if (oldstr2566->cmem_descriptor){
_FUNC_EVALUATE_STRING_A2=qbs_new_cmem(oldstr2566->len,0);
oldstr2570=_FUNC_EVALUATE_STRING_A2;
if (oldstr2570->cmem_descriptor){
_FUNC_EVALUATE_STRING_A2=qbs_new_cmem(oldstr2570->len,0);
}else{
_FUNC_EVALUATE_STRING_A2=qbs_new(oldstr2566->len,0);
_FUNC_EVALUATE_STRING_A2=qbs_new(oldstr2570->len,0);
}
memcpy(_FUNC_EVALUATE_STRING_A2->chr,oldstr2566->chr,oldstr2566->len);
memcpy(_FUNC_EVALUATE_STRING_A2->chr,oldstr2570->chr,oldstr2570->len);
}
ptrszint *_FUNC_EVALUATE_ARRAY_STRING_BLOCK=NULL;
if (!_FUNC_EVALUATE_ARRAY_STRING_BLOCK){
@ -68,15 +68,15 @@ if(_FUNC_EVALUATE_LONG_I==NULL){
_FUNC_EVALUATE_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_EVALUATE_LONG_I=0;
}
int64 fornext_value2569;
int64 fornext_finalvalue2569;
int64 fornext_step2569;
uint8 fornext_step_negative2569;
int64 fornext_value2573;
int64 fornext_finalvalue2573;
int64 fornext_step2573;
uint8 fornext_step_negative2573;
qbs *_FUNC_EVALUATE_STRING_L=NULL;
if (!_FUNC_EVALUATE_STRING_L)_FUNC_EVALUATE_STRING_L=qbs_new(0,0);
qbs *_FUNC_EVALUATE_STRING_NEXTL=NULL;
if (!_FUNC_EVALUATE_STRING_NEXTL)_FUNC_EVALUATE_STRING_NEXTL=qbs_new(0,0);
int32 pass2571;
int32 pass2575;
qbs *_FUNC_EVALUATE_STRING_L2=NULL;
if (!_FUNC_EVALUATE_STRING_L2)_FUNC_EVALUATE_STRING_L2=qbs_new(0,0);
int32 *_FUNC_EVALUATE_LONG_TRY_METHOD=NULL;
@ -84,15 +84,15 @@ if(_FUNC_EVALUATE_LONG_TRY_METHOD==NULL){
_FUNC_EVALUATE_LONG_TRY_METHOD=(int32*)mem_static_malloc(4);
*_FUNC_EVALUATE_LONG_TRY_METHOD=0;
}
int64 fornext_value2574;
int64 fornext_finalvalue2574;
int64 fornext_step2574;
uint8 fornext_step_negative2574;
int64 fornext_value2578;
int64 fornext_finalvalue2578;
int64 fornext_step2578;
uint8 fornext_step_negative2578;
qbs *_FUNC_EVALUATE_STRING_DTYP=NULL;
if (!_FUNC_EVALUATE_STRING_DTYP)_FUNC_EVALUATE_STRING_DTYP=qbs_new(0,0);
byte_element_struct *byte_element_2575=NULL;
if (!byte_element_2575){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2575=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2575=(byte_element_struct*)mem_static_malloc(12);
byte_element_struct *byte_element_2579=NULL;
if (!byte_element_2579){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2579=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2579=(byte_element_struct*)mem_static_malloc(12);
}
int32 *_FUNC_EVALUATE_LONG_V=NULL;
if(_FUNC_EVALUATE_LONG_V==NULL){
@ -121,8 +121,8 @@ _FUNC_EVALUATE_LONG_B2=(int32*)mem_static_malloc(4);
}
qbs *_FUNC_EVALUATE_STRING_C=NULL;
if (!_FUNC_EVALUATE_STRING_C)_FUNC_EVALUATE_STRING_C=qbs_new(0,0);
int32 pass2578;
int32 pass2579;
int32 pass2582;
int32 pass2583;
int32 *_FUNC_EVALUATE_LONG_TYP2=NULL;
if(_FUNC_EVALUATE_LONG_TYP2==NULL){
_FUNC_EVALUATE_LONG_TYP2=(int32*)mem_static_malloc(4);
@ -130,9 +130,9 @@ _FUNC_EVALUATE_LONG_TYP2=(int32*)mem_static_malloc(4);
}
qbs *_FUNC_EVALUATE_STRING_O=NULL;
if (!_FUNC_EVALUATE_STRING_O)_FUNC_EVALUATE_STRING_O=qbs_new(0,0);
byte_element_struct *byte_element_2580=NULL;
if (!byte_element_2580){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2580=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2580=(byte_element_struct*)mem_static_malloc(12);
byte_element_struct *byte_element_2584=NULL;
if (!byte_element_2584){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2584=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2584=(byte_element_struct*)mem_static_malloc(12);
}
int32 *_FUNC_EVALUATE_LONG_U=NULL;
if(_FUNC_EVALUATE_LONG_U==NULL){
@ -149,10 +149,10 @@ if(_FUNC_EVALUATE_LONG_I3==NULL){
_FUNC_EVALUATE_LONG_I3=(int32*)mem_static_malloc(4);
*_FUNC_EVALUATE_LONG_I3=0;
}
int64 fornext_value2582;
int64 fornext_finalvalue2582;
int64 fornext_step2582;
uint8 fornext_step_negative2582;
int64 fornext_value2586;
int64 fornext_finalvalue2586;
int64 fornext_step2586;
uint8 fornext_step_negative2586;
qbs *_FUNC_EVALUATE_STRING_E2=NULL;
if (!_FUNC_EVALUATE_STRING_E2)_FUNC_EVALUATE_STRING_E2=qbs_new(0,0);
int32 *_FUNC_EVALUATE_LONG_I4=NULL;
@ -162,31 +162,31 @@ _FUNC_EVALUATE_LONG_I4=(int32*)mem_static_malloc(4);
}
qbs *_FUNC_EVALUATE_STRING_E=NULL;
if (!_FUNC_EVALUATE_STRING_E)_FUNC_EVALUATE_STRING_E=qbs_new(0,0);
int32 pass2583;
int32 pass2587;
int32 *_FUNC_EVALUATE_LONG_ARGS=NULL;
if(_FUNC_EVALUATE_LONG_ARGS==NULL){
_FUNC_EVALUATE_LONG_ARGS=(int32*)mem_static_malloc(4);
*_FUNC_EVALUATE_LONG_ARGS=0;
}
int32 pass2584;
int32 pass2585;
int32 pass2586;
int32 pass2587;
int32 pass2588;
int32 pass2589;
int32 pass2590;
int32 pass2591;
int32 *_FUNC_EVALUATE_LONG_NUME=NULL;
if(_FUNC_EVALUATE_LONG_NUME==NULL){
_FUNC_EVALUATE_LONG_NUME=(int32*)mem_static_malloc(4);
*_FUNC_EVALUATE_LONG_NUME=0;
}
int64 fornext_value2592;
int64 fornext_finalvalue2592;
int64 fornext_step2592;
uint8 fornext_step_negative2592;
int64 fornext_value2596;
int64 fornext_finalvalue2596;
int64 fornext_step2596;
uint8 fornext_step_negative2596;
qbs *_FUNC_EVALUATE_STRING_FAKEE=NULL;
if (!_FUNC_EVALUATE_STRING_FAKEE)_FUNC_EVALUATE_STRING_FAKEE=qbs_new(0,0);
int64 fornext_value2594;
int64 fornext_finalvalue2594;
int64 fornext_step2594;
uint8 fornext_step_negative2594;
int64 fornext_value2598;
int64 fornext_finalvalue2598;
int64 fornext_step2598;
uint8 fornext_step_negative2598;
int32 *_FUNC_EVALUATE_LONG_OLDDIMSTATIC=NULL;
if(_FUNC_EVALUATE_LONG_OLDDIMSTATIC==NULL){
_FUNC_EVALUATE_LONG_OLDDIMSTATIC=(int32*)mem_static_malloc(4);
@ -207,10 +207,10 @@ if(_FUNC_EVALUATE_LONG_X==NULL){
_FUNC_EVALUATE_LONG_X=(int32*)mem_static_malloc(4);
*_FUNC_EVALUATE_LONG_X=0;
}
int64 fornext_value2597;
int64 fornext_finalvalue2597;
int64 fornext_step2597;
uint8 fornext_step_negative2597;
int64 fornext_value2601;
int64 fornext_finalvalue2601;
int64 fornext_step2601;
uint8 fornext_step_negative2601;
qbs *_FUNC_EVALUATE_STRING_VARNAME2=NULL;
if (!_FUNC_EVALUATE_STRING_VARNAME2)_FUNC_EVALUATE_STRING_VARNAME2=qbs_new(0,0);
qbs *_FUNC_EVALUATE_STRING_TYP2=NULL;
@ -234,17 +234,17 @@ if(_FUNC_EVALUATE_LONG_I1==NULL){
_FUNC_EVALUATE_LONG_I1=(int32*)mem_static_malloc(4);
*_FUNC_EVALUATE_LONG_I1=0;
}
int32 pass2599;
int32 pass2603;
qbs *_FUNC_EVALUATE_STRING_R=NULL;
if (!_FUNC_EVALUATE_STRING_R)_FUNC_EVALUATE_STRING_R=qbs_new(0,0);
int64 fornext_value2602;
int64 fornext_finalvalue2602;
int64 fornext_step2602;
uint8 fornext_step_negative2602;
int64 fornext_value2606;
int64 fornext_finalvalue2606;
int64 fornext_step2606;
uint8 fornext_step_negative2606;
int64 fornext_value2610;
int64 fornext_finalvalue2610;
int64 fornext_step2610;
uint8 fornext_step_negative2610;
int32 *_FUNC_EVALUATE_LONG_C=NULL;
if(_FUNC_EVALUATE_LONG_C==NULL){
_FUNC_EVALUATE_LONG_C=(int32*)mem_static_malloc(4);
@ -261,29 +261,29 @@ qbs *_FUNC_EVALUATE_STRING_X=NULL;
if (!_FUNC_EVALUATE_STRING_X)_FUNC_EVALUATE_STRING_X=qbs_new(0,0);
qbs *_FUNC_EVALUATE_STRING_TYP=NULL;
if (!_FUNC_EVALUATE_STRING_TYP)_FUNC_EVALUATE_STRING_TYP=qbs_new(0,0);
byte_element_struct *byte_element_2607=NULL;
if (!byte_element_2607){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2607=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2607=(byte_element_struct*)mem_static_malloc(12);
byte_element_struct *byte_element_2611=NULL;
if (!byte_element_2611){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2611=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2611=(byte_element_struct*)mem_static_malloc(12);
}
int32 *_FUNC_EVALUATE_LONG_RETVAL=NULL;
if(_FUNC_EVALUATE_LONG_RETVAL==NULL){
_FUNC_EVALUATE_LONG_RETVAL=(int32*)mem_static_malloc(4);
*_FUNC_EVALUATE_LONG_RETVAL=0;
}
int32 pass2611;
int32 pass2612;
int8 pass2613;
int32 pass2614;
int32 pass2615;
int32 pass2616;
int8 pass2617;
int32 pass2618;
int32 pass2619;
int32 *_FUNC_EVALUATE_LONG_NONOP=NULL;
if(_FUNC_EVALUATE_LONG_NONOP==NULL){
_FUNC_EVALUATE_LONG_NONOP=(int32*)mem_static_malloc(4);
*_FUNC_EVALUATE_LONG_NONOP=0;
}
int64 fornext_value2619;
int64 fornext_finalvalue2619;
int64 fornext_step2619;
uint8 fornext_step_negative2619;
int64 fornext_value2623;
int64 fornext_finalvalue2623;
int64 fornext_step2623;
uint8 fornext_step_negative2623;
int32 *_FUNC_EVALUATE_LONG_ISOP=NULL;
if(_FUNC_EVALUATE_LONG_ISOP==NULL){
_FUNC_EVALUATE_LONG_ISOP=(int32*)mem_static_malloc(4);
@ -341,8 +341,8 @@ if(_FUNC_EVALUATE_LONG_B3==NULL){
_FUNC_EVALUATE_LONG_B3=(int32*)mem_static_malloc(4);
*_FUNC_EVALUATE_LONG_B3=0;
}
int64 fornext_value2622;
int64 fornext_finalvalue2622;
int64 fornext_step2622;
uint8 fornext_step_negative2622;
int32 pass2631;
int64 fornext_value2626;
int64 fornext_finalvalue2626;
int64 fornext_step2626;
uint8 fornext_step_negative2626;
int32 pass2635;

View file

@ -1,29 +1,48 @@
int32 *_FUNC_HASHVALUE_LONG_HASHVALUE=NULL;
if(_FUNC_HASHVALUE_LONG_HASHVALUE==NULL){
_FUNC_HASHVALUE_LONG_HASHVALUE=(int32*)mem_static_malloc(4);
*_FUNC_HASHVALUE_LONG_HASHVALUE=0;
}
qbs*oldstr4030=NULL;
if(_FUNC_HASHVALUE_STRING_A->tmp||_FUNC_HASHVALUE_STRING_A->fixed||_FUNC_HASHVALUE_STRING_A->readonly){
oldstr4030=_FUNC_HASHVALUE_STRING_A;
if (oldstr4030->cmem_descriptor){
_FUNC_HASHVALUE_STRING_A=qbs_new_cmem(oldstr4030->len,0);
qbs*oldstr4029=NULL;
if(_SUB_PREPARSE_STRING_E->tmp||_SUB_PREPARSE_STRING_E->fixed||_SUB_PREPARSE_STRING_E->readonly){
oldstr4029=_SUB_PREPARSE_STRING_E;
if (oldstr4029->cmem_descriptor){
_SUB_PREPARSE_STRING_E=qbs_new_cmem(oldstr4029->len,0);
}else{
_FUNC_HASHVALUE_STRING_A=qbs_new(oldstr4030->len,0);
_SUB_PREPARSE_STRING_E=qbs_new(oldstr4029->len,0);
}
memcpy(_FUNC_HASHVALUE_STRING_A->chr,oldstr4030->chr,oldstr4030->len);
memcpy(_SUB_PREPARSE_STRING_E->chr,oldstr4029->chr,oldstr4029->len);
}
int32 *_FUNC_HASHVALUE_LONG_L=NULL;
if(_FUNC_HASHVALUE_LONG_L==NULL){
_FUNC_HASHVALUE_LONG_L=(int32*)mem_static_malloc(4);
*_FUNC_HASHVALUE_LONG_L=0;
qbs *_SUB_PREPARSE_STRING_T=NULL;
if (!_SUB_PREPARSE_STRING_T)_SUB_PREPARSE_STRING_T=qbs_new(0,0);
int32 *_SUB_PREPARSE_LONG_COUNT=NULL;
if(_SUB_PREPARSE_LONG_COUNT==NULL){
_SUB_PREPARSE_LONG_COUNT=(int32*)mem_static_malloc(4);
*_SUB_PREPARSE_LONG_COUNT=0;
}
byte_element_struct *byte_element_4031=NULL;
if (!byte_element_4031){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4031=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4031=(byte_element_struct*)mem_static_malloc(12);
int32 *_SUB_PREPARSE_LONG_L=NULL;
if(_SUB_PREPARSE_LONG_L==NULL){
_SUB_PREPARSE_LONG_L=(int32*)mem_static_malloc(4);
*_SUB_PREPARSE_LONG_L=0;
}
int32 *_FUNC_HASHVALUE_LONG_A=NULL;
if(_FUNC_HASHVALUE_LONG_A==NULL){
_FUNC_HASHVALUE_LONG_A=(int32*)mem_static_malloc(4);
*_FUNC_HASHVALUE_LONG_A=0;
int64 fornext_value4031;
int64 fornext_finalvalue4031;
int64 fornext_step4031;
uint8 fornext_step_negative4031;
qbs *_SUB_PREPARSE_STRING_ELE=NULL;
if (!_SUB_PREPARSE_STRING_ELE)_SUB_PREPARSE_STRING_ELE=qbs_new(0,0);
int32 *_SUB_PREPARSE_LONG_C=NULL;
if(_SUB_PREPARSE_LONG_C==NULL){
_SUB_PREPARSE_LONG_C=(int32*)mem_static_malloc(4);
*_SUB_PREPARSE_LONG_C=0;
}
int64 fornext_value4033;
int64 fornext_finalvalue4033;
int64 fornext_step4033;
uint8 fornext_step_negative4033;
int32 *_SUB_PREPARSE_LONG_L2=NULL;
if(_SUB_PREPARSE_LONG_L2==NULL){
_SUB_PREPARSE_LONG_L2=(int32*)mem_static_malloc(4);
*_SUB_PREPARSE_LONG_L2=0;
}
int64 fornext_value4035;
int64 fornext_finalvalue4035;
int64 fornext_step4035;
uint8 fornext_step_negative4035;
int32 pass4036;
int32 pass4037;

View file

@ -1,30 +1,24 @@
qbs*oldstr4034=NULL;
if(_SUB_HASHADD_STRING_A->tmp||_SUB_HASHADD_STRING_A->fixed||_SUB_HASHADD_STRING_A->readonly){
oldstr4034=_SUB_HASHADD_STRING_A;
if (oldstr4034->cmem_descriptor){
_SUB_HASHADD_STRING_A=qbs_new_cmem(oldstr4034->len,0);
int32 *_FUNC_ISFUNCTIONIDENTIFIER_LONG_ISFUNCTIONIDENTIFIER=NULL;
if(_FUNC_ISFUNCTIONIDENTIFIER_LONG_ISFUNCTIONIDENTIFIER==NULL){
_FUNC_ISFUNCTIONIDENTIFIER_LONG_ISFUNCTIONIDENTIFIER=(int32*)mem_static_malloc(4);
*_FUNC_ISFUNCTIONIDENTIFIER_LONG_ISFUNCTIONIDENTIFIER=0;
}
qbs*oldstr4038=NULL;
if(_FUNC_ISFUNCTIONIDENTIFIER_STRING_ELE->tmp||_FUNC_ISFUNCTIONIDENTIFIER_STRING_ELE->fixed||_FUNC_ISFUNCTIONIDENTIFIER_STRING_ELE->readonly){
oldstr4038=_FUNC_ISFUNCTIONIDENTIFIER_STRING_ELE;
if (oldstr4038->cmem_descriptor){
_FUNC_ISFUNCTIONIDENTIFIER_STRING_ELE=qbs_new_cmem(oldstr4038->len,0);
}else{
_SUB_HASHADD_STRING_A=qbs_new(oldstr4034->len,0);
_FUNC_ISFUNCTIONIDENTIFIER_STRING_ELE=qbs_new(oldstr4038->len,0);
}
memcpy(_SUB_HASHADD_STRING_A->chr,oldstr4034->chr,oldstr4034->len);
memcpy(_FUNC_ISFUNCTIONIDENTIFIER_STRING_ELE->chr,oldstr4038->chr,oldstr4038->len);
}
int32 *_SUB_HASHADD_LONG_I=NULL;
if(_SUB_HASHADD_LONG_I==NULL){
_SUB_HASHADD_LONG_I=(int32*)mem_static_malloc(4);
*_SUB_HASHADD_LONG_I=0;
}
int32 *_SUB_HASHADD_LONG_X=NULL;
if(_SUB_HASHADD_LONG_X==NULL){
_SUB_HASHADD_LONG_X=(int32*)mem_static_malloc(4);
*_SUB_HASHADD_LONG_X=0;
}
int32 *_SUB_HASHADD_LONG_I2=NULL;
if(_SUB_HASHADD_LONG_I2==NULL){
_SUB_HASHADD_LONG_I2=(int32*)mem_static_malloc(4);
*_SUB_HASHADD_LONG_I2=0;
}
int32 *_SUB_HASHADD_LONG_I3=NULL;
if(_SUB_HASHADD_LONG_I3==NULL){
_SUB_HASHADD_LONG_I3=(int32*)mem_static_malloc(4);
*_SUB_HASHADD_LONG_I3=0;
int32 *_FUNC_ISFUNCTIONIDENTIFIER_LONG_I=NULL;
if(_FUNC_ISFUNCTIONIDENTIFIER_LONG_I==NULL){
_FUNC_ISFUNCTIONIDENTIFIER_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_ISFUNCTIONIDENTIFIER_LONG_I=0;
}
int64 fornext_value4040;
int64 fornext_finalvalue4040;
int64 fornext_step4040;
uint8 fornext_step_negative4040;

View file

@ -1,36 +1,29 @@
int32 *_FUNC_HASHFIND_LONG_HASHFIND=NULL;
if(_FUNC_HASHFIND_LONG_HASHFIND==NULL){
_FUNC_HASHFIND_LONG_HASHFIND=(int32*)mem_static_malloc(4);
*_FUNC_HASHFIND_LONG_HASHFIND=0;
int32 *_FUNC_HASHVALUE_LONG_HASHVALUE=NULL;
if(_FUNC_HASHVALUE_LONG_HASHVALUE==NULL){
_FUNC_HASHVALUE_LONG_HASHVALUE=(int32*)mem_static_malloc(4);
*_FUNC_HASHVALUE_LONG_HASHVALUE=0;
}
qbs*oldstr4035=NULL;
if(_FUNC_HASHFIND_STRING_A->tmp||_FUNC_HASHFIND_STRING_A->fixed||_FUNC_HASHFIND_STRING_A->readonly){
oldstr4035=_FUNC_HASHFIND_STRING_A;
if (oldstr4035->cmem_descriptor){
_FUNC_HASHFIND_STRING_A=qbs_new_cmem(oldstr4035->len,0);
qbs*oldstr4041=NULL;
if(_FUNC_HASHVALUE_STRING_A->tmp||_FUNC_HASHVALUE_STRING_A->fixed||_FUNC_HASHVALUE_STRING_A->readonly){
oldstr4041=_FUNC_HASHVALUE_STRING_A;
if (oldstr4041->cmem_descriptor){
_FUNC_HASHVALUE_STRING_A=qbs_new_cmem(oldstr4041->len,0);
}else{
_FUNC_HASHFIND_STRING_A=qbs_new(oldstr4035->len,0);
_FUNC_HASHVALUE_STRING_A=qbs_new(oldstr4041->len,0);
}
memcpy(_FUNC_HASHFIND_STRING_A->chr,oldstr4035->chr,oldstr4035->len);
memcpy(_FUNC_HASHVALUE_STRING_A->chr,oldstr4041->chr,oldstr4041->len);
}
int32 *_FUNC_HASHFIND_LONG_I=NULL;
if(_FUNC_HASHFIND_LONG_I==NULL){
_FUNC_HASHFIND_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_HASHFIND_LONG_I=0;
int32 *_FUNC_HASHVALUE_LONG_L=NULL;
if(_FUNC_HASHVALUE_LONG_L==NULL){
_FUNC_HASHVALUE_LONG_L=(int32*)mem_static_malloc(4);
*_FUNC_HASHVALUE_LONG_L=0;
}
qbs *_FUNC_HASHFIND_STRING_UA=NULL;
if (!_FUNC_HASHFIND_STRING_UA)_FUNC_HASHFIND_STRING_UA=qbs_new(0,0);
byte_element_struct *byte_element_4036=NULL;
if (!byte_element_4036){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4036=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4036=(byte_element_struct*)mem_static_malloc(12);
byte_element_struct *byte_element_4042=NULL;
if (!byte_element_4042){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4042=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4042=(byte_element_struct*)mem_static_malloc(12);
}
int32 *_FUNC_HASHFIND_LONG_F=NULL;
if(_FUNC_HASHFIND_LONG_F==NULL){
_FUNC_HASHFIND_LONG_F=(int32*)mem_static_malloc(4);
*_FUNC_HASHFIND_LONG_F=0;
}
int32 *_FUNC_HASHFIND_LONG_I2=NULL;
if(_FUNC_HASHFIND_LONG_I2==NULL){
_FUNC_HASHFIND_LONG_I2=(int32*)mem_static_malloc(4);
*_FUNC_HASHFIND_LONG_I2=0;
int32 *_FUNC_HASHVALUE_LONG_A=NULL;
if(_FUNC_HASHVALUE_LONG_A==NULL){
_FUNC_HASHVALUE_LONG_A=(int32*)mem_static_malloc(4);
*_FUNC_HASHVALUE_LONG_A=0;
}

View file

@ -1,36 +1,30 @@
int32 *_FUNC_HASHFINDREV_LONG_HASHFINDREV=NULL;
if(_FUNC_HASHFINDREV_LONG_HASHFINDREV==NULL){
_FUNC_HASHFINDREV_LONG_HASHFINDREV=(int32*)mem_static_malloc(4);
*_FUNC_HASHFINDREV_LONG_HASHFINDREV=0;
}
qbs*oldstr4037=NULL;
if(_FUNC_HASHFINDREV_STRING_A->tmp||_FUNC_HASHFINDREV_STRING_A->fixed||_FUNC_HASHFINDREV_STRING_A->readonly){
oldstr4037=_FUNC_HASHFINDREV_STRING_A;
if (oldstr4037->cmem_descriptor){
_FUNC_HASHFINDREV_STRING_A=qbs_new_cmem(oldstr4037->len,0);
qbs*oldstr4045=NULL;
if(_SUB_HASHADD_STRING_A->tmp||_SUB_HASHADD_STRING_A->fixed||_SUB_HASHADD_STRING_A->readonly){
oldstr4045=_SUB_HASHADD_STRING_A;
if (oldstr4045->cmem_descriptor){
_SUB_HASHADD_STRING_A=qbs_new_cmem(oldstr4045->len,0);
}else{
_FUNC_HASHFINDREV_STRING_A=qbs_new(oldstr4037->len,0);
_SUB_HASHADD_STRING_A=qbs_new(oldstr4045->len,0);
}
memcpy(_FUNC_HASHFINDREV_STRING_A->chr,oldstr4037->chr,oldstr4037->len);
memcpy(_SUB_HASHADD_STRING_A->chr,oldstr4045->chr,oldstr4045->len);
}
int32 *_FUNC_HASHFINDREV_LONG_I=NULL;
if(_FUNC_HASHFINDREV_LONG_I==NULL){
_FUNC_HASHFINDREV_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_HASHFINDREV_LONG_I=0;
int32 *_SUB_HASHADD_LONG_I=NULL;
if(_SUB_HASHADD_LONG_I==NULL){
_SUB_HASHADD_LONG_I=(int32*)mem_static_malloc(4);
*_SUB_HASHADD_LONG_I=0;
}
qbs *_FUNC_HASHFINDREV_STRING_UA=NULL;
if (!_FUNC_HASHFINDREV_STRING_UA)_FUNC_HASHFINDREV_STRING_UA=qbs_new(0,0);
byte_element_struct *byte_element_4038=NULL;
if (!byte_element_4038){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4038=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4038=(byte_element_struct*)mem_static_malloc(12);
int32 *_SUB_HASHADD_LONG_X=NULL;
if(_SUB_HASHADD_LONG_X==NULL){
_SUB_HASHADD_LONG_X=(int32*)mem_static_malloc(4);
*_SUB_HASHADD_LONG_X=0;
}
int32 *_FUNC_HASHFINDREV_LONG_F=NULL;
if(_FUNC_HASHFINDREV_LONG_F==NULL){
_FUNC_HASHFINDREV_LONG_F=(int32*)mem_static_malloc(4);
*_FUNC_HASHFINDREV_LONG_F=0;
int32 *_SUB_HASHADD_LONG_I2=NULL;
if(_SUB_HASHADD_LONG_I2==NULL){
_SUB_HASHADD_LONG_I2=(int32*)mem_static_malloc(4);
*_SUB_HASHADD_LONG_I2=0;
}
int32 *_FUNC_HASHFINDREV_LONG_I2=NULL;
if(_FUNC_HASHFINDREV_LONG_I2==NULL){
_FUNC_HASHFINDREV_LONG_I2=(int32*)mem_static_malloc(4);
*_FUNC_HASHFINDREV_LONG_I2=0;
int32 *_SUB_HASHADD_LONG_I3=NULL;
if(_SUB_HASHADD_LONG_I3==NULL){
_SUB_HASHADD_LONG_I3=(int32*)mem_static_malloc(4);
*_SUB_HASHADD_LONG_I3=0;
}

View file

@ -1,20 +1,36 @@
int32 *_FUNC_HASHFINDCONT_LONG_HASHFINDCONT=NULL;
if(_FUNC_HASHFINDCONT_LONG_HASHFINDCONT==NULL){
_FUNC_HASHFINDCONT_LONG_HASHFINDCONT=(int32*)mem_static_malloc(4);
*_FUNC_HASHFINDCONT_LONG_HASHFINDCONT=0;
int32 *_FUNC_HASHFIND_LONG_HASHFIND=NULL;
if(_FUNC_HASHFIND_LONG_HASHFIND==NULL){
_FUNC_HASHFIND_LONG_HASHFIND=(int32*)mem_static_malloc(4);
*_FUNC_HASHFIND_LONG_HASHFIND=0;
}
int32 *_FUNC_HASHFINDCONT_LONG_I=NULL;
if(_FUNC_HASHFINDCONT_LONG_I==NULL){
_FUNC_HASHFINDCONT_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_HASHFINDCONT_LONG_I=0;
qbs*oldstr4046=NULL;
if(_FUNC_HASHFIND_STRING_A->tmp||_FUNC_HASHFIND_STRING_A->fixed||_FUNC_HASHFIND_STRING_A->readonly){
oldstr4046=_FUNC_HASHFIND_STRING_A;
if (oldstr4046->cmem_descriptor){
_FUNC_HASHFIND_STRING_A=qbs_new_cmem(oldstr4046->len,0);
}else{
_FUNC_HASHFIND_STRING_A=qbs_new(oldstr4046->len,0);
}
int32 *_FUNC_HASHFINDCONT_LONG_F=NULL;
if(_FUNC_HASHFINDCONT_LONG_F==NULL){
_FUNC_HASHFINDCONT_LONG_F=(int32*)mem_static_malloc(4);
*_FUNC_HASHFINDCONT_LONG_F=0;
memcpy(_FUNC_HASHFIND_STRING_A->chr,oldstr4046->chr,oldstr4046->len);
}
int32 *_FUNC_HASHFINDCONT_LONG_I2=NULL;
if(_FUNC_HASHFINDCONT_LONG_I2==NULL){
_FUNC_HASHFINDCONT_LONG_I2=(int32*)mem_static_malloc(4);
*_FUNC_HASHFINDCONT_LONG_I2=0;
int32 *_FUNC_HASHFIND_LONG_I=NULL;
if(_FUNC_HASHFIND_LONG_I==NULL){
_FUNC_HASHFIND_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_HASHFIND_LONG_I=0;
}
qbs *_FUNC_HASHFIND_STRING_UA=NULL;
if (!_FUNC_HASHFIND_STRING_UA)_FUNC_HASHFIND_STRING_UA=qbs_new(0,0);
byte_element_struct *byte_element_4047=NULL;
if (!byte_element_4047){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4047=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4047=(byte_element_struct*)mem_static_malloc(12);
}
int32 *_FUNC_HASHFIND_LONG_F=NULL;
if(_FUNC_HASHFIND_LONG_F==NULL){
_FUNC_HASHFIND_LONG_F=(int32*)mem_static_malloc(4);
*_FUNC_HASHFIND_LONG_F=0;
}
int32 *_FUNC_HASHFIND_LONG_I2=NULL;
if(_FUNC_HASHFIND_LONG_I2==NULL){
_FUNC_HASHFIND_LONG_I2=(int32*)mem_static_malloc(4);
*_FUNC_HASHFIND_LONG_I2=0;
}

View file

@ -1,20 +1,36 @@
int32 *_SUB_HASHREMOVE_LONG_I=NULL;
if(_SUB_HASHREMOVE_LONG_I==NULL){
_SUB_HASHREMOVE_LONG_I=(int32*)mem_static_malloc(4);
*_SUB_HASHREMOVE_LONG_I=0;
int32 *_FUNC_HASHFINDREV_LONG_HASHFINDREV=NULL;
if(_FUNC_HASHFINDREV_LONG_HASHFINDREV==NULL){
_FUNC_HASHFINDREV_LONG_HASHFINDREV=(int32*)mem_static_malloc(4);
*_FUNC_HASHFINDREV_LONG_HASHFINDREV=0;
}
int32 *_SUB_HASHREMOVE_LONG_I1=NULL;
if(_SUB_HASHREMOVE_LONG_I1==NULL){
_SUB_HASHREMOVE_LONG_I1=(int32*)mem_static_malloc(4);
*_SUB_HASHREMOVE_LONG_I1=0;
qbs*oldstr4048=NULL;
if(_FUNC_HASHFINDREV_STRING_A->tmp||_FUNC_HASHFINDREV_STRING_A->fixed||_FUNC_HASHFINDREV_STRING_A->readonly){
oldstr4048=_FUNC_HASHFINDREV_STRING_A;
if (oldstr4048->cmem_descriptor){
_FUNC_HASHFINDREV_STRING_A=qbs_new_cmem(oldstr4048->len,0);
}else{
_FUNC_HASHFINDREV_STRING_A=qbs_new(oldstr4048->len,0);
}
int32 *_SUB_HASHREMOVE_LONG_I2=NULL;
if(_SUB_HASHREMOVE_LONG_I2==NULL){
_SUB_HASHREMOVE_LONG_I2=(int32*)mem_static_malloc(4);
*_SUB_HASHREMOVE_LONG_I2=0;
memcpy(_FUNC_HASHFINDREV_STRING_A->chr,oldstr4048->chr,oldstr4048->len);
}
int32 *_SUB_HASHREMOVE_LONG_X=NULL;
if(_SUB_HASHREMOVE_LONG_X==NULL){
_SUB_HASHREMOVE_LONG_X=(int32*)mem_static_malloc(4);
*_SUB_HASHREMOVE_LONG_X=0;
int32 *_FUNC_HASHFINDREV_LONG_I=NULL;
if(_FUNC_HASHFINDREV_LONG_I==NULL){
_FUNC_HASHFINDREV_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_HASHFINDREV_LONG_I=0;
}
qbs *_FUNC_HASHFINDREV_STRING_UA=NULL;
if (!_FUNC_HASHFINDREV_STRING_UA)_FUNC_HASHFINDREV_STRING_UA=qbs_new(0,0);
byte_element_struct *byte_element_4049=NULL;
if (!byte_element_4049){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4049=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4049=(byte_element_struct*)mem_static_malloc(12);
}
int32 *_FUNC_HASHFINDREV_LONG_F=NULL;
if(_FUNC_HASHFINDREV_LONG_F==NULL){
_FUNC_HASHFINDREV_LONG_F=(int32*)mem_static_malloc(4);
*_FUNC_HASHFINDREV_LONG_F=0;
}
int32 *_FUNC_HASHFINDREV_LONG_I2=NULL;
if(_FUNC_HASHFINDREV_LONG_I2==NULL){
_FUNC_HASHFINDREV_LONG_I2=(int32*)mem_static_malloc(4);
*_FUNC_HASHFINDREV_LONG_I2=0;
}

View file

@ -1,52 +1,20 @@
int32 *_SUB_HASHDUMP_LONG_FH=NULL;
if(_SUB_HASHDUMP_LONG_FH==NULL){
_SUB_HASHDUMP_LONG_FH=(int32*)mem_static_malloc(4);
*_SUB_HASHDUMP_LONG_FH=0;
int32 *_FUNC_HASHFINDCONT_LONG_HASHFINDCONT=NULL;
if(_FUNC_HASHFINDCONT_LONG_HASHFINDCONT==NULL){
_FUNC_HASHFINDCONT_LONG_HASHFINDCONT=(int32*)mem_static_malloc(4);
*_FUNC_HASHFINDCONT_LONG_HASHFINDCONT=0;
}
qbs *_SUB_HASHDUMP_STRING_B=NULL;
if (!_SUB_HASHDUMP_STRING_B)_SUB_HASHDUMP_STRING_B=qbs_new(0,0);
int32 *_SUB_HASHDUMP_LONG_X=NULL;
if(_SUB_HASHDUMP_LONG_X==NULL){
_SUB_HASHDUMP_LONG_X=(int32*)mem_static_malloc(4);
*_SUB_HASHDUMP_LONG_X=0;
int32 *_FUNC_HASHFINDCONT_LONG_I=NULL;
if(_FUNC_HASHFINDCONT_LONG_I==NULL){
_FUNC_HASHFINDCONT_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_HASHFINDCONT_LONG_I=0;
}
int64 fornext_value4040;
int64 fornext_finalvalue4040;
int64 fornext_step4040;
uint8 fornext_step_negative4040;
int32 *_SUB_HASHDUMP_LONG_I=NULL;
if(_SUB_HASHDUMP_LONG_I==NULL){
_SUB_HASHDUMP_LONG_I=(int32*)mem_static_malloc(4);
*_SUB_HASHDUMP_LONG_I=0;
int32 *_FUNC_HASHFINDCONT_LONG_F=NULL;
if(_FUNC_HASHFINDCONT_LONG_F==NULL){
_FUNC_HASHFINDCONT_LONG_F=(int32*)mem_static_malloc(4);
*_FUNC_HASHFINDCONT_LONG_F=0;
}
int32 *_SUB_HASHDUMP_LONG_LASTI=NULL;
if(_SUB_HASHDUMP_LONG_LASTI==NULL){
_SUB_HASHDUMP_LONG_LASTI=(int32*)mem_static_malloc(4);
*_SUB_HASHDUMP_LONG_LASTI=0;
}
qbs *_SUB_HASHDUMP_STRING_X=NULL;
if (!_SUB_HASHDUMP_STRING_X)_SUB_HASHDUMP_STRING_X=qbs_new(0,0);
int32 *_SUB_HASHDUMP_LONG_F=NULL;
if(_SUB_HASHDUMP_LONG_F==NULL){
_SUB_HASHDUMP_LONG_F=(int32*)mem_static_malloc(4);
*_SUB_HASHDUMP_LONG_F=0;
}
int32 *_SUB_HASHDUMP_LONG_Z=NULL;
if(_SUB_HASHDUMP_LONG_Z==NULL){
_SUB_HASHDUMP_LONG_Z=(int32*)mem_static_malloc(4);
*_SUB_HASHDUMP_LONG_Z=0;
}
int64 fornext_value4044;
int64 fornext_finalvalue4044;
int64 fornext_step4044;
uint8 fornext_step_negative4044;
int32 *_SUB_HASHDUMP_LONG_I1=NULL;
if(_SUB_HASHDUMP_LONG_I1==NULL){
_SUB_HASHDUMP_LONG_I1=(int32*)mem_static_malloc(4);
*_SUB_HASHDUMP_LONG_I1=0;
}
int32 *_SUB_HASHDUMP_LONG_I2=NULL;
if(_SUB_HASHDUMP_LONG_I2==NULL){
_SUB_HASHDUMP_LONG_I2=(int32*)mem_static_malloc(4);
*_SUB_HASHDUMP_LONG_I2=0;
int32 *_FUNC_HASHFINDCONT_LONG_I2=NULL;
if(_FUNC_HASHFINDCONT_LONG_I2==NULL){
_FUNC_HASHFINDCONT_LONG_I2=(int32*)mem_static_malloc(4);
*_FUNC_HASHFINDCONT_LONG_I2=0;
}

View file

@ -0,0 +1,20 @@
int32 *_SUB_HASHREMOVE_LONG_I=NULL;
if(_SUB_HASHREMOVE_LONG_I==NULL){
_SUB_HASHREMOVE_LONG_I=(int32*)mem_static_malloc(4);
*_SUB_HASHREMOVE_LONG_I=0;
}
int32 *_SUB_HASHREMOVE_LONG_I1=NULL;
if(_SUB_HASHREMOVE_LONG_I1==NULL){
_SUB_HASHREMOVE_LONG_I1=(int32*)mem_static_malloc(4);
*_SUB_HASHREMOVE_LONG_I1=0;
}
int32 *_SUB_HASHREMOVE_LONG_I2=NULL;
if(_SUB_HASHREMOVE_LONG_I2==NULL){
_SUB_HASHREMOVE_LONG_I2=(int32*)mem_static_malloc(4);
*_SUB_HASHREMOVE_LONG_I2=0;
}
int32 *_SUB_HASHREMOVE_LONG_X=NULL;
if(_SUB_HASHREMOVE_LONG_X==NULL){
_SUB_HASHREMOVE_LONG_X=(int32*)mem_static_malloc(4);
*_SUB_HASHREMOVE_LONG_X=0;
}

View file

@ -1,9 +1,52 @@
qbs *_FUNC_TYPEVALUE2SYMBOL_STRING_TYPEVALUE2SYMBOL=NULL;
if (!_FUNC_TYPEVALUE2SYMBOL_STRING_TYPEVALUE2SYMBOL)_FUNC_TYPEVALUE2SYMBOL_STRING_TYPEVALUE2SYMBOL=qbs_new(0,0);
qbs *_FUNC_TYPEVALUE2SYMBOL_STRING_S=NULL;
if (!_FUNC_TYPEVALUE2SYMBOL_STRING_S)_FUNC_TYPEVALUE2SYMBOL_STRING_S=qbs_new(0,0);
int32 *_FUNC_TYPEVALUE2SYMBOL_LONG_B=NULL;
if(_FUNC_TYPEVALUE2SYMBOL_LONG_B==NULL){
_FUNC_TYPEVALUE2SYMBOL_LONG_B=(int32*)mem_static_malloc(4);
*_FUNC_TYPEVALUE2SYMBOL_LONG_B=0;
int32 *_SUB_HASHDUMP_LONG_FH=NULL;
if(_SUB_HASHDUMP_LONG_FH==NULL){
_SUB_HASHDUMP_LONG_FH=(int32*)mem_static_malloc(4);
*_SUB_HASHDUMP_LONG_FH=0;
}
qbs *_SUB_HASHDUMP_STRING_B=NULL;
if (!_SUB_HASHDUMP_STRING_B)_SUB_HASHDUMP_STRING_B=qbs_new(0,0);
int32 *_SUB_HASHDUMP_LONG_X=NULL;
if(_SUB_HASHDUMP_LONG_X==NULL){
_SUB_HASHDUMP_LONG_X=(int32*)mem_static_malloc(4);
*_SUB_HASHDUMP_LONG_X=0;
}
int64 fornext_value4051;
int64 fornext_finalvalue4051;
int64 fornext_step4051;
uint8 fornext_step_negative4051;
int32 *_SUB_HASHDUMP_LONG_I=NULL;
if(_SUB_HASHDUMP_LONG_I==NULL){
_SUB_HASHDUMP_LONG_I=(int32*)mem_static_malloc(4);
*_SUB_HASHDUMP_LONG_I=0;
}
int32 *_SUB_HASHDUMP_LONG_LASTI=NULL;
if(_SUB_HASHDUMP_LONG_LASTI==NULL){
_SUB_HASHDUMP_LONG_LASTI=(int32*)mem_static_malloc(4);
*_SUB_HASHDUMP_LONG_LASTI=0;
}
qbs *_SUB_HASHDUMP_STRING_X=NULL;
if (!_SUB_HASHDUMP_STRING_X)_SUB_HASHDUMP_STRING_X=qbs_new(0,0);
int32 *_SUB_HASHDUMP_LONG_F=NULL;
if(_SUB_HASHDUMP_LONG_F==NULL){
_SUB_HASHDUMP_LONG_F=(int32*)mem_static_malloc(4);
*_SUB_HASHDUMP_LONG_F=0;
}
int32 *_SUB_HASHDUMP_LONG_Z=NULL;
if(_SUB_HASHDUMP_LONG_Z==NULL){
_SUB_HASHDUMP_LONG_Z=(int32*)mem_static_malloc(4);
*_SUB_HASHDUMP_LONG_Z=0;
}
int64 fornext_value4055;
int64 fornext_finalvalue4055;
int64 fornext_step4055;
uint8 fornext_step_negative4055;
int32 *_SUB_HASHDUMP_LONG_I1=NULL;
if(_SUB_HASHDUMP_LONG_I1==NULL){
_SUB_HASHDUMP_LONG_I1=(int32*)mem_static_malloc(4);
*_SUB_HASHDUMP_LONG_I1=0;
}
int32 *_SUB_HASHDUMP_LONG_I2=NULL;
if(_SUB_HASHDUMP_LONG_I2==NULL){
_SUB_HASHDUMP_LONG_I2=(int32*)mem_static_malloc(4);
*_SUB_HASHDUMP_LONG_I2=0;
}

View file

@ -1,19 +0,0 @@
qbs *_FUNC_ID2FULLTYPENAME_STRING_ID2FULLTYPENAME=NULL;
if (!_FUNC_ID2FULLTYPENAME_STRING_ID2FULLTYPENAME)_FUNC_ID2FULLTYPENAME_STRING_ID2FULLTYPENAME=qbs_new(0,0);
int32 *_FUNC_ID2FULLTYPENAME_LONG_T=NULL;
if(_FUNC_ID2FULLTYPENAME_LONG_T==NULL){
_FUNC_ID2FULLTYPENAME_LONG_T=(int32*)mem_static_malloc(4);
*_FUNC_ID2FULLTYPENAME_LONG_T=0;
}
int32 *_FUNC_ID2FULLTYPENAME_LONG_SIZE=NULL;
if(_FUNC_ID2FULLTYPENAME_LONG_SIZE==NULL){
_FUNC_ID2FULLTYPENAME_LONG_SIZE=(int32*)mem_static_malloc(4);
*_FUNC_ID2FULLTYPENAME_LONG_SIZE=0;
}
int32 *_FUNC_ID2FULLTYPENAME_LONG_BITS=NULL;
if(_FUNC_ID2FULLTYPENAME_LONG_BITS==NULL){
_FUNC_ID2FULLTYPENAME_LONG_BITS=(int32*)mem_static_malloc(4);
*_FUNC_ID2FULLTYPENAME_LONG_BITS=0;
}
qbs *_FUNC_ID2FULLTYPENAME_STRING_A=NULL;
if (!_FUNC_ID2FULLTYPENAME_STRING_A)_FUNC_ID2FULLTYPENAME_STRING_A=qbs_new(0,0);

View file

@ -1,14 +1,14 @@
qbs *_FUNC_EVALUATEFUNC_STRING_EVALUATEFUNC=NULL;
if (!_FUNC_EVALUATEFUNC_STRING_EVALUATEFUNC)_FUNC_EVALUATEFUNC_STRING_EVALUATEFUNC=qbs_new(0,0);
qbs*oldstr2632=NULL;
qbs*oldstr2636=NULL;
if(_FUNC_EVALUATEFUNC_STRING_A2->tmp||_FUNC_EVALUATEFUNC_STRING_A2->fixed||_FUNC_EVALUATEFUNC_STRING_A2->readonly){
oldstr2632=_FUNC_EVALUATEFUNC_STRING_A2;
if (oldstr2632->cmem_descriptor){
_FUNC_EVALUATEFUNC_STRING_A2=qbs_new_cmem(oldstr2632->len,0);
oldstr2636=_FUNC_EVALUATEFUNC_STRING_A2;
if (oldstr2636->cmem_descriptor){
_FUNC_EVALUATEFUNC_STRING_A2=qbs_new_cmem(oldstr2636->len,0);
}else{
_FUNC_EVALUATEFUNC_STRING_A2=qbs_new(oldstr2632->len,0);
_FUNC_EVALUATEFUNC_STRING_A2=qbs_new(oldstr2636->len,0);
}
memcpy(_FUNC_EVALUATEFUNC_STRING_A2->chr,oldstr2632->chr,oldstr2632->len);
memcpy(_FUNC_EVALUATEFUNC_STRING_A2->chr,oldstr2636->chr,oldstr2636->len);
}
qbs *_FUNC_EVALUATEFUNC_STRING_A=NULL;
if (!_FUNC_EVALUATEFUNC_STRING_A)_FUNC_EVALUATEFUNC_STRING_A=qbs_new(0,0);
@ -25,8 +25,8 @@ if(_FUNC_EVALUATEFUNC_LONG_TARGETID==NULL){
_FUNC_EVALUATEFUNC_LONG_TARGETID=(int32*)mem_static_malloc(4);
*_FUNC_EVALUATEFUNC_LONG_TARGETID=0;
}
int16 pass2634;
int32 pass2635;
int16 pass2638;
int32 pass2639;
int32 *_FUNC_EVALUATEFUNC_LONG_ARGCOUNT=NULL;
if(_FUNC_EVALUATEFUNC_LONG_ARGCOUNT==NULL){
_FUNC_EVALUATEFUNC_LONG_ARGCOUNT=(int32*)mem_static_malloc(4);
@ -61,28 +61,28 @@ _FUNC_EVALUATEFUNC_LONG_FIRSTOPTIONALARGUMENT=(int32*)mem_static_malloc(4);
}
qbs *_FUNC_EVALUATEFUNC_STRING_F=NULL;
if (!_FUNC_EVALUATEFUNC_STRING_F)_FUNC_EVALUATEFUNC_STRING_F=qbs_new(0,0);
byte_element_struct *byte_element_2636=NULL;
if (!byte_element_2636){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2636=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2636=(byte_element_struct*)mem_static_malloc(12);
byte_element_struct *byte_element_2640=NULL;
if (!byte_element_2640){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2640=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2640=(byte_element_struct*)mem_static_malloc(12);
}
int32 *_FUNC_EVALUATEFUNC_LONG_FI=NULL;
if(_FUNC_EVALUATEFUNC_LONG_FI==NULL){
_FUNC_EVALUATEFUNC_LONG_FI=(int32*)mem_static_malloc(4);
*_FUNC_EVALUATEFUNC_LONG_FI=0;
}
int64 fornext_value2638;
int64 fornext_finalvalue2638;
int64 fornext_step2638;
uint8 fornext_step_negative2638;
int64 fornext_value2642;
int64 fornext_finalvalue2642;
int64 fornext_step2642;
uint8 fornext_step_negative2642;
int32 *_FUNC_EVALUATEFUNC_LONG_SKIPFIRSTARG=NULL;
if(_FUNC_EVALUATEFUNC_LONG_SKIPFIRSTARG==NULL){
_FUNC_EVALUATEFUNC_LONG_SKIPFIRSTARG=(int32*)mem_static_malloc(4);
*_FUNC_EVALUATEFUNC_LONG_SKIPFIRSTARG=0;
}
int64 fornext_value2640;
int64 fornext_finalvalue2640;
int64 fornext_step2640;
uint8 fornext_step_negative2640;
int64 fornext_value2644;
int64 fornext_finalvalue2644;
int64 fornext_step2644;
uint8 fornext_step_negative2644;
qbs *_FUNC_EVALUATEFUNC_STRING_R=NULL;
if (!_FUNC_EVALUATEFUNC_STRING_R)_FUNC_EVALUATEFUNC_STRING_R=qbs_new(0,0);
int32 *_FUNC_EVALUATEFUNC_LONG_CURARG=NULL;
@ -105,10 +105,10 @@ if(_FUNC_EVALUATEFUNC_LONG_I==NULL){
_FUNC_EVALUATEFUNC_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_EVALUATEFUNC_LONG_I=0;
}
int64 fornext_value2642;
int64 fornext_finalvalue2642;
int64 fornext_step2642;
uint8 fornext_step_negative2642;
int64 fornext_value2646;
int64 fornext_finalvalue2646;
int64 fornext_step2646;
uint8 fornext_step_negative2646;
qbs *_FUNC_EVALUATEFUNC_STRING_L=NULL;
if (!_FUNC_EVALUATEFUNC_STRING_L)_FUNC_EVALUATEFUNC_STRING_L=qbs_new(0,0);
int32 *_FUNC_EVALUATEFUNC_LONG_B=NULL;
@ -133,7 +133,7 @@ _FUNC_EVALUATEFUNC_LONG_NELEREQ=(int32*)mem_static_malloc(4);
}
qbs *_FUNC_EVALUATEFUNC_STRING_E=NULL;
if (!_FUNC_EVALUATEFUNC_STRING_E)_FUNC_EVALUATEFUNC_STRING_E=qbs_new(0,0);
int32 pass2643;
int32 pass2647;
int32 *_FUNC_EVALUATEFUNC_LONG_DEREFERENCE=NULL;
if(_FUNC_EVALUATEFUNC_LONG_DEREFERENCE==NULL){
_FUNC_EVALUATEFUNC_LONG_DEREFERENCE=(int32*)mem_static_malloc(4);
@ -157,34 +157,34 @@ if(_FUNC_EVALUATEFUNC_LONG_KET==NULL){
_FUNC_EVALUATEFUNC_LONG_KET=(int32*)mem_static_malloc(4);
*_FUNC_EVALUATEFUNC_LONG_KET=0;
}
byte_element_struct *byte_element_2645=NULL;
if (!byte_element_2645){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2645=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2645=(byte_element_struct*)mem_static_malloc(12);
}
static int32 sc_2646;
int32 *_FUNC_EVALUATEFUNC_LONG_RSI=NULL;
if(_FUNC_EVALUATEFUNC_LONG_RSI==NULL){
_FUNC_EVALUATEFUNC_LONG_RSI=(int32*)mem_static_malloc(4);
*_FUNC_EVALUATEFUNC_LONG_RSI=0;
}
int64 fornext_value2648;
int64 fornext_finalvalue2648;
int64 fornext_step2648;
uint8 fornext_step_negative2648;
byte_element_struct *byte_element_2649=NULL;
if (!byte_element_2649){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2649=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2649=(byte_element_struct*)mem_static_malloc(12);
}
static int32 sc_2650;
int32 *_FUNC_EVALUATEFUNC_LONG_EFLUB=NULL;
if(_FUNC_EVALUATEFUNC_LONG_EFLUB==NULL){
_FUNC_EVALUATEFUNC_LONG_EFLUB=(int32*)mem_static_malloc(4);
*_FUNC_EVALUATEFUNC_LONG_EFLUB=0;
int32 *_FUNC_EVALUATEFUNC_LONG_RSI=NULL;
if(_FUNC_EVALUATEFUNC_LONG_RSI==NULL){
_FUNC_EVALUATEFUNC_LONG_RSI=(int32*)mem_static_malloc(4);
*_FUNC_EVALUATEFUNC_LONG_RSI=0;
}
int64 fornext_value2652;
int64 fornext_finalvalue2652;
int64 fornext_step2652;
uint8 fornext_step_negative2652;
byte_element_struct *byte_element_2653=NULL;
if (!byte_element_2653){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2653=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2653=(byte_element_struct*)mem_static_malloc(12);
}
static int32 sc_2654;
int32 *_FUNC_EVALUATEFUNC_LONG_EFLUB=NULL;
if(_FUNC_EVALUATEFUNC_LONG_EFLUB==NULL){
_FUNC_EVALUATEFUNC_LONG_EFLUB=(int32*)mem_static_malloc(4);
*_FUNC_EVALUATEFUNC_LONG_EFLUB=0;
}
int64 fornext_value2656;
int64 fornext_finalvalue2656;
int64 fornext_step2656;
uint8 fornext_step_negative2656;
int32 *_FUNC_EVALUATEFUNC_LONG_SOURCETYP=NULL;
if(_FUNC_EVALUATEFUNC_LONG_SOURCETYP==NULL){
_FUNC_EVALUATEFUNC_LONG_SOURCETYP=(int32*)mem_static_malloc(4);
@ -197,22 +197,22 @@ if(_FUNC_EVALUATEFUNC_LONG_ULBOUNDARRAYTYP==NULL){
_FUNC_EVALUATEFUNC_LONG_ULBOUNDARRAYTYP=(int32*)mem_static_malloc(4);
*_FUNC_EVALUATEFUNC_LONG_ULBOUNDARRAYTYP=0;
}
byte_element_struct *byte_element_2653=NULL;
if (!byte_element_2653){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2653=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2653=(byte_element_struct*)mem_static_malloc(12);
byte_element_struct *byte_element_2657=NULL;
if (!byte_element_2657){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2657=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2657=(byte_element_struct*)mem_static_malloc(12);
}
int32 pass2654;
int32 pass2658;
qbs *_FUNC_EVALUATEFUNC_STRING_MEMGET_BLK=NULL;
if (!_FUNC_EVALUATEFUNC_STRING_MEMGET_BLK)_FUNC_EVALUATEFUNC_STRING_MEMGET_BLK=qbs_new(0,0);
qbs *_FUNC_EVALUATEFUNC_STRING_MEMGET_OFFS=NULL;
if (!_FUNC_EVALUATEFUNC_STRING_MEMGET_OFFS)_FUNC_EVALUATEFUNC_STRING_MEMGET_OFFS=qbs_new(0,0);
byte_element_struct *byte_element_2655=NULL;
if (!byte_element_2655){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2655=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2655=(byte_element_struct*)mem_static_malloc(12);
byte_element_struct *byte_element_2659=NULL;
if (!byte_element_2659){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2659=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2659=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_2656=NULL;
if (!byte_element_2656){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2656=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2656=(byte_element_struct*)mem_static_malloc(12);
byte_element_struct *byte_element_2660=NULL;
if (!byte_element_2660){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2660=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2660=(byte_element_struct*)mem_static_malloc(12);
}
int32 *_FUNC_EVALUATEFUNC_LONG_T=NULL;
if(_FUNC_EVALUATEFUNC_LONG_T==NULL){
@ -228,24 +228,24 @@ qbs *_FUNC_EVALUATEFUNC_STRING_MEMGET_CTYP=NULL;
if (!_FUNC_EVALUATEFUNC_STRING_MEMGET_CTYP)_FUNC_EVALUATEFUNC_STRING_MEMGET_CTYP=qbs_new(0,0);
qbs *_FUNC_EVALUATEFUNC_STRING_OFFS=NULL;
if (!_FUNC_EVALUATEFUNC_STRING_OFFS)_FUNC_EVALUATEFUNC_STRING_OFFS=qbs_new(0,0);
int32 pass2657;
int32 pass2661;
qbs *_FUNC_EVALUATEFUNC_STRING_BLKOFFS=NULL;
if (!_FUNC_EVALUATEFUNC_STRING_BLKOFFS)_FUNC_EVALUATEFUNC_STRING_BLKOFFS=qbs_new(0,0);
int32 pass2658;
int32 pass2662;
qbs *_FUNC_EVALUATEFUNC_STRING_E2=NULL;
if (!_FUNC_EVALUATEFUNC_STRING_E2)_FUNC_EVALUATEFUNC_STRING_E2=qbs_new(0,0);
qbs *_FUNC_EVALUATEFUNC_STRING_ROTLR_N=NULL;
if (!_FUNC_EVALUATEFUNC_STRING_ROTLR_N)_FUNC_EVALUATEFUNC_STRING_ROTLR_N=qbs_new(0,0);
int32 pass2659;
int32 pass2660;
int32 pass2661;
byte_element_struct *byte_element_2662=NULL;
if (!byte_element_2662){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2662=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2662=(byte_element_struct*)mem_static_malloc(12);
}
int32 pass2663;
int32 pass2664;
int32 pass2665;
byte_element_struct *byte_element_2666=NULL;
if (!byte_element_2666){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2666=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2666=(byte_element_struct*)mem_static_malloc(12);
}
int32 pass2667;
int32 pass2668;
int32 pass2669;
int32 *_FUNC_EVALUATEFUNC_LONG_BITS=NULL;
if(_FUNC_EVALUATEFUNC_LONG_BITS==NULL){
_FUNC_EVALUATEFUNC_LONG_BITS=(int32*)mem_static_malloc(4);
@ -256,22 +256,22 @@ if(_FUNC_EVALUATEFUNC_LONG_WASREF==NULL){
_FUNC_EVALUATEFUNC_LONG_WASREF=(int32*)mem_static_malloc(4);
*_FUNC_EVALUATEFUNC_LONG_WASREF=0;
}
int32 pass2666;
int32 pass2667;
int32 pass2668;
int32 pass2670;
int32 pass2671;
int32 pass2672;
int32 *_FUNC_EVALUATEFUNC_LONG_CHARS=NULL;
if(_FUNC_EVALUATEFUNC_LONG_CHARS==NULL){
_FUNC_EVALUATEFUNC_LONG_CHARS=(int32*)mem_static_malloc(4);
*_FUNC_EVALUATEFUNC_LONG_CHARS=0;
}
int32 pass2669;
int32 pass2670;
int32 pass2671;
int32 pass2672;
int32 pass2673;
int32 pass2674;
int32 pass2675;
int32 pass2676;
int32 pass2677;
int32 pass2678;
int32 pass2679;
int32 pass2680;
int32 *_FUNC_EVALUATEFUNC_LONG_MKTYPE=NULL;
if(_FUNC_EVALUATEFUNC_LONG_MKTYPE==NULL){
_FUNC_EVALUATEFUNC_LONG_MKTYPE=(int32*)mem_static_malloc(4);
@ -289,13 +289,13 @@ _FUNC_EVALUATEFUNC_LONG_QTYP=(int32*)mem_static_malloc(4);
}
qbs *_FUNC_EVALUATEFUNC_STRING_CTYPE=NULL;
if (!_FUNC_EVALUATEFUNC_STRING_CTYPE)_FUNC_EVALUATEFUNC_STRING_CTYPE=qbs_new(0,0);
byte_element_struct *byte_element_2677=NULL;
if (!byte_element_2677){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2677=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2677=(byte_element_struct*)mem_static_malloc(12);
byte_element_struct *byte_element_2681=NULL;
if (!byte_element_2681){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2681=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2681=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_2678=NULL;
if (!byte_element_2678){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2678=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2678=(byte_element_struct*)mem_static_malloc(12);
byte_element_struct *byte_element_2682=NULL;
if (!byte_element_2682){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2682=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2682=(byte_element_struct*)mem_static_malloc(12);
}
int32 *_FUNC_EVALUATEFUNC_LONG_NOCOMMA=NULL;
if(_FUNC_EVALUATEFUNC_LONG_NOCOMMA==NULL){
@ -307,20 +307,20 @@ if(_FUNC_EVALUATEFUNC_LONG_CVTYPE==NULL){
_FUNC_EVALUATEFUNC_LONG_CVTYPE=(int32*)mem_static_malloc(4);
*_FUNC_EVALUATEFUNC_LONG_CVTYPE=0;
}
int32 pass2679;
byte_element_struct *byte_element_2680=NULL;
if (!byte_element_2680){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2680=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2680=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_2681=NULL;
if (!byte_element_2681){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2681=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2681=(byte_element_struct*)mem_static_malloc(12);
}
int32 pass2682;
int32 pass2683;
int32 pass2684;
int32 pass2685;
byte_element_struct *byte_element_2684=NULL;
if (!byte_element_2684){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2684=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2684=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_2685=NULL;
if (!byte_element_2685){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2685=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2685=(byte_element_struct*)mem_static_malloc(12);
}
int32 pass2686;
int32 pass2687;
int32 pass2688;
int32 pass2689;
int32 pass2690;
int32 *_FUNC_EVALUATEFUNC_LONG_M=NULL;
if(_FUNC_EVALUATEFUNC_LONG_M==NULL){
_FUNC_EVALUATEFUNC_LONG_M=(int32*)mem_static_malloc(4);
@ -328,34 +328,21 @@ _FUNC_EVALUATEFUNC_LONG_M=(int32*)mem_static_malloc(4);
}
qbs *_FUNC_EVALUATEFUNC_STRING_INDEX=NULL;
if (!_FUNC_EVALUATEFUNC_STRING_INDEX)_FUNC_EVALUATEFUNC_STRING_INDEX=qbs_new(0,0);
byte_element_struct *byte_element_2687=NULL;
if (!byte_element_2687){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2687=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2687=(byte_element_struct*)mem_static_malloc(12);
}
int32 pass2688;
byte_element_struct *byte_element_2689=NULL;
if (!byte_element_2689){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2689=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2689=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_2690=NULL;
if (!byte_element_2690){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2690=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2690=(byte_element_struct*)mem_static_malloc(12);
}
qbs *_FUNC_EVALUATEFUNC_STRING_O=NULL;
if (!_FUNC_EVALUATEFUNC_STRING_O)_FUNC_EVALUATEFUNC_STRING_O=qbs_new(0,0);
byte_element_struct *byte_element_2691=NULL;
if (!byte_element_2691){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2691=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2691=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_2692=NULL;
if (!byte_element_2692){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2692=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2692=(byte_element_struct*)mem_static_malloc(12);
int32 pass2692;
byte_element_struct *byte_element_2693=NULL;
if (!byte_element_2693){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2693=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2693=(byte_element_struct*)mem_static_malloc(12);
}
int32 pass2693;
byte_element_struct *byte_element_2694=NULL;
if (!byte_element_2694){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2694=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2694=(byte_element_struct*)mem_static_malloc(12);
}
qbs *_FUNC_EVALUATEFUNC_STRING_O=NULL;
if (!_FUNC_EVALUATEFUNC_STRING_O)_FUNC_EVALUATEFUNC_STRING_O=qbs_new(0,0);
byte_element_struct *byte_element_2695=NULL;
if (!byte_element_2695){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2695=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2695=(byte_element_struct*)mem_static_malloc(12);
@ -365,28 +352,41 @@ if (!byte_element_2696){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2696=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2696=(byte_element_struct*)mem_static_malloc(12);
}
int32 pass2697;
int32 pass2698;
int32 pass2699;
int32 pass2700;
byte_element_struct *byte_element_2698=NULL;
if (!byte_element_2698){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2698=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2698=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_2699=NULL;
if (!byte_element_2699){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2699=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2699=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_2700=NULL;
if (!byte_element_2700){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2700=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2700=(byte_element_struct*)mem_static_malloc(12);
}
int32 pass2701;
int32 pass2702;
int32 pass2703;
byte_element_struct *byte_element_2704=NULL;
if (!byte_element_2704){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2704=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2704=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_2705=NULL;
if (!byte_element_2705){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2705=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2705=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_2706=NULL;
if (!byte_element_2706){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2706=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2706=(byte_element_struct*)mem_static_malloc(12);
}
int32 pass2704;
int32 pass2705;
int32 pass2706;
int32 pass2707;
int32 pass2708;
int32 pass2709;
int32 pass2710;
byte_element_struct *byte_element_2708=NULL;
if (!byte_element_2708){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2708=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2708=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_2709=NULL;
if (!byte_element_2709){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2709=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2709=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_2710=NULL;
if (!byte_element_2710){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2710=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2710=(byte_element_struct*)mem_static_malloc(12);
}
int32 pass2711;
int32 pass2712;
int32 pass2713;
int32 pass2714;
int32 *_FUNC_EVALUATEFUNC_LONG_EXPLICITREFERENCE=NULL;
if(_FUNC_EVALUATEFUNC_LONG_EXPLICITREFERENCE==NULL){
_FUNC_EVALUATEFUNC_LONG_EXPLICITREFERENCE=(int32*)mem_static_malloc(4);
@ -432,9 +432,9 @@ if(_FUNC_EVALUATEFUNC_LONG_UDTREFE==NULL){
_FUNC_EVALUATEFUNC_LONG_UDTREFE=(int32*)mem_static_malloc(4);
*_FUNC_EVALUATEFUNC_LONG_UDTREFE=0;
}
byte_element_struct *byte_element_2713=NULL;
if (!byte_element_2713){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2713=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2713=(byte_element_struct*)mem_static_malloc(12);
byte_element_struct *byte_element_2717=NULL;
if (!byte_element_2717){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2717=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2717=(byte_element_struct*)mem_static_malloc(12);
}
int32 *_FUNC_EVALUATEFUNC_LONG_IDNUM=NULL;
if(_FUNC_EVALUATEFUNC_LONG_IDNUM==NULL){
@ -446,7 +446,7 @@ if(_FUNC_EVALUATEFUNC_LONG_TARGETTYPSIZE==NULL){
_FUNC_EVALUATEFUNC_LONG_TARGETTYPSIZE=(int32*)mem_static_malloc(4);
*_FUNC_EVALUATEFUNC_LONG_TARGETTYPSIZE=0;
}
int32 pass2714;
int32 pass2718;
int32 *_FUNC_EVALUATEFUNC_LONG_ARR=NULL;
if(_FUNC_EVALUATEFUNC_LONG_ARR==NULL){
_FUNC_EVALUATEFUNC_LONG_ARR=(int32*)mem_static_malloc(4);
@ -457,55 +457,55 @@ if(_FUNC_EVALUATEFUNC_LONG_PASSUDTELEMENT==NULL){
_FUNC_EVALUATEFUNC_LONG_PASSUDTELEMENT=(int32*)mem_static_malloc(4);
*_FUNC_EVALUATEFUNC_LONG_PASSUDTELEMENT=0;
}
byte_element_struct *byte_element_2715=NULL;
if (!byte_element_2715){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2715=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2715=(byte_element_struct*)mem_static_malloc(12);
byte_element_struct *byte_element_2719=NULL;
if (!byte_element_2719){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2719=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2719=(byte_element_struct*)mem_static_malloc(12);
}
qbs *_FUNC_EVALUATEFUNC_STRING_N2=NULL;
if (!_FUNC_EVALUATEFUNC_STRING_N2)_FUNC_EVALUATEFUNC_STRING_N2=qbs_new(0,0);
int32 pass2716;
int32 pass2717;
int32 pass2718;
int32 pass2719;
int32 pass2720;
int32 pass2721;
int32 pass2722;
int32 pass2723;
int32 *_FUNC_EVALUATEFUNC_LONG_NTH=NULL;
if(_FUNC_EVALUATEFUNC_LONG_NTH==NULL){
_FUNC_EVALUATEFUNC_LONG_NTH=(int32*)mem_static_malloc(4);
*_FUNC_EVALUATEFUNC_LONG_NTH=0;
}
int32 pass2720;
int32 pass2724;
qbs *_FUNC_EVALUATEFUNC_STRING_X=NULL;
if (!_FUNC_EVALUATEFUNC_STRING_X)_FUNC_EVALUATEFUNC_STRING_X=qbs_new(0,0);
qbs *_FUNC_EVALUATEFUNC_STRING_T=NULL;
if (!_FUNC_EVALUATEFUNC_STRING_T)_FUNC_EVALUATEFUNC_STRING_T=qbs_new(0,0);
qbs *_FUNC_EVALUATEFUNC_STRING_V=NULL;
if (!_FUNC_EVALUATEFUNC_STRING_V)_FUNC_EVALUATEFUNC_STRING_V=qbs_new(0,0);
int32 pass2721;
int32 pass2725;
int32 *_FUNC_EVALUATEFUNC_LONG_BYTESREQ=NULL;
if(_FUNC_EVALUATEFUNC_LONG_BYTESREQ==NULL){
_FUNC_EVALUATEFUNC_LONG_BYTESREQ=(int32*)mem_static_malloc(4);
*_FUNC_EVALUATEFUNC_LONG_BYTESREQ=0;
}
int16 pass2722;
int16 pass2723;
int16 pass2724;
int16 pass2725;
int16 pass2726;
int16 pass2727;
int64 fornext_value2729;
int64 fornext_finalvalue2729;
int64 fornext_step2729;
uint8 fornext_step_negative2729;
int16 pass2728;
int16 pass2729;
int16 pass2730;
int16 pass2731;
int64 fornext_value2733;
int64 fornext_finalvalue2733;
int64 fornext_step2733;
uint8 fornext_step_negative2733;
qbs *_FUNC_EVALUATEFUNC_STRING_R2=NULL;
if (!_FUNC_EVALUATEFUNC_STRING_R2)_FUNC_EVALUATEFUNC_STRING_R2=qbs_new(0,0);
int32 pass2730;
int32 pass2734;
int32 *_FUNC_EVALUATEFUNC_LONG_ARRAYELEMENTS=NULL;
if(_FUNC_EVALUATEFUNC_LONG_ARRAYELEMENTS==NULL){
_FUNC_EVALUATEFUNC_LONG_ARRAYELEMENTS=(int32*)mem_static_malloc(4);
*_FUNC_EVALUATEFUNC_LONG_ARRAYELEMENTS=0;
}
int64 fornext_value2732;
int64 fornext_finalvalue2732;
int64 fornext_step2732;
uint8 fornext_step_negative2732;
int32 pass2733;
int32 pass2734;
int64 fornext_value2736;
int64 fornext_finalvalue2736;
int64 fornext_step2736;
uint8 fornext_step_negative2736;
int32 pass2737;
int32 pass2738;

View file

@ -1,19 +1,9 @@
qbs *_FUNC_ID2SHORTTYPENAME_STRING_ID2SHORTTYPENAME=NULL;
if (!_FUNC_ID2SHORTTYPENAME_STRING_ID2SHORTTYPENAME)_FUNC_ID2SHORTTYPENAME_STRING_ID2SHORTTYPENAME=qbs_new(0,0);
int32 *_FUNC_ID2SHORTTYPENAME_LONG_T=NULL;
if(_FUNC_ID2SHORTTYPENAME_LONG_T==NULL){
_FUNC_ID2SHORTTYPENAME_LONG_T=(int32*)mem_static_malloc(4);
*_FUNC_ID2SHORTTYPENAME_LONG_T=0;
qbs *_FUNC_TYPEVALUE2SYMBOL_STRING_TYPEVALUE2SYMBOL=NULL;
if (!_FUNC_TYPEVALUE2SYMBOL_STRING_TYPEVALUE2SYMBOL)_FUNC_TYPEVALUE2SYMBOL_STRING_TYPEVALUE2SYMBOL=qbs_new(0,0);
qbs *_FUNC_TYPEVALUE2SYMBOL_STRING_S=NULL;
if (!_FUNC_TYPEVALUE2SYMBOL_STRING_S)_FUNC_TYPEVALUE2SYMBOL_STRING_S=qbs_new(0,0);
int32 *_FUNC_TYPEVALUE2SYMBOL_LONG_B=NULL;
if(_FUNC_TYPEVALUE2SYMBOL_LONG_B==NULL){
_FUNC_TYPEVALUE2SYMBOL_LONG_B=(int32*)mem_static_malloc(4);
*_FUNC_TYPEVALUE2SYMBOL_LONG_B=0;
}
int32 *_FUNC_ID2SHORTTYPENAME_LONG_SIZE=NULL;
if(_FUNC_ID2SHORTTYPENAME_LONG_SIZE==NULL){
_FUNC_ID2SHORTTYPENAME_LONG_SIZE=(int32*)mem_static_malloc(4);
*_FUNC_ID2SHORTTYPENAME_LONG_SIZE=0;
}
int32 *_FUNC_ID2SHORTTYPENAME_LONG_BITS=NULL;
if(_FUNC_ID2SHORTTYPENAME_LONG_BITS==NULL){
_FUNC_ID2SHORTTYPENAME_LONG_BITS=(int32*)mem_static_malloc(4);
*_FUNC_ID2SHORTTYPENAME_LONG_BITS=0;
}
qbs *_FUNC_ID2SHORTTYPENAME_STRING_A=NULL;
if (!_FUNC_ID2SHORTTYPENAME_STRING_A)_FUNC_ID2SHORTTYPENAME_STRING_A=qbs_new(0,0);

Some files were not shown because too many files have changed in this diff Show more