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

(Automated push) Update internal/source/* from qb64.bas

This commit is contained in:
Galleondragon 2017-10-09 05:18:54 -07:00
parent ce201095a7
commit 6e0fd03256
298 changed files with 58173 additions and 57424 deletions

View file

@ -543,6 +543,7 @@ __STRING_MODIFYCOMMAND->len=0;
*__BYTE_ENTERINGRGB=0; *__BYTE_ENTERINGRGB=0;
*__LONG_ACTIVEINCLUDELINK=0; *__LONG_ACTIVEINCLUDELINK=0;
__STRING_ACTIVEINCLUDELINKFILE->len=0; __STRING_ACTIVEINCLUDELINKFILE->len=0;
*__BYTE_HIDECURRENTLINEHIGHLIGHT=0;
*__LONG_IDEFOCUSLINE=0; *__LONG_IDEFOCUSLINE=0;
*__LONG_IDEAUTORUN=0; *__LONG_IDEAUTORUN=0;
if (__ARRAY_STRING_MENU[2]&1){ if (__ARRAY_STRING_MENU[2]&1){
@ -1179,11 +1180,14 @@ __STRING_OUTPUTFILE_CMD->len=0;
*__ULONG_IDETEXTCOLOR=0; *__ULONG_IDETEXTCOLOR=0;
*__ULONG_IDEBACKGROUNDCOLOR=0; *__ULONG_IDEBACKGROUNDCOLOR=0;
*__ULONG_IDEBACKGROUNDCOLOR2=0; *__ULONG_IDEBACKGROUNDCOLOR2=0;
*__ULONG_IDEBRACKETHIGHLIGHTCOLOR=0;
*__ULONG_IDEKEYWORDCOLOR=0; *__ULONG_IDEKEYWORDCOLOR=0;
*__ULONG_IDENUMBERSCOLOR=0; *__ULONG_IDENUMBERSCOLOR=0;
*__BYTE_IDE_AUTOPOSITION=0; *__BYTE_IDE_AUTOPOSITION=0;
*__INTEGER_IDE_TOPPOSITION=0; *__INTEGER_IDE_TOPPOSITION=0;
*__INTEGER_IDE_LEFTPOSITION=0; *__INTEGER_IDE_LEFTPOSITION=0;
*__LONG_IDENORMALCURSORSTART=0;
*__LONG_IDENORMALCURSOREND=0;
__STRING_IDE_INDEX->len=0; __STRING_IDE_INDEX->len=0;
*__INTEGER_LOADEDIDESETTINGS=0; *__INTEGER_LOADEDIDESETTINGS=0;
*__BYTE_MOUSEBUTTONSWAPPED=0; *__BYTE_MOUSEBUTTONSWAPPED=0;

View file

@ -5,17 +5,17 @@ if(_FUNC_PARSECMDLINEARGS_LONG_I==NULL){
_FUNC_PARSECMDLINEARGS_LONG_I=(int32*)mem_static_malloc(4); _FUNC_PARSECMDLINEARGS_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_PARSECMDLINEARGS_LONG_I=0; *_FUNC_PARSECMDLINEARGS_LONG_I=0;
} }
int64 fornext_value1970; int64 fornext_value1971;
int64 fornext_finalvalue1970; int64 fornext_finalvalue1971;
int64 fornext_step1970; int64 fornext_step1971;
uint8 fornext_step_negative1970; uint8 fornext_step_negative1971;
qbs *_FUNC_PARSECMDLINEARGS_STRING_TOKEN=NULL; qbs *_FUNC_PARSECMDLINEARGS_STRING_TOKEN=NULL;
if (!_FUNC_PARSECMDLINEARGS_STRING_TOKEN)_FUNC_PARSECMDLINEARGS_STRING_TOKEN=qbs_new(0,0); if (!_FUNC_PARSECMDLINEARGS_STRING_TOKEN)_FUNC_PARSECMDLINEARGS_STRING_TOKEN=qbs_new(0,0);
static qbs *sc_1971=qbs_new(0,0); static qbs *sc_1972=qbs_new(0,0);
qbs *_FUNC_PARSECMDLINEARGS_STRING_PASSEDFILENAME=NULL; qbs *_FUNC_PARSECMDLINEARGS_STRING_PASSEDFILENAME=NULL;
if (!_FUNC_PARSECMDLINEARGS_STRING_PASSEDFILENAME)_FUNC_PARSECMDLINEARGS_STRING_PASSEDFILENAME=qbs_new(0,0); if (!_FUNC_PARSECMDLINEARGS_STRING_PASSEDFILENAME)_FUNC_PARSECMDLINEARGS_STRING_PASSEDFILENAME=qbs_new(0,0);
static qbs *sc_1989=qbs_new(0,0); static qbs *sc_1990=qbs_new(0,0);
byte_element_struct *byte_element_2011=NULL; byte_element_struct *byte_element_2012=NULL;
if (!byte_element_2011){ if (!byte_element_2012){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2011=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2011=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2012=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2012=(byte_element_struct*)mem_static_malloc(12);
} }

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=(int32*)mem_static_malloc(4);
*_FUNC_COUNTELEMENTS_LONG_COUNTELEMENTS=0; *_FUNC_COUNTELEMENTS_LONG_COUNTELEMENTS=0;
} }
qbs*oldstr2120=NULL; qbs*oldstr2121=NULL;
if(_FUNC_COUNTELEMENTS_STRING_A->tmp||_FUNC_COUNTELEMENTS_STRING_A->fixed||_FUNC_COUNTELEMENTS_STRING_A->readonly){ if(_FUNC_COUNTELEMENTS_STRING_A->tmp||_FUNC_COUNTELEMENTS_STRING_A->fixed||_FUNC_COUNTELEMENTS_STRING_A->readonly){
oldstr2120=_FUNC_COUNTELEMENTS_STRING_A; oldstr2121=_FUNC_COUNTELEMENTS_STRING_A;
if (oldstr2120->cmem_descriptor){ if (oldstr2121->cmem_descriptor){
_FUNC_COUNTELEMENTS_STRING_A=qbs_new_cmem(oldstr2120->len,0); _FUNC_COUNTELEMENTS_STRING_A=qbs_new_cmem(oldstr2121->len,0);
}else{ }else{
_FUNC_COUNTELEMENTS_STRING_A=qbs_new(oldstr2120->len,0); _FUNC_COUNTELEMENTS_STRING_A=qbs_new(oldstr2121->len,0);
} }
memcpy(_FUNC_COUNTELEMENTS_STRING_A->chr,oldstr2120->chr,oldstr2120->len); memcpy(_FUNC_COUNTELEMENTS_STRING_A->chr,oldstr2121->chr,oldstr2121->len);
} }
int32 *_FUNC_COUNTELEMENTS_LONG_N=NULL; int32 *_FUNC_COUNTELEMENTS_LONG_N=NULL;
if(_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=(int32*)mem_static_malloc(4);
*_FUNC_COUNTELEMENTS_LONG_I=0; *_FUNC_COUNTELEMENTS_LONG_I=0;
} }
int64 fornext_value2122; int64 fornext_value2123;
int64 fornext_finalvalue2122; int64 fornext_finalvalue2123;
int64 fornext_step2122; int64 fornext_step2123;
uint8 fornext_step_negative2122; uint8 fornext_step_negative2123;
qbs *_FUNC_COUNTELEMENTS_STRING_E=NULL; qbs *_FUNC_COUNTELEMENTS_STRING_E=NULL;
if (!_FUNC_COUNTELEMENTS_STRING_E)_FUNC_COUNTELEMENTS_STRING_E=qbs_new(0,0); if (!_FUNC_COUNTELEMENTS_STRING_E)_FUNC_COUNTELEMENTS_STRING_E=qbs_new(0,0);
int32 *_FUNC_COUNTELEMENTS_LONG_B=NULL; int32 *_FUNC_COUNTELEMENTS_LONG_B=NULL;

View file

@ -3,25 +3,25 @@ if(_FUNC_READCONFIGSETTING_LONG_READCONFIGSETTING==NULL){
_FUNC_READCONFIGSETTING_LONG_READCONFIGSETTING=(int32*)mem_static_malloc(4); _FUNC_READCONFIGSETTING_LONG_READCONFIGSETTING=(int32*)mem_static_malloc(4);
*_FUNC_READCONFIGSETTING_LONG_READCONFIGSETTING=0; *_FUNC_READCONFIGSETTING_LONG_READCONFIGSETTING=0;
} }
qbs*oldstr3528=NULL;
if(_FUNC_READCONFIGSETTING_STRING_ITEM->tmp||_FUNC_READCONFIGSETTING_STRING_ITEM->fixed||_FUNC_READCONFIGSETTING_STRING_ITEM->readonly){
oldstr3528=_FUNC_READCONFIGSETTING_STRING_ITEM;
if (oldstr3528->cmem_descriptor){
_FUNC_READCONFIGSETTING_STRING_ITEM=qbs_new_cmem(oldstr3528->len,0);
}else{
_FUNC_READCONFIGSETTING_STRING_ITEM=qbs_new(oldstr3528->len,0);
}
memcpy(_FUNC_READCONFIGSETTING_STRING_ITEM->chr,oldstr3528->chr,oldstr3528->len);
}
qbs*oldstr3529=NULL; qbs*oldstr3529=NULL;
if(_FUNC_READCONFIGSETTING_STRING_VALUE->tmp||_FUNC_READCONFIGSETTING_STRING_VALUE->fixed||_FUNC_READCONFIGSETTING_STRING_VALUE->readonly){ if(_FUNC_READCONFIGSETTING_STRING_ITEM->tmp||_FUNC_READCONFIGSETTING_STRING_ITEM->fixed||_FUNC_READCONFIGSETTING_STRING_ITEM->readonly){
oldstr3529=_FUNC_READCONFIGSETTING_STRING_VALUE; oldstr3529=_FUNC_READCONFIGSETTING_STRING_ITEM;
if (oldstr3529->cmem_descriptor){ if (oldstr3529->cmem_descriptor){
_FUNC_READCONFIGSETTING_STRING_VALUE=qbs_new_cmem(oldstr3529->len,0); _FUNC_READCONFIGSETTING_STRING_ITEM=qbs_new_cmem(oldstr3529->len,0);
}else{ }else{
_FUNC_READCONFIGSETTING_STRING_VALUE=qbs_new(oldstr3529->len,0); _FUNC_READCONFIGSETTING_STRING_ITEM=qbs_new(oldstr3529->len,0);
} }
memcpy(_FUNC_READCONFIGSETTING_STRING_VALUE->chr,oldstr3529->chr,oldstr3529->len); memcpy(_FUNC_READCONFIGSETTING_STRING_ITEM->chr,oldstr3529->chr,oldstr3529->len);
}
qbs*oldstr3530=NULL;
if(_FUNC_READCONFIGSETTING_STRING_VALUE->tmp||_FUNC_READCONFIGSETTING_STRING_VALUE->fixed||_FUNC_READCONFIGSETTING_STRING_VALUE->readonly){
oldstr3530=_FUNC_READCONFIGSETTING_STRING_VALUE;
if (oldstr3530->cmem_descriptor){
_FUNC_READCONFIGSETTING_STRING_VALUE=qbs_new_cmem(oldstr3530->len,0);
}else{
_FUNC_READCONFIGSETTING_STRING_VALUE=qbs_new(oldstr3530->len,0);
}
memcpy(_FUNC_READCONFIGSETTING_STRING_VALUE->chr,oldstr3530->chr,oldstr3530->len);
} }
int32 *_FUNC_READCONFIGSETTING_LONG_INFILE=NULL; int32 *_FUNC_READCONFIGSETTING_LONG_INFILE=NULL;
if(_FUNC_READCONFIGSETTING_LONG_INFILE==NULL){ if(_FUNC_READCONFIGSETTING_LONG_INFILE==NULL){
@ -42,7 +42,7 @@ _FUNC_READCONFIGSETTING_LONG_L=(int32*)mem_static_malloc(4);
} }
qbs *_FUNC_READCONFIGSETTING_STRING_COMPARE=NULL; qbs *_FUNC_READCONFIGSETTING_STRING_COMPARE=NULL;
if (!_FUNC_READCONFIGSETTING_STRING_COMPARE)_FUNC_READCONFIGSETTING_STRING_COMPARE=qbs_new(0,0); if (!_FUNC_READCONFIGSETTING_STRING_COMPARE)_FUNC_READCONFIGSETTING_STRING_COMPARE=qbs_new(0,0);
byte_element_struct *byte_element_3532=NULL; byte_element_struct *byte_element_3533=NULL;
if (!byte_element_3532){ if (!byte_element_3533){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3532=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3532=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3533=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3533=(byte_element_struct*)mem_static_malloc(12);
} }

View file

@ -3,15 +3,15 @@ if(_FUNC_VRGBS_LONG_VRGBS==NULL){
_FUNC_VRGBS_LONG_VRGBS=(int32*)mem_static_malloc(4); _FUNC_VRGBS_LONG_VRGBS=(int32*)mem_static_malloc(4);
*_FUNC_VRGBS_LONG_VRGBS=0; *_FUNC_VRGBS_LONG_VRGBS=0;
} }
qbs*oldstr3533=NULL; qbs*oldstr3534=NULL;
if(_FUNC_VRGBS_STRING_TEXT->tmp||_FUNC_VRGBS_STRING_TEXT->fixed||_FUNC_VRGBS_STRING_TEXT->readonly){ if(_FUNC_VRGBS_STRING_TEXT->tmp||_FUNC_VRGBS_STRING_TEXT->fixed||_FUNC_VRGBS_STRING_TEXT->readonly){
oldstr3533=_FUNC_VRGBS_STRING_TEXT; oldstr3534=_FUNC_VRGBS_STRING_TEXT;
if (oldstr3533->cmem_descriptor){ if (oldstr3534->cmem_descriptor){
_FUNC_VRGBS_STRING_TEXT=qbs_new_cmem(oldstr3533->len,0); _FUNC_VRGBS_STRING_TEXT=qbs_new_cmem(oldstr3534->len,0);
}else{ }else{
_FUNC_VRGBS_STRING_TEXT=qbs_new(oldstr3533->len,0); _FUNC_VRGBS_STRING_TEXT=qbs_new(oldstr3534->len,0);
} }
memcpy(_FUNC_VRGBS_STRING_TEXT->chr,oldstr3533->chr,oldstr3533->len); memcpy(_FUNC_VRGBS_STRING_TEXT->chr,oldstr3534->chr,oldstr3534->len);
} }
int32 *_FUNC_VRGBS_LONG_RPOS=NULL; int32 *_FUNC_VRGBS_LONG_RPOS=NULL;
if(_FUNC_VRGBS_LONG_RPOS==NULL){ if(_FUNC_VRGBS_LONG_RPOS==NULL){

View file

@ -3,25 +3,25 @@ if(_FUNC_EVALPREIF_LONG_EVALPREIF==NULL){
_FUNC_EVALPREIF_LONG_EVALPREIF=(int32*)mem_static_malloc(4); _FUNC_EVALPREIF_LONG_EVALPREIF=(int32*)mem_static_malloc(4);
*_FUNC_EVALPREIF_LONG_EVALPREIF=0; *_FUNC_EVALPREIF_LONG_EVALPREIF=0;
} }
qbs*oldstr3534=NULL;
if(_FUNC_EVALPREIF_STRING_TEXT->tmp||_FUNC_EVALPREIF_STRING_TEXT->fixed||_FUNC_EVALPREIF_STRING_TEXT->readonly){
oldstr3534=_FUNC_EVALPREIF_STRING_TEXT;
if (oldstr3534->cmem_descriptor){
_FUNC_EVALPREIF_STRING_TEXT=qbs_new_cmem(oldstr3534->len,0);
}else{
_FUNC_EVALPREIF_STRING_TEXT=qbs_new(oldstr3534->len,0);
}
memcpy(_FUNC_EVALPREIF_STRING_TEXT->chr,oldstr3534->chr,oldstr3534->len);
}
qbs*oldstr3535=NULL; qbs*oldstr3535=NULL;
if(_FUNC_EVALPREIF_STRING_ERR->tmp||_FUNC_EVALPREIF_STRING_ERR->fixed||_FUNC_EVALPREIF_STRING_ERR->readonly){ if(_FUNC_EVALPREIF_STRING_TEXT->tmp||_FUNC_EVALPREIF_STRING_TEXT->fixed||_FUNC_EVALPREIF_STRING_TEXT->readonly){
oldstr3535=_FUNC_EVALPREIF_STRING_ERR; oldstr3535=_FUNC_EVALPREIF_STRING_TEXT;
if (oldstr3535->cmem_descriptor){ if (oldstr3535->cmem_descriptor){
_FUNC_EVALPREIF_STRING_ERR=qbs_new_cmem(oldstr3535->len,0); _FUNC_EVALPREIF_STRING_TEXT=qbs_new_cmem(oldstr3535->len,0);
}else{ }else{
_FUNC_EVALPREIF_STRING_ERR=qbs_new(oldstr3535->len,0); _FUNC_EVALPREIF_STRING_TEXT=qbs_new(oldstr3535->len,0);
} }
memcpy(_FUNC_EVALPREIF_STRING_ERR->chr,oldstr3535->chr,oldstr3535->len); memcpy(_FUNC_EVALPREIF_STRING_TEXT->chr,oldstr3535->chr,oldstr3535->len);
}
qbs*oldstr3536=NULL;
if(_FUNC_EVALPREIF_STRING_ERR->tmp||_FUNC_EVALPREIF_STRING_ERR->fixed||_FUNC_EVALPREIF_STRING_ERR->readonly){
oldstr3536=_FUNC_EVALPREIF_STRING_ERR;
if (oldstr3536->cmem_descriptor){
_FUNC_EVALPREIF_STRING_ERR=qbs_new_cmem(oldstr3536->len,0);
}else{
_FUNC_EVALPREIF_STRING_ERR=qbs_new(oldstr3536->len,0);
}
memcpy(_FUNC_EVALPREIF_STRING_ERR->chr,oldstr3536->chr,oldstr3536->len);
} }
qbs *_FUNC_EVALPREIF_STRING_TEMP=NULL; qbs *_FUNC_EVALPREIF_STRING_TEMP=NULL;
if (!_FUNC_EVALPREIF_STRING_TEMP)_FUNC_EVALPREIF_STRING_TEMP=qbs_new(0,0); if (!_FUNC_EVALPREIF_STRING_TEMP)_FUNC_EVALPREIF_STRING_TEMP=qbs_new(0,0);
@ -49,10 +49,10 @@ if(_FUNC_EVALPREIF_LONG_I==NULL){
_FUNC_EVALPREIF_LONG_I=(int32*)mem_static_malloc(4); _FUNC_EVALPREIF_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_EVALPREIF_LONG_I=0; *_FUNC_EVALPREIF_LONG_I=0;
} }
int64 fornext_value3538; int64 fornext_value3539;
int64 fornext_finalvalue3538; int64 fornext_finalvalue3539;
int64 fornext_step3538; int64 fornext_step3539;
uint8 fornext_step_negative3538; uint8 fornext_step_negative3539;
int32 *_FUNC_EVALPREIF_LONG_TEMP=NULL; int32 *_FUNC_EVALPREIF_LONG_TEMP=NULL;
if(_FUNC_EVALPREIF_LONG_TEMP==NULL){ if(_FUNC_EVALPREIF_LONG_TEMP==NULL){
_FUNC_EVALPREIF_LONG_TEMP=(int32*)mem_static_malloc(4); _FUNC_EVALPREIF_LONG_TEMP=(int32*)mem_static_malloc(4);
@ -68,13 +68,13 @@ if(_FUNC_EVALPREIF_LONG_SECOND==NULL){
_FUNC_EVALPREIF_LONG_SECOND=(int32*)mem_static_malloc(4); _FUNC_EVALPREIF_LONG_SECOND=(int32*)mem_static_malloc(4);
*_FUNC_EVALPREIF_LONG_SECOND=0; *_FUNC_EVALPREIF_LONG_SECOND=0;
} }
int64 fornext_value3540; int64 fornext_value3541;
int64 fornext_finalvalue3540; int64 fornext_finalvalue3541;
int64 fornext_step3540; int64 fornext_step3541;
uint8 fornext_step_negative3540; uint8 fornext_step_negative3541;
byte_element_struct *byte_element_3541=NULL; byte_element_struct *byte_element_3542=NULL;
if (!byte_element_3541){ if (!byte_element_3542){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3541=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3541=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3542=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3542=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_FUNC_EVALPREIF_STRING_A=NULL; qbs *_FUNC_EVALPREIF_STRING_A=NULL;
if (!_FUNC_EVALPREIF_STRING_A)_FUNC_EVALPREIF_STRING_A=qbs_new(0,0); if (!_FUNC_EVALPREIF_STRING_A)_FUNC_EVALPREIF_STRING_A=qbs_new(0,0);
@ -91,61 +91,61 @@ qbs *_FUNC_EVALPREIF_STRING_R=NULL;
if (!_FUNC_EVALPREIF_STRING_R)_FUNC_EVALPREIF_STRING_R=qbs_new(0,0); if (!_FUNC_EVALPREIF_STRING_R)_FUNC_EVALPREIF_STRING_R=qbs_new(0,0);
qbs *_FUNC_EVALPREIF_STRING_SYMBOL=NULL; qbs *_FUNC_EVALPREIF_STRING_SYMBOL=NULL;
if (!_FUNC_EVALPREIF_STRING_SYMBOL)_FUNC_EVALPREIF_STRING_SYMBOL=qbs_new(0,0); if (!_FUNC_EVALPREIF_STRING_SYMBOL)_FUNC_EVALPREIF_STRING_SYMBOL=qbs_new(0,0);
int64 fornext_value3544; int64 fornext_value3545;
int64 fornext_finalvalue3544; int64 fornext_finalvalue3545;
int64 fornext_step3544; int64 fornext_step3545;
uint8 fornext_step_negative3544; uint8 fornext_step_negative3545;
byte_element_struct *byte_element_3545=NULL;
if (!byte_element_3545){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3545=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3545=(byte_element_struct*)mem_static_malloc(12);
}
qbs *_FUNC_EVALPREIF_STRING_LEFTSIDE=NULL;
if (!_FUNC_EVALPREIF_STRING_LEFTSIDE)_FUNC_EVALPREIF_STRING_LEFTSIDE=qbs_new(0,0);
byte_element_struct *byte_element_3546=NULL; byte_element_struct *byte_element_3546=NULL;
if (!byte_element_3546){ if (!byte_element_3546){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3546=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3546=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3546=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3546=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_FUNC_EVALPREIF_STRING_LEFTSIDE=NULL;
if (!_FUNC_EVALPREIF_STRING_LEFTSIDE)_FUNC_EVALPREIF_STRING_LEFTSIDE=qbs_new(0,0);
byte_element_struct *byte_element_3547=NULL;
if (!byte_element_3547){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3547=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3547=(byte_element_struct*)mem_static_malloc(12);
}
int32 *_FUNC_EVALPREIF_LONG_RIGHTSTOP=NULL; int32 *_FUNC_EVALPREIF_LONG_RIGHTSTOP=NULL;
if(_FUNC_EVALPREIF_LONG_RIGHTSTOP==NULL){ if(_FUNC_EVALPREIF_LONG_RIGHTSTOP==NULL){
_FUNC_EVALPREIF_LONG_RIGHTSTOP=(int32*)mem_static_malloc(4); _FUNC_EVALPREIF_LONG_RIGHTSTOP=(int32*)mem_static_malloc(4);
*_FUNC_EVALPREIF_LONG_RIGHTSTOP=0; *_FUNC_EVALPREIF_LONG_RIGHTSTOP=0;
} }
byte_element_struct *byte_element_3547=NULL; byte_element_struct *byte_element_3548=NULL;
if (!byte_element_3547){ if (!byte_element_3548){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3547=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3547=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3548=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3548=(byte_element_struct*)mem_static_malloc(12);
} }
int64 fornext_value3549; int64 fornext_value3550;
int64 fornext_finalvalue3549; int64 fornext_finalvalue3550;
int64 fornext_step3549; int64 fornext_step3550;
uint8 fornext_step_negative3549; uint8 fornext_step_negative3550;
byte_element_struct *byte_element_3550=NULL; byte_element_struct *byte_element_3551=NULL;
if (!byte_element_3550){ if (!byte_element_3551){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3550=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3550=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3551=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3551=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_FUNC_EVALPREIF_STRING_RIGHTSIDE=NULL; qbs *_FUNC_EVALPREIF_STRING_RIGHTSIDE=NULL;
if (!_FUNC_EVALPREIF_STRING_RIGHTSIDE)_FUNC_EVALPREIF_STRING_RIGHTSIDE=qbs_new(0,0); if (!_FUNC_EVALPREIF_STRING_RIGHTSIDE)_FUNC_EVALPREIF_STRING_RIGHTSIDE=qbs_new(0,0);
qbs *_FUNC_EVALPREIF_STRING_RESULT=NULL; qbs *_FUNC_EVALPREIF_STRING_RESULT=NULL;
if (!_FUNC_EVALPREIF_STRING_RESULT)_FUNC_EVALPREIF_STRING_RESULT=qbs_new(0,0); if (!_FUNC_EVALPREIF_STRING_RESULT)_FUNC_EVALPREIF_STRING_RESULT=qbs_new(0,0);
int64 fornext_value3552; int64 fornext_value3553;
int64 fornext_finalvalue3552; int64 fornext_finalvalue3553;
int64 fornext_step3552; int64 fornext_step3553;
uint8 fornext_step_negative3552; uint8 fornext_step_negative3553;
int64 fornext_value3554; int64 fornext_value3555;
int64 fornext_finalvalue3554; int64 fornext_finalvalue3555;
int64 fornext_step3554; int64 fornext_step3555;
uint8 fornext_step_negative3554; uint8 fornext_step_negative3555;
int64 fornext_value3556; int64 fornext_value3557;
int64 fornext_finalvalue3556; int64 fornext_finalvalue3557;
int64 fornext_step3556; int64 fornext_step3557;
uint8 fornext_step_negative3556; uint8 fornext_step_negative3557;
int64 fornext_value3558; int64 fornext_value3559;
int64 fornext_finalvalue3558; int64 fornext_finalvalue3559;
int64 fornext_step3558; int64 fornext_step3559;
uint8 fornext_step_negative3558; uint8 fornext_step_negative3559;
int64 fornext_value3561; int64 fornext_value3562;
int64 fornext_finalvalue3561; int64 fornext_finalvalue3562;
int64 fornext_step3561; int64 fornext_step3562;
uint8 fornext_step_negative3561; uint8 fornext_step_negative3562;
int32 *_FUNC_EVALPREIF_LONG_T=NULL; int32 *_FUNC_EVALPREIF_LONG_T=NULL;
if(_FUNC_EVALPREIF_LONG_T==NULL){ if(_FUNC_EVALPREIF_LONG_T==NULL){
_FUNC_EVALPREIF_LONG_T=(int32*)mem_static_malloc(4); _FUNC_EVALPREIF_LONG_T=(int32*)mem_static_malloc(4);
@ -156,16 +156,16 @@ if(_FUNC_EVALPREIF_LONG_FIRSTSYMBOL==NULL){
_FUNC_EVALPREIF_LONG_FIRSTSYMBOL=(int32*)mem_static_malloc(4); _FUNC_EVALPREIF_LONG_FIRSTSYMBOL=(int32*)mem_static_malloc(4);
*_FUNC_EVALPREIF_LONG_FIRSTSYMBOL=0; *_FUNC_EVALPREIF_LONG_FIRSTSYMBOL=0;
} }
byte_element_struct *byte_element_3562=NULL;
if (!byte_element_3562){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3562=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3562=(byte_element_struct*)mem_static_malloc(12);
}
qbs *_FUNC_EVALPREIF_STRING_T=NULL;
if (!_FUNC_EVALPREIF_STRING_T)_FUNC_EVALPREIF_STRING_T=qbs_new(0,0);
byte_element_struct *byte_element_3563=NULL; byte_element_struct *byte_element_3563=NULL;
if (!byte_element_3563){ if (!byte_element_3563){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3563=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3563=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3563=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3563=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_FUNC_EVALPREIF_STRING_T=NULL;
if (!_FUNC_EVALPREIF_STRING_T)_FUNC_EVALPREIF_STRING_T=qbs_new(0,0);
byte_element_struct *byte_element_3564=NULL;
if (!byte_element_3564){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3564=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3564=(byte_element_struct*)mem_static_malloc(12);
}
qbs *_FUNC_EVALPREIF_STRING_M=NULL; qbs *_FUNC_EVALPREIF_STRING_M=NULL;
if (!_FUNC_EVALPREIF_STRING_M)_FUNC_EVALPREIF_STRING_M=qbs_new(0,0); if (!_FUNC_EVALPREIF_STRING_M)_FUNC_EVALPREIF_STRING_M=qbs_new(0,0);
int32 *_FUNC_EVALPREIF_LONG_LEFTRESULT=NULL; int32 *_FUNC_EVALPREIF_LONG_LEFTRESULT=NULL;
@ -173,21 +173,21 @@ if(_FUNC_EVALPREIF_LONG_LEFTRESULT==NULL){
_FUNC_EVALPREIF_LONG_LEFTRESULT=(int32*)mem_static_malloc(4); _FUNC_EVALPREIF_LONG_LEFTRESULT=(int32*)mem_static_malloc(4);
*_FUNC_EVALPREIF_LONG_LEFTRESULT=0; *_FUNC_EVALPREIF_LONG_LEFTRESULT=0;
} }
int64 fornext_value3565; int64 fornext_value3566;
int64 fornext_finalvalue3565; int64 fornext_finalvalue3566;
int64 fornext_step3565; int64 fornext_step3566;
uint8 fornext_step_negative3565; uint8 fornext_step_negative3566;
int32 *_FUNC_EVALPREIF_LONG_RIGHTRESULT=NULL; int32 *_FUNC_EVALPREIF_LONG_RIGHTRESULT=NULL;
if(_FUNC_EVALPREIF_LONG_RIGHTRESULT==NULL){ if(_FUNC_EVALPREIF_LONG_RIGHTRESULT==NULL){
_FUNC_EVALPREIF_LONG_RIGHTRESULT=(int32*)mem_static_malloc(4); _FUNC_EVALPREIF_LONG_RIGHTRESULT=(int32*)mem_static_malloc(4);
*_FUNC_EVALPREIF_LONG_RIGHTRESULT=0; *_FUNC_EVALPREIF_LONG_RIGHTRESULT=0;
} }
int64 fornext_value3567; int64 fornext_value3568;
int64 fornext_finalvalue3567; int64 fornext_finalvalue3568;
int64 fornext_step3567; int64 fornext_step3568;
uint8 fornext_step_negative3567; uint8 fornext_step_negative3568;
static qbs *sc_3568=qbs_new(0,0); static qbs *sc_3569=qbs_new(0,0);
int64 fornext_value3570; int64 fornext_value3571;
int64 fornext_finalvalue3570; int64 fornext_finalvalue3571;
int64 fornext_step3570; int64 fornext_step3571;
uint8 fornext_step_negative3570; uint8 fornext_step_negative3571;

View file

@ -3,15 +3,15 @@ if(_FUNC_VERIFYNUMBER_LONG_VERIFYNUMBER==NULL){
_FUNC_VERIFYNUMBER_LONG_VERIFYNUMBER=(int32*)mem_static_malloc(4); _FUNC_VERIFYNUMBER_LONG_VERIFYNUMBER=(int32*)mem_static_malloc(4);
*_FUNC_VERIFYNUMBER_LONG_VERIFYNUMBER=0; *_FUNC_VERIFYNUMBER_LONG_VERIFYNUMBER=0;
} }
qbs*oldstr3571=NULL; qbs*oldstr3572=NULL;
if(_FUNC_VERIFYNUMBER_STRING_TEXT->tmp||_FUNC_VERIFYNUMBER_STRING_TEXT->fixed||_FUNC_VERIFYNUMBER_STRING_TEXT->readonly){ if(_FUNC_VERIFYNUMBER_STRING_TEXT->tmp||_FUNC_VERIFYNUMBER_STRING_TEXT->fixed||_FUNC_VERIFYNUMBER_STRING_TEXT->readonly){
oldstr3571=_FUNC_VERIFYNUMBER_STRING_TEXT; oldstr3572=_FUNC_VERIFYNUMBER_STRING_TEXT;
if (oldstr3571->cmem_descriptor){ if (oldstr3572->cmem_descriptor){
_FUNC_VERIFYNUMBER_STRING_TEXT=qbs_new_cmem(oldstr3571->len,0); _FUNC_VERIFYNUMBER_STRING_TEXT=qbs_new_cmem(oldstr3572->len,0);
}else{ }else{
_FUNC_VERIFYNUMBER_STRING_TEXT=qbs_new(oldstr3571->len,0); _FUNC_VERIFYNUMBER_STRING_TEXT=qbs_new(oldstr3572->len,0);
} }
memcpy(_FUNC_VERIFYNUMBER_STRING_TEXT->chr,oldstr3571->chr,oldstr3571->len); memcpy(_FUNC_VERIFYNUMBER_STRING_TEXT->chr,oldstr3572->chr,oldstr3572->len);
} }
qbs *_FUNC_VERIFYNUMBER_STRING_T=NULL; qbs *_FUNC_VERIFYNUMBER_STRING_T=NULL;
if (!_FUNC_VERIFYNUMBER_STRING_T)_FUNC_VERIFYNUMBER_STRING_T=qbs_new(0,0); if (!_FUNC_VERIFYNUMBER_STRING_T)_FUNC_VERIFYNUMBER_STRING_T=qbs_new(0,0);

View file

@ -1,34 +1,34 @@
qbs *_FUNC_GL2QB_TYPE_CONVERT_STRING_GL2QB_TYPE_CONVERT=NULL; 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); if (!_FUNC_GL2QB_TYPE_CONVERT_STRING_GL2QB_TYPE_CONVERT)_FUNC_GL2QB_TYPE_CONVERT_STRING_GL2QB_TYPE_CONVERT=qbs_new(0,0);
qbs*oldstr3572=NULL;
if(_FUNC_GL2QB_TYPE_CONVERT_STRING_A->tmp||_FUNC_GL2QB_TYPE_CONVERT_STRING_A->fixed||_FUNC_GL2QB_TYPE_CONVERT_STRING_A->readonly){
oldstr3572=_FUNC_GL2QB_TYPE_CONVERT_STRING_A;
if (oldstr3572->cmem_descriptor){
_FUNC_GL2QB_TYPE_CONVERT_STRING_A=qbs_new_cmem(oldstr3572->len,0);
}else{
_FUNC_GL2QB_TYPE_CONVERT_STRING_A=qbs_new(oldstr3572->len,0);
}
memcpy(_FUNC_GL2QB_TYPE_CONVERT_STRING_A->chr,oldstr3572->chr,oldstr3572->len);
}
qbs*oldstr3573=NULL; qbs*oldstr3573=NULL;
if(_FUNC_GL2QB_TYPE_CONVERT_STRING_SYMBOL->tmp||_FUNC_GL2QB_TYPE_CONVERT_STRING_SYMBOL->fixed||_FUNC_GL2QB_TYPE_CONVERT_STRING_SYMBOL->readonly){ if(_FUNC_GL2QB_TYPE_CONVERT_STRING_A->tmp||_FUNC_GL2QB_TYPE_CONVERT_STRING_A->fixed||_FUNC_GL2QB_TYPE_CONVERT_STRING_A->readonly){
oldstr3573=_FUNC_GL2QB_TYPE_CONVERT_STRING_SYMBOL; oldstr3573=_FUNC_GL2QB_TYPE_CONVERT_STRING_A;
if (oldstr3573->cmem_descriptor){ if (oldstr3573->cmem_descriptor){
_FUNC_GL2QB_TYPE_CONVERT_STRING_SYMBOL=qbs_new_cmem(oldstr3573->len,0); _FUNC_GL2QB_TYPE_CONVERT_STRING_A=qbs_new_cmem(oldstr3573->len,0);
}else{ }else{
_FUNC_GL2QB_TYPE_CONVERT_STRING_SYMBOL=qbs_new(oldstr3573->len,0); _FUNC_GL2QB_TYPE_CONVERT_STRING_A=qbs_new(oldstr3573->len,0);
} }
memcpy(_FUNC_GL2QB_TYPE_CONVERT_STRING_SYMBOL->chr,oldstr3573->chr,oldstr3573->len); memcpy(_FUNC_GL2QB_TYPE_CONVERT_STRING_A->chr,oldstr3573->chr,oldstr3573->len);
} }
qbs*oldstr3574=NULL; qbs*oldstr3574=NULL;
if(_FUNC_GL2QB_TYPE_CONVERT_STRING_CTYP->tmp||_FUNC_GL2QB_TYPE_CONVERT_STRING_CTYP->fixed||_FUNC_GL2QB_TYPE_CONVERT_STRING_CTYP->readonly){ if(_FUNC_GL2QB_TYPE_CONVERT_STRING_SYMBOL->tmp||_FUNC_GL2QB_TYPE_CONVERT_STRING_SYMBOL->fixed||_FUNC_GL2QB_TYPE_CONVERT_STRING_SYMBOL->readonly){
oldstr3574=_FUNC_GL2QB_TYPE_CONVERT_STRING_CTYP; oldstr3574=_FUNC_GL2QB_TYPE_CONVERT_STRING_SYMBOL;
if (oldstr3574->cmem_descriptor){ if (oldstr3574->cmem_descriptor){
_FUNC_GL2QB_TYPE_CONVERT_STRING_CTYP=qbs_new_cmem(oldstr3574->len,0); _FUNC_GL2QB_TYPE_CONVERT_STRING_SYMBOL=qbs_new_cmem(oldstr3574->len,0);
}else{ }else{
_FUNC_GL2QB_TYPE_CONVERT_STRING_CTYP=qbs_new(oldstr3574->len,0); _FUNC_GL2QB_TYPE_CONVERT_STRING_SYMBOL=qbs_new(oldstr3574->len,0);
} }
memcpy(_FUNC_GL2QB_TYPE_CONVERT_STRING_CTYP->chr,oldstr3574->chr,oldstr3574->len); memcpy(_FUNC_GL2QB_TYPE_CONVERT_STRING_SYMBOL->chr,oldstr3574->chr,oldstr3574->len);
}
qbs*oldstr3575=NULL;
if(_FUNC_GL2QB_TYPE_CONVERT_STRING_CTYP->tmp||_FUNC_GL2QB_TYPE_CONVERT_STRING_CTYP->fixed||_FUNC_GL2QB_TYPE_CONVERT_STRING_CTYP->readonly){
oldstr3575=_FUNC_GL2QB_TYPE_CONVERT_STRING_CTYP;
if (oldstr3575->cmem_descriptor){
_FUNC_GL2QB_TYPE_CONVERT_STRING_CTYP=qbs_new_cmem(oldstr3575->len,0);
}else{
_FUNC_GL2QB_TYPE_CONVERT_STRING_CTYP=qbs_new(oldstr3575->len,0);
}
memcpy(_FUNC_GL2QB_TYPE_CONVERT_STRING_CTYP->chr,oldstr3575->chr,oldstr3575->len);
} }
qbs *_FUNC_GL2QB_TYPE_CONVERT_STRING_B=NULL; 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); if (!_FUNC_GL2QB_TYPE_CONVERT_STRING_B)_FUNC_GL2QB_TYPE_CONVERT_STRING_B=qbs_new(0,0);

View file

@ -1,44 +1,44 @@
qbs *_FUNC_READCHUNK_STRING_READCHUNK=NULL; qbs *_FUNC_READCHUNK_STRING_READCHUNK=NULL;
if (!_FUNC_READCHUNK_STRING_READCHUNK)_FUNC_READCHUNK_STRING_READCHUNK=qbs_new(0,0); if (!_FUNC_READCHUNK_STRING_READCHUNK)_FUNC_READCHUNK_STRING_READCHUNK=qbs_new(0,0);
qbs*oldstr3576=NULL;
if(_FUNC_READCHUNK_STRING_A->tmp||_FUNC_READCHUNK_STRING_A->fixed||_FUNC_READCHUNK_STRING_A->readonly){
oldstr3576=_FUNC_READCHUNK_STRING_A;
if (oldstr3576->cmem_descriptor){
_FUNC_READCHUNK_STRING_A=qbs_new_cmem(oldstr3576->len,0);
}else{
_FUNC_READCHUNK_STRING_A=qbs_new(oldstr3576->len,0);
}
memcpy(_FUNC_READCHUNK_STRING_A->chr,oldstr3576->chr,oldstr3576->len);
}
qbs*oldstr3577=NULL; qbs*oldstr3577=NULL;
if(_FUNC_READCHUNK_STRING_LAST_CHARACTER->tmp||_FUNC_READCHUNK_STRING_LAST_CHARACTER->fixed||_FUNC_READCHUNK_STRING_LAST_CHARACTER->readonly){ if(_FUNC_READCHUNK_STRING_A->tmp||_FUNC_READCHUNK_STRING_A->fixed||_FUNC_READCHUNK_STRING_A->readonly){
oldstr3577=_FUNC_READCHUNK_STRING_LAST_CHARACTER; oldstr3577=_FUNC_READCHUNK_STRING_A;
if (oldstr3577->cmem_descriptor){ if (oldstr3577->cmem_descriptor){
_FUNC_READCHUNK_STRING_LAST_CHARACTER=qbs_new_cmem(oldstr3577->len,0); _FUNC_READCHUNK_STRING_A=qbs_new_cmem(oldstr3577->len,0);
}else{ }else{
_FUNC_READCHUNK_STRING_LAST_CHARACTER=qbs_new(oldstr3577->len,0); _FUNC_READCHUNK_STRING_A=qbs_new(oldstr3577->len,0);
} }
memcpy(_FUNC_READCHUNK_STRING_LAST_CHARACTER->chr,oldstr3577->chr,oldstr3577->len); memcpy(_FUNC_READCHUNK_STRING_A->chr,oldstr3577->chr,oldstr3577->len);
}
qbs*oldstr3578=NULL;
if(_FUNC_READCHUNK_STRING_LAST_CHARACTER->tmp||_FUNC_READCHUNK_STRING_LAST_CHARACTER->fixed||_FUNC_READCHUNK_STRING_LAST_CHARACTER->readonly){
oldstr3578=_FUNC_READCHUNK_STRING_LAST_CHARACTER;
if (oldstr3578->cmem_descriptor){
_FUNC_READCHUNK_STRING_LAST_CHARACTER=qbs_new_cmem(oldstr3578->len,0);
}else{
_FUNC_READCHUNK_STRING_LAST_CHARACTER=qbs_new(oldstr3578->len,0);
}
memcpy(_FUNC_READCHUNK_STRING_LAST_CHARACTER->chr,oldstr3578->chr,oldstr3578->len);
} }
int32 *_FUNC_READCHUNK_LONG_X=NULL; int32 *_FUNC_READCHUNK_LONG_X=NULL;
if(_FUNC_READCHUNK_LONG_X==NULL){ if(_FUNC_READCHUNK_LONG_X==NULL){
_FUNC_READCHUNK_LONG_X=(int32*)mem_static_malloc(4); _FUNC_READCHUNK_LONG_X=(int32*)mem_static_malloc(4);
*_FUNC_READCHUNK_LONG_X=0; *_FUNC_READCHUNK_LONG_X=0;
} }
int64 fornext_value3579; int64 fornext_value3580;
int64 fornext_finalvalue3579; int64 fornext_finalvalue3580;
int64 fornext_step3579; int64 fornext_step3580;
uint8 fornext_step_negative3579; uint8 fornext_step_negative3580;
byte_element_struct *byte_element_3580=NULL; byte_element_struct *byte_element_3581=NULL;
if (!byte_element_3580){ if (!byte_element_3581){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3580=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3580=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3581=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3581=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_READCHUNK_LONG_C=NULL; int32 *_FUNC_READCHUNK_LONG_C=NULL;
if(_FUNC_READCHUNK_LONG_C==NULL){ if(_FUNC_READCHUNK_LONG_C==NULL){
_FUNC_READCHUNK_LONG_C=(int32*)mem_static_malloc(4); _FUNC_READCHUNK_LONG_C=(int32*)mem_static_malloc(4);
*_FUNC_READCHUNK_LONG_C=0; *_FUNC_READCHUNK_LONG_C=0;
} }
byte_element_struct *byte_element_3581=NULL; byte_element_struct *byte_element_3582=NULL;
if (!byte_element_3581){ if (!byte_element_3582){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3581=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3581=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3582=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3582=(byte_element_struct*)mem_static_malloc(12);
} }

View file

@ -17,22 +17,22 @@ _SUB_GL_SCAN_HEADER_LONG_H=(int32*)mem_static_malloc(4);
} }
qbs *_SUB_GL_SCAN_HEADER_STRING_A=NULL; 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); if (!_SUB_GL_SCAN_HEADER_STRING_A)_SUB_GL_SCAN_HEADER_STRING_A=qbs_new(0,0);
byte_element_struct *byte_element_3585=NULL; byte_element_struct *byte_element_3586=NULL;
if (!byte_element_3585){ if (!byte_element_3586){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3585=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3585=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3586=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3586=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_GL_SCAN_HEADER_LONG_X=NULL; int32 *_SUB_GL_SCAN_HEADER_LONG_X=NULL;
if(_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=(int32*)mem_static_malloc(4);
*_SUB_GL_SCAN_HEADER_LONG_X=0; *_SUB_GL_SCAN_HEADER_LONG_X=0;
} }
int64 fornext_value3587; int64 fornext_value3588;
int64 fornext_finalvalue3587; int64 fornext_finalvalue3588;
int64 fornext_step3587; int64 fornext_step3588;
uint8 fornext_step_negative3587; uint8 fornext_step_negative3588;
byte_element_struct *byte_element_3588=NULL; byte_element_struct *byte_element_3589=NULL;
if (!byte_element_3588){ if (!byte_element_3589){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3588=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3588=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3589=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3589=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_GL_SCAN_HEADER_LONG_C=NULL; int32 *_SUB_GL_SCAN_HEADER_LONG_C=NULL;
if(_SUB_GL_SCAN_HEADER_LONG_C==NULL){ if(_SUB_GL_SCAN_HEADER_LONG_C==NULL){
@ -44,13 +44,13 @@ 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=(int32*)mem_static_malloc(4);
*_SUB_GL_SCAN_HEADER_LONG_X2=0; *_SUB_GL_SCAN_HEADER_LONG_X2=0;
} }
int64 fornext_value3590; int64 fornext_value3591;
int64 fornext_finalvalue3590; int64 fornext_finalvalue3591;
int64 fornext_step3590; int64 fornext_step3591;
uint8 fornext_step_negative3590; uint8 fornext_step_negative3591;
byte_element_struct *byte_element_3591=NULL; byte_element_struct *byte_element_3592=NULL;
if (!byte_element_3591){ if (!byte_element_3592){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3591=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3591=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3592=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3592=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_GL_SCAN_HEADER_LONG_C2=NULL; int32 *_SUB_GL_SCAN_HEADER_LONG_C2=NULL;
if(_SUB_GL_SCAN_HEADER_LONG_C2==NULL){ if(_SUB_GL_SCAN_HEADER_LONG_C2==NULL){
@ -59,32 +59,32 @@ _SUB_GL_SCAN_HEADER_LONG_C2=(int32*)mem_static_malloc(4);
} }
qbs *_SUB_GL_SCAN_HEADER_STRING_VALUE=NULL; 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); if (!_SUB_GL_SCAN_HEADER_STRING_VALUE)_SUB_GL_SCAN_HEADER_STRING_VALUE=qbs_new(0,0);
byte_element_struct *byte_element_3592=NULL;
if (!byte_element_3592){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3592=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3592=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_3593=NULL; byte_element_struct *byte_element_3593=NULL;
if (!byte_element_3593){ if (!byte_element_3593){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3593=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3593=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3593=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3593=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_3594=NULL;
if (!byte_element_3594){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3594=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3594=(byte_element_struct*)mem_static_malloc(12);
}
int64 *_SUB_GL_SCAN_HEADER_INTEGER64_VALUE=NULL; int64 *_SUB_GL_SCAN_HEADER_INTEGER64_VALUE=NULL;
if(_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=(int64*)mem_static_malloc(8);
*_SUB_GL_SCAN_HEADER_INTEGER64_VALUE=0; *_SUB_GL_SCAN_HEADER_INTEGER64_VALUE=0;
} }
byte_element_struct *byte_element_3594=NULL; byte_element_struct *byte_element_3595=NULL;
if (!byte_element_3594){ if (!byte_element_3595){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3594=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3594=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3595=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3595=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_GL_SCAN_HEADER_LONG_I=NULL; int32 *_SUB_GL_SCAN_HEADER_LONG_I=NULL;
if(_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=(int32*)mem_static_malloc(4);
*_SUB_GL_SCAN_HEADER_LONG_I=0; *_SUB_GL_SCAN_HEADER_LONG_I=0;
} }
int64 fornext_value3596; int64 fornext_value3597;
int64 fornext_finalvalue3596; int64 fornext_finalvalue3597;
int64 fornext_step3596; int64 fornext_step3597;
uint8 fornext_step_negative3596; uint8 fornext_step_negative3597;
qbs *_SUB_GL_SCAN_HEADER_STRING_L=NULL; 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); 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; qbs *_SUB_GL_SCAN_HEADER_STRING_RET_TYPE=NULL;
@ -125,24 +125,24 @@ 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); 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; 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); if (!_SUB_GL_SCAN_HEADER_STRING_VAR_NAME)_SUB_GL_SCAN_HEADER_STRING_VAR_NAME=qbs_new(0,0);
byte_element_struct *byte_element_3603=NULL;
if (!byte_element_3603){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3603=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3603=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_3604=NULL; byte_element_struct *byte_element_3604=NULL;
if (!byte_element_3604){ if (!byte_element_3604){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3604=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3604=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3604=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3604=(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_3605=NULL; byte_element_struct *byte_element_3605=NULL;
if (!byte_element_3605){ if (!byte_element_3605){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3605=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3605=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3605=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3605=(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_3606=NULL; byte_element_struct *byte_element_3606=NULL;
if (!byte_element_3606){ if (!byte_element_3606){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3606=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3606=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3606=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3606=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_3607=NULL;
if (!byte_element_3607){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3607=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3607=(byte_element_struct*)mem_static_malloc(12);
}
qbs *_SUB_GL_SCAN_HEADER_STRING_QB_TYPE=NULL; 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); 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; qbs *_SUB_GL_SCAN_HEADER_STRING_ARG=NULL;
@ -151,10 +151,10 @@ 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); 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; 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); if (!_SUB_GL_SCAN_HEADER_STRING_H)_SUB_GL_SCAN_HEADER_STRING_H=qbs_new(0,0);
int64 fornext_value3613; int64 fornext_value3614;
int64 fornext_finalvalue3613; int64 fornext_finalvalue3614;
int64 fornext_step3613; int64 fornext_step3614;
uint8 fornext_step_negative3613; uint8 fornext_step_negative3614;
int32 *_SUB_GL_SCAN_HEADER_LONG_FH=NULL; int32 *_SUB_GL_SCAN_HEADER_LONG_FH=NULL;
if(_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=(int32*)mem_static_malloc(4);

View file

@ -3,25 +3,25 @@ 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=(int32*)mem_static_malloc(4);
*_SUB_GL_INCLUDE_CONTENT_LONG_D=0; *_SUB_GL_INCLUDE_CONTENT_LONG_D=0;
} }
int64 fornext_value3617; int64 fornext_value3618;
int64 fornext_finalvalue3617; int64 fornext_finalvalue3618;
int64 fornext_step3617; int64 fornext_step3618;
uint8 fornext_step_negative3617; uint8 fornext_step_negative3618;
int32 *_SUB_GL_INCLUDE_CONTENT_LONG_I=NULL; int32 *_SUB_GL_INCLUDE_CONTENT_LONG_I=NULL;
if(_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=(int32*)mem_static_malloc(4);
*_SUB_GL_INCLUDE_CONTENT_LONG_I=0; *_SUB_GL_INCLUDE_CONTENT_LONG_I=0;
} }
int32 pass3618; int32 pass3619;
int32 *_SUB_GL_INCLUDE_CONTENT_LONG_C=NULL; int32 *_SUB_GL_INCLUDE_CONTENT_LONG_C=NULL;
if(_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=(int32*)mem_static_malloc(4);
*_SUB_GL_INCLUDE_CONTENT_LONG_C=0; *_SUB_GL_INCLUDE_CONTENT_LONG_C=0;
} }
int64 fornext_value3620; int64 fornext_value3621;
int64 fornext_finalvalue3620; int64 fornext_finalvalue3621;
int64 fornext_step3620; int64 fornext_step3621;
uint8 fornext_step_negative3620; uint8 fornext_step_negative3621;
void *_SUB_GL_INCLUDE_CONTENT_UDT_G=NULL; void *_SUB_GL_INCLUDE_CONTENT_UDT_G=NULL;
if(_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); _SUB_GL_INCLUDE_CONTENT_UDT_G=(void*)mem_static_malloc(216);

View file

@ -1,16 +1,16 @@
qbs*oldstr3621=NULL; qbs*oldstr3622=NULL;
if(_SUB_ARYADDSTR_STRING_VALUE->tmp||_SUB_ARYADDSTR_STRING_VALUE->fixed||_SUB_ARYADDSTR_STRING_VALUE->readonly){ if(_SUB_ARYADDSTR_STRING_VALUE->tmp||_SUB_ARYADDSTR_STRING_VALUE->fixed||_SUB_ARYADDSTR_STRING_VALUE->readonly){
oldstr3621=_SUB_ARYADDSTR_STRING_VALUE; oldstr3622=_SUB_ARYADDSTR_STRING_VALUE;
if (oldstr3621->cmem_descriptor){ if (oldstr3622->cmem_descriptor){
_SUB_ARYADDSTR_STRING_VALUE=qbs_new_cmem(oldstr3621->len,0); _SUB_ARYADDSTR_STRING_VALUE=qbs_new_cmem(oldstr3622->len,0);
}else{ }else{
_SUB_ARYADDSTR_STRING_VALUE=qbs_new(oldstr3621->len,0); _SUB_ARYADDSTR_STRING_VALUE=qbs_new(oldstr3622->len,0);
} }
memcpy(_SUB_ARYADDSTR_STRING_VALUE->chr,oldstr3621->chr,oldstr3621->len); memcpy(_SUB_ARYADDSTR_STRING_VALUE->chr,oldstr3622->chr,oldstr3622->len);
} }
byte_element_struct *byte_element_3622=NULL; byte_element_struct *byte_element_3623=NULL;
if (!byte_element_3622){ if (!byte_element_3623){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3622=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3622=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3623=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3623=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_ARYADDSTR_LONG_INDEX=NULL; int32 *_SUB_ARYADDSTR_LONG_INDEX=NULL;
if(_SUB_ARYADDSTR_LONG_INDEX==NULL){ if(_SUB_ARYADDSTR_LONG_INDEX==NULL){

View file

@ -3,7 +3,7 @@ if(_FUNC_ARYLASTSTR_LONG_ARYLASTSTR==NULL){
_FUNC_ARYLASTSTR_LONG_ARYLASTSTR=(int32*)mem_static_malloc(4); _FUNC_ARYLASTSTR_LONG_ARYLASTSTR=(int32*)mem_static_malloc(4);
*_FUNC_ARYLASTSTR_LONG_ARYLASTSTR=0; *_FUNC_ARYLASTSTR_LONG_ARYLASTSTR=0;
} }
byte_element_struct *byte_element_3623=NULL; byte_element_struct *byte_element_3624=NULL;
if (!byte_element_3623){ if (!byte_element_3624){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3623=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3623=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3624=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3624=(byte_element_struct*)mem_static_malloc(12);
} }

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=(int32*)mem_static_malloc(4);
*_FUNC_DIM2_LONG_DIM2=0; *_FUNC_DIM2_LONG_DIM2=0;
} }
qbs*oldstr2123=NULL;
if(_FUNC_DIM2_STRING_VARNAME->tmp||_FUNC_DIM2_STRING_VARNAME->fixed||_FUNC_DIM2_STRING_VARNAME->readonly){
oldstr2123=_FUNC_DIM2_STRING_VARNAME;
if (oldstr2123->cmem_descriptor){
_FUNC_DIM2_STRING_VARNAME=qbs_new_cmem(oldstr2123->len,0);
}else{
_FUNC_DIM2_STRING_VARNAME=qbs_new(oldstr2123->len,0);
}
memcpy(_FUNC_DIM2_STRING_VARNAME->chr,oldstr2123->chr,oldstr2123->len);
}
qbs*oldstr2124=NULL; qbs*oldstr2124=NULL;
if(_FUNC_DIM2_STRING_TYP2->tmp||_FUNC_DIM2_STRING_TYP2->fixed||_FUNC_DIM2_STRING_TYP2->readonly){ if(_FUNC_DIM2_STRING_VARNAME->tmp||_FUNC_DIM2_STRING_VARNAME->fixed||_FUNC_DIM2_STRING_VARNAME->readonly){
oldstr2124=_FUNC_DIM2_STRING_TYP2; oldstr2124=_FUNC_DIM2_STRING_VARNAME;
if (oldstr2124->cmem_descriptor){ if (oldstr2124->cmem_descriptor){
_FUNC_DIM2_STRING_TYP2=qbs_new_cmem(oldstr2124->len,0); _FUNC_DIM2_STRING_VARNAME=qbs_new_cmem(oldstr2124->len,0);
}else{ }else{
_FUNC_DIM2_STRING_TYP2=qbs_new(oldstr2124->len,0); _FUNC_DIM2_STRING_VARNAME=qbs_new(oldstr2124->len,0);
} }
memcpy(_FUNC_DIM2_STRING_TYP2->chr,oldstr2124->chr,oldstr2124->len); memcpy(_FUNC_DIM2_STRING_VARNAME->chr,oldstr2124->chr,oldstr2124->len);
} }
qbs*oldstr2125=NULL; qbs*oldstr2125=NULL;
if(_FUNC_DIM2_STRING_ELEMENTS->tmp||_FUNC_DIM2_STRING_ELEMENTS->fixed||_FUNC_DIM2_STRING_ELEMENTS->readonly){ if(_FUNC_DIM2_STRING_TYP2->tmp||_FUNC_DIM2_STRING_TYP2->fixed||_FUNC_DIM2_STRING_TYP2->readonly){
oldstr2125=_FUNC_DIM2_STRING_ELEMENTS; oldstr2125=_FUNC_DIM2_STRING_TYP2;
if (oldstr2125->cmem_descriptor){ if (oldstr2125->cmem_descriptor){
_FUNC_DIM2_STRING_ELEMENTS=qbs_new_cmem(oldstr2125->len,0); _FUNC_DIM2_STRING_TYP2=qbs_new_cmem(oldstr2125->len,0);
}else{ }else{
_FUNC_DIM2_STRING_ELEMENTS=qbs_new(oldstr2125->len,0); _FUNC_DIM2_STRING_TYP2=qbs_new(oldstr2125->len,0);
} }
memcpy(_FUNC_DIM2_STRING_ELEMENTS->chr,oldstr2125->chr,oldstr2125->len); memcpy(_FUNC_DIM2_STRING_TYP2->chr,oldstr2125->chr,oldstr2125->len);
}
qbs*oldstr2126=NULL;
if(_FUNC_DIM2_STRING_ELEMENTS->tmp||_FUNC_DIM2_STRING_ELEMENTS->fixed||_FUNC_DIM2_STRING_ELEMENTS->readonly){
oldstr2126=_FUNC_DIM2_STRING_ELEMENTS;
if (oldstr2126->cmem_descriptor){
_FUNC_DIM2_STRING_ELEMENTS=qbs_new_cmem(oldstr2126->len,0);
}else{
_FUNC_DIM2_STRING_ELEMENTS=qbs_new(oldstr2126->len,0);
}
memcpy(_FUNC_DIM2_STRING_ELEMENTS->chr,oldstr2126->chr,oldstr2126->len);
} }
qbs *_FUNC_DIM2_STRING_TYP=NULL; qbs *_FUNC_DIM2_STRING_TYP=NULL;
if (!_FUNC_DIM2_STRING_TYP)_FUNC_DIM2_STRING_TYP=qbs_new(0,0); 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; qbs *_FUNC_DIM2_STRING_SCOPE2=NULL;
if (!_FUNC_DIM2_STRING_SCOPE2)_FUNC_DIM2_STRING_SCOPE2=qbs_new(0,0); if (!_FUNC_DIM2_STRING_SCOPE2)_FUNC_DIM2_STRING_SCOPE2=qbs_new(0,0);
byte_element_struct *byte_element_2127=NULL; byte_element_struct *byte_element_2128=NULL;
if (!byte_element_2127){ if (!byte_element_2128){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2127=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2127=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2128=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2128=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_DIM2_LONG_I=NULL; int32 *_FUNC_DIM2_LONG_I=NULL;
if(_FUNC_DIM2_LONG_I==NULL){ if(_FUNC_DIM2_LONG_I==NULL){
_FUNC_DIM2_LONG_I=(int32*)mem_static_malloc(4); _FUNC_DIM2_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_DIM2_LONG_I=0; *_FUNC_DIM2_LONG_I=0;
} }
int64 fornext_value2129; int64 fornext_value2130;
int64 fornext_finalvalue2129; int64 fornext_finalvalue2130;
int64 fornext_step2129; int64 fornext_step2130;
uint8 fornext_step_negative2129; uint8 fornext_step_negative2130;
qbs *_FUNC_DIM2_STRING_N=NULL; qbs *_FUNC_DIM2_STRING_N=NULL;
if (!_FUNC_DIM2_STRING_N)_FUNC_DIM2_STRING_N=qbs_new(0,0); if (!_FUNC_DIM2_STRING_N)_FUNC_DIM2_STRING_N=qbs_new(0,0);
int32 *_FUNC_DIM2_LONG_TRY=NULL; int32 *_FUNC_DIM2_LONG_TRY=NULL;
@ -71,16 +71,16 @@ if(_FUNC_DIM2_LONG_BITS==NULL){
_FUNC_DIM2_LONG_BITS=(int32*)mem_static_malloc(4); _FUNC_DIM2_LONG_BITS=(int32*)mem_static_malloc(4);
*_FUNC_DIM2_LONG_BITS=0; *_FUNC_DIM2_LONG_BITS=0;
} }
byte_element_struct *byte_element_2131=NULL; byte_element_struct *byte_element_2132=NULL;
if (!byte_element_2131){ if (!byte_element_2132){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2131=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2131=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2132=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2132=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_DIM2_LONG_NUME=NULL; int32 *_FUNC_DIM2_LONG_NUME=NULL;
if(_FUNC_DIM2_LONG_NUME==NULL){ if(_FUNC_DIM2_LONG_NUME==NULL){
_FUNC_DIM2_LONG_NUME=(int32*)mem_static_malloc(4); _FUNC_DIM2_LONG_NUME=(int32*)mem_static_malloc(4);
*_FUNC_DIM2_LONG_NUME=0; *_FUNC_DIM2_LONG_NUME=0;
} }
int32 pass2132; int32 pass2133;
int32 *_FUNC_DIM2_LONG_BYTES=NULL; int32 *_FUNC_DIM2_LONG_BYTES=NULL;
if(_FUNC_DIM2_LONG_BYTES==NULL){ if(_FUNC_DIM2_LONG_BYTES==NULL){
_FUNC_DIM2_LONG_BYTES=(int32*)mem_static_malloc(4); _FUNC_DIM2_LONG_BYTES=(int32*)mem_static_malloc(4);
@ -91,10 +91,6 @@ if(_FUNC_DIM2_LONG_UNSGN==NULL){
_FUNC_DIM2_LONG_UNSGN=(int32*)mem_static_malloc(4); _FUNC_DIM2_LONG_UNSGN=(int32*)mem_static_malloc(4);
*_FUNC_DIM2_LONG_UNSGN=0; *_FUNC_DIM2_LONG_UNSGN=0;
} }
byte_element_struct *byte_element_2144=NULL;
if (!byte_element_2144){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2144=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2144=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_2145=NULL; byte_element_struct *byte_element_2145=NULL;
if (!byte_element_2145){ if (!byte_element_2145){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2145=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2145=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2145=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2145=(byte_element_struct*)mem_static_malloc(12);
@ -103,12 +99,16 @@ byte_element_struct *byte_element_2146=NULL;
if (!byte_element_2146){ if (!byte_element_2146){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2146=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2146=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2146=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2146=(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_2147=NULL; byte_element_struct *byte_element_2147=NULL;
if (!byte_element_2147){ if (!byte_element_2147){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2147=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2147=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2147=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2147=(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_2148=NULL;
if (!byte_element_2148){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2148=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2148=(byte_element_struct*)mem_static_malloc(12);
}
int32 *_FUNC_DIM2_LONG_HASHFOUND=NULL; int32 *_FUNC_DIM2_LONG_HASHFOUND=NULL;
if(_FUNC_DIM2_LONG_HASHFOUND==NULL){ if(_FUNC_DIM2_LONG_HASHFOUND==NULL){
_FUNC_DIM2_LONG_HASHFOUND=(int32*)mem_static_malloc(4); _FUNC_DIM2_LONG_HASHFOUND=(int32*)mem_static_malloc(4);
@ -161,25 +161,21 @@ if(_FUNC_DIM2_UINTEGER64_V==NULL){
_FUNC_DIM2_UINTEGER64_V=(uint64*)mem_static_malloc(8); _FUNC_DIM2_UINTEGER64_V=(uint64*)mem_static_malloc(8);
*_FUNC_DIM2_UINTEGER64_V=0; *_FUNC_DIM2_UINTEGER64_V=0;
} }
byte_element_struct *byte_element_2149=NULL; byte_element_struct *byte_element_2150=NULL;
if (!byte_element_2149){ if (!byte_element_2150){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2149=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2149=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2150=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2150=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_2151=NULL; byte_element_struct *byte_element_2152=NULL;
if (!byte_element_2151){ if (!byte_element_2152){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2151=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2151=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2152=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2152=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_FUNC_DIM2_STRING_O=NULL; qbs *_FUNC_DIM2_STRING_O=NULL;
if (!_FUNC_DIM2_STRING_O)_FUNC_DIM2_STRING_O=qbs_new(0,0); if (!_FUNC_DIM2_STRING_O)_FUNC_DIM2_STRING_O=qbs_new(0,0);
byte_element_struct *byte_element_2165=NULL; byte_element_struct *byte_element_2166=NULL;
if (!byte_element_2165){ if (!byte_element_2166){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2165=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2165=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2166=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2166=(byte_element_struct*)mem_static_malloc(12);
}
int32 pass2166;
byte_element_struct *byte_element_2172=NULL;
if (!byte_element_2172){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2172=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2172=(byte_element_struct*)mem_static_malloc(12);
} }
int32 pass2167;
byte_element_struct *byte_element_2173=NULL; byte_element_struct *byte_element_2173=NULL;
if (!byte_element_2173){ if (!byte_element_2173){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2173=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2173=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2173=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2173=(byte_element_struct*)mem_static_malloc(12);
@ -188,54 +184,58 @@ byte_element_struct *byte_element_2174=NULL;
if (!byte_element_2174){ if (!byte_element_2174){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2174=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2174=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2174=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2174=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_2175=NULL;
if (!byte_element_2175){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2175=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2175=(byte_element_struct*)mem_static_malloc(12);
}
qbs *_FUNC_DIM2_STRING_CT=NULL; qbs *_FUNC_DIM2_STRING_CT=NULL;
if (!_FUNC_DIM2_STRING_CT)_FUNC_DIM2_STRING_CT=qbs_new(0,0); if (!_FUNC_DIM2_STRING_CT)_FUNC_DIM2_STRING_CT=qbs_new(0,0);
qbs *_FUNC_DIM2_STRING_CMPS=NULL; qbs *_FUNC_DIM2_STRING_CMPS=NULL;
if (!_FUNC_DIM2_STRING_CMPS)_FUNC_DIM2_STRING_CMPS=qbs_new(0,0); if (!_FUNC_DIM2_STRING_CMPS)_FUNC_DIM2_STRING_CMPS=qbs_new(0,0);
byte_element_struct *byte_element_2176=NULL; byte_element_struct *byte_element_2177=NULL;
if (!byte_element_2176){ if (!byte_element_2177){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2176=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2176=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2177=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2177=(byte_element_struct*)mem_static_malloc(12);
} }
int32 pass2177; int32 pass2178;
byte_element_struct *byte_element_2186=NULL; byte_element_struct *byte_element_2187=NULL;
if (!byte_element_2186){ if (!byte_element_2187){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2186=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2186=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2187=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2187=(byte_element_struct*)mem_static_malloc(12);
} }
int32 pass2187; int32 pass2188;
byte_element_struct *byte_element_2197=NULL; byte_element_struct *byte_element_2198=NULL;
if (!byte_element_2197){ if (!byte_element_2198){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2197=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2197=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2198=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2198=(byte_element_struct*)mem_static_malloc(12);
} }
int32 pass2198; int32 pass2199;
byte_element_struct *byte_element_2208=NULL; byte_element_struct *byte_element_2209=NULL;
if (!byte_element_2208){ if (!byte_element_2209){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2208=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2208=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2209=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2209=(byte_element_struct*)mem_static_malloc(12);
} }
int32 pass2209; int32 pass2210;
int32 pass2213; int32 pass2214;
int32 pass2217; int32 pass2218;
byte_element_struct *byte_element_2221=NULL; byte_element_struct *byte_element_2222=NULL;
if (!byte_element_2221){ if (!byte_element_2222){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2221=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2221=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2222=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2222=(byte_element_struct*)mem_static_malloc(12);
} }
int32 pass2222; int32 pass2223;
byte_element_struct *byte_element_2232=NULL; byte_element_struct *byte_element_2233=NULL;
if (!byte_element_2232){ if (!byte_element_2233){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2232=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2232=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2233=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2233=(byte_element_struct*)mem_static_malloc(12);
} }
int32 pass2233; int32 pass2234;
byte_element_struct *byte_element_2243=NULL; byte_element_struct *byte_element_2244=NULL;
if (!byte_element_2243){ if (!byte_element_2244){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2243=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2243=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2244=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2244=(byte_element_struct*)mem_static_malloc(12);
} }
int32 pass2244; int32 pass2245;
byte_element_struct *byte_element_2254=NULL; byte_element_struct *byte_element_2255=NULL;
if (!byte_element_2254){ if (!byte_element_2255){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2254=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2254=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2255=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2255=(byte_element_struct*)mem_static_malloc(12);
} }
int32 pass2255; int32 pass2256;
byte_element_struct *byte_element_2265=NULL; byte_element_struct *byte_element_2266=NULL;
if (!byte_element_2265){ if (!byte_element_2266){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2265=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2265=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2266=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2266=(byte_element_struct*)mem_static_malloc(12);
} }
int32 pass2266; int32 pass2267;

View file

@ -1,32 +1,32 @@
qbs*oldstr3624=NULL;
if(_SUB_CREATEANDROIDPROJECT_REPLACEINFILE_STRING_THISFILE->tmp||_SUB_CREATEANDROIDPROJECT_REPLACEINFILE_STRING_THISFILE->fixed||_SUB_CREATEANDROIDPROJECT_REPLACEINFILE_STRING_THISFILE->readonly){
oldstr3624=_SUB_CREATEANDROIDPROJECT_REPLACEINFILE_STRING_THISFILE;
if (oldstr3624->cmem_descriptor){
_SUB_CREATEANDROIDPROJECT_REPLACEINFILE_STRING_THISFILE=qbs_new_cmem(oldstr3624->len,0);
}else{
_SUB_CREATEANDROIDPROJECT_REPLACEINFILE_STRING_THISFILE=qbs_new(oldstr3624->len,0);
}
memcpy(_SUB_CREATEANDROIDPROJECT_REPLACEINFILE_STRING_THISFILE->chr,oldstr3624->chr,oldstr3624->len);
}
qbs*oldstr3625=NULL; qbs*oldstr3625=NULL;
if(_SUB_CREATEANDROIDPROJECT_REPLACEINFILE_STRING_FIND->tmp||_SUB_CREATEANDROIDPROJECT_REPLACEINFILE_STRING_FIND->fixed||_SUB_CREATEANDROIDPROJECT_REPLACEINFILE_STRING_FIND->readonly){ if(_SUB_CREATEANDROIDPROJECT_REPLACEINFILE_STRING_THISFILE->tmp||_SUB_CREATEANDROIDPROJECT_REPLACEINFILE_STRING_THISFILE->fixed||_SUB_CREATEANDROIDPROJECT_REPLACEINFILE_STRING_THISFILE->readonly){
oldstr3625=_SUB_CREATEANDROIDPROJECT_REPLACEINFILE_STRING_FIND; oldstr3625=_SUB_CREATEANDROIDPROJECT_REPLACEINFILE_STRING_THISFILE;
if (oldstr3625->cmem_descriptor){ if (oldstr3625->cmem_descriptor){
_SUB_CREATEANDROIDPROJECT_REPLACEINFILE_STRING_FIND=qbs_new_cmem(oldstr3625->len,0); _SUB_CREATEANDROIDPROJECT_REPLACEINFILE_STRING_THISFILE=qbs_new_cmem(oldstr3625->len,0);
}else{ }else{
_SUB_CREATEANDROIDPROJECT_REPLACEINFILE_STRING_FIND=qbs_new(oldstr3625->len,0); _SUB_CREATEANDROIDPROJECT_REPLACEINFILE_STRING_THISFILE=qbs_new(oldstr3625->len,0);
} }
memcpy(_SUB_CREATEANDROIDPROJECT_REPLACEINFILE_STRING_FIND->chr,oldstr3625->chr,oldstr3625->len); memcpy(_SUB_CREATEANDROIDPROJECT_REPLACEINFILE_STRING_THISFILE->chr,oldstr3625->chr,oldstr3625->len);
} }
qbs*oldstr3626=NULL; qbs*oldstr3626=NULL;
if(_SUB_CREATEANDROIDPROJECT_REPLACEINFILE_STRING_REPLACEWITH->tmp||_SUB_CREATEANDROIDPROJECT_REPLACEINFILE_STRING_REPLACEWITH->fixed||_SUB_CREATEANDROIDPROJECT_REPLACEINFILE_STRING_REPLACEWITH->readonly){ if(_SUB_CREATEANDROIDPROJECT_REPLACEINFILE_STRING_FIND->tmp||_SUB_CREATEANDROIDPROJECT_REPLACEINFILE_STRING_FIND->fixed||_SUB_CREATEANDROIDPROJECT_REPLACEINFILE_STRING_FIND->readonly){
oldstr3626=_SUB_CREATEANDROIDPROJECT_REPLACEINFILE_STRING_REPLACEWITH; oldstr3626=_SUB_CREATEANDROIDPROJECT_REPLACEINFILE_STRING_FIND;
if (oldstr3626->cmem_descriptor){ if (oldstr3626->cmem_descriptor){
_SUB_CREATEANDROIDPROJECT_REPLACEINFILE_STRING_REPLACEWITH=qbs_new_cmem(oldstr3626->len,0); _SUB_CREATEANDROIDPROJECT_REPLACEINFILE_STRING_FIND=qbs_new_cmem(oldstr3626->len,0);
}else{ }else{
_SUB_CREATEANDROIDPROJECT_REPLACEINFILE_STRING_REPLACEWITH=qbs_new(oldstr3626->len,0); _SUB_CREATEANDROIDPROJECT_REPLACEINFILE_STRING_FIND=qbs_new(oldstr3626->len,0);
} }
memcpy(_SUB_CREATEANDROIDPROJECT_REPLACEINFILE_STRING_REPLACEWITH->chr,oldstr3626->chr,oldstr3626->len); memcpy(_SUB_CREATEANDROIDPROJECT_REPLACEINFILE_STRING_FIND->chr,oldstr3626->chr,oldstr3626->len);
}
qbs*oldstr3627=NULL;
if(_SUB_CREATEANDROIDPROJECT_REPLACEINFILE_STRING_REPLACEWITH->tmp||_SUB_CREATEANDROIDPROJECT_REPLACEINFILE_STRING_REPLACEWITH->fixed||_SUB_CREATEANDROIDPROJECT_REPLACEINFILE_STRING_REPLACEWITH->readonly){
oldstr3627=_SUB_CREATEANDROIDPROJECT_REPLACEINFILE_STRING_REPLACEWITH;
if (oldstr3627->cmem_descriptor){
_SUB_CREATEANDROIDPROJECT_REPLACEINFILE_STRING_REPLACEWITH=qbs_new_cmem(oldstr3627->len,0);
}else{
_SUB_CREATEANDROIDPROJECT_REPLACEINFILE_STRING_REPLACEWITH=qbs_new(oldstr3627->len,0);
}
memcpy(_SUB_CREATEANDROIDPROJECT_REPLACEINFILE_STRING_REPLACEWITH->chr,oldstr3627->chr,oldstr3627->len);
} }
int32 *_SUB_CREATEANDROIDPROJECT_REPLACEINFILE_LONG_FH=NULL; int32 *_SUB_CREATEANDROIDPROJECT_REPLACEINFILE_LONG_FH=NULL;
if(_SUB_CREATEANDROIDPROJECT_REPLACEINFILE_LONG_FH==NULL){ if(_SUB_CREATEANDROIDPROJECT_REPLACEINFILE_LONG_FH==NULL){
@ -45,10 +45,6 @@ if(_SUB_CREATEANDROIDPROJECT_REPLACEINFILE_LONG_I==NULL){
_SUB_CREATEANDROIDPROJECT_REPLACEINFILE_LONG_I=(int32*)mem_static_malloc(4); _SUB_CREATEANDROIDPROJECT_REPLACEINFILE_LONG_I=(int32*)mem_static_malloc(4);
*_SUB_CREATEANDROIDPROJECT_REPLACEINFILE_LONG_I=0; *_SUB_CREATEANDROIDPROJECT_REPLACEINFILE_LONG_I=0;
} }
byte_element_struct *byte_element_3628=NULL;
if (!byte_element_3628){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3628=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3628=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_3629=NULL; byte_element_struct *byte_element_3629=NULL;
if (!byte_element_3629){ if (!byte_element_3629){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3629=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3629=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3629=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3629=(byte_element_struct*)mem_static_malloc(12);
@ -61,3 +57,7 @@ byte_element_struct *byte_element_3631=NULL;
if (!byte_element_3631){ if (!byte_element_3631){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3631=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3631=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3631=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3631=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_3632=NULL;
if (!byte_element_3632){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3632=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3632=(byte_element_struct*)mem_static_malloc(12);
}

View file

@ -1,14 +1,14 @@
qbs *_FUNC_CREATEANDROIDPROJECT_ESCAPEFILENAME_STRING_CREATEANDROIDPROJECT_ESCAPEFILENAME=NULL; qbs *_FUNC_CREATEANDROIDPROJECT_ESCAPEFILENAME_STRING_CREATEANDROIDPROJECT_ESCAPEFILENAME=NULL;
if (!_FUNC_CREATEANDROIDPROJECT_ESCAPEFILENAME_STRING_CREATEANDROIDPROJECT_ESCAPEFILENAME)_FUNC_CREATEANDROIDPROJECT_ESCAPEFILENAME_STRING_CREATEANDROIDPROJECT_ESCAPEFILENAME=qbs_new(0,0); if (!_FUNC_CREATEANDROIDPROJECT_ESCAPEFILENAME_STRING_CREATEANDROIDPROJECT_ESCAPEFILENAME)_FUNC_CREATEANDROIDPROJECT_ESCAPEFILENAME_STRING_CREATEANDROIDPROJECT_ESCAPEFILENAME=qbs_new(0,0);
qbs*oldstr3632=NULL; qbs*oldstr3633=NULL;
if(_FUNC_CREATEANDROIDPROJECT_ESCAPEFILENAME_STRING_A->tmp||_FUNC_CREATEANDROIDPROJECT_ESCAPEFILENAME_STRING_A->fixed||_FUNC_CREATEANDROIDPROJECT_ESCAPEFILENAME_STRING_A->readonly){ if(_FUNC_CREATEANDROIDPROJECT_ESCAPEFILENAME_STRING_A->tmp||_FUNC_CREATEANDROIDPROJECT_ESCAPEFILENAME_STRING_A->fixed||_FUNC_CREATEANDROIDPROJECT_ESCAPEFILENAME_STRING_A->readonly){
oldstr3632=_FUNC_CREATEANDROIDPROJECT_ESCAPEFILENAME_STRING_A; oldstr3633=_FUNC_CREATEANDROIDPROJECT_ESCAPEFILENAME_STRING_A;
if (oldstr3632->cmem_descriptor){ if (oldstr3633->cmem_descriptor){
_FUNC_CREATEANDROIDPROJECT_ESCAPEFILENAME_STRING_A=qbs_new_cmem(oldstr3632->len,0); _FUNC_CREATEANDROIDPROJECT_ESCAPEFILENAME_STRING_A=qbs_new_cmem(oldstr3633->len,0);
}else{ }else{
_FUNC_CREATEANDROIDPROJECT_ESCAPEFILENAME_STRING_A=qbs_new(oldstr3632->len,0); _FUNC_CREATEANDROIDPROJECT_ESCAPEFILENAME_STRING_A=qbs_new(oldstr3633->len,0);
} }
memcpy(_FUNC_CREATEANDROIDPROJECT_ESCAPEFILENAME_STRING_A->chr,oldstr3632->chr,oldstr3632->len); memcpy(_FUNC_CREATEANDROIDPROJECT_ESCAPEFILENAME_STRING_A->chr,oldstr3633->chr,oldstr3633->len);
} }
qbs *_FUNC_CREATEANDROIDPROJECT_ESCAPEFILENAME_STRING_A2=NULL; qbs *_FUNC_CREATEANDROIDPROJECT_ESCAPEFILENAME_STRING_A2=NULL;
if (!_FUNC_CREATEANDROIDPROJECT_ESCAPEFILENAME_STRING_A2)_FUNC_CREATEANDROIDPROJECT_ESCAPEFILENAME_STRING_A2=qbs_new(0,0); if (!_FUNC_CREATEANDROIDPROJECT_ESCAPEFILENAME_STRING_A2)_FUNC_CREATEANDROIDPROJECT_ESCAPEFILENAME_STRING_A2=qbs_new(0,0);
@ -17,13 +17,13 @@ if(_FUNC_CREATEANDROIDPROJECT_ESCAPEFILENAME_LONG_I==NULL){
_FUNC_CREATEANDROIDPROJECT_ESCAPEFILENAME_LONG_I=(int32*)mem_static_malloc(4); _FUNC_CREATEANDROIDPROJECT_ESCAPEFILENAME_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_CREATEANDROIDPROJECT_ESCAPEFILENAME_LONG_I=0; *_FUNC_CREATEANDROIDPROJECT_ESCAPEFILENAME_LONG_I=0;
} }
int64 fornext_value3634; int64 fornext_value3635;
int64 fornext_finalvalue3634; int64 fornext_finalvalue3635;
int64 fornext_step3634; int64 fornext_step3635;
uint8 fornext_step_negative3634; uint8 fornext_step_negative3635;
byte_element_struct *byte_element_3635=NULL; byte_element_struct *byte_element_3636=NULL;
if (!byte_element_3635){ if (!byte_element_3636){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3635=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3635=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3636=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3636=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_FUNC_CREATEANDROIDPROJECT_ESCAPEFILENAME_STRING_C=NULL; qbs *_FUNC_CREATEANDROIDPROJECT_ESCAPEFILENAME_STRING_C=NULL;
if (!_FUNC_CREATEANDROIDPROJECT_ESCAPEFILENAME_STRING_C)_FUNC_CREATEANDROIDPROJECT_ESCAPEFILENAME_STRING_C=qbs_new(0,0); if (!_FUNC_CREATEANDROIDPROJECT_ESCAPEFILENAME_STRING_C)_FUNC_CREATEANDROIDPROJECT_ESCAPEFILENAME_STRING_C=qbs_new(0,0);

View file

@ -1,14 +1,14 @@
qbs *_FUNC_CREATEANDROIDPROJECT_FINDFILE_STRING_CREATEANDROIDPROJECT_FINDFILE=NULL; qbs *_FUNC_CREATEANDROIDPROJECT_FINDFILE_STRING_CREATEANDROIDPROJECT_FINDFILE=NULL;
if (!_FUNC_CREATEANDROIDPROJECT_FINDFILE_STRING_CREATEANDROIDPROJECT_FINDFILE)_FUNC_CREATEANDROIDPROJECT_FINDFILE_STRING_CREATEANDROIDPROJECT_FINDFILE=qbs_new(0,0); if (!_FUNC_CREATEANDROIDPROJECT_FINDFILE_STRING_CREATEANDROIDPROJECT_FINDFILE)_FUNC_CREATEANDROIDPROJECT_FINDFILE_STRING_CREATEANDROIDPROJECT_FINDFILE=qbs_new(0,0);
qbs*oldstr3636=NULL; qbs*oldstr3637=NULL;
if(_FUNC_CREATEANDROIDPROJECT_FINDFILE_STRING_THISFILE->tmp||_FUNC_CREATEANDROIDPROJECT_FINDFILE_STRING_THISFILE->fixed||_FUNC_CREATEANDROIDPROJECT_FINDFILE_STRING_THISFILE->readonly){ if(_FUNC_CREATEANDROIDPROJECT_FINDFILE_STRING_THISFILE->tmp||_FUNC_CREATEANDROIDPROJECT_FINDFILE_STRING_THISFILE->fixed||_FUNC_CREATEANDROIDPROJECT_FINDFILE_STRING_THISFILE->readonly){
oldstr3636=_FUNC_CREATEANDROIDPROJECT_FINDFILE_STRING_THISFILE; oldstr3637=_FUNC_CREATEANDROIDPROJECT_FINDFILE_STRING_THISFILE;
if (oldstr3636->cmem_descriptor){ if (oldstr3637->cmem_descriptor){
_FUNC_CREATEANDROIDPROJECT_FINDFILE_STRING_THISFILE=qbs_new_cmem(oldstr3636->len,0); _FUNC_CREATEANDROIDPROJECT_FINDFILE_STRING_THISFILE=qbs_new_cmem(oldstr3637->len,0);
}else{ }else{
_FUNC_CREATEANDROIDPROJECT_FINDFILE_STRING_THISFILE=qbs_new(oldstr3636->len,0); _FUNC_CREATEANDROIDPROJECT_FINDFILE_STRING_THISFILE=qbs_new(oldstr3637->len,0);
} }
memcpy(_FUNC_CREATEANDROIDPROJECT_FINDFILE_STRING_THISFILE->chr,oldstr3636->chr,oldstr3636->len); memcpy(_FUNC_CREATEANDROIDPROJECT_FINDFILE_STRING_THISFILE->chr,oldstr3637->chr,oldstr3637->len);
} }
int32 *_FUNC_CREATEANDROIDPROJECT_FINDFILE_LONG_FH=NULL; int32 *_FUNC_CREATEANDROIDPROJECT_FINDFILE_LONG_FH=NULL;
if(_FUNC_CREATEANDROIDPROJECT_FINDFILE_LONG_FH==NULL){ if(_FUNC_CREATEANDROIDPROJECT_FINDFILE_LONG_FH==NULL){
@ -17,9 +17,9 @@ _FUNC_CREATEANDROIDPROJECT_FINDFILE_LONG_FH=(int32*)mem_static_malloc(4);
} }
qbs *_FUNC_CREATEANDROIDPROJECT_FINDFILE_STRING_A2=NULL; qbs *_FUNC_CREATEANDROIDPROJECT_FINDFILE_STRING_A2=NULL;
if (!_FUNC_CREATEANDROIDPROJECT_FINDFILE_STRING_A2)_FUNC_CREATEANDROIDPROJECT_FINDFILE_STRING_A2=qbs_new(0,0); if (!_FUNC_CREATEANDROIDPROJECT_FINDFILE_STRING_A2)_FUNC_CREATEANDROIDPROJECT_FINDFILE_STRING_A2=qbs_new(0,0);
byte_element_struct *byte_element_3639=NULL; byte_element_struct *byte_element_3640=NULL;
if (!byte_element_3639){ if (!byte_element_3640){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3639=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3639=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3640=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3640=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_FUNC_CREATEANDROIDPROJECT_FINDFILE_STRING_A=NULL; qbs *_FUNC_CREATEANDROIDPROJECT_FINDFILE_STRING_A=NULL;
if (!_FUNC_CREATEANDROIDPROJECT_FINDFILE_STRING_A)_FUNC_CREATEANDROIDPROJECT_FINDFILE_STRING_A=qbs_new(0,0); if (!_FUNC_CREATEANDROIDPROJECT_FINDFILE_STRING_A)_FUNC_CREATEANDROIDPROJECT_FINDFILE_STRING_A=qbs_new(0,0);

View file

@ -7,11 +7,11 @@ if(_FUNC_CREATEANDROIDPROJECT_GETNDKPATH_LONG_I==NULL){
_FUNC_CREATEANDROIDPROJECT_GETNDKPATH_LONG_I=(int32*)mem_static_malloc(4); _FUNC_CREATEANDROIDPROJECT_GETNDKPATH_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_CREATEANDROIDPROJECT_GETNDKPATH_LONG_I=0; *_FUNC_CREATEANDROIDPROJECT_GETNDKPATH_LONG_I=0;
} }
int64 fornext_value3645; int64 fornext_value3646;
int64 fornext_finalvalue3645; int64 fornext_finalvalue3646;
int64 fornext_step3645; int64 fornext_step3646;
uint8 fornext_step_negative3645; uint8 fornext_step_negative3646;
byte_element_struct *byte_element_3646=NULL; byte_element_struct *byte_element_3647=NULL;
if (!byte_element_3646){ if (!byte_element_3647){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3646=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3646=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3647=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3647=(byte_element_struct*)mem_static_malloc(12);
} }

View file

@ -7,11 +7,11 @@ if(_FUNC_CREATEANDROIDPROJECT_GETSDKPATH_LONG_I==NULL){
_FUNC_CREATEANDROIDPROJECT_GETSDKPATH_LONG_I=(int32*)mem_static_malloc(4); _FUNC_CREATEANDROIDPROJECT_GETSDKPATH_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_CREATEANDROIDPROJECT_GETSDKPATH_LONG_I=0; *_FUNC_CREATEANDROIDPROJECT_GETSDKPATH_LONG_I=0;
} }
int64 fornext_value3648; int64 fornext_value3649;
int64 fornext_finalvalue3648; int64 fornext_finalvalue3649;
int64 fornext_step3648; int64 fornext_step3649;
uint8 fornext_step_negative3648; uint8 fornext_step_negative3649;
byte_element_struct *byte_element_3649=NULL; byte_element_struct *byte_element_3650=NULL;
if (!byte_element_3649){ if (!byte_element_3650){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3649=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3649=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3650=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3650=(byte_element_struct*)mem_static_malloc(12);
} }

View file

@ -7,11 +7,11 @@ if(_FUNC_CREATEANDROIDPROJECT_GETGRADLEPATH_LONG_I==NULL){
_FUNC_CREATEANDROIDPROJECT_GETGRADLEPATH_LONG_I=(int32*)mem_static_malloc(4); _FUNC_CREATEANDROIDPROJECT_GETGRADLEPATH_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_CREATEANDROIDPROJECT_GETGRADLEPATH_LONG_I=0; *_FUNC_CREATEANDROIDPROJECT_GETGRADLEPATH_LONG_I=0;
} }
int64 fornext_value3651; int64 fornext_value3652;
int64 fornext_finalvalue3651; int64 fornext_finalvalue3652;
int64 fornext_step3651; int64 fornext_step3652;
uint8 fornext_step_negative3651; uint8 fornext_step_negative3652;
byte_element_struct *byte_element_3652=NULL; byte_element_struct *byte_element_3653=NULL;
if (!byte_element_3652){ if (!byte_element_3653){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3652=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3652=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3653=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3653=(byte_element_struct*)mem_static_malloc(12);
} }

View file

@ -1,12 +1,12 @@
qbs*oldstr3653=NULL; qbs*oldstr3654=NULL;
if(_SUB_CREATEANDROIDPROJECT_MESSAGE_STRING_MESSAGE->tmp||_SUB_CREATEANDROIDPROJECT_MESSAGE_STRING_MESSAGE->fixed||_SUB_CREATEANDROIDPROJECT_MESSAGE_STRING_MESSAGE->readonly){ if(_SUB_CREATEANDROIDPROJECT_MESSAGE_STRING_MESSAGE->tmp||_SUB_CREATEANDROIDPROJECT_MESSAGE_STRING_MESSAGE->fixed||_SUB_CREATEANDROIDPROJECT_MESSAGE_STRING_MESSAGE->readonly){
oldstr3653=_SUB_CREATEANDROIDPROJECT_MESSAGE_STRING_MESSAGE; oldstr3654=_SUB_CREATEANDROIDPROJECT_MESSAGE_STRING_MESSAGE;
if (oldstr3653->cmem_descriptor){ if (oldstr3654->cmem_descriptor){
_SUB_CREATEANDROIDPROJECT_MESSAGE_STRING_MESSAGE=qbs_new_cmem(oldstr3653->len,0); _SUB_CREATEANDROIDPROJECT_MESSAGE_STRING_MESSAGE=qbs_new_cmem(oldstr3654->len,0);
}else{ }else{
_SUB_CREATEANDROIDPROJECT_MESSAGE_STRING_MESSAGE=qbs_new(oldstr3653->len,0); _SUB_CREATEANDROIDPROJECT_MESSAGE_STRING_MESSAGE=qbs_new(oldstr3654->len,0);
} }
memcpy(_SUB_CREATEANDROIDPROJECT_MESSAGE_STRING_MESSAGE->chr,oldstr3653->chr,oldstr3653->len); memcpy(_SUB_CREATEANDROIDPROJECT_MESSAGE_STRING_MESSAGE->chr,oldstr3654->chr,oldstr3654->len);
} }
int32 *_SUB_CREATEANDROIDPROJECT_MESSAGE_LONG_STATUSWINDOWX=NULL; int32 *_SUB_CREATEANDROIDPROJECT_MESSAGE_LONG_STATUSWINDOWX=NULL;
if(_SUB_CREATEANDROIDPROJECT_MESSAGE_LONG_STATUSWINDOWX==NULL){ if(_SUB_CREATEANDROIDPROJECT_MESSAGE_LONG_STATUSWINDOWX==NULL){
@ -33,24 +33,24 @@ if(_SUB_CREATEANDROIDPROJECT_MESSAGE_LONG_Y==NULL){
_SUB_CREATEANDROIDPROJECT_MESSAGE_LONG_Y=(int32*)mem_static_malloc(4); _SUB_CREATEANDROIDPROJECT_MESSAGE_LONG_Y=(int32*)mem_static_malloc(4);
*_SUB_CREATEANDROIDPROJECT_MESSAGE_LONG_Y=0; *_SUB_CREATEANDROIDPROJECT_MESSAGE_LONG_Y=0;
} }
int64 fornext_value3655; int64 fornext_value3656;
int64 fornext_finalvalue3655; int64 fornext_finalvalue3656;
int64 fornext_step3655; int64 fornext_step3656;
uint8 fornext_step_negative3655; uint8 fornext_step_negative3656;
int64 fornext_value3658; int64 fornext_value3659;
int64 fornext_finalvalue3658; int64 fornext_finalvalue3659;
int64 fornext_step3658; int64 fornext_step3659;
uint8 fornext_step_negative3658; uint8 fornext_step_negative3659;
int32 *_SUB_CREATEANDROIDPROJECT_MESSAGE_LONG_MESSAGELENGTH=NULL; int32 *_SUB_CREATEANDROIDPROJECT_MESSAGE_LONG_MESSAGELENGTH=NULL;
if(_SUB_CREATEANDROIDPROJECT_MESSAGE_LONG_MESSAGELENGTH==NULL){ if(_SUB_CREATEANDROIDPROJECT_MESSAGE_LONG_MESSAGELENGTH==NULL){
_SUB_CREATEANDROIDPROJECT_MESSAGE_LONG_MESSAGELENGTH=(int32*)mem_static_malloc(4); _SUB_CREATEANDROIDPROJECT_MESSAGE_LONG_MESSAGELENGTH=(int32*)mem_static_malloc(4);
*_SUB_CREATEANDROIDPROJECT_MESSAGE_LONG_MESSAGELENGTH=0; *_SUB_CREATEANDROIDPROJECT_MESSAGE_LONG_MESSAGELENGTH=0;
} }
byte_element_struct *byte_element_3659=NULL; byte_element_struct *byte_element_3660=NULL;
if (!byte_element_3659){ if (!byte_element_3660){
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); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3660=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3660=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_3661=NULL; byte_element_struct *byte_element_3662=NULL;
if (!byte_element_3661){ if (!byte_element_3662){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3661=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3661=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3662=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3662=(byte_element_struct*)mem_static_malloc(12);
} }

View file

@ -1,20 +1,20 @@
qbs*oldstr3662=NULL;
if(_SUB_CREATEANDROIDPROJECT_RESTOREFILE_STRING_FILE->tmp||_SUB_CREATEANDROIDPROJECT_RESTOREFILE_STRING_FILE->fixed||_SUB_CREATEANDROIDPROJECT_RESTOREFILE_STRING_FILE->readonly){
oldstr3662=_SUB_CREATEANDROIDPROJECT_RESTOREFILE_STRING_FILE;
if (oldstr3662->cmem_descriptor){
_SUB_CREATEANDROIDPROJECT_RESTOREFILE_STRING_FILE=qbs_new_cmem(oldstr3662->len,0);
}else{
_SUB_CREATEANDROIDPROJECT_RESTOREFILE_STRING_FILE=qbs_new(oldstr3662->len,0);
}
memcpy(_SUB_CREATEANDROIDPROJECT_RESTOREFILE_STRING_FILE->chr,oldstr3662->chr,oldstr3662->len);
}
qbs*oldstr3663=NULL; qbs*oldstr3663=NULL;
if(_SUB_CREATEANDROIDPROJECT_RESTOREFILE_STRING_PROJECTFOLDER->tmp||_SUB_CREATEANDROIDPROJECT_RESTOREFILE_STRING_PROJECTFOLDER->fixed||_SUB_CREATEANDROIDPROJECT_RESTOREFILE_STRING_PROJECTFOLDER->readonly){ if(_SUB_CREATEANDROIDPROJECT_RESTOREFILE_STRING_FILE->tmp||_SUB_CREATEANDROIDPROJECT_RESTOREFILE_STRING_FILE->fixed||_SUB_CREATEANDROIDPROJECT_RESTOREFILE_STRING_FILE->readonly){
oldstr3663=_SUB_CREATEANDROIDPROJECT_RESTOREFILE_STRING_PROJECTFOLDER; oldstr3663=_SUB_CREATEANDROIDPROJECT_RESTOREFILE_STRING_FILE;
if (oldstr3663->cmem_descriptor){ if (oldstr3663->cmem_descriptor){
_SUB_CREATEANDROIDPROJECT_RESTOREFILE_STRING_PROJECTFOLDER=qbs_new_cmem(oldstr3663->len,0); _SUB_CREATEANDROIDPROJECT_RESTOREFILE_STRING_FILE=qbs_new_cmem(oldstr3663->len,0);
}else{ }else{
_SUB_CREATEANDROIDPROJECT_RESTOREFILE_STRING_PROJECTFOLDER=qbs_new(oldstr3663->len,0); _SUB_CREATEANDROIDPROJECT_RESTOREFILE_STRING_FILE=qbs_new(oldstr3663->len,0);
} }
memcpy(_SUB_CREATEANDROIDPROJECT_RESTOREFILE_STRING_PROJECTFOLDER->chr,oldstr3663->chr,oldstr3663->len); memcpy(_SUB_CREATEANDROIDPROJECT_RESTOREFILE_STRING_FILE->chr,oldstr3663->chr,oldstr3663->len);
}
qbs*oldstr3664=NULL;
if(_SUB_CREATEANDROIDPROJECT_RESTOREFILE_STRING_PROJECTFOLDER->tmp||_SUB_CREATEANDROIDPROJECT_RESTOREFILE_STRING_PROJECTFOLDER->fixed||_SUB_CREATEANDROIDPROJECT_RESTOREFILE_STRING_PROJECTFOLDER->readonly){
oldstr3664=_SUB_CREATEANDROIDPROJECT_RESTOREFILE_STRING_PROJECTFOLDER;
if (oldstr3664->cmem_descriptor){
_SUB_CREATEANDROIDPROJECT_RESTOREFILE_STRING_PROJECTFOLDER=qbs_new_cmem(oldstr3664->len,0);
}else{
_SUB_CREATEANDROIDPROJECT_RESTOREFILE_STRING_PROJECTFOLDER=qbs_new(oldstr3664->len,0);
}
memcpy(_SUB_CREATEANDROIDPROJECT_RESTOREFILE_STRING_PROJECTFOLDER->chr,oldstr3664->chr,oldstr3664->len);
} }

View file

@ -1,14 +1,14 @@
qbs *_FUNC_CREATEANDROIDPROJECT_PATHREFERENCE_STRING_CREATEANDROIDPROJECT_PATHREFERENCE=NULL; qbs *_FUNC_CREATEANDROIDPROJECT_PATHREFERENCE_STRING_CREATEANDROIDPROJECT_PATHREFERENCE=NULL;
if (!_FUNC_CREATEANDROIDPROJECT_PATHREFERENCE_STRING_CREATEANDROIDPROJECT_PATHREFERENCE)_FUNC_CREATEANDROIDPROJECT_PATHREFERENCE_STRING_CREATEANDROIDPROJECT_PATHREFERENCE=qbs_new(0,0); if (!_FUNC_CREATEANDROIDPROJECT_PATHREFERENCE_STRING_CREATEANDROIDPROJECT_PATHREFERENCE)_FUNC_CREATEANDROIDPROJECT_PATHREFERENCE_STRING_CREATEANDROIDPROJECT_PATHREFERENCE=qbs_new(0,0);
qbs*oldstr3664=NULL; qbs*oldstr3665=NULL;
if(_FUNC_CREATEANDROIDPROJECT_PATHREFERENCE_STRING_PATH->tmp||_FUNC_CREATEANDROIDPROJECT_PATHREFERENCE_STRING_PATH->fixed||_FUNC_CREATEANDROIDPROJECT_PATHREFERENCE_STRING_PATH->readonly){ if(_FUNC_CREATEANDROIDPROJECT_PATHREFERENCE_STRING_PATH->tmp||_FUNC_CREATEANDROIDPROJECT_PATHREFERENCE_STRING_PATH->fixed||_FUNC_CREATEANDROIDPROJECT_PATHREFERENCE_STRING_PATH->readonly){
oldstr3664=_FUNC_CREATEANDROIDPROJECT_PATHREFERENCE_STRING_PATH; oldstr3665=_FUNC_CREATEANDROIDPROJECT_PATHREFERENCE_STRING_PATH;
if (oldstr3664->cmem_descriptor){ if (oldstr3665->cmem_descriptor){
_FUNC_CREATEANDROIDPROJECT_PATHREFERENCE_STRING_PATH=qbs_new_cmem(oldstr3664->len,0); _FUNC_CREATEANDROIDPROJECT_PATHREFERENCE_STRING_PATH=qbs_new_cmem(oldstr3665->len,0);
}else{ }else{
_FUNC_CREATEANDROIDPROJECT_PATHREFERENCE_STRING_PATH=qbs_new(oldstr3664->len,0); _FUNC_CREATEANDROIDPROJECT_PATHREFERENCE_STRING_PATH=qbs_new(oldstr3665->len,0);
} }
memcpy(_FUNC_CREATEANDROIDPROJECT_PATHREFERENCE_STRING_PATH->chr,oldstr3664->chr,oldstr3664->len); memcpy(_FUNC_CREATEANDROIDPROJECT_PATHREFERENCE_STRING_PATH->chr,oldstr3665->chr,oldstr3665->len);
} }
qbs *_FUNC_CREATEANDROIDPROJECT_PATHREFERENCE_STRING_A=NULL; qbs *_FUNC_CREATEANDROIDPROJECT_PATHREFERENCE_STRING_A=NULL;
if (!_FUNC_CREATEANDROIDPROJECT_PATHREFERENCE_STRING_A)_FUNC_CREATEANDROIDPROJECT_PATHREFERENCE_STRING_A=qbs_new(0,0); if (!_FUNC_CREATEANDROIDPROJECT_PATHREFERENCE_STRING_A)_FUNC_CREATEANDROIDPROJECT_PATHREFERENCE_STRING_A=qbs_new(0,0);
@ -17,11 +17,11 @@ if(_FUNC_CREATEANDROIDPROJECT_PATHREFERENCE_LONG_I==NULL){
_FUNC_CREATEANDROIDPROJECT_PATHREFERENCE_LONG_I=(int32*)mem_static_malloc(4); _FUNC_CREATEANDROIDPROJECT_PATHREFERENCE_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_CREATEANDROIDPROJECT_PATHREFERENCE_LONG_I=0; *_FUNC_CREATEANDROIDPROJECT_PATHREFERENCE_LONG_I=0;
} }
int64 fornext_value3666; int64 fornext_value3667;
int64 fornext_finalvalue3666; int64 fornext_finalvalue3667;
int64 fornext_step3666; int64 fornext_step3667;
uint8 fornext_step_negative3666; uint8 fornext_step_negative3667;
byte_element_struct *byte_element_3667=NULL; byte_element_struct *byte_element_3668=NULL;
if (!byte_element_3667){ if (!byte_element_3668){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3667=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3667=(byte_element_struct*)mem_static_malloc(12); 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);
} }

View file

@ -1,20 +1,20 @@
qbs*oldstr3668=NULL;
if(_SUB_CREATEANDROIDPROJECT_ADDDIR_STRING_CODE->tmp||_SUB_CREATEANDROIDPROJECT_ADDDIR_STRING_CODE->fixed||_SUB_CREATEANDROIDPROJECT_ADDDIR_STRING_CODE->readonly){
oldstr3668=_SUB_CREATEANDROIDPROJECT_ADDDIR_STRING_CODE;
if (oldstr3668->cmem_descriptor){
_SUB_CREATEANDROIDPROJECT_ADDDIR_STRING_CODE=qbs_new_cmem(oldstr3668->len,0);
}else{
_SUB_CREATEANDROIDPROJECT_ADDDIR_STRING_CODE=qbs_new(oldstr3668->len,0);
}
memcpy(_SUB_CREATEANDROIDPROJECT_ADDDIR_STRING_CODE->chr,oldstr3668->chr,oldstr3668->len);
}
qbs*oldstr3669=NULL; qbs*oldstr3669=NULL;
if(_SUB_CREATEANDROIDPROJECT_ADDDIR_STRING_DIR->tmp||_SUB_CREATEANDROIDPROJECT_ADDDIR_STRING_DIR->fixed||_SUB_CREATEANDROIDPROJECT_ADDDIR_STRING_DIR->readonly){ if(_SUB_CREATEANDROIDPROJECT_ADDDIR_STRING_CODE->tmp||_SUB_CREATEANDROIDPROJECT_ADDDIR_STRING_CODE->fixed||_SUB_CREATEANDROIDPROJECT_ADDDIR_STRING_CODE->readonly){
oldstr3669=_SUB_CREATEANDROIDPROJECT_ADDDIR_STRING_DIR; oldstr3669=_SUB_CREATEANDROIDPROJECT_ADDDIR_STRING_CODE;
if (oldstr3669->cmem_descriptor){ if (oldstr3669->cmem_descriptor){
_SUB_CREATEANDROIDPROJECT_ADDDIR_STRING_DIR=qbs_new_cmem(oldstr3669->len,0); _SUB_CREATEANDROIDPROJECT_ADDDIR_STRING_CODE=qbs_new_cmem(oldstr3669->len,0);
}else{ }else{
_SUB_CREATEANDROIDPROJECT_ADDDIR_STRING_DIR=qbs_new(oldstr3669->len,0); _SUB_CREATEANDROIDPROJECT_ADDDIR_STRING_CODE=qbs_new(oldstr3669->len,0);
} }
memcpy(_SUB_CREATEANDROIDPROJECT_ADDDIR_STRING_DIR->chr,oldstr3669->chr,oldstr3669->len); memcpy(_SUB_CREATEANDROIDPROJECT_ADDDIR_STRING_CODE->chr,oldstr3669->chr,oldstr3669->len);
}
qbs*oldstr3670=NULL;
if(_SUB_CREATEANDROIDPROJECT_ADDDIR_STRING_DIR->tmp||_SUB_CREATEANDROIDPROJECT_ADDDIR_STRING_DIR->fixed||_SUB_CREATEANDROIDPROJECT_ADDDIR_STRING_DIR->readonly){
oldstr3670=_SUB_CREATEANDROIDPROJECT_ADDDIR_STRING_DIR;
if (oldstr3670->cmem_descriptor){
_SUB_CREATEANDROIDPROJECT_ADDDIR_STRING_DIR=qbs_new_cmem(oldstr3670->len,0);
}else{
_SUB_CREATEANDROIDPROJECT_ADDDIR_STRING_DIR=qbs_new(oldstr3670->len,0);
}
memcpy(_SUB_CREATEANDROIDPROJECT_ADDDIR_STRING_DIR->chr,oldstr3670->chr,oldstr3670->len);
} }

View file

@ -1,24 +1,24 @@
qbs *_FUNC_UDTREFERENCE_STRING_UDTREFERENCE=NULL; qbs *_FUNC_UDTREFERENCE_STRING_UDTREFERENCE=NULL;
if (!_FUNC_UDTREFERENCE_STRING_UDTREFERENCE)_FUNC_UDTREFERENCE_STRING_UDTREFERENCE=qbs_new(0,0); if (!_FUNC_UDTREFERENCE_STRING_UDTREFERENCE)_FUNC_UDTREFERENCE_STRING_UDTREFERENCE=qbs_new(0,0);
qbs*oldstr2275=NULL;
if(_FUNC_UDTREFERENCE_STRING_O->tmp||_FUNC_UDTREFERENCE_STRING_O->fixed||_FUNC_UDTREFERENCE_STRING_O->readonly){
oldstr2275=_FUNC_UDTREFERENCE_STRING_O;
if (oldstr2275->cmem_descriptor){
_FUNC_UDTREFERENCE_STRING_O=qbs_new_cmem(oldstr2275->len,0);
}else{
_FUNC_UDTREFERENCE_STRING_O=qbs_new(oldstr2275->len,0);
}
memcpy(_FUNC_UDTREFERENCE_STRING_O->chr,oldstr2275->chr,oldstr2275->len);
}
qbs*oldstr2276=NULL; qbs*oldstr2276=NULL;
if(_FUNC_UDTREFERENCE_STRING_A->tmp||_FUNC_UDTREFERENCE_STRING_A->fixed||_FUNC_UDTREFERENCE_STRING_A->readonly){ if(_FUNC_UDTREFERENCE_STRING_O->tmp||_FUNC_UDTREFERENCE_STRING_O->fixed||_FUNC_UDTREFERENCE_STRING_O->readonly){
oldstr2276=_FUNC_UDTREFERENCE_STRING_A; oldstr2276=_FUNC_UDTREFERENCE_STRING_O;
if (oldstr2276->cmem_descriptor){ if (oldstr2276->cmem_descriptor){
_FUNC_UDTREFERENCE_STRING_A=qbs_new_cmem(oldstr2276->len,0); _FUNC_UDTREFERENCE_STRING_O=qbs_new_cmem(oldstr2276->len,0);
}else{ }else{
_FUNC_UDTREFERENCE_STRING_A=qbs_new(oldstr2276->len,0); _FUNC_UDTREFERENCE_STRING_O=qbs_new(oldstr2276->len,0);
} }
memcpy(_FUNC_UDTREFERENCE_STRING_A->chr,oldstr2276->chr,oldstr2276->len); memcpy(_FUNC_UDTREFERENCE_STRING_O->chr,oldstr2276->chr,oldstr2276->len);
}
qbs*oldstr2277=NULL;
if(_FUNC_UDTREFERENCE_STRING_A->tmp||_FUNC_UDTREFERENCE_STRING_A->fixed||_FUNC_UDTREFERENCE_STRING_A->readonly){
oldstr2277=_FUNC_UDTREFERENCE_STRING_A;
if (oldstr2277->cmem_descriptor){
_FUNC_UDTREFERENCE_STRING_A=qbs_new_cmem(oldstr2277->len,0);
}else{
_FUNC_UDTREFERENCE_STRING_A=qbs_new(oldstr2277->len,0);
}
memcpy(_FUNC_UDTREFERENCE_STRING_A->chr,oldstr2277->chr,oldstr2277->len);
} }
qbs *_FUNC_UDTREFERENCE_STRING_OBAK=NULL; qbs *_FUNC_UDTREFERENCE_STRING_OBAK=NULL;
if (!_FUNC_UDTREFERENCE_STRING_OBAK)_FUNC_UDTREFERENCE_STRING_OBAK=qbs_new(0,0); 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); if (!_FUNC_UDTREFERENCE_STRING_N)_FUNC_UDTREFERENCE_STRING_N=qbs_new(0,0);
qbs *_FUNC_UDTREFERENCE_STRING_NSYM=NULL; qbs *_FUNC_UDTREFERENCE_STRING_NSYM=NULL;
if (!_FUNC_UDTREFERENCE_STRING_NSYM)_FUNC_UDTREFERENCE_STRING_NSYM=qbs_new(0,0); if (!_FUNC_UDTREFERENCE_STRING_NSYM)_FUNC_UDTREFERENCE_STRING_NSYM=qbs_new(0,0);
byte_element_struct *byte_element_2277=NULL; byte_element_struct *byte_element_2278=NULL;
if (!byte_element_2277){ if (!byte_element_2278){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2277=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2277=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2278=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2278=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_UDTREFERENCE_LONG_NTYP=NULL; int32 *_FUNC_UDTREFERENCE_LONG_NTYP=NULL;
if(_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; qbs *_FUNC_UDTREFERENCE_STRING_N2=NULL;
if (!_FUNC_UDTREFERENCE_STRING_N2)_FUNC_UDTREFERENCE_STRING_N2=qbs_new(0,0); if (!_FUNC_UDTREFERENCE_STRING_N2)_FUNC_UDTREFERENCE_STRING_N2=qbs_new(0,0);
byte_element_struct *byte_element_2278=NULL; byte_element_struct *byte_element_2279=NULL;
if (!byte_element_2278){ if (!byte_element_2279){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2278=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2278=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2279=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2279=(byte_element_struct*)mem_static_malloc(12);
} }

View file

@ -1,20 +1,20 @@
qbs*oldstr3670=NULL;
if(_SUB_CREATEANDROIDPROJECT_ADDFILE_STRING_CODE->tmp||_SUB_CREATEANDROIDPROJECT_ADDFILE_STRING_CODE->fixed||_SUB_CREATEANDROIDPROJECT_ADDFILE_STRING_CODE->readonly){
oldstr3670=_SUB_CREATEANDROIDPROJECT_ADDFILE_STRING_CODE;
if (oldstr3670->cmem_descriptor){
_SUB_CREATEANDROIDPROJECT_ADDFILE_STRING_CODE=qbs_new_cmem(oldstr3670->len,0);
}else{
_SUB_CREATEANDROIDPROJECT_ADDFILE_STRING_CODE=qbs_new(oldstr3670->len,0);
}
memcpy(_SUB_CREATEANDROIDPROJECT_ADDFILE_STRING_CODE->chr,oldstr3670->chr,oldstr3670->len);
}
qbs*oldstr3671=NULL; qbs*oldstr3671=NULL;
if(_SUB_CREATEANDROIDPROJECT_ADDFILE_STRING_FILE->tmp||_SUB_CREATEANDROIDPROJECT_ADDFILE_STRING_FILE->fixed||_SUB_CREATEANDROIDPROJECT_ADDFILE_STRING_FILE->readonly){ if(_SUB_CREATEANDROIDPROJECT_ADDFILE_STRING_CODE->tmp||_SUB_CREATEANDROIDPROJECT_ADDFILE_STRING_CODE->fixed||_SUB_CREATEANDROIDPROJECT_ADDFILE_STRING_CODE->readonly){
oldstr3671=_SUB_CREATEANDROIDPROJECT_ADDFILE_STRING_FILE; oldstr3671=_SUB_CREATEANDROIDPROJECT_ADDFILE_STRING_CODE;
if (oldstr3671->cmem_descriptor){ if (oldstr3671->cmem_descriptor){
_SUB_CREATEANDROIDPROJECT_ADDFILE_STRING_FILE=qbs_new_cmem(oldstr3671->len,0); _SUB_CREATEANDROIDPROJECT_ADDFILE_STRING_CODE=qbs_new_cmem(oldstr3671->len,0);
}else{ }else{
_SUB_CREATEANDROIDPROJECT_ADDFILE_STRING_FILE=qbs_new(oldstr3671->len,0); _SUB_CREATEANDROIDPROJECT_ADDFILE_STRING_CODE=qbs_new(oldstr3671->len,0);
} }
memcpy(_SUB_CREATEANDROIDPROJECT_ADDFILE_STRING_FILE->chr,oldstr3671->chr,oldstr3671->len); memcpy(_SUB_CREATEANDROIDPROJECT_ADDFILE_STRING_CODE->chr,oldstr3671->chr,oldstr3671->len);
}
qbs*oldstr3672=NULL;
if(_SUB_CREATEANDROIDPROJECT_ADDFILE_STRING_FILE->tmp||_SUB_CREATEANDROIDPROJECT_ADDFILE_STRING_FILE->fixed||_SUB_CREATEANDROIDPROJECT_ADDFILE_STRING_FILE->readonly){
oldstr3672=_SUB_CREATEANDROIDPROJECT_ADDFILE_STRING_FILE;
if (oldstr3672->cmem_descriptor){
_SUB_CREATEANDROIDPROJECT_ADDFILE_STRING_FILE=qbs_new_cmem(oldstr3672->len,0);
}else{
_SUB_CREATEANDROIDPROJECT_ADDFILE_STRING_FILE=qbs_new(oldstr3672->len,0);
}
memcpy(_SUB_CREATEANDROIDPROJECT_ADDFILE_STRING_FILE->chr,oldstr3672->chr,oldstr3672->len);
} }

View file

@ -1,12 +1,12 @@
qbs*oldstr3672=NULL; qbs*oldstr3673=NULL;
if(_SUB_CREATEANDROIDPROJECT_STRING_PROJECTNAME2->tmp||_SUB_CREATEANDROIDPROJECT_STRING_PROJECTNAME2->fixed||_SUB_CREATEANDROIDPROJECT_STRING_PROJECTNAME2->readonly){ if(_SUB_CREATEANDROIDPROJECT_STRING_PROJECTNAME2->tmp||_SUB_CREATEANDROIDPROJECT_STRING_PROJECTNAME2->fixed||_SUB_CREATEANDROIDPROJECT_STRING_PROJECTNAME2->readonly){
oldstr3672=_SUB_CREATEANDROIDPROJECT_STRING_PROJECTNAME2; oldstr3673=_SUB_CREATEANDROIDPROJECT_STRING_PROJECTNAME2;
if (oldstr3672->cmem_descriptor){ if (oldstr3673->cmem_descriptor){
_SUB_CREATEANDROIDPROJECT_STRING_PROJECTNAME2=qbs_new_cmem(oldstr3672->len,0); _SUB_CREATEANDROIDPROJECT_STRING_PROJECTNAME2=qbs_new_cmem(oldstr3673->len,0);
}else{ }else{
_SUB_CREATEANDROIDPROJECT_STRING_PROJECTNAME2=qbs_new(oldstr3672->len,0); _SUB_CREATEANDROIDPROJECT_STRING_PROJECTNAME2=qbs_new(oldstr3673->len,0);
} }
memcpy(_SUB_CREATEANDROIDPROJECT_STRING_PROJECTNAME2->chr,oldstr3672->chr,oldstr3672->len); memcpy(_SUB_CREATEANDROIDPROJECT_STRING_PROJECTNAME2->chr,oldstr3673->chr,oldstr3673->len);
} }
qbs *_SUB_CREATEANDROIDPROJECT_STRING_PROJECTNAME=NULL; qbs *_SUB_CREATEANDROIDPROJECT_STRING_PROJECTNAME=NULL;
if (!_SUB_CREATEANDROIDPROJECT_STRING_PROJECTNAME)_SUB_CREATEANDROIDPROJECT_STRING_PROJECTNAME=qbs_new(0,0); if (!_SUB_CREATEANDROIDPROJECT_STRING_PROJECTNAME)_SUB_CREATEANDROIDPROJECT_STRING_PROJECTNAME=qbs_new(0,0);
@ -15,13 +15,13 @@ if(_SUB_CREATEANDROIDPROJECT_LONG_PROJECTNAMEI==NULL){
_SUB_CREATEANDROIDPROJECT_LONG_PROJECTNAMEI=(int32*)mem_static_malloc(4); _SUB_CREATEANDROIDPROJECT_LONG_PROJECTNAMEI=(int32*)mem_static_malloc(4);
*_SUB_CREATEANDROIDPROJECT_LONG_PROJECTNAMEI=0; *_SUB_CREATEANDROIDPROJECT_LONG_PROJECTNAMEI=0;
} }
int64 fornext_value3674; int64 fornext_value3675;
int64 fornext_finalvalue3674; int64 fornext_finalvalue3675;
int64 fornext_step3674; int64 fornext_step3675;
uint8 fornext_step_negative3674; uint8 fornext_step_negative3675;
byte_element_struct *byte_element_3675=NULL; byte_element_struct *byte_element_3676=NULL;
if (!byte_element_3675){ if (!byte_element_3676){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3675=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3675=(byte_element_struct*)mem_static_malloc(12); 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);
} }
qbs *_SUB_CREATEANDROIDPROJECT_STRING_PROJECTNAMEA=NULL; qbs *_SUB_CREATEANDROIDPROJECT_STRING_PROJECTNAMEA=NULL;
if (!_SUB_CREATEANDROIDPROJECT_STRING_PROJECTNAMEA)_SUB_CREATEANDROIDPROJECT_STRING_PROJECTNAMEA=qbs_new(0,0); if (!_SUB_CREATEANDROIDPROJECT_STRING_PROJECTNAMEA)_SUB_CREATEANDROIDPROJECT_STRING_PROJECTNAMEA=qbs_new(0,0);
@ -35,9 +35,9 @@ if(_SUB_CREATEANDROIDPROJECT_LONG_PROJECTNAMEAVALID==NULL){
_SUB_CREATEANDROIDPROJECT_LONG_PROJECTNAMEAVALID=(int32*)mem_static_malloc(4); _SUB_CREATEANDROIDPROJECT_LONG_PROJECTNAMEAVALID=(int32*)mem_static_malloc(4);
*_SUB_CREATEANDROIDPROJECT_LONG_PROJECTNAMEAVALID=0; *_SUB_CREATEANDROIDPROJECT_LONG_PROJECTNAMEAVALID=0;
} }
byte_element_struct *byte_element_3676=NULL; byte_element_struct *byte_element_3677=NULL;
if (!byte_element_3676){ if (!byte_element_3677){
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); 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);
} }
qbs *_SUB_CREATEANDROIDPROJECT_STRING_PROJECTVERSION=NULL; qbs *_SUB_CREATEANDROIDPROJECT_STRING_PROJECTVERSION=NULL;
if (!_SUB_CREATEANDROIDPROJECT_STRING_PROJECTVERSION)_SUB_CREATEANDROIDPROJECT_STRING_PROJECTVERSION=qbs_new(0,0); if (!_SUB_CREATEANDROIDPROJECT_STRING_PROJECTVERSION)_SUB_CREATEANDROIDPROJECT_STRING_PROJECTVERSION=qbs_new(0,0);
@ -70,17 +70,17 @@ qbs *_SUB_CREATEANDROIDPROJECT_STRING_THISFILE=NULL;
if (!_SUB_CREATEANDROIDPROJECT_STRING_THISFILE)_SUB_CREATEANDROIDPROJECT_STRING_THISFILE=qbs_new(0,0); if (!_SUB_CREATEANDROIDPROJECT_STRING_THISFILE)_SUB_CREATEANDROIDPROJECT_STRING_THISFILE=qbs_new(0,0);
qbs *_SUB_CREATEANDROIDPROJECT_STRING_A2=NULL; qbs *_SUB_CREATEANDROIDPROJECT_STRING_A2=NULL;
if (!_SUB_CREATEANDROIDPROJECT_STRING_A2)_SUB_CREATEANDROIDPROJECT_STRING_A2=qbs_new(0,0); if (!_SUB_CREATEANDROIDPROJECT_STRING_A2)_SUB_CREATEANDROIDPROJECT_STRING_A2=qbs_new(0,0);
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);
}
byte_element_struct *byte_element_3691=NULL; byte_element_struct *byte_element_3691=NULL;
if (!byte_element_3691){ 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); 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 pass3693; byte_element_struct *byte_element_3692=NULL;
int32 pass3695; 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 pass3694;
int32 pass3696; int32 pass3696;
int32 pass3697;
qbs *_SUB_CREATEANDROIDPROJECT_STRING_DIRCODE=NULL; qbs *_SUB_CREATEANDROIDPROJECT_STRING_DIRCODE=NULL;
if (!_SUB_CREATEANDROIDPROJECT_STRING_DIRCODE)_SUB_CREATEANDROIDPROJECT_STRING_DIRCODE=qbs_new(0,0); if (!_SUB_CREATEANDROIDPROJECT_STRING_DIRCODE)_SUB_CREATEANDROIDPROJECT_STRING_DIRCODE=qbs_new(0,0);
qbs *_SUB_CREATEANDROIDPROJECT_STRING_FILECODE=NULL; qbs *_SUB_CREATEANDROIDPROJECT_STRING_FILECODE=NULL;
@ -90,22 +90,22 @@ if(_SUB_CREATEANDROIDPROJECT_LONG_F==NULL){
_SUB_CREATEANDROIDPROJECT_LONG_F=(int32*)mem_static_malloc(4); _SUB_CREATEANDROIDPROJECT_LONG_F=(int32*)mem_static_malloc(4);
*_SUB_CREATEANDROIDPROJECT_LONG_F=0; *_SUB_CREATEANDROIDPROJECT_LONG_F=0;
} }
int64 fornext_value3699; int64 fornext_value3700;
int64 fornext_finalvalue3699; int64 fornext_finalvalue3700;
int64 fornext_step3699; int64 fornext_step3700;
uint8 fornext_step_negative3699; uint8 fornext_step_negative3700;
qbs *_SUB_CREATEANDROIDPROJECT_STRING_P=NULL; qbs *_SUB_CREATEANDROIDPROJECT_STRING_P=NULL;
if (!_SUB_CREATEANDROIDPROJECT_STRING_P)_SUB_CREATEANDROIDPROJECT_STRING_P=qbs_new(0,0); if (!_SUB_CREATEANDROIDPROJECT_STRING_P)_SUB_CREATEANDROIDPROJECT_STRING_P=qbs_new(0,0);
qbs *_SUB_CREATEANDROIDPROJECT_STRING_BASPATH=NULL; qbs *_SUB_CREATEANDROIDPROJECT_STRING_BASPATH=NULL;
if (!_SUB_CREATEANDROIDPROJECT_STRING_BASPATH)_SUB_CREATEANDROIDPROJECT_STRING_BASPATH=qbs_new(0,0); if (!_SUB_CREATEANDROIDPROJECT_STRING_BASPATH)_SUB_CREATEANDROIDPROJECT_STRING_BASPATH=qbs_new(0,0);
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; byte_element_struct *byte_element_3701=NULL;
if (!byte_element_3701){ 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); 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);
}
qbs *_SUB_CREATEANDROIDPROJECT_STRING_PATH=NULL; qbs *_SUB_CREATEANDROIDPROJECT_STRING_PATH=NULL;
if (!_SUB_CREATEANDROIDPROJECT_STRING_PATH)_SUB_CREATEANDROIDPROJECT_STRING_PATH=qbs_new(0,0); if (!_SUB_CREATEANDROIDPROJECT_STRING_PATH)_SUB_CREATEANDROIDPROJECT_STRING_PATH=qbs_new(0,0);
qbs *_SUB_CREATEANDROIDPROJECT_STRING_DESTPATH=NULL; qbs *_SUB_CREATEANDROIDPROJECT_STRING_DESTPATH=NULL;
@ -128,35 +128,35 @@ qbs *_SUB_CREATEANDROIDPROJECT_STRING_D=NULL;
if (!_SUB_CREATEANDROIDPROJECT_STRING_D)_SUB_CREATEANDROIDPROJECT_STRING_D=qbs_new(0,0); if (!_SUB_CREATEANDROIDPROJECT_STRING_D)_SUB_CREATEANDROIDPROJECT_STRING_D=qbs_new(0,0);
qbs *_SUB_CREATEANDROIDPROJECT_STRING_ANDROIDPATH=NULL; qbs *_SUB_CREATEANDROIDPROJECT_STRING_ANDROIDPATH=NULL;
if (!_SUB_CREATEANDROIDPROJECT_STRING_ANDROIDPATH)_SUB_CREATEANDROIDPROJECT_STRING_ANDROIDPATH=qbs_new(0,0); if (!_SUB_CREATEANDROIDPROJECT_STRING_ANDROIDPATH)_SUB_CREATEANDROIDPROJECT_STRING_ANDROIDPATH=qbs_new(0,0);
byte_element_struct *byte_element_3703=NULL; byte_element_struct *byte_element_3704=NULL;
if (!byte_element_3703){ if (!byte_element_3704){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3703=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3703=(byte_element_struct*)mem_static_malloc(12); 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);
} }
qbs *_SUB_CREATEANDROIDPROJECT_STRING_F=NULL; qbs *_SUB_CREATEANDROIDPROJECT_STRING_F=NULL;
if (!_SUB_CREATEANDROIDPROJECT_STRING_F)_SUB_CREATEANDROIDPROJECT_STRING_F=qbs_new(0,0); if (!_SUB_CREATEANDROIDPROJECT_STRING_F)_SUB_CREATEANDROIDPROJECT_STRING_F=qbs_new(0,0);
qbs *_SUB_CREATEANDROIDPROJECT_STRING_LF=NULL; qbs *_SUB_CREATEANDROIDPROJECT_STRING_LF=NULL;
if (!_SUB_CREATEANDROIDPROJECT_STRING_LF)_SUB_CREATEANDROIDPROJECT_STRING_LF=qbs_new(0,0); if (!_SUB_CREATEANDROIDPROJECT_STRING_LF)_SUB_CREATEANDROIDPROJECT_STRING_LF=qbs_new(0,0);
byte_element_struct *byte_element_3706=NULL; byte_element_struct *byte_element_3707=NULL;
if (!byte_element_3706){ if (!byte_element_3707){
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); 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);
}
int64 fornext_value3708;
int64 fornext_finalvalue3708;
int64 fornext_step3708;
uint8 fornext_step_negative3708;
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);
} }
int64 fornext_value3709;
int64 fornext_finalvalue3709;
int64 fornext_step3709;
uint8 fornext_step_negative3709;
byte_element_struct *byte_element_3710=NULL; byte_element_struct *byte_element_3710=NULL;
if (!byte_element_3710){ 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); 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);
} }
byte_element_struct *byte_element_3712=NULL; byte_element_struct *byte_element_3711=NULL;
if (!byte_element_3712){ if (!byte_element_3711){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3712=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3712=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3711=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3711=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_3715=NULL; byte_element_struct *byte_element_3713=NULL;
if (!byte_element_3715){ if (!byte_element_3713){
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); 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_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);
} }

View file

@ -8,36 +8,36 @@ if(_FUNC_IDE_LONG_CMD==NULL){
_FUNC_IDE_LONG_CMD=(int32*)mem_static_malloc(4); _FUNC_IDE_LONG_CMD=(int32*)mem_static_malloc(4);
*_FUNC_IDE_LONG_CMD=0; *_FUNC_IDE_LONG_CMD=0;
} }
byte_element_struct *byte_element_3718=NULL; byte_element_struct *byte_element_3719=NULL;
if (!byte_element_3718){ if (!byte_element_3719){
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); 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);
} }
int32 *_FUNC_IDE_LONG_L=NULL; int32 *_FUNC_IDE_LONG_L=NULL;
if(_FUNC_IDE_LONG_L==NULL){ if(_FUNC_IDE_LONG_L==NULL){
_FUNC_IDE_LONG_L=(int32*)mem_static_malloc(4); _FUNC_IDE_LONG_L=(int32*)mem_static_malloc(4);
*_FUNC_IDE_LONG_L=0; *_FUNC_IDE_LONG_L=0;
} }
byte_element_struct *byte_element_3719=NULL; byte_element_struct *byte_element_3720=NULL;
if (!byte_element_3719){ if (!byte_element_3720){
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); 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);
} }
int32 *_FUNC_IDE_LONG_I=NULL; int32 *_FUNC_IDE_LONG_I=NULL;
if(_FUNC_IDE_LONG_I==NULL){ if(_FUNC_IDE_LONG_I==NULL){
_FUNC_IDE_LONG_I=(int32*)mem_static_malloc(4); _FUNC_IDE_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_IDE_LONG_I=0; *_FUNC_IDE_LONG_I=0;
} }
int64 fornext_value3721; int64 fornext_value3722;
int64 fornext_finalvalue3721; int64 fornext_finalvalue3722;
int64 fornext_step3721; int64 fornext_step3722;
uint8 fornext_step_negative3721; uint8 fornext_step_negative3722;
int32 *_FUNC_IDE_LONG_INDENT=NULL; int32 *_FUNC_IDE_LONG_INDENT=NULL;
if(_FUNC_IDE_LONG_INDENT==NULL){ if(_FUNC_IDE_LONG_INDENT==NULL){
_FUNC_IDE_LONG_INDENT=(int32*)mem_static_malloc(4); _FUNC_IDE_LONG_INDENT=(int32*)mem_static_malloc(4);
*_FUNC_IDE_LONG_INDENT=0; *_FUNC_IDE_LONG_INDENT=0;
} }
byte_element_struct *byte_element_3722=NULL; byte_element_struct *byte_element_3723=NULL;
if (!byte_element_3722){ if (!byte_element_3723){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3722=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3722=(byte_element_struct*)mem_static_malloc(12); 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);
} }
qbs *_FUNC_IDE_STRING_LAYOUT2=NULL; qbs *_FUNC_IDE_STRING_LAYOUT2=NULL;
if (!_FUNC_IDE_STRING_LAYOUT2)_FUNC_IDE_STRING_LAYOUT2=qbs_new(0,0); if (!_FUNC_IDE_STRING_LAYOUT2)_FUNC_IDE_STRING_LAYOUT2=qbs_new(0,0);
@ -51,51 +51,51 @@ if(_FUNC_IDE_LONG_IGNORESP==NULL){
_FUNC_IDE_LONG_IGNORESP=(int32*)mem_static_malloc(4); _FUNC_IDE_LONG_IGNORESP=(int32*)mem_static_malloc(4);
*_FUNC_IDE_LONG_IGNORESP=0; *_FUNC_IDE_LONG_IGNORESP=0;
} }
int64 fornext_value3724; int64 fornext_value3725;
int64 fornext_finalvalue3724; int64 fornext_finalvalue3725;
int64 fornext_step3724; int64 fornext_step3725;
uint8 fornext_step_negative3724; uint8 fornext_step_negative3725;
byte_element_struct *byte_element_3725=NULL; byte_element_struct *byte_element_3726=NULL;
if (!byte_element_3725){ if (!byte_element_3726){
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); 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);
} }
int32 *_FUNC_IDE_LONG_A=NULL; int32 *_FUNC_IDE_LONG_A=NULL;
if(_FUNC_IDE_LONG_A==NULL){ if(_FUNC_IDE_LONG_A==NULL){
_FUNC_IDE_LONG_A=(int32*)mem_static_malloc(4); _FUNC_IDE_LONG_A=(int32*)mem_static_malloc(4);
*_FUNC_IDE_LONG_A=0; *_FUNC_IDE_LONG_A=0;
} }
byte_element_struct *byte_element_3726=NULL; byte_element_struct *byte_element_3727=NULL;
if (!byte_element_3726){ if (!byte_element_3727){
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); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3727=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3727=(byte_element_struct*)mem_static_malloc(12);
} }
int64 fornext_value3728; int64 fornext_value3729;
int64 fornext_finalvalue3728; int64 fornext_finalvalue3729;
int64 fornext_step3728; int64 fornext_step3729;
uint8 fornext_step_negative3728; uint8 fornext_step_negative3729;
qbs *_FUNC_IDE_STRING_INDENT=NULL; qbs *_FUNC_IDE_STRING_INDENT=NULL;
if (!_FUNC_IDE_STRING_INDENT)_FUNC_IDE_STRING_INDENT=qbs_new(0,0); if (!_FUNC_IDE_STRING_INDENT)_FUNC_IDE_STRING_INDENT=qbs_new(0,0);
byte_element_struct *byte_element_3729=NULL; byte_element_struct *byte_element_3730=NULL;
if (!byte_element_3729){ if (!byte_element_3730){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3729=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3729=(byte_element_struct*)mem_static_malloc(12); 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);
} }
int64 fornext_value3731; int64 fornext_value3732;
int64 fornext_finalvalue3731; int64 fornext_finalvalue3732;
int64 fornext_step3731; int64 fornext_step3732;
uint8 fornext_step_negative3731; uint8 fornext_step_negative3732;
byte_element_struct *byte_element_3732=NULL; byte_element_struct *byte_element_3733=NULL;
if (!byte_element_3732){ if (!byte_element_3733){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3732=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3732=(byte_element_struct*)mem_static_malloc(12); 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);
} }
qbs *_FUNC_IDE_STRING_STATUS__ASCII_CHR_046__PROGRESS=NULL; qbs *_FUNC_IDE_STRING_STATUS__ASCII_CHR_046__PROGRESS=NULL;
if (!_FUNC_IDE_STRING_STATUS__ASCII_CHR_046__PROGRESS)_FUNC_IDE_STRING_STATUS__ASCII_CHR_046__PROGRESS=qbs_new(0,0); if (!_FUNC_IDE_STRING_STATUS__ASCII_CHR_046__PROGRESS)_FUNC_IDE_STRING_STATUS__ASCII_CHR_046__PROGRESS=qbs_new(0,0);
int32 pass3733; int32 pass3734;
byte_element_struct *byte_element_3734=NULL; byte_element_struct *byte_element_3735=NULL;
if (!byte_element_3734){ if (!byte_element_3735){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3734=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3734=(byte_element_struct*)mem_static_malloc(12); 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 pass3735; int32 pass3736;
byte_element_struct *byte_element_3736=NULL; byte_element_struct *byte_element_3737=NULL;
if (!byte_element_3736){ if (!byte_element_3737){
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); 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);
} }
int32 pass3737; int32 pass3738;

File diff suppressed because it is too large Load diff

View file

@ -3,7 +3,7 @@ if(_SUB_IDEBOX_LONG_Y2==NULL){
_SUB_IDEBOX_LONG_Y2=(int32*)mem_static_malloc(4); _SUB_IDEBOX_LONG_Y2=(int32*)mem_static_malloc(4);
*_SUB_IDEBOX_LONG_Y2=0; *_SUB_IDEBOX_LONG_Y2=0;
} }
int64 fornext_value4425; int64 fornext_value4431;
int64 fornext_finalvalue4425; int64 fornext_finalvalue4431;
int64 fornext_step4425; int64 fornext_step4431;
uint8 fornext_step_negative4425; uint8 fornext_step_negative4431;

View file

@ -3,24 +3,24 @@ if(_SUB_IDEBOXSHADOW_LONG_Y2==NULL){
_SUB_IDEBOXSHADOW_LONG_Y2=(int32*)mem_static_malloc(4); _SUB_IDEBOXSHADOW_LONG_Y2=(int32*)mem_static_malloc(4);
*_SUB_IDEBOXSHADOW_LONG_Y2=0; *_SUB_IDEBOXSHADOW_LONG_Y2=0;
} }
int64 fornext_value4430; int64 fornext_value4436;
int64 fornext_finalvalue4430; int64 fornext_finalvalue4436;
int64 fornext_step4430; int64 fornext_step4436;
uint8 fornext_step_negative4430; uint8 fornext_step_negative4436;
int64 fornext_value4434; int64 fornext_value4440;
int64 fornext_finalvalue4434; int64 fornext_finalvalue4440;
int64 fornext_step4434; int64 fornext_step4440;
uint8 fornext_step_negative4434; uint8 fornext_step_negative4440;
int32 *_SUB_IDEBOXSHADOW_LONG_X2=NULL; int32 *_SUB_IDEBOXSHADOW_LONG_X2=NULL;
if(_SUB_IDEBOXSHADOW_LONG_X2==NULL){ if(_SUB_IDEBOXSHADOW_LONG_X2==NULL){
_SUB_IDEBOXSHADOW_LONG_X2=(int32*)mem_static_malloc(4); _SUB_IDEBOXSHADOW_LONG_X2=(int32*)mem_static_malloc(4);
*_SUB_IDEBOXSHADOW_LONG_X2=0; *_SUB_IDEBOXSHADOW_LONG_X2=0;
} }
int64 fornext_value4436; int64 fornext_value4442;
int64 fornext_finalvalue4436; int64 fornext_finalvalue4442;
int64 fornext_step4436; int64 fornext_step4442;
uint8 fornext_step_negative4436; uint8 fornext_step_negative4442;
int64 fornext_value4439; int64 fornext_value4445;
int64 fornext_finalvalue4439; int64 fornext_finalvalue4445;
int64 fornext_step4439; int64 fornext_step4445;
uint8 fornext_step_negative4439; uint8 fornext_step_negative4445;

View file

@ -63,13 +63,13 @@ if(_FUNC_IDECHANGE_LONG_X==NULL){
_FUNC_IDECHANGE_LONG_X=(int32*)mem_static_malloc(4); _FUNC_IDECHANGE_LONG_X=(int32*)mem_static_malloc(4);
*_FUNC_IDECHANGE_LONG_X=0; *_FUNC_IDECHANGE_LONG_X=0;
} }
int64 fornext_value4442; int64 fornext_value4448;
int64 fornext_finalvalue4442; int64 fornext_finalvalue4448;
int64 fornext_step4442; int64 fornext_step4448;
uint8 fornext_step_negative4442; uint8 fornext_step_negative4448;
byte_element_struct *byte_element_4443=NULL; byte_element_struct *byte_element_4449=NULL;
if (!byte_element_4443){ if (!byte_element_4449){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4443=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4443=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4449=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4449=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDECHANGE_LONG_LN=NULL; int32 *_FUNC_IDECHANGE_LONG_LN=NULL;
if(_FUNC_IDECHANGE_LONG_LN==NULL){ if(_FUNC_IDECHANGE_LONG_LN==NULL){
@ -81,13 +81,13 @@ if(_FUNC_IDECHANGE_LONG_FH==NULL){
_FUNC_IDECHANGE_LONG_FH=(int32*)mem_static_malloc(4); _FUNC_IDECHANGE_LONG_FH=(int32*)mem_static_malloc(4);
*_FUNC_IDECHANGE_LONG_FH=0; *_FUNC_IDECHANGE_LONG_FH=0;
} }
byte_element_struct *byte_element_4444=NULL; byte_element_struct *byte_element_4450=NULL;
if (!byte_element_4444){ if (!byte_element_4450){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4444=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4444=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4450=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4450=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4445=NULL; byte_element_struct *byte_element_4451=NULL;
if (!byte_element_4445){ if (!byte_element_4451){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4445=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4445=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4451=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4451=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDECHANGE_LONG_AI=NULL; int32 *_FUNC_IDECHANGE_LONG_AI=NULL;
if(_FUNC_IDECHANGE_LONG_AI==NULL){ if(_FUNC_IDECHANGE_LONG_AI==NULL){
@ -96,34 +96,6 @@ _FUNC_IDECHANGE_LONG_AI=(int32*)mem_static_malloc(4);
} }
qbs *_FUNC_IDECHANGE_STRING_F=NULL; qbs *_FUNC_IDECHANGE_STRING_F=NULL;
if (!_FUNC_IDECHANGE_STRING_F)_FUNC_IDECHANGE_STRING_F=qbs_new(0,0); if (!_FUNC_IDECHANGE_STRING_F)_FUNC_IDECHANGE_STRING_F=qbs_new(0,0);
byte_element_struct *byte_element_4447=NULL;
if (!byte_element_4447){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4447=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4447=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4448=NULL;
if (!byte_element_4448){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4448=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4448=(byte_element_struct*)mem_static_malloc(12);
}
int32 *_FUNC_IDECHANGE_LONG_I=NULL;
if(_FUNC_IDECHANGE_LONG_I==NULL){
_FUNC_IDECHANGE_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_IDECHANGE_LONG_I=0;
}
int32 pass4449;
int32 pass4450;
int32 *_FUNC_IDECHANGE_LONG_PREVFOCUS=NULL;
if(_FUNC_IDECHANGE_LONG_PREVFOCUS==NULL){
_FUNC_IDECHANGE_LONG_PREVFOCUS=(int32*)mem_static_malloc(4);
*_FUNC_IDECHANGE_LONG_PREVFOCUS=0;
}
byte_element_struct *byte_element_4451=NULL;
if (!byte_element_4451){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4451=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4451=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4452=NULL;
if (!byte_element_4452){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4452=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4452=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4453=NULL; byte_element_struct *byte_element_4453=NULL;
if (!byte_element_4453){ if (!byte_element_4453){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4453=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4453=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4453=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4453=(byte_element_struct*)mem_static_malloc(12);
@ -132,10 +104,38 @@ byte_element_struct *byte_element_4454=NULL;
if (!byte_element_4454){ if (!byte_element_4454){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4454=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4454=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4454=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4454=(byte_element_struct*)mem_static_malloc(12);
} }
int64 fornext_value4456; int32 *_FUNC_IDECHANGE_LONG_I=NULL;
int64 fornext_finalvalue4456; if(_FUNC_IDECHANGE_LONG_I==NULL){
int64 fornext_step4456; _FUNC_IDECHANGE_LONG_I=(int32*)mem_static_malloc(4);
uint8 fornext_step_negative4456; *_FUNC_IDECHANGE_LONG_I=0;
}
int32 pass4455;
int32 pass4456;
int32 *_FUNC_IDECHANGE_LONG_PREVFOCUS=NULL;
if(_FUNC_IDECHANGE_LONG_PREVFOCUS==NULL){
_FUNC_IDECHANGE_LONG_PREVFOCUS=(int32*)mem_static_malloc(4);
*_FUNC_IDECHANGE_LONG_PREVFOCUS=0;
}
byte_element_struct *byte_element_4457=NULL;
if (!byte_element_4457){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4457=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4457=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4458=NULL;
if (!byte_element_4458){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4458=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4458=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4459=NULL;
if (!byte_element_4459){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4459=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4459=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4460=NULL;
if (!byte_element_4460){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4460=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4460=(byte_element_struct*)mem_static_malloc(12);
}
int64 fornext_value4462;
int64 fornext_finalvalue4462;
int64 fornext_step4462;
uint8 fornext_step_negative4462;
int32 *_FUNC_IDECHANGE_LONG_F=NULL; int32 *_FUNC_IDECHANGE_LONG_F=NULL;
if(_FUNC_IDECHANGE_LONG_F==NULL){ if(_FUNC_IDECHANGE_LONG_F==NULL){
_FUNC_IDECHANGE_LONG_F=(int32*)mem_static_malloc(4); _FUNC_IDECHANGE_LONG_F=(int32*)mem_static_malloc(4);
@ -151,10 +151,10 @@ if(_FUNC_IDECHANGE_LONG_CY==NULL){
_FUNC_IDECHANGE_LONG_CY=(int32*)mem_static_malloc(4); _FUNC_IDECHANGE_LONG_CY=(int32*)mem_static_malloc(4);
*_FUNC_IDECHANGE_LONG_CY=0; *_FUNC_IDECHANGE_LONG_CY=0;
} }
int64 fornext_value4459; int64 fornext_value4465;
int64 fornext_finalvalue4459; int64 fornext_finalvalue4465;
int64 fornext_step4459; int64 fornext_step4465;
uint8 fornext_step_negative4459; uint8 fornext_step_negative4465;
int32 *_FUNC_IDECHANGE_LONG_LASTFOCUS=NULL; int32 *_FUNC_IDECHANGE_LONG_LASTFOCUS=NULL;
if(_FUNC_IDECHANGE_LONG_LASTFOCUS==NULL){ if(_FUNC_IDECHANGE_LONG_LASTFOCUS==NULL){
_FUNC_IDECHANGE_LONG_LASTFOCUS=(int32*)mem_static_malloc(4); _FUNC_IDECHANGE_LONG_LASTFOCUS=(int32*)mem_static_malloc(4);
@ -187,9 +187,9 @@ _FUNC_IDECHANGE_LONG_OLDALT=(int32*)mem_static_malloc(4);
} }
qbs *_FUNC_IDECHANGE_STRING_ALTLETTER=NULL; qbs *_FUNC_IDECHANGE_STRING_ALTLETTER=NULL;
if (!_FUNC_IDECHANGE_STRING_ALTLETTER)_FUNC_IDECHANGE_STRING_ALTLETTER=qbs_new(0,0); if (!_FUNC_IDECHANGE_STRING_ALTLETTER)_FUNC_IDECHANGE_STRING_ALTLETTER=qbs_new(0,0);
byte_element_struct *byte_element_4461=NULL; byte_element_struct *byte_element_4467=NULL;
if (!byte_element_4461){ if (!byte_element_4467){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4461=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4461=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4467=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4467=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDECHANGE_LONG_K=NULL; int32 *_FUNC_IDECHANGE_LONG_K=NULL;
if(_FUNC_IDECHANGE_LONG_K==NULL){ if(_FUNC_IDECHANGE_LONG_K==NULL){
@ -201,10 +201,10 @@ if(_FUNC_IDECHANGE_LONG_INFO==NULL){
_FUNC_IDECHANGE_LONG_INFO=(int32*)mem_static_malloc(4); _FUNC_IDECHANGE_LONG_INFO=(int32*)mem_static_malloc(4);
*_FUNC_IDECHANGE_LONG_INFO=0; *_FUNC_IDECHANGE_LONG_INFO=0;
} }
int64 fornext_value4463; int64 fornext_value4469;
int64 fornext_finalvalue4463; int64 fornext_finalvalue4469;
int64 fornext_step4463; int64 fornext_step4469;
uint8 fornext_step_negative4463; uint8 fornext_step_negative4469;
int32 *_FUNC_IDECHANGE_LONG_T=NULL; int32 *_FUNC_IDECHANGE_LONG_T=NULL;
if(_FUNC_IDECHANGE_LONG_T==NULL){ if(_FUNC_IDECHANGE_LONG_T==NULL){
_FUNC_IDECHANGE_LONG_T=(int32*)mem_static_malloc(4); _FUNC_IDECHANGE_LONG_T=(int32*)mem_static_malloc(4);
@ -215,17 +215,17 @@ if(_FUNC_IDECHANGE_LONG_FOCUSOFFSET==NULL){
_FUNC_IDECHANGE_LONG_FOCUSOFFSET=(int32*)mem_static_malloc(4); _FUNC_IDECHANGE_LONG_FOCUSOFFSET=(int32*)mem_static_malloc(4);
*_FUNC_IDECHANGE_LONG_FOCUSOFFSET=0; *_FUNC_IDECHANGE_LONG_FOCUSOFFSET=0;
} }
byte_element_struct *byte_element_4464=NULL; byte_element_struct *byte_element_4470=NULL;
if (!byte_element_4464){ if (!byte_element_4470){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4464=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4464=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4470=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4470=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4465=NULL; byte_element_struct *byte_element_4471=NULL;
if (!byte_element_4465){ if (!byte_element_4471){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4465=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4465=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4471=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4471=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4466=NULL; byte_element_struct *byte_element_4472=NULL;
if (!byte_element_4466){ if (!byte_element_4472){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4466=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4466=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4472=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4472=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_FUNC_IDECHANGE_STRING_S=NULL; qbs *_FUNC_IDECHANGE_STRING_S=NULL;
if (!_FUNC_IDECHANGE_STRING_S)_FUNC_IDECHANGE_STRING_S=qbs_new(0,0); if (!_FUNC_IDECHANGE_STRING_S)_FUNC_IDECHANGE_STRING_S=qbs_new(0,0);
@ -239,10 +239,10 @@ if(_FUNC_IDECHANGE_LONG_Y==NULL){
_FUNC_IDECHANGE_LONG_Y=(int32*)mem_static_malloc(4); _FUNC_IDECHANGE_LONG_Y=(int32*)mem_static_malloc(4);
*_FUNC_IDECHANGE_LONG_Y=0; *_FUNC_IDECHANGE_LONG_Y=0;
} }
int64 fornext_value4468; int64 fornext_value4474;
int64 fornext_finalvalue4468; int64 fornext_finalvalue4474;
int64 fornext_step4468; int64 fornext_step4474;
uint8 fornext_step_negative4468; uint8 fornext_step_negative4474;
qbs *_FUNC_IDECHANGE_STRING_L=NULL; qbs *_FUNC_IDECHANGE_STRING_L=NULL;
if (!_FUNC_IDECHANGE_STRING_L)_FUNC_IDECHANGE_STRING_L=qbs_new(0,0); if (!_FUNC_IDECHANGE_STRING_L)_FUNC_IDECHANGE_STRING_L=qbs_new(0,0);
qbs *_FUNC_IDECHANGE_STRING_L2=NULL; qbs *_FUNC_IDECHANGE_STRING_L2=NULL;
@ -264,31 +264,31 @@ if(_FUNC_IDECHANGE_LONG_C==NULL){
_FUNC_IDECHANGE_LONG_C=(int32*)mem_static_malloc(4); _FUNC_IDECHANGE_LONG_C=(int32*)mem_static_malloc(4);
*_FUNC_IDECHANGE_LONG_C=0; *_FUNC_IDECHANGE_LONG_C=0;
} }
byte_element_struct *byte_element_4469=NULL;
if (!byte_element_4469){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4469=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4469=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4470=NULL;
if (!byte_element_4470){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4470=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4470=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4471=NULL;
if (!byte_element_4471){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4471=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4471=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4472=NULL;
if (!byte_element_4472){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4472=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4472=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4473=NULL;
if (!byte_element_4473){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4473=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4473=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4474=NULL;
if (!byte_element_4474){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4474=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4474=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4475=NULL; byte_element_struct *byte_element_4475=NULL;
if (!byte_element_4475){ if (!byte_element_4475){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4475=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4475=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4475=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4475=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4476=NULL;
if (!byte_element_4476){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4476=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4476=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4477=NULL;
if (!byte_element_4477){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4477=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4477=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4478=NULL;
if (!byte_element_4478){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4478=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4478=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4479=NULL;
if (!byte_element_4479){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4479=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4479=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4480=NULL;
if (!byte_element_4480){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4480=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4480=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4481=NULL;
if (!byte_element_4481){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4481=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4481=(byte_element_struct*)mem_static_malloc(12);
}

View file

@ -35,12 +35,12 @@ if(_SUB_IDECHANGED_LONG_I==NULL){
_SUB_IDECHANGED_LONG_I=(int32*)mem_static_malloc(4); _SUB_IDECHANGED_LONG_I=(int32*)mem_static_malloc(4);
*_SUB_IDECHANGED_LONG_I=0; *_SUB_IDECHANGED_LONG_I=0;
} }
int32 pass4476; int32 pass4482;
int32 pass4477; int32 pass4483;
int64 fornext_value4479; int64 fornext_value4485;
int64 fornext_finalvalue4479; int64 fornext_finalvalue4485;
int64 fornext_step4479; int64 fornext_step4485;
uint8 fornext_step_negative4479; uint8 fornext_step_negative4485;
int32 *_SUB_IDECHANGED_LONG_F=NULL; int32 *_SUB_IDECHANGED_LONG_F=NULL;
if(_SUB_IDECHANGED_LONG_F==NULL){ if(_SUB_IDECHANGED_LONG_F==NULL){
_SUB_IDECHANGED_LONG_F=(int32*)mem_static_malloc(4); _SUB_IDECHANGED_LONG_F=(int32*)mem_static_malloc(4);
@ -56,10 +56,10 @@ if(_SUB_IDECHANGED_LONG_CY==NULL){
_SUB_IDECHANGED_LONG_CY=(int32*)mem_static_malloc(4); _SUB_IDECHANGED_LONG_CY=(int32*)mem_static_malloc(4);
*_SUB_IDECHANGED_LONG_CY=0; *_SUB_IDECHANGED_LONG_CY=0;
} }
int64 fornext_value4482; int64 fornext_value4488;
int64 fornext_finalvalue4482; int64 fornext_finalvalue4488;
int64 fornext_step4482; int64 fornext_step4488;
uint8 fornext_step_negative4482; uint8 fornext_step_negative4488;
int32 *_SUB_IDECHANGED_LONG_LASTFOCUS=NULL; int32 *_SUB_IDECHANGED_LONG_LASTFOCUS=NULL;
if(_SUB_IDECHANGED_LONG_LASTFOCUS==NULL){ if(_SUB_IDECHANGED_LONG_LASTFOCUS==NULL){
_SUB_IDECHANGED_LONG_LASTFOCUS=(int32*)mem_static_malloc(4); _SUB_IDECHANGED_LONG_LASTFOCUS=(int32*)mem_static_malloc(4);
@ -92,9 +92,9 @@ _SUB_IDECHANGED_LONG_OLDALT=(int32*)mem_static_malloc(4);
} }
qbs *_SUB_IDECHANGED_STRING_ALTLETTER=NULL; qbs *_SUB_IDECHANGED_STRING_ALTLETTER=NULL;
if (!_SUB_IDECHANGED_STRING_ALTLETTER)_SUB_IDECHANGED_STRING_ALTLETTER=qbs_new(0,0); if (!_SUB_IDECHANGED_STRING_ALTLETTER)_SUB_IDECHANGED_STRING_ALTLETTER=qbs_new(0,0);
byte_element_struct *byte_element_4485=NULL; byte_element_struct *byte_element_4491=NULL;
if (!byte_element_4485){ if (!byte_element_4491){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4485=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4485=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4491=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4491=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDECHANGED_LONG_K=NULL; int32 *_SUB_IDECHANGED_LONG_K=NULL;
if(_SUB_IDECHANGED_LONG_K==NULL){ if(_SUB_IDECHANGED_LONG_K==NULL){
@ -106,10 +106,10 @@ if(_SUB_IDECHANGED_LONG_INFO==NULL){
_SUB_IDECHANGED_LONG_INFO=(int32*)mem_static_malloc(4); _SUB_IDECHANGED_LONG_INFO=(int32*)mem_static_malloc(4);
*_SUB_IDECHANGED_LONG_INFO=0; *_SUB_IDECHANGED_LONG_INFO=0;
} }
int64 fornext_value4487; int64 fornext_value4493;
int64 fornext_finalvalue4487; int64 fornext_finalvalue4493;
int64 fornext_step4487; int64 fornext_step4493;
uint8 fornext_step_negative4487; uint8 fornext_step_negative4493;
int32 *_SUB_IDECHANGED_LONG_T=NULL; int32 *_SUB_IDECHANGED_LONG_T=NULL;
if(_SUB_IDECHANGED_LONG_T==NULL){ if(_SUB_IDECHANGED_LONG_T==NULL){
_SUB_IDECHANGED_LONG_T=(int32*)mem_static_malloc(4); _SUB_IDECHANGED_LONG_T=(int32*)mem_static_malloc(4);

View file

@ -42,10 +42,10 @@ if(_FUNC_IDECHANGEIT_LONG_W==NULL){
_FUNC_IDECHANGEIT_LONG_W=(int32*)mem_static_malloc(4); _FUNC_IDECHANGEIT_LONG_W=(int32*)mem_static_malloc(4);
*_FUNC_IDECHANGEIT_LONG_W=0; *_FUNC_IDECHANGEIT_LONG_W=0;
} }
int64 fornext_value4489; int64 fornext_value4495;
int64 fornext_finalvalue4489; int64 fornext_finalvalue4495;
int64 fornext_step4489; int64 fornext_step4495;
uint8 fornext_step_negative4489; uint8 fornext_step_negative4495;
int32 *_FUNC_IDECHANGEIT_LONG_F=NULL; int32 *_FUNC_IDECHANGEIT_LONG_F=NULL;
if(_FUNC_IDECHANGEIT_LONG_F==NULL){ if(_FUNC_IDECHANGEIT_LONG_F==NULL){
_FUNC_IDECHANGEIT_LONG_F=(int32*)mem_static_malloc(4); _FUNC_IDECHANGEIT_LONG_F=(int32*)mem_static_malloc(4);
@ -61,10 +61,10 @@ if(_FUNC_IDECHANGEIT_LONG_CY==NULL){
_FUNC_IDECHANGEIT_LONG_CY=(int32*)mem_static_malloc(4); _FUNC_IDECHANGEIT_LONG_CY=(int32*)mem_static_malloc(4);
*_FUNC_IDECHANGEIT_LONG_CY=0; *_FUNC_IDECHANGEIT_LONG_CY=0;
} }
int64 fornext_value4492; int64 fornext_value4498;
int64 fornext_finalvalue4492; int64 fornext_finalvalue4498;
int64 fornext_step4492; int64 fornext_step4498;
uint8 fornext_step_negative4492; uint8 fornext_step_negative4498;
int32 *_FUNC_IDECHANGEIT_LONG_LASTFOCUS=NULL; int32 *_FUNC_IDECHANGEIT_LONG_LASTFOCUS=NULL;
if(_FUNC_IDECHANGEIT_LONG_LASTFOCUS==NULL){ if(_FUNC_IDECHANGEIT_LONG_LASTFOCUS==NULL){
_FUNC_IDECHANGEIT_LONG_LASTFOCUS=(int32*)mem_static_malloc(4); _FUNC_IDECHANGEIT_LONG_LASTFOCUS=(int32*)mem_static_malloc(4);
@ -97,9 +97,9 @@ _FUNC_IDECHANGEIT_LONG_OLDALT=(int32*)mem_static_malloc(4);
} }
qbs *_FUNC_IDECHANGEIT_STRING_ALTLETTER=NULL; qbs *_FUNC_IDECHANGEIT_STRING_ALTLETTER=NULL;
if (!_FUNC_IDECHANGEIT_STRING_ALTLETTER)_FUNC_IDECHANGEIT_STRING_ALTLETTER=qbs_new(0,0); if (!_FUNC_IDECHANGEIT_STRING_ALTLETTER)_FUNC_IDECHANGEIT_STRING_ALTLETTER=qbs_new(0,0);
byte_element_struct *byte_element_4494=NULL; byte_element_struct *byte_element_4500=NULL;
if (!byte_element_4494){ if (!byte_element_4500){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4494=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4494=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4500=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4500=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDECHANGEIT_LONG_K=NULL; int32 *_FUNC_IDECHANGEIT_LONG_K=NULL;
if(_FUNC_IDECHANGEIT_LONG_K==NULL){ if(_FUNC_IDECHANGEIT_LONG_K==NULL){
@ -111,10 +111,10 @@ if(_FUNC_IDECHANGEIT_LONG_INFO==NULL){
_FUNC_IDECHANGEIT_LONG_INFO=(int32*)mem_static_malloc(4); _FUNC_IDECHANGEIT_LONG_INFO=(int32*)mem_static_malloc(4);
*_FUNC_IDECHANGEIT_LONG_INFO=0; *_FUNC_IDECHANGEIT_LONG_INFO=0;
} }
int64 fornext_value4496; int64 fornext_value4502;
int64 fornext_finalvalue4496; int64 fornext_finalvalue4502;
int64 fornext_step4496; int64 fornext_step4502;
uint8 fornext_step_negative4496; uint8 fornext_step_negative4502;
int32 *_FUNC_IDECHANGEIT_LONG_T=NULL; int32 *_FUNC_IDECHANGEIT_LONG_T=NULL;
if(_FUNC_IDECHANGEIT_LONG_T==NULL){ if(_FUNC_IDECHANGEIT_LONG_T==NULL){
_FUNC_IDECHANGEIT_LONG_T=(int32*)mem_static_malloc(4); _FUNC_IDECHANGEIT_LONG_T=(int32*)mem_static_malloc(4);

View file

@ -3,10 +3,10 @@ if(_SUB_IDEDELLINE_LONG_B==NULL){
_SUB_IDEDELLINE_LONG_B=(int32*)mem_static_malloc(4); _SUB_IDEDELLINE_LONG_B=(int32*)mem_static_malloc(4);
*_SUB_IDEDELLINE_LONG_B=0; *_SUB_IDEDELLINE_LONG_B=0;
} }
int64 fornext_value4498; int64 fornext_value4504;
int64 fornext_finalvalue4498; int64 fornext_finalvalue4504;
int64 fornext_step4498; int64 fornext_step4504;
uint8 fornext_step_negative4498; uint8 fornext_step_negative4504;
int32 *_SUB_IDEDELLINE_LONG_Y=NULL; int32 *_SUB_IDEDELLINE_LONG_Y=NULL;
if(_SUB_IDEDELLINE_LONG_Y==NULL){ if(_SUB_IDEDELLINE_LONG_Y==NULL){
_SUB_IDEDELLINE_LONG_Y=(int32*)mem_static_malloc(4); _SUB_IDEDELLINE_LONG_Y=(int32*)mem_static_malloc(4);
@ -17,7 +17,7 @@ if(_SUB_IDEDELLINE_LONG_TEXTLEN==NULL){
_SUB_IDEDELLINE_LONG_TEXTLEN=(int32*)mem_static_malloc(4); _SUB_IDEDELLINE_LONG_TEXTLEN=(int32*)mem_static_malloc(4);
*_SUB_IDEDELLINE_LONG_TEXTLEN=0; *_SUB_IDEDELLINE_LONG_TEXTLEN=0;
} }
byte_element_struct *byte_element_4499=NULL; byte_element_struct *byte_element_4505=NULL;
if (!byte_element_4499){ if (!byte_element_4505){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4499=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4499=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4505=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4505=(byte_element_struct*)mem_static_malloc(12);
} }

View file

@ -1,14 +1,14 @@
qbs *_FUNC_EVALUATE_STRING_EVALUATE=NULL; qbs *_FUNC_EVALUATE_STRING_EVALUATE=NULL;
if (!_FUNC_EVALUATE_STRING_EVALUATE)_FUNC_EVALUATE_STRING_EVALUATE=qbs_new(0,0); if (!_FUNC_EVALUATE_STRING_EVALUATE)_FUNC_EVALUATE_STRING_EVALUATE=qbs_new(0,0);
qbs*oldstr2279=NULL; qbs*oldstr2280=NULL;
if(_FUNC_EVALUATE_STRING_A2->tmp||_FUNC_EVALUATE_STRING_A2->fixed||_FUNC_EVALUATE_STRING_A2->readonly){ if(_FUNC_EVALUATE_STRING_A2->tmp||_FUNC_EVALUATE_STRING_A2->fixed||_FUNC_EVALUATE_STRING_A2->readonly){
oldstr2279=_FUNC_EVALUATE_STRING_A2; oldstr2280=_FUNC_EVALUATE_STRING_A2;
if (oldstr2279->cmem_descriptor){ if (oldstr2280->cmem_descriptor){
_FUNC_EVALUATE_STRING_A2=qbs_new_cmem(oldstr2279->len,0); _FUNC_EVALUATE_STRING_A2=qbs_new_cmem(oldstr2280->len,0);
}else{ }else{
_FUNC_EVALUATE_STRING_A2=qbs_new(oldstr2279->len,0); _FUNC_EVALUATE_STRING_A2=qbs_new(oldstr2280->len,0);
} }
memcpy(_FUNC_EVALUATE_STRING_A2->chr,oldstr2279->chr,oldstr2279->len); memcpy(_FUNC_EVALUATE_STRING_A2->chr,oldstr2280->chr,oldstr2280->len);
} }
ptrszint *_FUNC_EVALUATE_ARRAY_STRING_BLOCK=NULL; ptrszint *_FUNC_EVALUATE_ARRAY_STRING_BLOCK=NULL;
if (!_FUNC_EVALUATE_ARRAY_STRING_BLOCK){ 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=(int32*)mem_static_malloc(4);
*_FUNC_EVALUATE_LONG_I=0; *_FUNC_EVALUATE_LONG_I=0;
} }
int64 fornext_value2282; int64 fornext_value2283;
int64 fornext_finalvalue2282; int64 fornext_finalvalue2283;
int64 fornext_step2282; int64 fornext_step2283;
uint8 fornext_step_negative2282; uint8 fornext_step_negative2283;
qbs *_FUNC_EVALUATE_STRING_L=NULL; qbs *_FUNC_EVALUATE_STRING_L=NULL;
if (!_FUNC_EVALUATE_STRING_L)_FUNC_EVALUATE_STRING_L=qbs_new(0,0); if (!_FUNC_EVALUATE_STRING_L)_FUNC_EVALUATE_STRING_L=qbs_new(0,0);
qbs *_FUNC_EVALUATE_STRING_NEXTL=NULL; qbs *_FUNC_EVALUATE_STRING_NEXTL=NULL;
if (!_FUNC_EVALUATE_STRING_NEXTL)_FUNC_EVALUATE_STRING_NEXTL=qbs_new(0,0); if (!_FUNC_EVALUATE_STRING_NEXTL)_FUNC_EVALUATE_STRING_NEXTL=qbs_new(0,0);
int32 pass2284; int32 pass2285;
qbs *_FUNC_EVALUATE_STRING_L2=NULL; qbs *_FUNC_EVALUATE_STRING_L2=NULL;
if (!_FUNC_EVALUATE_STRING_L2)_FUNC_EVALUATE_STRING_L2=qbs_new(0,0); if (!_FUNC_EVALUATE_STRING_L2)_FUNC_EVALUATE_STRING_L2=qbs_new(0,0);
int32 *_FUNC_EVALUATE_LONG_TRY_METHOD=NULL; 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=(int32*)mem_static_malloc(4);
*_FUNC_EVALUATE_LONG_TRY_METHOD=0; *_FUNC_EVALUATE_LONG_TRY_METHOD=0;
} }
int64 fornext_value2287; int64 fornext_value2288;
int64 fornext_finalvalue2287; int64 fornext_finalvalue2288;
int64 fornext_step2287; int64 fornext_step2288;
uint8 fornext_step_negative2287; uint8 fornext_step_negative2288;
qbs *_FUNC_EVALUATE_STRING_DTYP=NULL; qbs *_FUNC_EVALUATE_STRING_DTYP=NULL;
if (!_FUNC_EVALUATE_STRING_DTYP)_FUNC_EVALUATE_STRING_DTYP=qbs_new(0,0); if (!_FUNC_EVALUATE_STRING_DTYP)_FUNC_EVALUATE_STRING_DTYP=qbs_new(0,0);
byte_element_struct *byte_element_2288=NULL; byte_element_struct *byte_element_2289=NULL;
if (!byte_element_2288){ if (!byte_element_2289){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2288=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2288=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2289=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2289=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_EVALUATE_LONG_V=NULL; int32 *_FUNC_EVALUATE_LONG_V=NULL;
if(_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; qbs *_FUNC_EVALUATE_STRING_C=NULL;
if (!_FUNC_EVALUATE_STRING_C)_FUNC_EVALUATE_STRING_C=qbs_new(0,0); if (!_FUNC_EVALUATE_STRING_C)_FUNC_EVALUATE_STRING_C=qbs_new(0,0);
int32 pass2291;
int32 pass2292; int32 pass2292;
int32 pass2293;
int32 *_FUNC_EVALUATE_LONG_TYP2=NULL; int32 *_FUNC_EVALUATE_LONG_TYP2=NULL;
if(_FUNC_EVALUATE_LONG_TYP2==NULL){ if(_FUNC_EVALUATE_LONG_TYP2==NULL){
_FUNC_EVALUATE_LONG_TYP2=(int32*)mem_static_malloc(4); _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; qbs *_FUNC_EVALUATE_STRING_O=NULL;
if (!_FUNC_EVALUATE_STRING_O)_FUNC_EVALUATE_STRING_O=qbs_new(0,0); if (!_FUNC_EVALUATE_STRING_O)_FUNC_EVALUATE_STRING_O=qbs_new(0,0);
byte_element_struct *byte_element_2293=NULL; byte_element_struct *byte_element_2294=NULL;
if (!byte_element_2293){ if (!byte_element_2294){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2293=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2293=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2294=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2294=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_EVALUATE_LONG_U=NULL; int32 *_FUNC_EVALUATE_LONG_U=NULL;
if(_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=(int32*)mem_static_malloc(4);
*_FUNC_EVALUATE_LONG_I3=0; *_FUNC_EVALUATE_LONG_I3=0;
} }
int64 fornext_value2295; int64 fornext_value2296;
int64 fornext_finalvalue2295; int64 fornext_finalvalue2296;
int64 fornext_step2295; int64 fornext_step2296;
uint8 fornext_step_negative2295; uint8 fornext_step_negative2296;
qbs *_FUNC_EVALUATE_STRING_E2=NULL; qbs *_FUNC_EVALUATE_STRING_E2=NULL;
if (!_FUNC_EVALUATE_STRING_E2)_FUNC_EVALUATE_STRING_E2=qbs_new(0,0); if (!_FUNC_EVALUATE_STRING_E2)_FUNC_EVALUATE_STRING_E2=qbs_new(0,0);
int32 *_FUNC_EVALUATE_LONG_I4=NULL; 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; qbs *_FUNC_EVALUATE_STRING_E=NULL;
if (!_FUNC_EVALUATE_STRING_E)_FUNC_EVALUATE_STRING_E=qbs_new(0,0); if (!_FUNC_EVALUATE_STRING_E)_FUNC_EVALUATE_STRING_E=qbs_new(0,0);
int32 pass2296; int32 pass2297;
int32 *_FUNC_EVALUATE_LONG_ARGS=NULL; int32 *_FUNC_EVALUATE_LONG_ARGS=NULL;
if(_FUNC_EVALUATE_LONG_ARGS==NULL){ if(_FUNC_EVALUATE_LONG_ARGS==NULL){
_FUNC_EVALUATE_LONG_ARGS=(int32*)mem_static_malloc(4); _FUNC_EVALUATE_LONG_ARGS=(int32*)mem_static_malloc(4);
*_FUNC_EVALUATE_LONG_ARGS=0; *_FUNC_EVALUATE_LONG_ARGS=0;
} }
int32 pass2297;
int32 pass2298; int32 pass2298;
int32 pass2299; int32 pass2299;
int32 pass2300; int32 pass2300;
int32 pass2301;
int32 *_FUNC_EVALUATE_LONG_NUME=NULL; int32 *_FUNC_EVALUATE_LONG_NUME=NULL;
if(_FUNC_EVALUATE_LONG_NUME==NULL){ if(_FUNC_EVALUATE_LONG_NUME==NULL){
_FUNC_EVALUATE_LONG_NUME=(int32*)mem_static_malloc(4); _FUNC_EVALUATE_LONG_NUME=(int32*)mem_static_malloc(4);
*_FUNC_EVALUATE_LONG_NUME=0; *_FUNC_EVALUATE_LONG_NUME=0;
} }
int64 fornext_value2305; int64 fornext_value2306;
int64 fornext_finalvalue2305; int64 fornext_finalvalue2306;
int64 fornext_step2305; int64 fornext_step2306;
uint8 fornext_step_negative2305; uint8 fornext_step_negative2306;
qbs *_FUNC_EVALUATE_STRING_FAKEE=NULL; qbs *_FUNC_EVALUATE_STRING_FAKEE=NULL;
if (!_FUNC_EVALUATE_STRING_FAKEE)_FUNC_EVALUATE_STRING_FAKEE=qbs_new(0,0); if (!_FUNC_EVALUATE_STRING_FAKEE)_FUNC_EVALUATE_STRING_FAKEE=qbs_new(0,0);
int64 fornext_value2307; int64 fornext_value2308;
int64 fornext_finalvalue2307; int64 fornext_finalvalue2308;
int64 fornext_step2307; int64 fornext_step2308;
uint8 fornext_step_negative2307; uint8 fornext_step_negative2308;
int32 *_FUNC_EVALUATE_LONG_OLDDIMSTATIC=NULL; int32 *_FUNC_EVALUATE_LONG_OLDDIMSTATIC=NULL;
if(_FUNC_EVALUATE_LONG_OLDDIMSTATIC==NULL){ if(_FUNC_EVALUATE_LONG_OLDDIMSTATIC==NULL){
_FUNC_EVALUATE_LONG_OLDDIMSTATIC=(int32*)mem_static_malloc(4); _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=(int32*)mem_static_malloc(4);
*_FUNC_EVALUATE_LONG_X=0; *_FUNC_EVALUATE_LONG_X=0;
} }
int64 fornext_value2310; int64 fornext_value2311;
int64 fornext_finalvalue2310; int64 fornext_finalvalue2311;
int64 fornext_step2310; int64 fornext_step2311;
uint8 fornext_step_negative2310; uint8 fornext_step_negative2311;
qbs *_FUNC_EVALUATE_STRING_VARNAME2=NULL; qbs *_FUNC_EVALUATE_STRING_VARNAME2=NULL;
if (!_FUNC_EVALUATE_STRING_VARNAME2)_FUNC_EVALUATE_STRING_VARNAME2=qbs_new(0,0); if (!_FUNC_EVALUATE_STRING_VARNAME2)_FUNC_EVALUATE_STRING_VARNAME2=qbs_new(0,0);
qbs *_FUNC_EVALUATE_STRING_TYP2=NULL; 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=(int32*)mem_static_malloc(4);
*_FUNC_EVALUATE_LONG_I1=0; *_FUNC_EVALUATE_LONG_I1=0;
} }
int32 pass2312; int32 pass2313;
qbs *_FUNC_EVALUATE_STRING_R=NULL; qbs *_FUNC_EVALUATE_STRING_R=NULL;
if (!_FUNC_EVALUATE_STRING_R)_FUNC_EVALUATE_STRING_R=qbs_new(0,0); if (!_FUNC_EVALUATE_STRING_R)_FUNC_EVALUATE_STRING_R=qbs_new(0,0);
int64 fornext_value2315; int64 fornext_value2316;
int64 fornext_finalvalue2315; int64 fornext_finalvalue2316;
int64 fornext_step2315; int64 fornext_step2316;
uint8 fornext_step_negative2315; uint8 fornext_step_negative2316;
int64 fornext_value2319; int64 fornext_value2320;
int64 fornext_finalvalue2319; int64 fornext_finalvalue2320;
int64 fornext_step2319; int64 fornext_step2320;
uint8 fornext_step_negative2319; uint8 fornext_step_negative2320;
int32 *_FUNC_EVALUATE_LONG_C=NULL; int32 *_FUNC_EVALUATE_LONG_C=NULL;
if(_FUNC_EVALUATE_LONG_C==NULL){ if(_FUNC_EVALUATE_LONG_C==NULL){
_FUNC_EVALUATE_LONG_C=(int32*)mem_static_malloc(4); _FUNC_EVALUATE_LONG_C=(int32*)mem_static_malloc(4);
@ -261,27 +261,27 @@ qbs *_FUNC_EVALUATE_STRING_X=NULL;
if (!_FUNC_EVALUATE_STRING_X)_FUNC_EVALUATE_STRING_X=qbs_new(0,0); if (!_FUNC_EVALUATE_STRING_X)_FUNC_EVALUATE_STRING_X=qbs_new(0,0);
qbs *_FUNC_EVALUATE_STRING_TYP=NULL; qbs *_FUNC_EVALUATE_STRING_TYP=NULL;
if (!_FUNC_EVALUATE_STRING_TYP)_FUNC_EVALUATE_STRING_TYP=qbs_new(0,0); if (!_FUNC_EVALUATE_STRING_TYP)_FUNC_EVALUATE_STRING_TYP=qbs_new(0,0);
byte_element_struct *byte_element_2320=NULL; byte_element_struct *byte_element_2321=NULL;
if (!byte_element_2320){ if (!byte_element_2321){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2320=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2320=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2321=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2321=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_EVALUATE_LONG_RETVAL=NULL; int32 *_FUNC_EVALUATE_LONG_RETVAL=NULL;
if(_FUNC_EVALUATE_LONG_RETVAL==NULL){ if(_FUNC_EVALUATE_LONG_RETVAL==NULL){
_FUNC_EVALUATE_LONG_RETVAL=(int32*)mem_static_malloc(4); _FUNC_EVALUATE_LONG_RETVAL=(int32*)mem_static_malloc(4);
*_FUNC_EVALUATE_LONG_RETVAL=0; *_FUNC_EVALUATE_LONG_RETVAL=0;
} }
int32 pass2324;
int32 pass2325; int32 pass2325;
int32 pass2326; int32 pass2326;
int32 pass2327;
int32 *_FUNC_EVALUATE_LONG_NONOP=NULL; int32 *_FUNC_EVALUATE_LONG_NONOP=NULL;
if(_FUNC_EVALUATE_LONG_NONOP==NULL){ if(_FUNC_EVALUATE_LONG_NONOP==NULL){
_FUNC_EVALUATE_LONG_NONOP=(int32*)mem_static_malloc(4); _FUNC_EVALUATE_LONG_NONOP=(int32*)mem_static_malloc(4);
*_FUNC_EVALUATE_LONG_NONOP=0; *_FUNC_EVALUATE_LONG_NONOP=0;
} }
int64 fornext_value2330; int64 fornext_value2331;
int64 fornext_finalvalue2330; int64 fornext_finalvalue2331;
int64 fornext_step2330; int64 fornext_step2331;
uint8 fornext_step_negative2330; uint8 fornext_step_negative2331;
int32 *_FUNC_EVALUATE_LONG_ISOP=NULL; int32 *_FUNC_EVALUATE_LONG_ISOP=NULL;
if(_FUNC_EVALUATE_LONG_ISOP==NULL){ if(_FUNC_EVALUATE_LONG_ISOP==NULL){
_FUNC_EVALUATE_LONG_ISOP=(int32*)mem_static_malloc(4); _FUNC_EVALUATE_LONG_ISOP=(int32*)mem_static_malloc(4);
@ -339,8 +339,8 @@ if(_FUNC_EVALUATE_LONG_B3==NULL){
_FUNC_EVALUATE_LONG_B3=(int32*)mem_static_malloc(4); _FUNC_EVALUATE_LONG_B3=(int32*)mem_static_malloc(4);
*_FUNC_EVALUATE_LONG_B3=0; *_FUNC_EVALUATE_LONG_B3=0;
} }
int64 fornext_value2333; int64 fornext_value2334;
int64 fornext_finalvalue2333; int64 fornext_finalvalue2334;
int64 fornext_step2333; int64 fornext_step2334;
uint8 fornext_step_negative2333; uint8 fornext_step_negative2334;
int32 pass2342; int32 pass2343;

View file

@ -20,16 +20,16 @@ if(_SUB_IDEDRAWOBJ_LONG_X2==NULL){
_SUB_IDEDRAWOBJ_LONG_X2=(int32*)mem_static_malloc(4); _SUB_IDEDRAWOBJ_LONG_X2=(int32*)mem_static_malloc(4);
*_SUB_IDEDRAWOBJ_LONG_X2=0; *_SUB_IDEDRAWOBJ_LONG_X2=0;
} }
int32 pass4500; int32 pass4506;
int32 pass4501; int32 pass4507;
int32 pass4502; int32 pass4508;
byte_element_struct *byte_element_4503=NULL; byte_element_struct *byte_element_4509=NULL;
if (!byte_element_4503){ if (!byte_element_4509){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4503=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4503=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4509=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4509=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4504=NULL; byte_element_struct *byte_element_4510=NULL;
if (!byte_element_4504){ if (!byte_element_4510){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4504=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4504=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4510=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4510=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDEDRAWOBJ_LONG_CX=NULL; int32 *_SUB_IDEDRAWOBJ_LONG_CX=NULL;
if(_SUB_IDEDRAWOBJ_LONG_CX==NULL){ if(_SUB_IDEDRAWOBJ_LONG_CX==NULL){
@ -41,9 +41,9 @@ if(_SUB_IDEDRAWOBJ_LONG_TX==NULL){
_SUB_IDEDRAWOBJ_LONG_TX=(int32*)mem_static_malloc(4); _SUB_IDEDRAWOBJ_LONG_TX=(int32*)mem_static_malloc(4);
*_SUB_IDEDRAWOBJ_LONG_TX=0; *_SUB_IDEDRAWOBJ_LONG_TX=0;
} }
byte_element_struct *byte_element_4505=NULL; byte_element_struct *byte_element_4511=NULL;
if (!byte_element_4505){ if (!byte_element_4511){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4505=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4505=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4511=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4511=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDEDRAWOBJ_LONG_SX1=NULL; int32 *_SUB_IDEDRAWOBJ_LONG_SX1=NULL;
if(_SUB_IDEDRAWOBJ_LONG_SX1==NULL){ if(_SUB_IDEDRAWOBJ_LONG_SX1==NULL){
@ -60,16 +60,16 @@ if(_SUB_IDEDRAWOBJ_LONG_COLORCHAR==NULL){
_SUB_IDEDRAWOBJ_LONG_COLORCHAR=(int32*)mem_static_malloc(4); _SUB_IDEDRAWOBJ_LONG_COLORCHAR=(int32*)mem_static_malloc(4);
*_SUB_IDEDRAWOBJ_LONG_COLORCHAR=0; *_SUB_IDEDRAWOBJ_LONG_COLORCHAR=0;
} }
int64 fornext_value4508; int64 fornext_value4514;
int64 fornext_finalvalue4508; int64 fornext_finalvalue4514;
int64 fornext_step4508; int64 fornext_step4514;
uint8 fornext_step_negative4508; uint8 fornext_step_negative4514;
byte_element_struct *byte_element_4509=NULL; byte_element_struct *byte_element_4515=NULL;
if (!byte_element_4509){ if (!byte_element_4515){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4509=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4509=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4515=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4515=(byte_element_struct*)mem_static_malloc(12);
} }
int32 pass4511; int32 pass4517;
int32 pass4512; int32 pass4518;
int32 *_SUB_IDEDRAWOBJ_LONG_W=NULL; int32 *_SUB_IDEDRAWOBJ_LONG_W=NULL;
if(_SUB_IDEDRAWOBJ_LONG_W==NULL){ if(_SUB_IDEDRAWOBJ_LONG_W==NULL){
_SUB_IDEDRAWOBJ_LONG_W=(int32*)mem_static_malloc(4); _SUB_IDEDRAWOBJ_LONG_W=(int32*)mem_static_malloc(4);
@ -102,19 +102,19 @@ if(_SUB_IDEDRAWOBJ_LONG_I2==NULL){
_SUB_IDEDRAWOBJ_LONG_I2=(int32*)mem_static_malloc(4); _SUB_IDEDRAWOBJ_LONG_I2=(int32*)mem_static_malloc(4);
*_SUB_IDEDRAWOBJ_LONG_I2=0; *_SUB_IDEDRAWOBJ_LONG_I2=0;
} }
int64 fornext_value4514; int64 fornext_value4520;
int64 fornext_finalvalue4514; int64 fornext_finalvalue4520;
int64 fornext_step4514; int64 fornext_step4520;
uint8 fornext_step_negative4514; uint8 fornext_step_negative4520;
byte_element_struct *byte_element_4515=NULL; byte_element_struct *byte_element_4521=NULL;
if (!byte_element_4515){ if (!byte_element_4521){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4515=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4515=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4521=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4521=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_SUB_IDEDRAWOBJ_STRING_A2=NULL; qbs *_SUB_IDEDRAWOBJ_STRING_A2=NULL;
if (!_SUB_IDEDRAWOBJ_STRING_A2)_SUB_IDEDRAWOBJ_STRING_A2=qbs_new(0,0); if (!_SUB_IDEDRAWOBJ_STRING_A2)_SUB_IDEDRAWOBJ_STRING_A2=qbs_new(0,0);
byte_element_struct *byte_element_4516=NULL; byte_element_struct *byte_element_4522=NULL;
if (!byte_element_4516){ if (!byte_element_4522){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4516=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4516=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4522=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4522=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDEDRAWOBJ_LONG_TNUM=NULL; int32 *_SUB_IDEDRAWOBJ_LONG_TNUM=NULL;
if(_SUB_IDEDRAWOBJ_LONG_TNUM==NULL){ if(_SUB_IDEDRAWOBJ_LONG_TNUM==NULL){
@ -131,20 +131,20 @@ if(_SUB_IDEDRAWOBJ_LONG_Q==NULL){
_SUB_IDEDRAWOBJ_LONG_Q=(int32*)mem_static_malloc(4); _SUB_IDEDRAWOBJ_LONG_Q=(int32*)mem_static_malloc(4);
*_SUB_IDEDRAWOBJ_LONG_Q=0; *_SUB_IDEDRAWOBJ_LONG_Q=0;
} }
int32 pass4519; int32 pass4525;
int32 pass4520; int32 pass4526;
int32 *_SUB_IDEDRAWOBJ_LONG_C=NULL; int32 *_SUB_IDEDRAWOBJ_LONG_C=NULL;
if(_SUB_IDEDRAWOBJ_LONG_C==NULL){ if(_SUB_IDEDRAWOBJ_LONG_C==NULL){
_SUB_IDEDRAWOBJ_LONG_C=(int32*)mem_static_malloc(4); _SUB_IDEDRAWOBJ_LONG_C=(int32*)mem_static_malloc(4);
*_SUB_IDEDRAWOBJ_LONG_C=0; *_SUB_IDEDRAWOBJ_LONG_C=0;
} }
int64 fornext_value4522; int64 fornext_value4528;
int64 fornext_finalvalue4522; int64 fornext_finalvalue4528;
int64 fornext_step4522; int64 fornext_step4528;
uint8 fornext_step_negative4522; uint8 fornext_step_negative4528;
byte_element_struct *byte_element_4523=NULL; byte_element_struct *byte_element_4529=NULL;
if (!byte_element_4523){ if (!byte_element_4529){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4523=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4523=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4529=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4529=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDEDRAWOBJ_LONG_WHITESPACE=NULL; int32 *_SUB_IDEDRAWOBJ_LONG_WHITESPACE=NULL;
if(_SUB_IDEDRAWOBJ_LONG_WHITESPACE==NULL){ if(_SUB_IDEDRAWOBJ_LONG_WHITESPACE==NULL){
@ -166,15 +166,15 @@ if(_SUB_IDEDRAWOBJ_LONG_N2==NULL){
_SUB_IDEDRAWOBJ_LONG_N2=(int32*)mem_static_malloc(4); _SUB_IDEDRAWOBJ_LONG_N2=(int32*)mem_static_malloc(4);
*_SUB_IDEDRAWOBJ_LONG_N2=0; *_SUB_IDEDRAWOBJ_LONG_N2=0;
} }
int64 fornext_value4525; int64 fornext_value4531;
int64 fornext_finalvalue4525; int64 fornext_finalvalue4531;
int64 fornext_step4525; int64 fornext_step4531;
uint8 fornext_step_negative4525; uint8 fornext_step_negative4531;
byte_element_struct *byte_element_4526=NULL; byte_element_struct *byte_element_4532=NULL;
if (!byte_element_4526){ if (!byte_element_4532){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4526=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4526=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4532=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4532=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4527=NULL; byte_element_struct *byte_element_4533=NULL;
if (!byte_element_4527){ if (!byte_element_4533){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4527=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4527=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4533=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4533=(byte_element_struct*)mem_static_malloc(12);
} }

View file

@ -1,11 +1,11 @@
int32 pass4533; int32 pass4539;
int32 pass4534; int32 pass4540;
int32 *_SUB_IDEDRAWPAR_LONG_X=NULL; int32 *_SUB_IDEDRAWPAR_LONG_X=NULL;
if(_SUB_IDEDRAWPAR_LONG_X==NULL){ if(_SUB_IDEDRAWPAR_LONG_X==NULL){
_SUB_IDEDRAWPAR_LONG_X=(int32*)mem_static_malloc(4); _SUB_IDEDRAWPAR_LONG_X=(int32*)mem_static_malloc(4);
*_SUB_IDEDRAWPAR_LONG_X=0; *_SUB_IDEDRAWPAR_LONG_X=0;
} }
byte_element_struct *byte_element_4535=NULL; byte_element_struct *byte_element_4541=NULL;
if (!byte_element_4535){ if (!byte_element_4541){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4535=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4535=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4541=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4541=(byte_element_struct*)mem_static_malloc(12);
} }

View file

@ -1,12 +1,12 @@
qbs*oldstr4537=NULL; qbs*oldstr4543=NULL;
if(_SUB_IDEERRORMESSAGE_STRING_MESS->tmp||_SUB_IDEERRORMESSAGE_STRING_MESS->fixed||_SUB_IDEERRORMESSAGE_STRING_MESS->readonly){ if(_SUB_IDEERRORMESSAGE_STRING_MESS->tmp||_SUB_IDEERRORMESSAGE_STRING_MESS->fixed||_SUB_IDEERRORMESSAGE_STRING_MESS->readonly){
oldstr4537=_SUB_IDEERRORMESSAGE_STRING_MESS; oldstr4543=_SUB_IDEERRORMESSAGE_STRING_MESS;
if (oldstr4537->cmem_descriptor){ if (oldstr4543->cmem_descriptor){
_SUB_IDEERRORMESSAGE_STRING_MESS=qbs_new_cmem(oldstr4537->len,0); _SUB_IDEERRORMESSAGE_STRING_MESS=qbs_new_cmem(oldstr4543->len,0);
}else{ }else{
_SUB_IDEERRORMESSAGE_STRING_MESS=qbs_new(oldstr4537->len,0); _SUB_IDEERRORMESSAGE_STRING_MESS=qbs_new(oldstr4543->len,0);
} }
memcpy(_SUB_IDEERRORMESSAGE_STRING_MESS->chr,oldstr4537->chr,oldstr4537->len); memcpy(_SUB_IDEERRORMESSAGE_STRING_MESS->chr,oldstr4543->chr,oldstr4543->len);
} }
int32 *_SUB_IDEERRORMESSAGE_LONG_FOCUS=NULL; int32 *_SUB_IDEERRORMESSAGE_LONG_FOCUS=NULL;
if(_SUB_IDEERRORMESSAGE_LONG_FOCUS==NULL){ if(_SUB_IDEERRORMESSAGE_LONG_FOCUS==NULL){
@ -45,16 +45,16 @@ if(_SUB_IDEERRORMESSAGE_LONG_I==NULL){
_SUB_IDEERRORMESSAGE_LONG_I=(int32*)mem_static_malloc(4); _SUB_IDEERRORMESSAGE_LONG_I=(int32*)mem_static_malloc(4);
*_SUB_IDEERRORMESSAGE_LONG_I=0; *_SUB_IDEERRORMESSAGE_LONG_I=0;
} }
byte_element_struct *byte_element_4538=NULL; byte_element_struct *byte_element_4544=NULL;
if (!byte_element_4538){ if (!byte_element_4544){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4538=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4538=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4544=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4544=(byte_element_struct*)mem_static_malloc(12);
} }
int32 pass4539; int32 pass4545;
int32 pass4540; int32 pass4546;
int64 fornext_value4542; int64 fornext_value4548;
int64 fornext_finalvalue4542; int64 fornext_finalvalue4548;
int64 fornext_step4542; int64 fornext_step4548;
uint8 fornext_step_negative4542; uint8 fornext_step_negative4548;
int32 *_SUB_IDEERRORMESSAGE_LONG_F=NULL; int32 *_SUB_IDEERRORMESSAGE_LONG_F=NULL;
if(_SUB_IDEERRORMESSAGE_LONG_F==NULL){ if(_SUB_IDEERRORMESSAGE_LONG_F==NULL){
_SUB_IDEERRORMESSAGE_LONG_F=(int32*)mem_static_malloc(4); _SUB_IDEERRORMESSAGE_LONG_F=(int32*)mem_static_malloc(4);
@ -70,10 +70,10 @@ if(_SUB_IDEERRORMESSAGE_LONG_CY==NULL){
_SUB_IDEERRORMESSAGE_LONG_CY=(int32*)mem_static_malloc(4); _SUB_IDEERRORMESSAGE_LONG_CY=(int32*)mem_static_malloc(4);
*_SUB_IDEERRORMESSAGE_LONG_CY=0; *_SUB_IDEERRORMESSAGE_LONG_CY=0;
} }
int64 fornext_value4545; int64 fornext_value4551;
int64 fornext_finalvalue4545; int64 fornext_finalvalue4551;
int64 fornext_step4545; int64 fornext_step4551;
uint8 fornext_step_negative4545; uint8 fornext_step_negative4551;
int32 *_SUB_IDEERRORMESSAGE_LONG_LASTFOCUS=NULL; int32 *_SUB_IDEERRORMESSAGE_LONG_LASTFOCUS=NULL;
if(_SUB_IDEERRORMESSAGE_LONG_LASTFOCUS==NULL){ if(_SUB_IDEERRORMESSAGE_LONG_LASTFOCUS==NULL){
_SUB_IDEERRORMESSAGE_LONG_LASTFOCUS=(int32*)mem_static_malloc(4); _SUB_IDEERRORMESSAGE_LONG_LASTFOCUS=(int32*)mem_static_malloc(4);
@ -106,9 +106,9 @@ _SUB_IDEERRORMESSAGE_LONG_OLDALT=(int32*)mem_static_malloc(4);
} }
qbs *_SUB_IDEERRORMESSAGE_STRING_ALTLETTER=NULL; qbs *_SUB_IDEERRORMESSAGE_STRING_ALTLETTER=NULL;
if (!_SUB_IDEERRORMESSAGE_STRING_ALTLETTER)_SUB_IDEERRORMESSAGE_STRING_ALTLETTER=qbs_new(0,0); if (!_SUB_IDEERRORMESSAGE_STRING_ALTLETTER)_SUB_IDEERRORMESSAGE_STRING_ALTLETTER=qbs_new(0,0);
byte_element_struct *byte_element_4548=NULL; byte_element_struct *byte_element_4554=NULL;
if (!byte_element_4548){ if (!byte_element_4554){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4548=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4548=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4554=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4554=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDEERRORMESSAGE_LONG_K=NULL; int32 *_SUB_IDEERRORMESSAGE_LONG_K=NULL;
if(_SUB_IDEERRORMESSAGE_LONG_K==NULL){ if(_SUB_IDEERRORMESSAGE_LONG_K==NULL){
@ -120,10 +120,10 @@ if(_SUB_IDEERRORMESSAGE_LONG_INFO==NULL){
_SUB_IDEERRORMESSAGE_LONG_INFO=(int32*)mem_static_malloc(4); _SUB_IDEERRORMESSAGE_LONG_INFO=(int32*)mem_static_malloc(4);
*_SUB_IDEERRORMESSAGE_LONG_INFO=0; *_SUB_IDEERRORMESSAGE_LONG_INFO=0;
} }
int64 fornext_value4550; int64 fornext_value4556;
int64 fornext_finalvalue4550; int64 fornext_finalvalue4556;
int64 fornext_step4550; int64 fornext_step4556;
uint8 fornext_step_negative4550; uint8 fornext_step_negative4556;
int32 *_SUB_IDEERRORMESSAGE_LONG_T=NULL; int32 *_SUB_IDEERRORMESSAGE_LONG_T=NULL;
if(_SUB_IDEERRORMESSAGE_LONG_T==NULL){ if(_SUB_IDEERRORMESSAGE_LONG_T==NULL){
_SUB_IDEERRORMESSAGE_LONG_T=(int32*)mem_static_malloc(4); _SUB_IDEERRORMESSAGE_LONG_T=(int32*)mem_static_malloc(4);

View file

@ -37,12 +37,12 @@ if(_FUNC_IDEFILEEXISTS_LONG_I==NULL){
_FUNC_IDEFILEEXISTS_LONG_I=(int32*)mem_static_malloc(4); _FUNC_IDEFILEEXISTS_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_IDEFILEEXISTS_LONG_I=0; *_FUNC_IDEFILEEXISTS_LONG_I=0;
} }
int32 pass4551; int32 pass4557;
int32 pass4552; int32 pass4558;
int64 fornext_value4554; int64 fornext_value4560;
int64 fornext_finalvalue4554; int64 fornext_finalvalue4560;
int64 fornext_step4554; int64 fornext_step4560;
uint8 fornext_step_negative4554; uint8 fornext_step_negative4560;
int32 *_FUNC_IDEFILEEXISTS_LONG_F=NULL; int32 *_FUNC_IDEFILEEXISTS_LONG_F=NULL;
if(_FUNC_IDEFILEEXISTS_LONG_F==NULL){ if(_FUNC_IDEFILEEXISTS_LONG_F==NULL){
_FUNC_IDEFILEEXISTS_LONG_F=(int32*)mem_static_malloc(4); _FUNC_IDEFILEEXISTS_LONG_F=(int32*)mem_static_malloc(4);
@ -58,10 +58,10 @@ if(_FUNC_IDEFILEEXISTS_LONG_CY==NULL){
_FUNC_IDEFILEEXISTS_LONG_CY=(int32*)mem_static_malloc(4); _FUNC_IDEFILEEXISTS_LONG_CY=(int32*)mem_static_malloc(4);
*_FUNC_IDEFILEEXISTS_LONG_CY=0; *_FUNC_IDEFILEEXISTS_LONG_CY=0;
} }
int64 fornext_value4557; int64 fornext_value4563;
int64 fornext_finalvalue4557; int64 fornext_finalvalue4563;
int64 fornext_step4557; int64 fornext_step4563;
uint8 fornext_step_negative4557; uint8 fornext_step_negative4563;
int32 *_FUNC_IDEFILEEXISTS_LONG_LASTFOCUS=NULL; int32 *_FUNC_IDEFILEEXISTS_LONG_LASTFOCUS=NULL;
if(_FUNC_IDEFILEEXISTS_LONG_LASTFOCUS==NULL){ if(_FUNC_IDEFILEEXISTS_LONG_LASTFOCUS==NULL){
_FUNC_IDEFILEEXISTS_LONG_LASTFOCUS=(int32*)mem_static_malloc(4); _FUNC_IDEFILEEXISTS_LONG_LASTFOCUS=(int32*)mem_static_malloc(4);
@ -94,9 +94,9 @@ _FUNC_IDEFILEEXISTS_LONG_OLDALT=(int32*)mem_static_malloc(4);
} }
qbs *_FUNC_IDEFILEEXISTS_STRING_ALTLETTER=NULL; qbs *_FUNC_IDEFILEEXISTS_STRING_ALTLETTER=NULL;
if (!_FUNC_IDEFILEEXISTS_STRING_ALTLETTER)_FUNC_IDEFILEEXISTS_STRING_ALTLETTER=qbs_new(0,0); if (!_FUNC_IDEFILEEXISTS_STRING_ALTLETTER)_FUNC_IDEFILEEXISTS_STRING_ALTLETTER=qbs_new(0,0);
byte_element_struct *byte_element_4560=NULL; byte_element_struct *byte_element_4566=NULL;
if (!byte_element_4560){ if (!byte_element_4566){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4560=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4560=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4566=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4566=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDEFILEEXISTS_LONG_K=NULL; int32 *_FUNC_IDEFILEEXISTS_LONG_K=NULL;
if(_FUNC_IDEFILEEXISTS_LONG_K==NULL){ if(_FUNC_IDEFILEEXISTS_LONG_K==NULL){
@ -108,10 +108,10 @@ if(_FUNC_IDEFILEEXISTS_LONG_INFO==NULL){
_FUNC_IDEFILEEXISTS_LONG_INFO=(int32*)mem_static_malloc(4); _FUNC_IDEFILEEXISTS_LONG_INFO=(int32*)mem_static_malloc(4);
*_FUNC_IDEFILEEXISTS_LONG_INFO=0; *_FUNC_IDEFILEEXISTS_LONG_INFO=0;
} }
int64 fornext_value4562; int64 fornext_value4568;
int64 fornext_finalvalue4562; int64 fornext_finalvalue4568;
int64 fornext_step4562; int64 fornext_step4568;
uint8 fornext_step_negative4562; uint8 fornext_step_negative4568;
int32 *_FUNC_IDEFILEEXISTS_LONG_T=NULL; int32 *_FUNC_IDEFILEEXISTS_LONG_T=NULL;
if(_FUNC_IDEFILEEXISTS_LONG_T==NULL){ if(_FUNC_IDEFILEEXISTS_LONG_T==NULL){
_FUNC_IDEFILEEXISTS_LONG_T=(int32*)mem_static_malloc(4); _FUNC_IDEFILEEXISTS_LONG_T=(int32*)mem_static_malloc(4);

View file

@ -63,13 +63,13 @@ if(_FUNC_IDEFIND_LONG_X==NULL){
_FUNC_IDEFIND_LONG_X=(int32*)mem_static_malloc(4); _FUNC_IDEFIND_LONG_X=(int32*)mem_static_malloc(4);
*_FUNC_IDEFIND_LONG_X=0; *_FUNC_IDEFIND_LONG_X=0;
} }
int64 fornext_value4564; int64 fornext_value4570;
int64 fornext_finalvalue4564; int64 fornext_finalvalue4570;
int64 fornext_step4564; int64 fornext_step4570;
uint8 fornext_step_negative4564; uint8 fornext_step_negative4570;
byte_element_struct *byte_element_4565=NULL; byte_element_struct *byte_element_4571=NULL;
if (!byte_element_4565){ if (!byte_element_4571){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4565=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4565=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4571=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4571=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDEFIND_LONG_LN=NULL; int32 *_FUNC_IDEFIND_LONG_LN=NULL;
if(_FUNC_IDEFIND_LONG_LN==NULL){ if(_FUNC_IDEFIND_LONG_LN==NULL){
@ -81,13 +81,13 @@ if(_FUNC_IDEFIND_LONG_FH==NULL){
_FUNC_IDEFIND_LONG_FH=(int32*)mem_static_malloc(4); _FUNC_IDEFIND_LONG_FH=(int32*)mem_static_malloc(4);
*_FUNC_IDEFIND_LONG_FH=0; *_FUNC_IDEFIND_LONG_FH=0;
} }
byte_element_struct *byte_element_4566=NULL; byte_element_struct *byte_element_4572=NULL;
if (!byte_element_4566){ if (!byte_element_4572){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4566=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4566=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4572=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4572=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4567=NULL; byte_element_struct *byte_element_4573=NULL;
if (!byte_element_4567){ if (!byte_element_4573){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4567=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4567=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4573=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4573=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDEFIND_LONG_AI=NULL; int32 *_FUNC_IDEFIND_LONG_AI=NULL;
if(_FUNC_IDEFIND_LONG_AI==NULL){ if(_FUNC_IDEFIND_LONG_AI==NULL){
@ -96,38 +96,38 @@ _FUNC_IDEFIND_LONG_AI=(int32*)mem_static_malloc(4);
} }
qbs *_FUNC_IDEFIND_STRING_F=NULL; qbs *_FUNC_IDEFIND_STRING_F=NULL;
if (!_FUNC_IDEFIND_STRING_F)_FUNC_IDEFIND_STRING_F=qbs_new(0,0); if (!_FUNC_IDEFIND_STRING_F)_FUNC_IDEFIND_STRING_F=qbs_new(0,0);
byte_element_struct *byte_element_4569=NULL; byte_element_struct *byte_element_4575=NULL;
if (!byte_element_4569){ if (!byte_element_4575){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4569=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4569=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4575=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4575=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4570=NULL; byte_element_struct *byte_element_4576=NULL;
if (!byte_element_4570){ if (!byte_element_4576){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4570=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4570=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4576=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4576=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDEFIND_LONG_I=NULL; int32 *_FUNC_IDEFIND_LONG_I=NULL;
if(_FUNC_IDEFIND_LONG_I==NULL){ if(_FUNC_IDEFIND_LONG_I==NULL){
_FUNC_IDEFIND_LONG_I=(int32*)mem_static_malloc(4); _FUNC_IDEFIND_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_IDEFIND_LONG_I=0; *_FUNC_IDEFIND_LONG_I=0;
} }
int32 pass4571; int32 pass4577;
int32 pass4572; int32 pass4578;
int32 *_FUNC_IDEFIND_LONG_PREVFOCUS=NULL; int32 *_FUNC_IDEFIND_LONG_PREVFOCUS=NULL;
if(_FUNC_IDEFIND_LONG_PREVFOCUS==NULL){ if(_FUNC_IDEFIND_LONG_PREVFOCUS==NULL){
_FUNC_IDEFIND_LONG_PREVFOCUS=(int32*)mem_static_malloc(4); _FUNC_IDEFIND_LONG_PREVFOCUS=(int32*)mem_static_malloc(4);
*_FUNC_IDEFIND_LONG_PREVFOCUS=0; *_FUNC_IDEFIND_LONG_PREVFOCUS=0;
} }
byte_element_struct *byte_element_4573=NULL; byte_element_struct *byte_element_4579=NULL;
if (!byte_element_4573){ if (!byte_element_4579){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4573=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4573=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4579=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4579=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4574=NULL; byte_element_struct *byte_element_4580=NULL;
if (!byte_element_4574){ if (!byte_element_4580){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4574=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4574=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4580=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4580=(byte_element_struct*)mem_static_malloc(12);
} }
int64 fornext_value4576; int64 fornext_value4582;
int64 fornext_finalvalue4576; int64 fornext_finalvalue4582;
int64 fornext_step4576; int64 fornext_step4582;
uint8 fornext_step_negative4576; uint8 fornext_step_negative4582;
int32 *_FUNC_IDEFIND_LONG_F=NULL; int32 *_FUNC_IDEFIND_LONG_F=NULL;
if(_FUNC_IDEFIND_LONG_F==NULL){ if(_FUNC_IDEFIND_LONG_F==NULL){
_FUNC_IDEFIND_LONG_F=(int32*)mem_static_malloc(4); _FUNC_IDEFIND_LONG_F=(int32*)mem_static_malloc(4);
@ -143,10 +143,10 @@ if(_FUNC_IDEFIND_LONG_CY==NULL){
_FUNC_IDEFIND_LONG_CY=(int32*)mem_static_malloc(4); _FUNC_IDEFIND_LONG_CY=(int32*)mem_static_malloc(4);
*_FUNC_IDEFIND_LONG_CY=0; *_FUNC_IDEFIND_LONG_CY=0;
} }
int64 fornext_value4579; int64 fornext_value4585;
int64 fornext_finalvalue4579; int64 fornext_finalvalue4585;
int64 fornext_step4579; int64 fornext_step4585;
uint8 fornext_step_negative4579; uint8 fornext_step_negative4585;
int32 *_FUNC_IDEFIND_LONG_LASTFOCUS=NULL; int32 *_FUNC_IDEFIND_LONG_LASTFOCUS=NULL;
if(_FUNC_IDEFIND_LONG_LASTFOCUS==NULL){ if(_FUNC_IDEFIND_LONG_LASTFOCUS==NULL){
_FUNC_IDEFIND_LONG_LASTFOCUS=(int32*)mem_static_malloc(4); _FUNC_IDEFIND_LONG_LASTFOCUS=(int32*)mem_static_malloc(4);
@ -179,9 +179,9 @@ _FUNC_IDEFIND_LONG_OLDALT=(int32*)mem_static_malloc(4);
} }
qbs *_FUNC_IDEFIND_STRING_ALTLETTER=NULL; qbs *_FUNC_IDEFIND_STRING_ALTLETTER=NULL;
if (!_FUNC_IDEFIND_STRING_ALTLETTER)_FUNC_IDEFIND_STRING_ALTLETTER=qbs_new(0,0); if (!_FUNC_IDEFIND_STRING_ALTLETTER)_FUNC_IDEFIND_STRING_ALTLETTER=qbs_new(0,0);
byte_element_struct *byte_element_4581=NULL; byte_element_struct *byte_element_4587=NULL;
if (!byte_element_4581){ if (!byte_element_4587){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4581=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4581=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4587=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4587=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDEFIND_LONG_K=NULL; int32 *_FUNC_IDEFIND_LONG_K=NULL;
if(_FUNC_IDEFIND_LONG_K==NULL){ if(_FUNC_IDEFIND_LONG_K==NULL){
@ -193,10 +193,10 @@ if(_FUNC_IDEFIND_LONG_INFO==NULL){
_FUNC_IDEFIND_LONG_INFO=(int32*)mem_static_malloc(4); _FUNC_IDEFIND_LONG_INFO=(int32*)mem_static_malloc(4);
*_FUNC_IDEFIND_LONG_INFO=0; *_FUNC_IDEFIND_LONG_INFO=0;
} }
int64 fornext_value4583; int64 fornext_value4589;
int64 fornext_finalvalue4583; int64 fornext_finalvalue4589;
int64 fornext_step4583; int64 fornext_step4589;
uint8 fornext_step_negative4583; uint8 fornext_step_negative4589;
int32 *_FUNC_IDEFIND_LONG_T=NULL; int32 *_FUNC_IDEFIND_LONG_T=NULL;
if(_FUNC_IDEFIND_LONG_T==NULL){ if(_FUNC_IDEFIND_LONG_T==NULL){
_FUNC_IDEFIND_LONG_T=(int32*)mem_static_malloc(4); _FUNC_IDEFIND_LONG_T=(int32*)mem_static_malloc(4);
@ -207,17 +207,17 @@ if(_FUNC_IDEFIND_LONG_FOCUSOFFSET==NULL){
_FUNC_IDEFIND_LONG_FOCUSOFFSET=(int32*)mem_static_malloc(4); _FUNC_IDEFIND_LONG_FOCUSOFFSET=(int32*)mem_static_malloc(4);
*_FUNC_IDEFIND_LONG_FOCUSOFFSET=0; *_FUNC_IDEFIND_LONG_FOCUSOFFSET=0;
} }
byte_element_struct *byte_element_4584=NULL; byte_element_struct *byte_element_4590=NULL;
if (!byte_element_4584){ if (!byte_element_4590){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4584=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4584=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4590=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4590=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_FUNC_IDEFIND_STRING_S=NULL; qbs *_FUNC_IDEFIND_STRING_S=NULL;
if (!_FUNC_IDEFIND_STRING_S)_FUNC_IDEFIND_STRING_S=qbs_new(0,0); if (!_FUNC_IDEFIND_STRING_S)_FUNC_IDEFIND_STRING_S=qbs_new(0,0);
byte_element_struct *byte_element_4585=NULL; byte_element_struct *byte_element_4591=NULL;
if (!byte_element_4585){ if (!byte_element_4591){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4585=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4585=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4591=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4591=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4586=NULL; byte_element_struct *byte_element_4592=NULL;
if (!byte_element_4586){ if (!byte_element_4592){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4586=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4586=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4592=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4592=(byte_element_struct*)mem_static_malloc(12);
} }

View file

@ -17,39 +17,10 @@ if(_SUB_IDEFINDAGAIN_LONG_LOOPED==NULL){
_SUB_IDEFINDAGAIN_LONG_LOOPED=(int32*)mem_static_malloc(4); _SUB_IDEFINDAGAIN_LONG_LOOPED=(int32*)mem_static_malloc(4);
*_SUB_IDEFINDAGAIN_LONG_LOOPED=0; *_SUB_IDEFINDAGAIN_LONG_LOOPED=0;
} }
byte_element_struct *byte_element_4587=NULL;
if (!byte_element_4587){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4587=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4587=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4588=NULL;
if (!byte_element_4588){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4588=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4588=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4589=NULL;
if (!byte_element_4589){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4589=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4589=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4590=NULL;
if (!byte_element_4590){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4590=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4590=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4591=NULL;
if (!byte_element_4591){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4591=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4591=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4592=NULL;
if (!byte_element_4592){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4592=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4592=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4593=NULL; byte_element_struct *byte_element_4593=NULL;
if (!byte_element_4593){ if (!byte_element_4593){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4593=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4593=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4593=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4593=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDEFINDAGAIN_LONG_X1=NULL;
if(_SUB_IDEFINDAGAIN_LONG_X1==NULL){
_SUB_IDEFINDAGAIN_LONG_X1=(int32*)mem_static_malloc(4);
*_SUB_IDEFINDAGAIN_LONG_X1=0;
}
byte_element_struct *byte_element_4594=NULL; byte_element_struct *byte_element_4594=NULL;
if (!byte_element_4594){ if (!byte_element_4594){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4594=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4594=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4594=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4594=(byte_element_struct*)mem_static_malloc(12);
@ -58,6 +29,35 @@ byte_element_struct *byte_element_4595=NULL;
if (!byte_element_4595){ if (!byte_element_4595){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4595=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4595=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4595=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4595=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4596=NULL;
if (!byte_element_4596){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4596=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4596=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4597=NULL;
if (!byte_element_4597){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4597=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4597=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4598=NULL;
if (!byte_element_4598){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4598=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4598=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4599=NULL;
if (!byte_element_4599){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4599=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4599=(byte_element_struct*)mem_static_malloc(12);
}
int32 *_SUB_IDEFINDAGAIN_LONG_X1=NULL;
if(_SUB_IDEFINDAGAIN_LONG_X1==NULL){
_SUB_IDEFINDAGAIN_LONG_X1=(int32*)mem_static_malloc(4);
*_SUB_IDEFINDAGAIN_LONG_X1=0;
}
byte_element_struct *byte_element_4600=NULL;
if (!byte_element_4600){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4600=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4600=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4601=NULL;
if (!byte_element_4601){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4601=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4601=(byte_element_struct*)mem_static_malloc(12);
}
int32 *_SUB_IDEFINDAGAIN_LONG_X=NULL; int32 *_SUB_IDEFINDAGAIN_LONG_X=NULL;
if(_SUB_IDEFINDAGAIN_LONG_X==NULL){ if(_SUB_IDEFINDAGAIN_LONG_X==NULL){
_SUB_IDEFINDAGAIN_LONG_X=(int32*)mem_static_malloc(4); _SUB_IDEFINDAGAIN_LONG_X=(int32*)mem_static_malloc(4);
@ -68,10 +68,10 @@ if(_SUB_IDEFINDAGAIN_LONG_XX==NULL){
_SUB_IDEFINDAGAIN_LONG_XX=(int32*)mem_static_malloc(4); _SUB_IDEFINDAGAIN_LONG_XX=(int32*)mem_static_malloc(4);
*_SUB_IDEFINDAGAIN_LONG_XX=0; *_SUB_IDEFINDAGAIN_LONG_XX=0;
} }
int64 fornext_value4597; int64 fornext_value4603;
int64 fornext_finalvalue4597; int64 fornext_finalvalue4603;
int64 fornext_step4597; int64 fornext_step4603;
uint8 fornext_step_negative4597; uint8 fornext_step_negative4603;
int32 *_SUB_IDEFINDAGAIN_LONG_XXO=NULL; int32 *_SUB_IDEFINDAGAIN_LONG_XXO=NULL;
if(_SUB_IDEFINDAGAIN_LONG_XXO==NULL){ if(_SUB_IDEFINDAGAIN_LONG_XXO==NULL){
_SUB_IDEFINDAGAIN_LONG_XXO=(int32*)mem_static_malloc(4); _SUB_IDEFINDAGAIN_LONG_XXO=(int32*)mem_static_malloc(4);
@ -82,17 +82,17 @@ if(_SUB_IDEFINDAGAIN_LONG_XX2==NULL){
_SUB_IDEFINDAGAIN_LONG_XX2=(int32*)mem_static_malloc(4); _SUB_IDEFINDAGAIN_LONG_XX2=(int32*)mem_static_malloc(4);
*_SUB_IDEFINDAGAIN_LONG_XX2=0; *_SUB_IDEFINDAGAIN_LONG_XX2=0;
} }
int64 fornext_value4599; int64 fornext_value4605;
int64 fornext_finalvalue4599; int64 fornext_finalvalue4605;
int64 fornext_step4599; int64 fornext_step4605;
uint8 fornext_step_negative4599; uint8 fornext_step_negative4605;
byte_element_struct *byte_element_4600=NULL; byte_element_struct *byte_element_4606=NULL;
if (!byte_element_4600){ if (!byte_element_4606){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4600=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4600=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4606=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4606=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4601=NULL; byte_element_struct *byte_element_4607=NULL;
if (!byte_element_4601){ if (!byte_element_4607){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4601=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4601=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4607=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4607=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDEFINDAGAIN_LONG_WHOLE=NULL; int32 *_SUB_IDEFINDAGAIN_LONG_WHOLE=NULL;
if(_SUB_IDEFINDAGAIN_LONG_WHOLE==NULL){ if(_SUB_IDEFINDAGAIN_LONG_WHOLE==NULL){
@ -104,23 +104,23 @@ if(_SUB_IDEFINDAGAIN_LONG_C==NULL){
_SUB_IDEFINDAGAIN_LONG_C=(int32*)mem_static_malloc(4); _SUB_IDEFINDAGAIN_LONG_C=(int32*)mem_static_malloc(4);
*_SUB_IDEFINDAGAIN_LONG_C=0; *_SUB_IDEFINDAGAIN_LONG_C=0;
} }
byte_element_struct *byte_element_4602=NULL; byte_element_struct *byte_element_4608=NULL;
if (!byte_element_4602){ if (!byte_element_4608){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4602=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4602=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4608=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4608=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4603=NULL; byte_element_struct *byte_element_4609=NULL;
if (!byte_element_4603){ if (!byte_element_4609){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4603=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4603=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4609=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4609=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4604=NULL; byte_element_struct *byte_element_4610=NULL;
if (!byte_element_4604){ if (!byte_element_4610){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4604=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4604=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4610=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4610=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4605=NULL; byte_element_struct *byte_element_4611=NULL;
if (!byte_element_4605){ if (!byte_element_4611){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4605=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4605=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4611=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4611=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4606=NULL; byte_element_struct *byte_element_4612=NULL;
if (!byte_element_4606){ if (!byte_element_4612){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4606=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4606=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4612=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4612=(byte_element_struct*)mem_static_malloc(12);
} }

View file

@ -18,10 +18,10 @@ if(_FUNC_IDEHBAR_LONG_X2==NULL){
_FUNC_IDEHBAR_LONG_X2=(int32*)mem_static_malloc(4); _FUNC_IDEHBAR_LONG_X2=(int32*)mem_static_malloc(4);
*_FUNC_IDEHBAR_LONG_X2=0; *_FUNC_IDEHBAR_LONG_X2=0;
} }
int64 fornext_value4612; int64 fornext_value4618;
int64 fornext_finalvalue4612; int64 fornext_finalvalue4618;
int64 fornext_step4612; int64 fornext_step4618;
uint8 fornext_step_negative4612; uint8 fornext_step_negative4618;
float *_FUNC_IDEHBAR_SINGLE_P=NULL; float *_FUNC_IDEHBAR_SINGLE_P=NULL;
if(_FUNC_IDEHBAR_SINGLE_P==NULL){ if(_FUNC_IDEHBAR_SINGLE_P==NULL){
_FUNC_IDEHBAR_SINGLE_P=(float*)mem_static_malloc(4); _FUNC_IDEHBAR_SINGLE_P=(float*)mem_static_malloc(4);

View file

@ -1,14 +1,14 @@
qbs *_FUNC_EVALUATEFUNC_STRING_EVALUATEFUNC=NULL; qbs *_FUNC_EVALUATEFUNC_STRING_EVALUATEFUNC=NULL;
if (!_FUNC_EVALUATEFUNC_STRING_EVALUATEFUNC)_FUNC_EVALUATEFUNC_STRING_EVALUATEFUNC=qbs_new(0,0); if (!_FUNC_EVALUATEFUNC_STRING_EVALUATEFUNC)_FUNC_EVALUATEFUNC_STRING_EVALUATEFUNC=qbs_new(0,0);
qbs*oldstr2343=NULL; qbs*oldstr2344=NULL;
if(_FUNC_EVALUATEFUNC_STRING_A2->tmp||_FUNC_EVALUATEFUNC_STRING_A2->fixed||_FUNC_EVALUATEFUNC_STRING_A2->readonly){ if(_FUNC_EVALUATEFUNC_STRING_A2->tmp||_FUNC_EVALUATEFUNC_STRING_A2->fixed||_FUNC_EVALUATEFUNC_STRING_A2->readonly){
oldstr2343=_FUNC_EVALUATEFUNC_STRING_A2; oldstr2344=_FUNC_EVALUATEFUNC_STRING_A2;
if (oldstr2343->cmem_descriptor){ if (oldstr2344->cmem_descriptor){
_FUNC_EVALUATEFUNC_STRING_A2=qbs_new_cmem(oldstr2343->len,0); _FUNC_EVALUATEFUNC_STRING_A2=qbs_new_cmem(oldstr2344->len,0);
}else{ }else{
_FUNC_EVALUATEFUNC_STRING_A2=qbs_new(oldstr2343->len,0); _FUNC_EVALUATEFUNC_STRING_A2=qbs_new(oldstr2344->len,0);
} }
memcpy(_FUNC_EVALUATEFUNC_STRING_A2->chr,oldstr2343->chr,oldstr2343->len); memcpy(_FUNC_EVALUATEFUNC_STRING_A2->chr,oldstr2344->chr,oldstr2344->len);
} }
qbs *_FUNC_EVALUATEFUNC_STRING_A=NULL; qbs *_FUNC_EVALUATEFUNC_STRING_A=NULL;
if (!_FUNC_EVALUATEFUNC_STRING_A)_FUNC_EVALUATEFUNC_STRING_A=qbs_new(0,0); if (!_FUNC_EVALUATEFUNC_STRING_A)_FUNC_EVALUATEFUNC_STRING_A=qbs_new(0,0);
@ -24,7 +24,7 @@ if(_FUNC_EVALUATEFUNC_LONG_TARGETID==NULL){
_FUNC_EVALUATEFUNC_LONG_TARGETID=(int32*)mem_static_malloc(4); _FUNC_EVALUATEFUNC_LONG_TARGETID=(int32*)mem_static_malloc(4);
*_FUNC_EVALUATEFUNC_LONG_TARGETID=0; *_FUNC_EVALUATEFUNC_LONG_TARGETID=0;
} }
int32 pass2345; int32 pass2346;
int32 *_FUNC_EVALUATEFUNC_LONG_PASSOMIT=NULL; int32 *_FUNC_EVALUATEFUNC_LONG_PASSOMIT=NULL;
if(_FUNC_EVALUATEFUNC_LONG_PASSOMIT==NULL){ if(_FUNC_EVALUATEFUNC_LONG_PASSOMIT==NULL){
_FUNC_EVALUATEFUNC_LONG_PASSOMIT=(int32*)mem_static_malloc(4); _FUNC_EVALUATEFUNC_LONG_PASSOMIT=(int32*)mem_static_malloc(4);
@ -42,9 +42,9 @@ _FUNC_EVALUATEFUNC_LONG_OMITARG_LAST=(int32*)mem_static_malloc(4);
} }
qbs *_FUNC_EVALUATEFUNC_STRING_F=NULL; qbs *_FUNC_EVALUATEFUNC_STRING_F=NULL;
if (!_FUNC_EVALUATEFUNC_STRING_F)_FUNC_EVALUATEFUNC_STRING_F=qbs_new(0,0); if (!_FUNC_EVALUATEFUNC_STRING_F)_FUNC_EVALUATEFUNC_STRING_F=qbs_new(0,0);
byte_element_struct *byte_element_2346=NULL; byte_element_struct *byte_element_2347=NULL;
if (!byte_element_2346){ if (!byte_element_2347){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2346=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2346=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2347=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2347=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_EVALUATEFUNC_LONG_SQB=NULL; int32 *_FUNC_EVALUATEFUNC_LONG_SQB=NULL;
if(_FUNC_EVALUATEFUNC_LONG_SQB==NULL){ if(_FUNC_EVALUATEFUNC_LONG_SQB==NULL){
@ -61,13 +61,13 @@ if(_FUNC_EVALUATEFUNC_LONG_FI==NULL){
_FUNC_EVALUATEFUNC_LONG_FI=(int32*)mem_static_malloc(4); _FUNC_EVALUATEFUNC_LONG_FI=(int32*)mem_static_malloc(4);
*_FUNC_EVALUATEFUNC_LONG_FI=0; *_FUNC_EVALUATEFUNC_LONG_FI=0;
} }
int64 fornext_value2348; int64 fornext_value2349;
int64 fornext_finalvalue2348; int64 fornext_finalvalue2349;
int64 fornext_step2348; int64 fornext_step2349;
uint8 fornext_step_negative2348; uint8 fornext_step_negative2349;
byte_element_struct *byte_element_2349=NULL; byte_element_struct *byte_element_2350=NULL;
if (!byte_element_2349){ if (!byte_element_2350){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2349=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2349=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2350=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2350=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_EVALUATEFUNC_LONG_FA=NULL; int32 *_FUNC_EVALUATEFUNC_LONG_FA=NULL;
if(_FUNC_EVALUATEFUNC_LONG_FA==NULL){ if(_FUNC_EVALUATEFUNC_LONG_FA==NULL){
@ -101,19 +101,19 @@ if(_FUNC_EVALUATEFUNC_LONG_I==NULL){
_FUNC_EVALUATEFUNC_LONG_I=(int32*)mem_static_malloc(4); _FUNC_EVALUATEFUNC_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_EVALUATEFUNC_LONG_I=0; *_FUNC_EVALUATEFUNC_LONG_I=0;
} }
int64 fornext_value2351; int64 fornext_value2352;
int64 fornext_finalvalue2351; int64 fornext_finalvalue2352;
int64 fornext_step2351; int64 fornext_step2352;
uint8 fornext_step_negative2351; uint8 fornext_step_negative2352;
int32 *_FUNC_EVALUATEFUNC_LONG_TARGETTYP=NULL; int32 *_FUNC_EVALUATEFUNC_LONG_TARGETTYP=NULL;
if(_FUNC_EVALUATEFUNC_LONG_TARGETTYP==NULL){ if(_FUNC_EVALUATEFUNC_LONG_TARGETTYP==NULL){
_FUNC_EVALUATEFUNC_LONG_TARGETTYP=(int32*)mem_static_malloc(4); _FUNC_EVALUATEFUNC_LONG_TARGETTYP=(int32*)mem_static_malloc(4);
*_FUNC_EVALUATEFUNC_LONG_TARGETTYP=0; *_FUNC_EVALUATEFUNC_LONG_TARGETTYP=0;
} }
int64 fornext_value2353; int64 fornext_value2354;
int64 fornext_finalvalue2353; int64 fornext_finalvalue2354;
int64 fornext_step2353; int64 fornext_step2354;
uint8 fornext_step_negative2353; uint8 fornext_step_negative2354;
qbs *_FUNC_EVALUATEFUNC_STRING_L=NULL; qbs *_FUNC_EVALUATEFUNC_STRING_L=NULL;
if (!_FUNC_EVALUATEFUNC_STRING_L)_FUNC_EVALUATEFUNC_STRING_L=qbs_new(0,0); if (!_FUNC_EVALUATEFUNC_STRING_L)_FUNC_EVALUATEFUNC_STRING_L=qbs_new(0,0);
int32 *_FUNC_EVALUATEFUNC_LONG_B=NULL; 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; qbs *_FUNC_EVALUATEFUNC_STRING_E=NULL;
if (!_FUNC_EVALUATEFUNC_STRING_E)_FUNC_EVALUATEFUNC_STRING_E=qbs_new(0,0); if (!_FUNC_EVALUATEFUNC_STRING_E)_FUNC_EVALUATEFUNC_STRING_E=qbs_new(0,0);
int32 pass2354; int32 pass2355;
int32 *_FUNC_EVALUATEFUNC_LONG_DEREFERENCE=NULL; int32 *_FUNC_EVALUATEFUNC_LONG_DEREFERENCE=NULL;
if(_FUNC_EVALUATEFUNC_LONG_DEREFERENCE==NULL){ if(_FUNC_EVALUATEFUNC_LONG_DEREFERENCE==NULL){
_FUNC_EVALUATEFUNC_LONG_DEREFERENCE=(int32*)mem_static_malloc(4); _FUNC_EVALUATEFUNC_LONG_DEREFERENCE=(int32*)mem_static_malloc(4);
@ -155,23 +155,23 @@ if(_FUNC_EVALUATEFUNC_LONG_ULBOUNDARRAYTYP==NULL){
_FUNC_EVALUATEFUNC_LONG_ULBOUNDARRAYTYP=(int32*)mem_static_malloc(4); _FUNC_EVALUATEFUNC_LONG_ULBOUNDARRAYTYP=(int32*)mem_static_malloc(4);
*_FUNC_EVALUATEFUNC_LONG_ULBOUNDARRAYTYP=0; *_FUNC_EVALUATEFUNC_LONG_ULBOUNDARRAYTYP=0;
} }
byte_element_struct *byte_element_2356=NULL; byte_element_struct *byte_element_2357=NULL;
if (!byte_element_2356){ if (!byte_element_2357){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2356=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2356=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2357=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2357=(byte_element_struct*)mem_static_malloc(12);
} }
int32 pass2357; int32 pass2358;
qbs *_FUNC_EVALUATEFUNC_STRING_MEMGET_BLK=NULL; qbs *_FUNC_EVALUATEFUNC_STRING_MEMGET_BLK=NULL;
if (!_FUNC_EVALUATEFUNC_STRING_MEMGET_BLK)_FUNC_EVALUATEFUNC_STRING_MEMGET_BLK=qbs_new(0,0); if (!_FUNC_EVALUATEFUNC_STRING_MEMGET_BLK)_FUNC_EVALUATEFUNC_STRING_MEMGET_BLK=qbs_new(0,0);
qbs *_FUNC_EVALUATEFUNC_STRING_MEMGET_OFFS=NULL; qbs *_FUNC_EVALUATEFUNC_STRING_MEMGET_OFFS=NULL;
if (!_FUNC_EVALUATEFUNC_STRING_MEMGET_OFFS)_FUNC_EVALUATEFUNC_STRING_MEMGET_OFFS=qbs_new(0,0); if (!_FUNC_EVALUATEFUNC_STRING_MEMGET_OFFS)_FUNC_EVALUATEFUNC_STRING_MEMGET_OFFS=qbs_new(0,0);
byte_element_struct *byte_element_2358=NULL;
if (!byte_element_2358){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2358=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2358=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_2359=NULL; byte_element_struct *byte_element_2359=NULL;
if (!byte_element_2359){ if (!byte_element_2359){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2359=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2359=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2359=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2359=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_2360=NULL;
if (!byte_element_2360){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2360=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2360=(byte_element_struct*)mem_static_malloc(12);
}
int32 *_FUNC_EVALUATEFUNC_LONG_T=NULL; int32 *_FUNC_EVALUATEFUNC_LONG_T=NULL;
if(_FUNC_EVALUATEFUNC_LONG_T==NULL){ if(_FUNC_EVALUATEFUNC_LONG_T==NULL){
_FUNC_EVALUATEFUNC_LONG_T=(int32*)mem_static_malloc(4); _FUNC_EVALUATEFUNC_LONG_T=(int32*)mem_static_malloc(4);
@ -186,19 +186,19 @@ qbs *_FUNC_EVALUATEFUNC_STRING_MEMGET_CTYP=NULL;
if (!_FUNC_EVALUATEFUNC_STRING_MEMGET_CTYP)_FUNC_EVALUATEFUNC_STRING_MEMGET_CTYP=qbs_new(0,0); if (!_FUNC_EVALUATEFUNC_STRING_MEMGET_CTYP)_FUNC_EVALUATEFUNC_STRING_MEMGET_CTYP=qbs_new(0,0);
qbs *_FUNC_EVALUATEFUNC_STRING_OFFS=NULL; qbs *_FUNC_EVALUATEFUNC_STRING_OFFS=NULL;
if (!_FUNC_EVALUATEFUNC_STRING_OFFS)_FUNC_EVALUATEFUNC_STRING_OFFS=qbs_new(0,0); if (!_FUNC_EVALUATEFUNC_STRING_OFFS)_FUNC_EVALUATEFUNC_STRING_OFFS=qbs_new(0,0);
int32 pass2360; int32 pass2361;
qbs *_FUNC_EVALUATEFUNC_STRING_BLKOFFS=NULL; qbs *_FUNC_EVALUATEFUNC_STRING_BLKOFFS=NULL;
if (!_FUNC_EVALUATEFUNC_STRING_BLKOFFS)_FUNC_EVALUATEFUNC_STRING_BLKOFFS=qbs_new(0,0); if (!_FUNC_EVALUATEFUNC_STRING_BLKOFFS)_FUNC_EVALUATEFUNC_STRING_BLKOFFS=qbs_new(0,0);
int32 pass2361; int32 pass2362;
qbs *_FUNC_EVALUATEFUNC_STRING_E2=NULL; qbs *_FUNC_EVALUATEFUNC_STRING_E2=NULL;
if (!_FUNC_EVALUATEFUNC_STRING_E2)_FUNC_EVALUATEFUNC_STRING_E2=qbs_new(0,0); if (!_FUNC_EVALUATEFUNC_STRING_E2)_FUNC_EVALUATEFUNC_STRING_E2=qbs_new(0,0);
byte_element_struct *byte_element_2362=NULL; byte_element_struct *byte_element_2363=NULL;
if (!byte_element_2362){ if (!byte_element_2363){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2362=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2362=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2363=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2363=(byte_element_struct*)mem_static_malloc(12);
} }
int32 pass2363;
int32 pass2364; int32 pass2364;
int32 pass2365; int32 pass2365;
int32 pass2366;
int32 *_FUNC_EVALUATEFUNC_LONG_BITS=NULL; int32 *_FUNC_EVALUATEFUNC_LONG_BITS=NULL;
if(_FUNC_EVALUATEFUNC_LONG_BITS==NULL){ if(_FUNC_EVALUATEFUNC_LONG_BITS==NULL){
_FUNC_EVALUATEFUNC_LONG_BITS=(int32*)mem_static_malloc(4); _FUNC_EVALUATEFUNC_LONG_BITS=(int32*)mem_static_malloc(4);
@ -209,14 +209,13 @@ if(_FUNC_EVALUATEFUNC_LONG_WASREF==NULL){
_FUNC_EVALUATEFUNC_LONG_WASREF=(int32*)mem_static_malloc(4); _FUNC_EVALUATEFUNC_LONG_WASREF=(int32*)mem_static_malloc(4);
*_FUNC_EVALUATEFUNC_LONG_WASREF=0; *_FUNC_EVALUATEFUNC_LONG_WASREF=0;
} }
int32 pass2366;
int32 pass2367; int32 pass2367;
int32 pass2368;
int32 *_FUNC_EVALUATEFUNC_LONG_CHARS=NULL; int32 *_FUNC_EVALUATEFUNC_LONG_CHARS=NULL;
if(_FUNC_EVALUATEFUNC_LONG_CHARS==NULL){ if(_FUNC_EVALUATEFUNC_LONG_CHARS==NULL){
_FUNC_EVALUATEFUNC_LONG_CHARS=(int32*)mem_static_malloc(4); _FUNC_EVALUATEFUNC_LONG_CHARS=(int32*)mem_static_malloc(4);
*_FUNC_EVALUATEFUNC_LONG_CHARS=0; *_FUNC_EVALUATEFUNC_LONG_CHARS=0;
} }
int32 pass2368;
int32 pass2369; int32 pass2369;
int32 pass2370; int32 pass2370;
int32 pass2371; int32 pass2371;
@ -224,6 +223,7 @@ int32 pass2372;
int32 pass2373; int32 pass2373;
int32 pass2374; int32 pass2374;
int32 pass2375; int32 pass2375;
int32 pass2376;
int32 *_FUNC_EVALUATEFUNC_LONG_MKTYPE=NULL; int32 *_FUNC_EVALUATEFUNC_LONG_MKTYPE=NULL;
if(_FUNC_EVALUATEFUNC_LONG_MKTYPE==NULL){ if(_FUNC_EVALUATEFUNC_LONG_MKTYPE==NULL){
_FUNC_EVALUATEFUNC_LONG_MKTYPE=(int32*)mem_static_malloc(4); _FUNC_EVALUATEFUNC_LONG_MKTYPE=(int32*)mem_static_malloc(4);
@ -241,14 +241,14 @@ _FUNC_EVALUATEFUNC_LONG_QTYP=(int32*)mem_static_malloc(4);
} }
qbs *_FUNC_EVALUATEFUNC_STRING_CTYPE=NULL; qbs *_FUNC_EVALUATEFUNC_STRING_CTYPE=NULL;
if (!_FUNC_EVALUATEFUNC_STRING_CTYPE)_FUNC_EVALUATEFUNC_STRING_CTYPE=qbs_new(0,0); if (!_FUNC_EVALUATEFUNC_STRING_CTYPE)_FUNC_EVALUATEFUNC_STRING_CTYPE=qbs_new(0,0);
byte_element_struct *byte_element_2376=NULL;
if (!byte_element_2376){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2376=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2376=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_2377=NULL; byte_element_struct *byte_element_2377=NULL;
if (!byte_element_2377){ if (!byte_element_2377){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2377=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2377=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2377=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2377=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_2378=NULL;
if (!byte_element_2378){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2378=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2378=(byte_element_struct*)mem_static_malloc(12);
}
int32 *_FUNC_EVALUATEFUNC_LONG_NOCOMMA=NULL; int32 *_FUNC_EVALUATEFUNC_LONG_NOCOMMA=NULL;
if(_FUNC_EVALUATEFUNC_LONG_NOCOMMA==NULL){ if(_FUNC_EVALUATEFUNC_LONG_NOCOMMA==NULL){
_FUNC_EVALUATEFUNC_LONG_NOCOMMA=(int32*)mem_static_malloc(4); _FUNC_EVALUATEFUNC_LONG_NOCOMMA=(int32*)mem_static_malloc(4);
@ -259,20 +259,20 @@ if(_FUNC_EVALUATEFUNC_LONG_CVTYPE==NULL){
_FUNC_EVALUATEFUNC_LONG_CVTYPE=(int32*)mem_static_malloc(4); _FUNC_EVALUATEFUNC_LONG_CVTYPE=(int32*)mem_static_malloc(4);
*_FUNC_EVALUATEFUNC_LONG_CVTYPE=0; *_FUNC_EVALUATEFUNC_LONG_CVTYPE=0;
} }
int32 pass2378; int32 pass2379;
byte_element_struct *byte_element_2379=NULL;
if (!byte_element_2379){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2379=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2379=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_2380=NULL; byte_element_struct *byte_element_2380=NULL;
if (!byte_element_2380){ if (!byte_element_2380){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2380=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2380=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2380=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2380=(byte_element_struct*)mem_static_malloc(12);
} }
int32 pass2381; byte_element_struct *byte_element_2381=NULL;
if (!byte_element_2381){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2381=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2381=(byte_element_struct*)mem_static_malloc(12);
}
int32 pass2382; int32 pass2382;
int32 pass2383; int32 pass2383;
int32 pass2384; int32 pass2384;
int32 pass2385; int32 pass2385;
int32 pass2386;
int32 *_FUNC_EVALUATEFUNC_LONG_M=NULL; int32 *_FUNC_EVALUATEFUNC_LONG_M=NULL;
if(_FUNC_EVALUATEFUNC_LONG_M==NULL){ if(_FUNC_EVALUATEFUNC_LONG_M==NULL){
_FUNC_EVALUATEFUNC_LONG_M=(int32*)mem_static_malloc(4); _FUNC_EVALUATEFUNC_LONG_M=(int32*)mem_static_malloc(4);
@ -280,34 +280,30 @@ _FUNC_EVALUATEFUNC_LONG_M=(int32*)mem_static_malloc(4);
} }
qbs *_FUNC_EVALUATEFUNC_STRING_INDEX=NULL; qbs *_FUNC_EVALUATEFUNC_STRING_INDEX=NULL;
if (!_FUNC_EVALUATEFUNC_STRING_INDEX)_FUNC_EVALUATEFUNC_STRING_INDEX=qbs_new(0,0); if (!_FUNC_EVALUATEFUNC_STRING_INDEX)_FUNC_EVALUATEFUNC_STRING_INDEX=qbs_new(0,0);
byte_element_struct *byte_element_2386=NULL; byte_element_struct *byte_element_2387=NULL;
if (!byte_element_2386){ if (!byte_element_2387){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2386=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2386=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2387=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2387=(byte_element_struct*)mem_static_malloc(12);
}
int32 pass2387;
byte_element_struct *byte_element_2388=NULL;
if (!byte_element_2388){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2388=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2388=(byte_element_struct*)mem_static_malloc(12);
} }
int32 pass2388;
byte_element_struct *byte_element_2389=NULL; byte_element_struct *byte_element_2389=NULL;
if (!byte_element_2389){ if (!byte_element_2389){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2389=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2389=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2389=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2389=(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_2390=NULL; byte_element_struct *byte_element_2390=NULL;
if (!byte_element_2390){ if (!byte_element_2390){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2390=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2390=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2390=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2390=(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_2391=NULL; byte_element_struct *byte_element_2391=NULL;
if (!byte_element_2391){ if (!byte_element_2391){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2391=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2391=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2391=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2391=(byte_element_struct*)mem_static_malloc(12);
} }
int32 pass2392; byte_element_struct *byte_element_2392=NULL;
byte_element_struct *byte_element_2393=NULL; if (!byte_element_2392){
if (!byte_element_2393){ if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2392=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2392=(byte_element_struct*)mem_static_malloc(12);
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2393=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2393=(byte_element_struct*)mem_static_malloc(12);
} }
int32 pass2393;
byte_element_struct *byte_element_2394=NULL; byte_element_struct *byte_element_2394=NULL;
if (!byte_element_2394){ if (!byte_element_2394){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2394=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2394=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2394=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2394=(byte_element_struct*)mem_static_malloc(12);
@ -316,17 +312,17 @@ byte_element_struct *byte_element_2395=NULL;
if (!byte_element_2395){ if (!byte_element_2395){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2395=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2395=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2395=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2395=(byte_element_struct*)mem_static_malloc(12);
} }
int32 pass2396; byte_element_struct *byte_element_2396=NULL;
if (!byte_element_2396){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2396=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2396=(byte_element_struct*)mem_static_malloc(12);
}
int32 pass2397; int32 pass2397;
int32 pass2398; int32 pass2398;
int32 pass2399; int32 pass2399;
int32 pass2400; int32 pass2400;
int32 pass2401; int32 pass2401;
int32 pass2402; int32 pass2402;
byte_element_struct *byte_element_2403=NULL; int32 pass2403;
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_2404=NULL; byte_element_struct *byte_element_2404=NULL;
if (!byte_element_2404){ if (!byte_element_2404){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2404=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2404=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2404=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2404=(byte_element_struct*)mem_static_malloc(12);
@ -335,10 +331,14 @@ byte_element_struct *byte_element_2405=NULL;
if (!byte_element_2405){ if (!byte_element_2405){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2405=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2405=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2405=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2405=(byte_element_struct*)mem_static_malloc(12);
} }
int32 pass2406; byte_element_struct *byte_element_2406=NULL;
if (!byte_element_2406){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2406=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2406=(byte_element_struct*)mem_static_malloc(12);
}
int32 pass2407; int32 pass2407;
int32 pass2408; int32 pass2408;
int32 pass2409; int32 pass2409;
int32 pass2410;
int32 *_FUNC_EVALUATEFUNC_LONG_EXPLICITREFERENCE=NULL; int32 *_FUNC_EVALUATEFUNC_LONG_EXPLICITREFERENCE=NULL;
if(_FUNC_EVALUATEFUNC_LONG_EXPLICITREFERENCE==NULL){ if(_FUNC_EVALUATEFUNC_LONG_EXPLICITREFERENCE==NULL){
_FUNC_EVALUATEFUNC_LONG_EXPLICITREFERENCE=(int32*)mem_static_malloc(4); _FUNC_EVALUATEFUNC_LONG_EXPLICITREFERENCE=(int32*)mem_static_malloc(4);
@ -384,9 +384,9 @@ if(_FUNC_EVALUATEFUNC_LONG_UDTREFE==NULL){
_FUNC_EVALUATEFUNC_LONG_UDTREFE=(int32*)mem_static_malloc(4); _FUNC_EVALUATEFUNC_LONG_UDTREFE=(int32*)mem_static_malloc(4);
*_FUNC_EVALUATEFUNC_LONG_UDTREFE=0; *_FUNC_EVALUATEFUNC_LONG_UDTREFE=0;
} }
byte_element_struct *byte_element_2412=NULL; byte_element_struct *byte_element_2413=NULL;
if (!byte_element_2412){ if (!byte_element_2413){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2412=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2412=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2413=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2413=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_EVALUATEFUNC_LONG_IDNUM=NULL; int32 *_FUNC_EVALUATEFUNC_LONG_IDNUM=NULL;
if(_FUNC_EVALUATEFUNC_LONG_IDNUM==NULL){ if(_FUNC_EVALUATEFUNC_LONG_IDNUM==NULL){
@ -398,7 +398,7 @@ if(_FUNC_EVALUATEFUNC_LONG_TARGETTYPSIZE==NULL){
_FUNC_EVALUATEFUNC_LONG_TARGETTYPSIZE=(int32*)mem_static_malloc(4); _FUNC_EVALUATEFUNC_LONG_TARGETTYPSIZE=(int32*)mem_static_malloc(4);
*_FUNC_EVALUATEFUNC_LONG_TARGETTYPSIZE=0; *_FUNC_EVALUATEFUNC_LONG_TARGETTYPSIZE=0;
} }
int32 pass2413; int32 pass2414;
int32 *_FUNC_EVALUATEFUNC_LONG_ARR=NULL; int32 *_FUNC_EVALUATEFUNC_LONG_ARR=NULL;
if(_FUNC_EVALUATEFUNC_LONG_ARR==NULL){ if(_FUNC_EVALUATEFUNC_LONG_ARR==NULL){
_FUNC_EVALUATEFUNC_LONG_ARR=(int32*)mem_static_malloc(4); _FUNC_EVALUATEFUNC_LONG_ARR=(int32*)mem_static_malloc(4);
@ -409,44 +409,44 @@ if(_FUNC_EVALUATEFUNC_LONG_PASSUDTELEMENT==NULL){
_FUNC_EVALUATEFUNC_LONG_PASSUDTELEMENT=(int32*)mem_static_malloc(4); _FUNC_EVALUATEFUNC_LONG_PASSUDTELEMENT=(int32*)mem_static_malloc(4);
*_FUNC_EVALUATEFUNC_LONG_PASSUDTELEMENT=0; *_FUNC_EVALUATEFUNC_LONG_PASSUDTELEMENT=0;
} }
byte_element_struct *byte_element_2414=NULL; byte_element_struct *byte_element_2415=NULL;
if (!byte_element_2414){ if (!byte_element_2415){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2414=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2414=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2415=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2415=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_FUNC_EVALUATEFUNC_STRING_N2=NULL; qbs *_FUNC_EVALUATEFUNC_STRING_N2=NULL;
if (!_FUNC_EVALUATEFUNC_STRING_N2)_FUNC_EVALUATEFUNC_STRING_N2=qbs_new(0,0); if (!_FUNC_EVALUATEFUNC_STRING_N2)_FUNC_EVALUATEFUNC_STRING_N2=qbs_new(0,0);
int32 pass2415;
int32 pass2416; int32 pass2416;
int32 pass2417; int32 pass2417;
int32 pass2418; int32 pass2418;
int32 pass2419;
int32 *_FUNC_EVALUATEFUNC_LONG_NTH=NULL; int32 *_FUNC_EVALUATEFUNC_LONG_NTH=NULL;
if(_FUNC_EVALUATEFUNC_LONG_NTH==NULL){ if(_FUNC_EVALUATEFUNC_LONG_NTH==NULL){
_FUNC_EVALUATEFUNC_LONG_NTH=(int32*)mem_static_malloc(4); _FUNC_EVALUATEFUNC_LONG_NTH=(int32*)mem_static_malloc(4);
*_FUNC_EVALUATEFUNC_LONG_NTH=0; *_FUNC_EVALUATEFUNC_LONG_NTH=0;
} }
int32 pass2419; int32 pass2420;
qbs *_FUNC_EVALUATEFUNC_STRING_X=NULL; qbs *_FUNC_EVALUATEFUNC_STRING_X=NULL;
if (!_FUNC_EVALUATEFUNC_STRING_X)_FUNC_EVALUATEFUNC_STRING_X=qbs_new(0,0); if (!_FUNC_EVALUATEFUNC_STRING_X)_FUNC_EVALUATEFUNC_STRING_X=qbs_new(0,0);
qbs *_FUNC_EVALUATEFUNC_STRING_T=NULL; qbs *_FUNC_EVALUATEFUNC_STRING_T=NULL;
if (!_FUNC_EVALUATEFUNC_STRING_T)_FUNC_EVALUATEFUNC_STRING_T=qbs_new(0,0); if (!_FUNC_EVALUATEFUNC_STRING_T)_FUNC_EVALUATEFUNC_STRING_T=qbs_new(0,0);
qbs *_FUNC_EVALUATEFUNC_STRING_V=NULL; qbs *_FUNC_EVALUATEFUNC_STRING_V=NULL;
if (!_FUNC_EVALUATEFUNC_STRING_V)_FUNC_EVALUATEFUNC_STRING_V=qbs_new(0,0); if (!_FUNC_EVALUATEFUNC_STRING_V)_FUNC_EVALUATEFUNC_STRING_V=qbs_new(0,0);
int32 pass2420; int32 pass2421;
int32 *_FUNC_EVALUATEFUNC_LONG_BYTESREQ=NULL; int32 *_FUNC_EVALUATEFUNC_LONG_BYTESREQ=NULL;
if(_FUNC_EVALUATEFUNC_LONG_BYTESREQ==NULL){ if(_FUNC_EVALUATEFUNC_LONG_BYTESREQ==NULL){
_FUNC_EVALUATEFUNC_LONG_BYTESREQ=(int32*)mem_static_malloc(4); _FUNC_EVALUATEFUNC_LONG_BYTESREQ=(int32*)mem_static_malloc(4);
*_FUNC_EVALUATEFUNC_LONG_BYTESREQ=0; *_FUNC_EVALUATEFUNC_LONG_BYTESREQ=0;
} }
int64 fornext_value2429; int64 fornext_value2430;
int64 fornext_finalvalue2429; int64 fornext_finalvalue2430;
int64 fornext_step2429; int64 fornext_step2430;
uint8 fornext_step_negative2429; uint8 fornext_step_negative2430;
qbs *_FUNC_EVALUATEFUNC_STRING_R2=NULL; qbs *_FUNC_EVALUATEFUNC_STRING_R2=NULL;
if (!_FUNC_EVALUATEFUNC_STRING_R2)_FUNC_EVALUATEFUNC_STRING_R2=qbs_new(0,0); if (!_FUNC_EVALUATEFUNC_STRING_R2)_FUNC_EVALUATEFUNC_STRING_R2=qbs_new(0,0);
int32 pass2430; int32 pass2431;
int32 *_FUNC_EVALUATEFUNC_LONG_ARRAYELEMENTS=NULL; int32 *_FUNC_EVALUATEFUNC_LONG_ARRAYELEMENTS=NULL;
if(_FUNC_EVALUATEFUNC_LONG_ARRAYELEMENTS==NULL){ if(_FUNC_EVALUATEFUNC_LONG_ARRAYELEMENTS==NULL){
_FUNC_EVALUATEFUNC_LONG_ARRAYELEMENTS=(int32*)mem_static_malloc(4); _FUNC_EVALUATEFUNC_LONG_ARRAYELEMENTS=(int32*)mem_static_malloc(4);
*_FUNC_EVALUATEFUNC_LONG_ARRAYELEMENTS=0; *_FUNC_EVALUATEFUNC_LONG_ARRAYELEMENTS=0;
} }
int32 pass2431; int32 pass2432;

View file

@ -3,21 +3,21 @@ if(_FUNC_IDEHLEN_LONG_IDEHLEN==NULL){
_FUNC_IDEHLEN_LONG_IDEHLEN=(int32*)mem_static_malloc(4); _FUNC_IDEHLEN_LONG_IDEHLEN=(int32*)mem_static_malloc(4);
*_FUNC_IDEHLEN_LONG_IDEHLEN=0; *_FUNC_IDEHLEN_LONG_IDEHLEN=0;
} }
qbs*oldstr4618=NULL; qbs*oldstr4624=NULL;
if(_FUNC_IDEHLEN_STRING_A->tmp||_FUNC_IDEHLEN_STRING_A->fixed||_FUNC_IDEHLEN_STRING_A->readonly){ if(_FUNC_IDEHLEN_STRING_A->tmp||_FUNC_IDEHLEN_STRING_A->fixed||_FUNC_IDEHLEN_STRING_A->readonly){
oldstr4618=_FUNC_IDEHLEN_STRING_A; oldstr4624=_FUNC_IDEHLEN_STRING_A;
if (oldstr4618->cmem_descriptor){ if (oldstr4624->cmem_descriptor){
_FUNC_IDEHLEN_STRING_A=qbs_new_cmem(oldstr4618->len,0); _FUNC_IDEHLEN_STRING_A=qbs_new_cmem(oldstr4624->len,0);
}else{ }else{
_FUNC_IDEHLEN_STRING_A=qbs_new(oldstr4618->len,0); _FUNC_IDEHLEN_STRING_A=qbs_new(oldstr4624->len,0);
} }
memcpy(_FUNC_IDEHLEN_STRING_A->chr,oldstr4618->chr,oldstr4618->len); memcpy(_FUNC_IDEHLEN_STRING_A->chr,oldstr4624->chr,oldstr4624->len);
} }
byte_element_struct *byte_element_4619=NULL; byte_element_struct *byte_element_4625=NULL;
if (!byte_element_4619){ if (!byte_element_4625){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4619=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4619=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4625=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4625=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4620=NULL; byte_element_struct *byte_element_4626=NULL;
if (!byte_element_4620){ if (!byte_element_4626){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4620=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4620=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4626=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4626=(byte_element_struct*)mem_static_malloc(12);
} }

View file

@ -1,25 +1,25 @@
qbs*oldstr4621=NULL; qbs*oldstr4627=NULL;
if(_SUB_IDEHPRINT_STRING_A->tmp||_SUB_IDEHPRINT_STRING_A->fixed||_SUB_IDEHPRINT_STRING_A->readonly){ if(_SUB_IDEHPRINT_STRING_A->tmp||_SUB_IDEHPRINT_STRING_A->fixed||_SUB_IDEHPRINT_STRING_A->readonly){
oldstr4621=_SUB_IDEHPRINT_STRING_A; oldstr4627=_SUB_IDEHPRINT_STRING_A;
if (oldstr4621->cmem_descriptor){ if (oldstr4627->cmem_descriptor){
_SUB_IDEHPRINT_STRING_A=qbs_new_cmem(oldstr4621->len,0); _SUB_IDEHPRINT_STRING_A=qbs_new_cmem(oldstr4627->len,0);
}else{ }else{
_SUB_IDEHPRINT_STRING_A=qbs_new(oldstr4621->len,0); _SUB_IDEHPRINT_STRING_A=qbs_new(oldstr4627->len,0);
} }
memcpy(_SUB_IDEHPRINT_STRING_A->chr,oldstr4621->chr,oldstr4621->len); memcpy(_SUB_IDEHPRINT_STRING_A->chr,oldstr4627->chr,oldstr4627->len);
} }
int32 *_SUB_IDEHPRINT_LONG_I=NULL; int32 *_SUB_IDEHPRINT_LONG_I=NULL;
if(_SUB_IDEHPRINT_LONG_I==NULL){ if(_SUB_IDEHPRINT_LONG_I==NULL){
_SUB_IDEHPRINT_LONG_I=(int32*)mem_static_malloc(4); _SUB_IDEHPRINT_LONG_I=(int32*)mem_static_malloc(4);
*_SUB_IDEHPRINT_LONG_I=0; *_SUB_IDEHPRINT_LONG_I=0;
} }
int64 fornext_value4623; int64 fornext_value4629;
int64 fornext_finalvalue4623; int64 fornext_finalvalue4629;
int64 fornext_step4623; int64 fornext_step4629;
uint8 fornext_step_negative4623; uint8 fornext_step_negative4629;
byte_element_struct *byte_element_4624=NULL; byte_element_struct *byte_element_4630=NULL;
if (!byte_element_4624){ if (!byte_element_4630){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4624=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4624=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4630=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4630=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_SUB_IDEHPRINT_STRING_C=NULL; qbs *_SUB_IDEHPRINT_STRING_C=NULL;
if (!_SUB_IDEHPRINT_STRING_C)_SUB_IDEHPRINT_STRING_C=qbs_new(0,0); if (!_SUB_IDEHPRINT_STRING_C)_SUB_IDEHPRINT_STRING_C=qbs_new(0,0);

View file

@ -1,22 +1,22 @@
qbs*oldstr4626=NULL; qbs*oldstr4632=NULL;
if(_SUB_IDEINSLINE_STRING_TEXT->tmp||_SUB_IDEINSLINE_STRING_TEXT->fixed||_SUB_IDEINSLINE_STRING_TEXT->readonly){ if(_SUB_IDEINSLINE_STRING_TEXT->tmp||_SUB_IDEINSLINE_STRING_TEXT->fixed||_SUB_IDEINSLINE_STRING_TEXT->readonly){
oldstr4626=_SUB_IDEINSLINE_STRING_TEXT; oldstr4632=_SUB_IDEINSLINE_STRING_TEXT;
if (oldstr4626->cmem_descriptor){ if (oldstr4632->cmem_descriptor){
_SUB_IDEINSLINE_STRING_TEXT=qbs_new_cmem(oldstr4626->len,0); _SUB_IDEINSLINE_STRING_TEXT=qbs_new_cmem(oldstr4632->len,0);
}else{ }else{
_SUB_IDEINSLINE_STRING_TEXT=qbs_new(oldstr4626->len,0); _SUB_IDEINSLINE_STRING_TEXT=qbs_new(oldstr4632->len,0);
} }
memcpy(_SUB_IDEINSLINE_STRING_TEXT->chr,oldstr4626->chr,oldstr4626->len); memcpy(_SUB_IDEINSLINE_STRING_TEXT->chr,oldstr4632->chr,oldstr4632->len);
} }
int32 *_SUB_IDEINSLINE_LONG_B=NULL; int32 *_SUB_IDEINSLINE_LONG_B=NULL;
if(_SUB_IDEINSLINE_LONG_B==NULL){ if(_SUB_IDEINSLINE_LONG_B==NULL){
_SUB_IDEINSLINE_LONG_B=(int32*)mem_static_malloc(4); _SUB_IDEINSLINE_LONG_B=(int32*)mem_static_malloc(4);
*_SUB_IDEINSLINE_LONG_B=0; *_SUB_IDEINSLINE_LONG_B=0;
} }
int64 fornext_value4628; int64 fornext_value4634;
int64 fornext_finalvalue4628; int64 fornext_finalvalue4634;
int64 fornext_step4628; int64 fornext_step4634;
uint8 fornext_step_negative4628; uint8 fornext_step_negative4634;
int32 *_SUB_IDEINSLINE_LONG_Y=NULL; int32 *_SUB_IDEINSLINE_LONG_Y=NULL;
if(_SUB_IDEINSLINE_LONG_Y==NULL){ if(_SUB_IDEINSLINE_LONG_Y==NULL){
_SUB_IDEINSLINE_LONG_Y=(int32*)mem_static_malloc(4); _SUB_IDEINSLINE_LONG_Y=(int32*)mem_static_malloc(4);
@ -27,11 +27,11 @@ if(_SUB_IDEINSLINE_LONG_TEXTLEN==NULL){
_SUB_IDEINSLINE_LONG_TEXTLEN=(int32*)mem_static_malloc(4); _SUB_IDEINSLINE_LONG_TEXTLEN=(int32*)mem_static_malloc(4);
*_SUB_IDEINSLINE_LONG_TEXTLEN=0; *_SUB_IDEINSLINE_LONG_TEXTLEN=0;
} }
byte_element_struct *byte_element_4629=NULL; byte_element_struct *byte_element_4635=NULL;
if (!byte_element_4629){ if (!byte_element_4635){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4629=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4629=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4635=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4635=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4630=NULL; byte_element_struct *byte_element_4636=NULL;
if (!byte_element_4630){ if (!byte_element_4636){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4630=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4630=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4636=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4636=(byte_element_struct*)mem_static_malloc(12);
} }

View file

@ -1,12 +1,12 @@
qbs*oldstr4631=NULL; qbs*oldstr4637=NULL;
if(_SUB_IDENEWSF_STRING_SF->tmp||_SUB_IDENEWSF_STRING_SF->fixed||_SUB_IDENEWSF_STRING_SF->readonly){ if(_SUB_IDENEWSF_STRING_SF->tmp||_SUB_IDENEWSF_STRING_SF->fixed||_SUB_IDENEWSF_STRING_SF->readonly){
oldstr4631=_SUB_IDENEWSF_STRING_SF; oldstr4637=_SUB_IDENEWSF_STRING_SF;
if (oldstr4631->cmem_descriptor){ if (oldstr4637->cmem_descriptor){
_SUB_IDENEWSF_STRING_SF=qbs_new_cmem(oldstr4631->len,0); _SUB_IDENEWSF_STRING_SF=qbs_new_cmem(oldstr4637->len,0);
}else{ }else{
_SUB_IDENEWSF_STRING_SF=qbs_new(oldstr4631->len,0); _SUB_IDENEWSF_STRING_SF=qbs_new(oldstr4637->len,0);
} }
memcpy(_SUB_IDENEWSF_STRING_SF->chr,oldstr4631->chr,oldstr4631->len); memcpy(_SUB_IDENEWSF_STRING_SF->chr,oldstr4637->chr,oldstr4637->len);
} }
int32 *_SUB_IDENEWSF_LONG_FOCUS=NULL; int32 *_SUB_IDENEWSF_LONG_FOCUS=NULL;
if(_SUB_IDENEWSF_LONG_FOCUS==NULL){ if(_SUB_IDENEWSF_LONG_FOCUS==NULL){
@ -59,38 +59,38 @@ if(_SUB_IDENEWSF_LONG_X==NULL){
_SUB_IDENEWSF_LONG_X=(int32*)mem_static_malloc(4); _SUB_IDENEWSF_LONG_X=(int32*)mem_static_malloc(4);
*_SUB_IDENEWSF_LONG_X=0; *_SUB_IDENEWSF_LONG_X=0;
} }
int64 fornext_value4633; int64 fornext_value4639;
int64 fornext_finalvalue4633; int64 fornext_finalvalue4639;
int64 fornext_step4633; int64 fornext_step4639;
uint8 fornext_step_negative4633; uint8 fornext_step_negative4639;
byte_element_struct *byte_element_4634=NULL; byte_element_struct *byte_element_4640=NULL;
if (!byte_element_4634){ if (!byte_element_4640){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4634=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4634=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4640=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4640=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDENEWSF_LONG_I=NULL; int32 *_SUB_IDENEWSF_LONG_I=NULL;
if(_SUB_IDENEWSF_LONG_I==NULL){ if(_SUB_IDENEWSF_LONG_I==NULL){
_SUB_IDENEWSF_LONG_I=(int32*)mem_static_malloc(4); _SUB_IDENEWSF_LONG_I=(int32*)mem_static_malloc(4);
*_SUB_IDENEWSF_LONG_I=0; *_SUB_IDENEWSF_LONG_I=0;
} }
int32 pass4635; int32 pass4641;
int32 pass4636; int32 pass4642;
int32 *_SUB_IDENEWSF_LONG_PREVFOCUS=NULL; int32 *_SUB_IDENEWSF_LONG_PREVFOCUS=NULL;
if(_SUB_IDENEWSF_LONG_PREVFOCUS==NULL){ if(_SUB_IDENEWSF_LONG_PREVFOCUS==NULL){
_SUB_IDENEWSF_LONG_PREVFOCUS=(int32*)mem_static_malloc(4); _SUB_IDENEWSF_LONG_PREVFOCUS=(int32*)mem_static_malloc(4);
*_SUB_IDENEWSF_LONG_PREVFOCUS=0; *_SUB_IDENEWSF_LONG_PREVFOCUS=0;
} }
byte_element_struct *byte_element_4637=NULL; byte_element_struct *byte_element_4643=NULL;
if (!byte_element_4637){ if (!byte_element_4643){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4637=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4637=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4643=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4643=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4638=NULL; byte_element_struct *byte_element_4644=NULL;
if (!byte_element_4638){ if (!byte_element_4644){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4638=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4638=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4644=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4644=(byte_element_struct*)mem_static_malloc(12);
} }
int64 fornext_value4640; int64 fornext_value4646;
int64 fornext_finalvalue4640; int64 fornext_finalvalue4646;
int64 fornext_step4640; int64 fornext_step4646;
uint8 fornext_step_negative4640; uint8 fornext_step_negative4646;
int32 *_SUB_IDENEWSF_LONG_F=NULL; int32 *_SUB_IDENEWSF_LONG_F=NULL;
if(_SUB_IDENEWSF_LONG_F==NULL){ if(_SUB_IDENEWSF_LONG_F==NULL){
_SUB_IDENEWSF_LONG_F=(int32*)mem_static_malloc(4); _SUB_IDENEWSF_LONG_F=(int32*)mem_static_malloc(4);
@ -106,10 +106,10 @@ if(_SUB_IDENEWSF_LONG_CY==NULL){
_SUB_IDENEWSF_LONG_CY=(int32*)mem_static_malloc(4); _SUB_IDENEWSF_LONG_CY=(int32*)mem_static_malloc(4);
*_SUB_IDENEWSF_LONG_CY=0; *_SUB_IDENEWSF_LONG_CY=0;
} }
int64 fornext_value4643; int64 fornext_value4649;
int64 fornext_finalvalue4643; int64 fornext_finalvalue4649;
int64 fornext_step4643; int64 fornext_step4649;
uint8 fornext_step_negative4643; uint8 fornext_step_negative4649;
int32 *_SUB_IDENEWSF_LONG_LASTFOCUS=NULL; int32 *_SUB_IDENEWSF_LONG_LASTFOCUS=NULL;
if(_SUB_IDENEWSF_LONG_LASTFOCUS==NULL){ if(_SUB_IDENEWSF_LONG_LASTFOCUS==NULL){
_SUB_IDENEWSF_LONG_LASTFOCUS=(int32*)mem_static_malloc(4); _SUB_IDENEWSF_LONG_LASTFOCUS=(int32*)mem_static_malloc(4);
@ -142,9 +142,9 @@ _SUB_IDENEWSF_LONG_OLDALT=(int32*)mem_static_malloc(4);
} }
qbs *_SUB_IDENEWSF_STRING_ALTLETTER=NULL; qbs *_SUB_IDENEWSF_STRING_ALTLETTER=NULL;
if (!_SUB_IDENEWSF_STRING_ALTLETTER)_SUB_IDENEWSF_STRING_ALTLETTER=qbs_new(0,0); if (!_SUB_IDENEWSF_STRING_ALTLETTER)_SUB_IDENEWSF_STRING_ALTLETTER=qbs_new(0,0);
byte_element_struct *byte_element_4645=NULL; byte_element_struct *byte_element_4651=NULL;
if (!byte_element_4645){ if (!byte_element_4651){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4645=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4645=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4651=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4651=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDENEWSF_LONG_K=NULL; int32 *_SUB_IDENEWSF_LONG_K=NULL;
if(_SUB_IDENEWSF_LONG_K==NULL){ if(_SUB_IDENEWSF_LONG_K==NULL){
@ -156,10 +156,10 @@ if(_SUB_IDENEWSF_LONG_INFO==NULL){
_SUB_IDENEWSF_LONG_INFO=(int32*)mem_static_malloc(4); _SUB_IDENEWSF_LONG_INFO=(int32*)mem_static_malloc(4);
*_SUB_IDENEWSF_LONG_INFO=0; *_SUB_IDENEWSF_LONG_INFO=0;
} }
int64 fornext_value4647; int64 fornext_value4653;
int64 fornext_finalvalue4647; int64 fornext_finalvalue4653;
int64 fornext_step4647; int64 fornext_step4653;
uint8 fornext_step_negative4647; uint8 fornext_step_negative4653;
int32 *_SUB_IDENEWSF_LONG_T=NULL; int32 *_SUB_IDENEWSF_LONG_T=NULL;
if(_SUB_IDENEWSF_LONG_T==NULL){ if(_SUB_IDENEWSF_LONG_T==NULL){
_SUB_IDENEWSF_LONG_T=(int32*)mem_static_malloc(4); _SUB_IDENEWSF_LONG_T=(int32*)mem_static_malloc(4);
@ -170,9 +170,9 @@ if(_SUB_IDENEWSF_LONG_FOCUSOFFSET==NULL){
_SUB_IDENEWSF_LONG_FOCUSOFFSET=(int32*)mem_static_malloc(4); _SUB_IDENEWSF_LONG_FOCUSOFFSET=(int32*)mem_static_malloc(4);
*_SUB_IDENEWSF_LONG_FOCUSOFFSET=0; *_SUB_IDENEWSF_LONG_FOCUSOFFSET=0;
} }
byte_element_struct *byte_element_4648=NULL; byte_element_struct *byte_element_4654=NULL;
if (!byte_element_4648){ if (!byte_element_4654){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4648=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4648=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4654=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4654=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDENEWSF_LONG_Y=NULL; int32 *_SUB_IDENEWSF_LONG_Y=NULL;
if(_SUB_IDENEWSF_LONG_Y==NULL){ if(_SUB_IDENEWSF_LONG_Y==NULL){

View file

@ -3,13 +3,13 @@ if(_FUNC_IDENEWTXT_LONG_IDENEWTXT==NULL){
_FUNC_IDENEWTXT_LONG_IDENEWTXT=(int32*)mem_static_malloc(4); _FUNC_IDENEWTXT_LONG_IDENEWTXT=(int32*)mem_static_malloc(4);
*_FUNC_IDENEWTXT_LONG_IDENEWTXT=0; *_FUNC_IDENEWTXT_LONG_IDENEWTXT=0;
} }
qbs*oldstr4649=NULL; qbs*oldstr4655=NULL;
if(_FUNC_IDENEWTXT_STRING_A->tmp||_FUNC_IDENEWTXT_STRING_A->fixed||_FUNC_IDENEWTXT_STRING_A->readonly){ if(_FUNC_IDENEWTXT_STRING_A->tmp||_FUNC_IDENEWTXT_STRING_A->fixed||_FUNC_IDENEWTXT_STRING_A->readonly){
oldstr4649=_FUNC_IDENEWTXT_STRING_A; oldstr4655=_FUNC_IDENEWTXT_STRING_A;
if (oldstr4649->cmem_descriptor){ if (oldstr4655->cmem_descriptor){
_FUNC_IDENEWTXT_STRING_A=qbs_new_cmem(oldstr4649->len,0); _FUNC_IDENEWTXT_STRING_A=qbs_new_cmem(oldstr4655->len,0);
}else{ }else{
_FUNC_IDENEWTXT_STRING_A=qbs_new(oldstr4649->len,0); _FUNC_IDENEWTXT_STRING_A=qbs_new(oldstr4655->len,0);
} }
memcpy(_FUNC_IDENEWTXT_STRING_A->chr,oldstr4649->chr,oldstr4649->len); memcpy(_FUNC_IDENEWTXT_STRING_A->chr,oldstr4655->chr,oldstr4655->len);
} }

View file

@ -35,12 +35,12 @@ if(_SUB_IDENOMATCH_LONG_I==NULL){
_SUB_IDENOMATCH_LONG_I=(int32*)mem_static_malloc(4); _SUB_IDENOMATCH_LONG_I=(int32*)mem_static_malloc(4);
*_SUB_IDENOMATCH_LONG_I=0; *_SUB_IDENOMATCH_LONG_I=0;
} }
int32 pass4650; int32 pass4656;
int32 pass4651; int32 pass4657;
int64 fornext_value4653; int64 fornext_value4659;
int64 fornext_finalvalue4653; int64 fornext_finalvalue4659;
int64 fornext_step4653; int64 fornext_step4659;
uint8 fornext_step_negative4653; uint8 fornext_step_negative4659;
int32 *_SUB_IDENOMATCH_LONG_F=NULL; int32 *_SUB_IDENOMATCH_LONG_F=NULL;
if(_SUB_IDENOMATCH_LONG_F==NULL){ if(_SUB_IDENOMATCH_LONG_F==NULL){
_SUB_IDENOMATCH_LONG_F=(int32*)mem_static_malloc(4); _SUB_IDENOMATCH_LONG_F=(int32*)mem_static_malloc(4);
@ -56,10 +56,10 @@ if(_SUB_IDENOMATCH_LONG_CY==NULL){
_SUB_IDENOMATCH_LONG_CY=(int32*)mem_static_malloc(4); _SUB_IDENOMATCH_LONG_CY=(int32*)mem_static_malloc(4);
*_SUB_IDENOMATCH_LONG_CY=0; *_SUB_IDENOMATCH_LONG_CY=0;
} }
int64 fornext_value4656; int64 fornext_value4662;
int64 fornext_finalvalue4656; int64 fornext_finalvalue4662;
int64 fornext_step4656; int64 fornext_step4662;
uint8 fornext_step_negative4656; uint8 fornext_step_negative4662;
int32 *_SUB_IDENOMATCH_LONG_LASTFOCUS=NULL; int32 *_SUB_IDENOMATCH_LONG_LASTFOCUS=NULL;
if(_SUB_IDENOMATCH_LONG_LASTFOCUS==NULL){ if(_SUB_IDENOMATCH_LONG_LASTFOCUS==NULL){
_SUB_IDENOMATCH_LONG_LASTFOCUS=(int32*)mem_static_malloc(4); _SUB_IDENOMATCH_LONG_LASTFOCUS=(int32*)mem_static_malloc(4);
@ -92,9 +92,9 @@ _SUB_IDENOMATCH_LONG_OLDALT=(int32*)mem_static_malloc(4);
} }
qbs *_SUB_IDENOMATCH_STRING_ALTLETTER=NULL; qbs *_SUB_IDENOMATCH_STRING_ALTLETTER=NULL;
if (!_SUB_IDENOMATCH_STRING_ALTLETTER)_SUB_IDENOMATCH_STRING_ALTLETTER=qbs_new(0,0); if (!_SUB_IDENOMATCH_STRING_ALTLETTER)_SUB_IDENOMATCH_STRING_ALTLETTER=qbs_new(0,0);
byte_element_struct *byte_element_4659=NULL; byte_element_struct *byte_element_4665=NULL;
if (!byte_element_4659){ if (!byte_element_4665){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4659=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4659=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4665=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4665=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDENOMATCH_LONG_K=NULL; int32 *_SUB_IDENOMATCH_LONG_K=NULL;
if(_SUB_IDENOMATCH_LONG_K==NULL){ if(_SUB_IDENOMATCH_LONG_K==NULL){
@ -106,10 +106,10 @@ if(_SUB_IDENOMATCH_LONG_INFO==NULL){
_SUB_IDENOMATCH_LONG_INFO=(int32*)mem_static_malloc(4); _SUB_IDENOMATCH_LONG_INFO=(int32*)mem_static_malloc(4);
*_SUB_IDENOMATCH_LONG_INFO=0; *_SUB_IDENOMATCH_LONG_INFO=0;
} }
int64 fornext_value4661; int64 fornext_value4667;
int64 fornext_finalvalue4661; int64 fornext_finalvalue4667;
int64 fornext_step4661; int64 fornext_step4667;
uint8 fornext_step_negative4661; uint8 fornext_step_negative4667;
int32 *_SUB_IDENOMATCH_LONG_T=NULL; int32 *_SUB_IDENOMATCH_LONG_T=NULL;
if(_SUB_IDENOMATCH_LONG_T==NULL){ if(_SUB_IDENOMATCH_LONG_T==NULL){
_SUB_IDENOMATCH_LONG_T=(int32*)mem_static_malloc(4); _SUB_IDENOMATCH_LONG_T=(int32*)mem_static_malloc(4);

View file

@ -43,20 +43,20 @@ if(_FUNC_IDEOPEN_LONG_I==NULL){
_FUNC_IDEOPEN_LONG_I=(int32*)mem_static_malloc(4); _FUNC_IDEOPEN_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_IDEOPEN_LONG_I=0; *_FUNC_IDEOPEN_LONG_I=0;
} }
int32 pass4662; int32 pass4668;
int32 pass4663; int32 pass4669;
int32 *_FUNC_IDEOPEN_LONG_PREVFOCUS=NULL; int32 *_FUNC_IDEOPEN_LONG_PREVFOCUS=NULL;
if(_FUNC_IDEOPEN_LONG_PREVFOCUS==NULL){ if(_FUNC_IDEOPEN_LONG_PREVFOCUS==NULL){
_FUNC_IDEOPEN_LONG_PREVFOCUS=(int32*)mem_static_malloc(4); _FUNC_IDEOPEN_LONG_PREVFOCUS=(int32*)mem_static_malloc(4);
*_FUNC_IDEOPEN_LONG_PREVFOCUS=0; *_FUNC_IDEOPEN_LONG_PREVFOCUS=0;
} }
int64 fornext_value4665; int64 fornext_value4671;
int64 fornext_finalvalue4665; int64 fornext_finalvalue4671;
int64 fornext_step4665; int64 fornext_step4671;
uint8 fornext_step_negative4665; uint8 fornext_step_negative4671;
byte_element_struct *byte_element_4666=NULL; byte_element_struct *byte_element_4672=NULL;
if (!byte_element_4666){ if (!byte_element_4672){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4666=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4666=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4672=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4672=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_FUNC_IDEOPEN_STRING_F=NULL; qbs *_FUNC_IDEOPEN_STRING_F=NULL;
if (!_FUNC_IDEOPEN_STRING_F)_FUNC_IDEOPEN_STRING_F=qbs_new(0,0); if (!_FUNC_IDEOPEN_STRING_F)_FUNC_IDEOPEN_STRING_F=qbs_new(0,0);
@ -75,10 +75,10 @@ if(_FUNC_IDEOPEN_LONG_CY==NULL){
_FUNC_IDEOPEN_LONG_CY=(int32*)mem_static_malloc(4); _FUNC_IDEOPEN_LONG_CY=(int32*)mem_static_malloc(4);
*_FUNC_IDEOPEN_LONG_CY=0; *_FUNC_IDEOPEN_LONG_CY=0;
} }
int64 fornext_value4669; int64 fornext_value4675;
int64 fornext_finalvalue4669; int64 fornext_finalvalue4675;
int64 fornext_step4669; int64 fornext_step4675;
uint8 fornext_step_negative4669; uint8 fornext_step_negative4675;
int32 *_FUNC_IDEOPEN_LONG_LASTFOCUS=NULL; int32 *_FUNC_IDEOPEN_LONG_LASTFOCUS=NULL;
if(_FUNC_IDEOPEN_LONG_LASTFOCUS==NULL){ if(_FUNC_IDEOPEN_LONG_LASTFOCUS==NULL){
_FUNC_IDEOPEN_LONG_LASTFOCUS=(int32*)mem_static_malloc(4); _FUNC_IDEOPEN_LONG_LASTFOCUS=(int32*)mem_static_malloc(4);
@ -91,9 +91,9 @@ if(_FUNC_IDEOPEN_LONG_W==NULL){
_FUNC_IDEOPEN_LONG_W=(int32*)mem_static_malloc(4); _FUNC_IDEOPEN_LONG_W=(int32*)mem_static_malloc(4);
*_FUNC_IDEOPEN_LONG_W=0; *_FUNC_IDEOPEN_LONG_W=0;
} }
byte_element_struct *byte_element_4671=NULL; byte_element_struct *byte_element_4677=NULL;
if (!byte_element_4671){ if (!byte_element_4677){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4671=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4671=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4677=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4677=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDEOPEN_LONG_CHANGE=NULL; int32 *_FUNC_IDEOPEN_LONG_CHANGE=NULL;
if(_FUNC_IDEOPEN_LONG_CHANGE==NULL){ if(_FUNC_IDEOPEN_LONG_CHANGE==NULL){
@ -122,9 +122,9 @@ _FUNC_IDEOPEN_LONG_OLDALT=(int32*)mem_static_malloc(4);
} }
qbs *_FUNC_IDEOPEN_STRING_ALTLETTER=NULL; qbs *_FUNC_IDEOPEN_STRING_ALTLETTER=NULL;
if (!_FUNC_IDEOPEN_STRING_ALTLETTER)_FUNC_IDEOPEN_STRING_ALTLETTER=qbs_new(0,0); if (!_FUNC_IDEOPEN_STRING_ALTLETTER)_FUNC_IDEOPEN_STRING_ALTLETTER=qbs_new(0,0);
byte_element_struct *byte_element_4674=NULL; byte_element_struct *byte_element_4680=NULL;
if (!byte_element_4674){ if (!byte_element_4680){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4674=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4674=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4680=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4680=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDEOPEN_LONG_K=NULL; int32 *_FUNC_IDEOPEN_LONG_K=NULL;
if(_FUNC_IDEOPEN_LONG_K==NULL){ if(_FUNC_IDEOPEN_LONG_K==NULL){
@ -136,10 +136,10 @@ if(_FUNC_IDEOPEN_LONG_INFO==NULL){
_FUNC_IDEOPEN_LONG_INFO=(int32*)mem_static_malloc(4); _FUNC_IDEOPEN_LONG_INFO=(int32*)mem_static_malloc(4);
*_FUNC_IDEOPEN_LONG_INFO=0; *_FUNC_IDEOPEN_LONG_INFO=0;
} }
int64 fornext_value4676; int64 fornext_value4682;
int64 fornext_finalvalue4676; int64 fornext_finalvalue4682;
int64 fornext_step4676; int64 fornext_step4682;
uint8 fornext_step_negative4676; uint8 fornext_step_negative4682;
int32 *_FUNC_IDEOPEN_LONG_T=NULL; int32 *_FUNC_IDEOPEN_LONG_T=NULL;
if(_FUNC_IDEOPEN_LONG_T==NULL){ if(_FUNC_IDEOPEN_LONG_T==NULL){
_FUNC_IDEOPEN_LONG_T=(int32*)mem_static_malloc(4); _FUNC_IDEOPEN_LONG_T=(int32*)mem_static_malloc(4);
@ -150,21 +150,21 @@ if(_FUNC_IDEOPEN_LONG_FOCUSOFFSET==NULL){
_FUNC_IDEOPEN_LONG_FOCUSOFFSET=(int32*)mem_static_malloc(4); _FUNC_IDEOPEN_LONG_FOCUSOFFSET=(int32*)mem_static_malloc(4);
*_FUNC_IDEOPEN_LONG_FOCUSOFFSET=0; *_FUNC_IDEOPEN_LONG_FOCUSOFFSET=0;
} }
byte_element_struct *byte_element_4677=NULL; byte_element_struct *byte_element_4683=NULL;
if (!byte_element_4677){ if (!byte_element_4683){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4677=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4677=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4683=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4683=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4678=NULL; byte_element_struct *byte_element_4684=NULL;
if (!byte_element_4678){ if (!byte_element_4684){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4678=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4678=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4684=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4684=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4679=NULL; byte_element_struct *byte_element_4685=NULL;
if (!byte_element_4679){ if (!byte_element_4685){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4679=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4679=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4685=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4685=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4680=NULL; byte_element_struct *byte_element_4686=NULL;
if (!byte_element_4680){ if (!byte_element_4686){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4680=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4680=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4686=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4686=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDEOPEN_LONG_I2=NULL; int32 *_FUNC_IDEOPEN_LONG_I2=NULL;
if(_FUNC_IDEOPEN_LONG_I2==NULL){ if(_FUNC_IDEOPEN_LONG_I2==NULL){
@ -205,9 +205,9 @@ if(_FUNC_IDEOPEN_LONG_L==NULL){
_FUNC_IDEOPEN_LONG_L=(int32*)mem_static_malloc(4); _FUNC_IDEOPEN_LONG_L=(int32*)mem_static_malloc(4);
*_FUNC_IDEOPEN_LONG_L=0; *_FUNC_IDEOPEN_LONG_L=0;
} }
byte_element_struct *byte_element_4682=NULL; byte_element_struct *byte_element_4688=NULL;
if (!byte_element_4682){ if (!byte_element_4688){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4682=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4682=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4688=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4688=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDEOPEN_LONG_ASCA=NULL; int32 *_FUNC_IDEOPEN_LONG_ASCA=NULL;
if(_FUNC_IDEOPEN_LONG_ASCA==NULL){ if(_FUNC_IDEOPEN_LONG_ASCA==NULL){

View file

@ -1,14 +1,14 @@
qbs*oldstr4683=NULL; qbs*oldstr4689=NULL;
if(_SUB_IDEPAR_STRING_TITLE->tmp||_SUB_IDEPAR_STRING_TITLE->fixed||_SUB_IDEPAR_STRING_TITLE->readonly){ if(_SUB_IDEPAR_STRING_TITLE->tmp||_SUB_IDEPAR_STRING_TITLE->fixed||_SUB_IDEPAR_STRING_TITLE->readonly){
oldstr4683=_SUB_IDEPAR_STRING_TITLE; oldstr4689=_SUB_IDEPAR_STRING_TITLE;
if (oldstr4683->cmem_descriptor){ if (oldstr4689->cmem_descriptor){
_SUB_IDEPAR_STRING_TITLE=qbs_new_cmem(oldstr4683->len,0); _SUB_IDEPAR_STRING_TITLE=qbs_new_cmem(oldstr4689->len,0);
}else{ }else{
_SUB_IDEPAR_STRING_TITLE=qbs_new(oldstr4683->len,0); _SUB_IDEPAR_STRING_TITLE=qbs_new(oldstr4689->len,0);
} }
memcpy(_SUB_IDEPAR_STRING_TITLE->chr,oldstr4683->chr,oldstr4683->len); memcpy(_SUB_IDEPAR_STRING_TITLE->chr,oldstr4689->chr,oldstr4689->len);
} }
byte_element_struct *byte_element_4684=NULL; byte_element_struct *byte_element_4690=NULL;
if (!byte_element_4684){ if (!byte_element_4690){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4684=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4684=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4690=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4690=(byte_element_struct*)mem_static_malloc(12);
} }

View file

@ -37,12 +37,12 @@ if(_FUNC_IDERESTORE_LONG_I==NULL){
_FUNC_IDERESTORE_LONG_I=(int32*)mem_static_malloc(4); _FUNC_IDERESTORE_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_IDERESTORE_LONG_I=0; *_FUNC_IDERESTORE_LONG_I=0;
} }
int32 pass4685; int32 pass4691;
int32 pass4686; int32 pass4692;
int64 fornext_value4688; int64 fornext_value4694;
int64 fornext_finalvalue4688; int64 fornext_finalvalue4694;
int64 fornext_step4688; int64 fornext_step4694;
uint8 fornext_step_negative4688; uint8 fornext_step_negative4694;
int32 *_FUNC_IDERESTORE_LONG_F=NULL; int32 *_FUNC_IDERESTORE_LONG_F=NULL;
if(_FUNC_IDERESTORE_LONG_F==NULL){ if(_FUNC_IDERESTORE_LONG_F==NULL){
_FUNC_IDERESTORE_LONG_F=(int32*)mem_static_malloc(4); _FUNC_IDERESTORE_LONG_F=(int32*)mem_static_malloc(4);
@ -58,10 +58,10 @@ if(_FUNC_IDERESTORE_LONG_CY==NULL){
_FUNC_IDERESTORE_LONG_CY=(int32*)mem_static_malloc(4); _FUNC_IDERESTORE_LONG_CY=(int32*)mem_static_malloc(4);
*_FUNC_IDERESTORE_LONG_CY=0; *_FUNC_IDERESTORE_LONG_CY=0;
} }
int64 fornext_value4691; int64 fornext_value4697;
int64 fornext_finalvalue4691; int64 fornext_finalvalue4697;
int64 fornext_step4691; int64 fornext_step4697;
uint8 fornext_step_negative4691; uint8 fornext_step_negative4697;
int32 *_FUNC_IDERESTORE_LONG_LASTFOCUS=NULL; int32 *_FUNC_IDERESTORE_LONG_LASTFOCUS=NULL;
if(_FUNC_IDERESTORE_LONG_LASTFOCUS==NULL){ if(_FUNC_IDERESTORE_LONG_LASTFOCUS==NULL){
_FUNC_IDERESTORE_LONG_LASTFOCUS=(int32*)mem_static_malloc(4); _FUNC_IDERESTORE_LONG_LASTFOCUS=(int32*)mem_static_malloc(4);
@ -94,9 +94,9 @@ _FUNC_IDERESTORE_LONG_OLDALT=(int32*)mem_static_malloc(4);
} }
qbs *_FUNC_IDERESTORE_STRING_ALTLETTER=NULL; qbs *_FUNC_IDERESTORE_STRING_ALTLETTER=NULL;
if (!_FUNC_IDERESTORE_STRING_ALTLETTER)_FUNC_IDERESTORE_STRING_ALTLETTER=qbs_new(0,0); if (!_FUNC_IDERESTORE_STRING_ALTLETTER)_FUNC_IDERESTORE_STRING_ALTLETTER=qbs_new(0,0);
byte_element_struct *byte_element_4694=NULL; byte_element_struct *byte_element_4700=NULL;
if (!byte_element_4694){ if (!byte_element_4700){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4694=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4694=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4700=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4700=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDERESTORE_LONG_K=NULL; int32 *_FUNC_IDERESTORE_LONG_K=NULL;
if(_FUNC_IDERESTORE_LONG_K==NULL){ if(_FUNC_IDERESTORE_LONG_K==NULL){
@ -108,10 +108,10 @@ if(_FUNC_IDERESTORE_LONG_INFO==NULL){
_FUNC_IDERESTORE_LONG_INFO=(int32*)mem_static_malloc(4); _FUNC_IDERESTORE_LONG_INFO=(int32*)mem_static_malloc(4);
*_FUNC_IDERESTORE_LONG_INFO=0; *_FUNC_IDERESTORE_LONG_INFO=0;
} }
int64 fornext_value4696; int64 fornext_value4702;
int64 fornext_finalvalue4696; int64 fornext_finalvalue4702;
int64 fornext_step4696; int64 fornext_step4702;
uint8 fornext_step_negative4696; uint8 fornext_step_negative4702;
int32 *_FUNC_IDERESTORE_LONG_T=NULL; int32 *_FUNC_IDERESTORE_LONG_T=NULL;
if(_FUNC_IDERESTORE_LONG_T==NULL){ if(_FUNC_IDERESTORE_LONG_T==NULL){
_FUNC_IDERESTORE_LONG_T=(int32*)mem_static_malloc(4); _FUNC_IDERESTORE_LONG_T=(int32*)mem_static_malloc(4);

View file

@ -1,14 +1,14 @@
qbs *_FUNC_IDECLEARHISTORY_STRING_IDECLEARHISTORY=NULL; qbs *_FUNC_IDECLEARHISTORY_STRING_IDECLEARHISTORY=NULL;
if (!_FUNC_IDECLEARHISTORY_STRING_IDECLEARHISTORY)_FUNC_IDECLEARHISTORY_STRING_IDECLEARHISTORY=qbs_new(0,0); if (!_FUNC_IDECLEARHISTORY_STRING_IDECLEARHISTORY)_FUNC_IDECLEARHISTORY_STRING_IDECLEARHISTORY=qbs_new(0,0);
qbs*oldstr4697=NULL; qbs*oldstr4703=NULL;
if(_FUNC_IDECLEARHISTORY_STRING_WHICHHISTORY->tmp||_FUNC_IDECLEARHISTORY_STRING_WHICHHISTORY->fixed||_FUNC_IDECLEARHISTORY_STRING_WHICHHISTORY->readonly){ if(_FUNC_IDECLEARHISTORY_STRING_WHICHHISTORY->tmp||_FUNC_IDECLEARHISTORY_STRING_WHICHHISTORY->fixed||_FUNC_IDECLEARHISTORY_STRING_WHICHHISTORY->readonly){
oldstr4697=_FUNC_IDECLEARHISTORY_STRING_WHICHHISTORY; oldstr4703=_FUNC_IDECLEARHISTORY_STRING_WHICHHISTORY;
if (oldstr4697->cmem_descriptor){ if (oldstr4703->cmem_descriptor){
_FUNC_IDECLEARHISTORY_STRING_WHICHHISTORY=qbs_new_cmem(oldstr4697->len,0); _FUNC_IDECLEARHISTORY_STRING_WHICHHISTORY=qbs_new_cmem(oldstr4703->len,0);
}else{ }else{
_FUNC_IDECLEARHISTORY_STRING_WHICHHISTORY=qbs_new(oldstr4697->len,0); _FUNC_IDECLEARHISTORY_STRING_WHICHHISTORY=qbs_new(oldstr4703->len,0);
} }
memcpy(_FUNC_IDECLEARHISTORY_STRING_WHICHHISTORY->chr,oldstr4697->chr,oldstr4697->len); memcpy(_FUNC_IDECLEARHISTORY_STRING_WHICHHISTORY->chr,oldstr4703->chr,oldstr4703->len);
} }
int32 *_FUNC_IDECLEARHISTORY_LONG_FOCUS=NULL; int32 *_FUNC_IDECLEARHISTORY_LONG_FOCUS=NULL;
if(_FUNC_IDECLEARHISTORY_LONG_FOCUS==NULL){ if(_FUNC_IDECLEARHISTORY_LONG_FOCUS==NULL){
@ -47,12 +47,12 @@ if(_FUNC_IDECLEARHISTORY_LONG_I==NULL){
_FUNC_IDECLEARHISTORY_LONG_I=(int32*)mem_static_malloc(4); _FUNC_IDECLEARHISTORY_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_IDECLEARHISTORY_LONG_I=0; *_FUNC_IDECLEARHISTORY_LONG_I=0;
} }
int32 pass4698; int32 pass4704;
int32 pass4699; int32 pass4705;
int64 fornext_value4701; int64 fornext_value4707;
int64 fornext_finalvalue4701; int64 fornext_finalvalue4707;
int64 fornext_step4701; int64 fornext_step4707;
uint8 fornext_step_negative4701; uint8 fornext_step_negative4707;
int32 *_FUNC_IDECLEARHISTORY_LONG_F=NULL; int32 *_FUNC_IDECLEARHISTORY_LONG_F=NULL;
if(_FUNC_IDECLEARHISTORY_LONG_F==NULL){ if(_FUNC_IDECLEARHISTORY_LONG_F==NULL){
_FUNC_IDECLEARHISTORY_LONG_F=(int32*)mem_static_malloc(4); _FUNC_IDECLEARHISTORY_LONG_F=(int32*)mem_static_malloc(4);
@ -68,10 +68,10 @@ if(_FUNC_IDECLEARHISTORY_LONG_CY==NULL){
_FUNC_IDECLEARHISTORY_LONG_CY=(int32*)mem_static_malloc(4); _FUNC_IDECLEARHISTORY_LONG_CY=(int32*)mem_static_malloc(4);
*_FUNC_IDECLEARHISTORY_LONG_CY=0; *_FUNC_IDECLEARHISTORY_LONG_CY=0;
} }
int64 fornext_value4704; int64 fornext_value4710;
int64 fornext_finalvalue4704; int64 fornext_finalvalue4710;
int64 fornext_step4704; int64 fornext_step4710;
uint8 fornext_step_negative4704; uint8 fornext_step_negative4710;
int32 *_FUNC_IDECLEARHISTORY_LONG_LASTFOCUS=NULL; int32 *_FUNC_IDECLEARHISTORY_LONG_LASTFOCUS=NULL;
if(_FUNC_IDECLEARHISTORY_LONG_LASTFOCUS==NULL){ if(_FUNC_IDECLEARHISTORY_LONG_LASTFOCUS==NULL){
_FUNC_IDECLEARHISTORY_LONG_LASTFOCUS=(int32*)mem_static_malloc(4); _FUNC_IDECLEARHISTORY_LONG_LASTFOCUS=(int32*)mem_static_malloc(4);
@ -104,9 +104,9 @@ _FUNC_IDECLEARHISTORY_LONG_OLDALT=(int32*)mem_static_malloc(4);
} }
qbs *_FUNC_IDECLEARHISTORY_STRING_ALTLETTER=NULL; qbs *_FUNC_IDECLEARHISTORY_STRING_ALTLETTER=NULL;
if (!_FUNC_IDECLEARHISTORY_STRING_ALTLETTER)_FUNC_IDECLEARHISTORY_STRING_ALTLETTER=qbs_new(0,0); if (!_FUNC_IDECLEARHISTORY_STRING_ALTLETTER)_FUNC_IDECLEARHISTORY_STRING_ALTLETTER=qbs_new(0,0);
byte_element_struct *byte_element_4710=NULL; byte_element_struct *byte_element_4716=NULL;
if (!byte_element_4710){ if (!byte_element_4716){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4710=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4710=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4716=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4716=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDECLEARHISTORY_LONG_K=NULL; int32 *_FUNC_IDECLEARHISTORY_LONG_K=NULL;
if(_FUNC_IDECLEARHISTORY_LONG_K==NULL){ if(_FUNC_IDECLEARHISTORY_LONG_K==NULL){
@ -118,10 +118,10 @@ if(_FUNC_IDECLEARHISTORY_LONG_INFO==NULL){
_FUNC_IDECLEARHISTORY_LONG_INFO=(int32*)mem_static_malloc(4); _FUNC_IDECLEARHISTORY_LONG_INFO=(int32*)mem_static_malloc(4);
*_FUNC_IDECLEARHISTORY_LONG_INFO=0; *_FUNC_IDECLEARHISTORY_LONG_INFO=0;
} }
int64 fornext_value4712; int64 fornext_value4718;
int64 fornext_finalvalue4712; int64 fornext_finalvalue4718;
int64 fornext_step4712; int64 fornext_step4718;
uint8 fornext_step_negative4712; uint8 fornext_step_negative4718;
int32 *_FUNC_IDECLEARHISTORY_LONG_T=NULL; int32 *_FUNC_IDECLEARHISTORY_LONG_T=NULL;
if(_FUNC_IDECLEARHISTORY_LONG_T==NULL){ if(_FUNC_IDECLEARHISTORY_LONG_T==NULL){
_FUNC_IDECLEARHISTORY_LONG_T=(int32*)mem_static_malloc(4); _FUNC_IDECLEARHISTORY_LONG_T=(int32*)mem_static_malloc(4);

View file

@ -29,8 +29,8 @@ if(_FUNC_VARIABLESIZE_LONG_I2==NULL){
_FUNC_VARIABLESIZE_LONG_I2=(int32*)mem_static_malloc(4); _FUNC_VARIABLESIZE_LONG_I2=(int32*)mem_static_malloc(4);
*_FUNC_VARIABLESIZE_LONG_I2=0; *_FUNC_VARIABLESIZE_LONG_I2=0;
} }
int64 fornext_value2435; int64 fornext_value2436;
int64 fornext_finalvalue2435; int64 fornext_finalvalue2436;
int64 fornext_step2435; int64 fornext_step2436;
uint8 fornext_step_negative2435; uint8 fornext_step_negative2436;
int32 pass2436; int32 pass2437;

View file

@ -1,21 +1,21 @@
qbs*oldstr4713=NULL; qbs*oldstr4719=NULL;
if(_SUB_IDESAVE_STRING_F->tmp||_SUB_IDESAVE_STRING_F->fixed||_SUB_IDESAVE_STRING_F->readonly){ if(_SUB_IDESAVE_STRING_F->tmp||_SUB_IDESAVE_STRING_F->fixed||_SUB_IDESAVE_STRING_F->readonly){
oldstr4713=_SUB_IDESAVE_STRING_F; oldstr4719=_SUB_IDESAVE_STRING_F;
if (oldstr4713->cmem_descriptor){ if (oldstr4719->cmem_descriptor){
_SUB_IDESAVE_STRING_F=qbs_new_cmem(oldstr4713->len,0); _SUB_IDESAVE_STRING_F=qbs_new_cmem(oldstr4719->len,0);
}else{ }else{
_SUB_IDESAVE_STRING_F=qbs_new(oldstr4713->len,0); _SUB_IDESAVE_STRING_F=qbs_new(oldstr4719->len,0);
} }
memcpy(_SUB_IDESAVE_STRING_F->chr,oldstr4713->chr,oldstr4713->len); memcpy(_SUB_IDESAVE_STRING_F->chr,oldstr4719->chr,oldstr4719->len);
} }
int32 *_SUB_IDESAVE_LONG_I=NULL; int32 *_SUB_IDESAVE_LONG_I=NULL;
if(_SUB_IDESAVE_LONG_I==NULL){ if(_SUB_IDESAVE_LONG_I==NULL){
_SUB_IDESAVE_LONG_I=(int32*)mem_static_malloc(4); _SUB_IDESAVE_LONG_I=(int32*)mem_static_malloc(4);
*_SUB_IDESAVE_LONG_I=0; *_SUB_IDESAVE_LONG_I=0;
} }
int64 fornext_value4715; int64 fornext_value4721;
int64 fornext_finalvalue4715; int64 fornext_finalvalue4721;
int64 fornext_step4715; int64 fornext_step4721;
uint8 fornext_step_negative4715; uint8 fornext_step_negative4721;
qbs *_SUB_IDESAVE_STRING_A=NULL; qbs *_SUB_IDESAVE_STRING_A=NULL;
if (!_SUB_IDESAVE_STRING_A)_SUB_IDESAVE_STRING_A=qbs_new(0,0); if (!_SUB_IDESAVE_STRING_A)_SUB_IDESAVE_STRING_A=qbs_new(0,0);

View file

@ -1,14 +1,14 @@
qbs *_FUNC_IDESAVEAS_STRING_IDESAVEAS=NULL; qbs *_FUNC_IDESAVEAS_STRING_IDESAVEAS=NULL;
if (!_FUNC_IDESAVEAS_STRING_IDESAVEAS)_FUNC_IDESAVEAS_STRING_IDESAVEAS=qbs_new(0,0); if (!_FUNC_IDESAVEAS_STRING_IDESAVEAS)_FUNC_IDESAVEAS_STRING_IDESAVEAS=qbs_new(0,0);
qbs*oldstr4717=NULL; qbs*oldstr4723=NULL;
if(_FUNC_IDESAVEAS_STRING_PROGRAMNAME->tmp||_FUNC_IDESAVEAS_STRING_PROGRAMNAME->fixed||_FUNC_IDESAVEAS_STRING_PROGRAMNAME->readonly){ if(_FUNC_IDESAVEAS_STRING_PROGRAMNAME->tmp||_FUNC_IDESAVEAS_STRING_PROGRAMNAME->fixed||_FUNC_IDESAVEAS_STRING_PROGRAMNAME->readonly){
oldstr4717=_FUNC_IDESAVEAS_STRING_PROGRAMNAME; oldstr4723=_FUNC_IDESAVEAS_STRING_PROGRAMNAME;
if (oldstr4717->cmem_descriptor){ if (oldstr4723->cmem_descriptor){
_FUNC_IDESAVEAS_STRING_PROGRAMNAME=qbs_new_cmem(oldstr4717->len,0); _FUNC_IDESAVEAS_STRING_PROGRAMNAME=qbs_new_cmem(oldstr4723->len,0);
}else{ }else{
_FUNC_IDESAVEAS_STRING_PROGRAMNAME=qbs_new(oldstr4717->len,0); _FUNC_IDESAVEAS_STRING_PROGRAMNAME=qbs_new(oldstr4723->len,0);
} }
memcpy(_FUNC_IDESAVEAS_STRING_PROGRAMNAME->chr,oldstr4717->chr,oldstr4717->len); memcpy(_FUNC_IDESAVEAS_STRING_PROGRAMNAME->chr,oldstr4723->chr,oldstr4723->len);
} }
int32 *_FUNC_IDESAVEAS_LONG_FOCUS=NULL; int32 *_FUNC_IDESAVEAS_LONG_FOCUS=NULL;
if(_FUNC_IDESAVEAS_LONG_FOCUS==NULL){ if(_FUNC_IDESAVEAS_LONG_FOCUS==NULL){
@ -51,21 +51,21 @@ if(_FUNC_IDESAVEAS_LONG_I==NULL){
_FUNC_IDESAVEAS_LONG_I=(int32*)mem_static_malloc(4); _FUNC_IDESAVEAS_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_IDESAVEAS_LONG_I=0; *_FUNC_IDESAVEAS_LONG_I=0;
} }
int32 pass4718; int32 pass4724;
int32 pass4719; int32 pass4725;
int32 *_FUNC_IDESAVEAS_LONG_PREVFOCUS=NULL; int32 *_FUNC_IDESAVEAS_LONG_PREVFOCUS=NULL;
if(_FUNC_IDESAVEAS_LONG_PREVFOCUS==NULL){ if(_FUNC_IDESAVEAS_LONG_PREVFOCUS==NULL){
_FUNC_IDESAVEAS_LONG_PREVFOCUS=(int32*)mem_static_malloc(4); _FUNC_IDESAVEAS_LONG_PREVFOCUS=(int32*)mem_static_malloc(4);
*_FUNC_IDESAVEAS_LONG_PREVFOCUS=0; *_FUNC_IDESAVEAS_LONG_PREVFOCUS=0;
} }
byte_element_struct *byte_element_4720=NULL; byte_element_struct *byte_element_4726=NULL;
if (!byte_element_4720){ if (!byte_element_4726){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4720=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4720=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4726=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4726=(byte_element_struct*)mem_static_malloc(12);
} }
int64 fornext_value4722; int64 fornext_value4728;
int64 fornext_finalvalue4722; int64 fornext_finalvalue4728;
int64 fornext_step4722; int64 fornext_step4728;
uint8 fornext_step_negative4722; uint8 fornext_step_negative4728;
int32 *_FUNC_IDESAVEAS_LONG_F=NULL; int32 *_FUNC_IDESAVEAS_LONG_F=NULL;
if(_FUNC_IDESAVEAS_LONG_F==NULL){ if(_FUNC_IDESAVEAS_LONG_F==NULL){
_FUNC_IDESAVEAS_LONG_F=(int32*)mem_static_malloc(4); _FUNC_IDESAVEAS_LONG_F=(int32*)mem_static_malloc(4);
@ -81,10 +81,10 @@ if(_FUNC_IDESAVEAS_LONG_CY==NULL){
_FUNC_IDESAVEAS_LONG_CY=(int32*)mem_static_malloc(4); _FUNC_IDESAVEAS_LONG_CY=(int32*)mem_static_malloc(4);
*_FUNC_IDESAVEAS_LONG_CY=0; *_FUNC_IDESAVEAS_LONG_CY=0;
} }
int64 fornext_value4725; int64 fornext_value4731;
int64 fornext_finalvalue4725; int64 fornext_finalvalue4731;
int64 fornext_step4725; int64 fornext_step4731;
uint8 fornext_step_negative4725; uint8 fornext_step_negative4731;
int32 *_FUNC_IDESAVEAS_LONG_LASTFOCUS=NULL; int32 *_FUNC_IDESAVEAS_LONG_LASTFOCUS=NULL;
if(_FUNC_IDESAVEAS_LONG_LASTFOCUS==NULL){ if(_FUNC_IDESAVEAS_LONG_LASTFOCUS==NULL){
_FUNC_IDESAVEAS_LONG_LASTFOCUS=(int32*)mem_static_malloc(4); _FUNC_IDESAVEAS_LONG_LASTFOCUS=(int32*)mem_static_malloc(4);
@ -97,9 +97,9 @@ if(_FUNC_IDESAVEAS_LONG_W==NULL){
_FUNC_IDESAVEAS_LONG_W=(int32*)mem_static_malloc(4); _FUNC_IDESAVEAS_LONG_W=(int32*)mem_static_malloc(4);
*_FUNC_IDESAVEAS_LONG_W=0; *_FUNC_IDESAVEAS_LONG_W=0;
} }
byte_element_struct *byte_element_4727=NULL; byte_element_struct *byte_element_4733=NULL;
if (!byte_element_4727){ if (!byte_element_4733){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4727=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4727=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4733=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4733=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDESAVEAS_LONG_CHANGE=NULL; int32 *_FUNC_IDESAVEAS_LONG_CHANGE=NULL;
if(_FUNC_IDESAVEAS_LONG_CHANGE==NULL){ if(_FUNC_IDESAVEAS_LONG_CHANGE==NULL){
@ -128,9 +128,9 @@ _FUNC_IDESAVEAS_LONG_OLDALT=(int32*)mem_static_malloc(4);
} }
qbs *_FUNC_IDESAVEAS_STRING_ALTLETTER=NULL; qbs *_FUNC_IDESAVEAS_STRING_ALTLETTER=NULL;
if (!_FUNC_IDESAVEAS_STRING_ALTLETTER)_FUNC_IDESAVEAS_STRING_ALTLETTER=qbs_new(0,0); if (!_FUNC_IDESAVEAS_STRING_ALTLETTER)_FUNC_IDESAVEAS_STRING_ALTLETTER=qbs_new(0,0);
byte_element_struct *byte_element_4730=NULL; byte_element_struct *byte_element_4736=NULL;
if (!byte_element_4730){ if (!byte_element_4736){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4730=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4730=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4736=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4736=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDESAVEAS_LONG_K=NULL; int32 *_FUNC_IDESAVEAS_LONG_K=NULL;
if(_FUNC_IDESAVEAS_LONG_K==NULL){ if(_FUNC_IDESAVEAS_LONG_K==NULL){
@ -142,10 +142,10 @@ if(_FUNC_IDESAVEAS_LONG_INFO==NULL){
_FUNC_IDESAVEAS_LONG_INFO=(int32*)mem_static_malloc(4); _FUNC_IDESAVEAS_LONG_INFO=(int32*)mem_static_malloc(4);
*_FUNC_IDESAVEAS_LONG_INFO=0; *_FUNC_IDESAVEAS_LONG_INFO=0;
} }
int64 fornext_value4732; int64 fornext_value4738;
int64 fornext_finalvalue4732; int64 fornext_finalvalue4738;
int64 fornext_step4732; int64 fornext_step4738;
uint8 fornext_step_negative4732; uint8 fornext_step_negative4738;
int32 *_FUNC_IDESAVEAS_LONG_T=NULL; int32 *_FUNC_IDESAVEAS_LONG_T=NULL;
if(_FUNC_IDESAVEAS_LONG_T==NULL){ if(_FUNC_IDESAVEAS_LONG_T==NULL){
_FUNC_IDESAVEAS_LONG_T=(int32*)mem_static_malloc(4); _FUNC_IDESAVEAS_LONG_T=(int32*)mem_static_malloc(4);
@ -156,9 +156,9 @@ if(_FUNC_IDESAVEAS_LONG_FOCUSOFFSET==NULL){
_FUNC_IDESAVEAS_LONG_FOCUSOFFSET=(int32*)mem_static_malloc(4); _FUNC_IDESAVEAS_LONG_FOCUSOFFSET=(int32*)mem_static_malloc(4);
*_FUNC_IDESAVEAS_LONG_FOCUSOFFSET=0; *_FUNC_IDESAVEAS_LONG_FOCUSOFFSET=0;
} }
byte_element_struct *byte_element_4733=NULL; byte_element_struct *byte_element_4739=NULL;
if (!byte_element_4733){ if (!byte_element_4739){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4733=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4733=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4739=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4739=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_FUNC_IDESAVEAS_STRING_F=NULL; qbs *_FUNC_IDESAVEAS_STRING_F=NULL;
if (!_FUNC_IDESAVEAS_STRING_F)_FUNC_IDESAVEAS_STRING_F=qbs_new(0,0); if (!_FUNC_IDESAVEAS_STRING_F)_FUNC_IDESAVEAS_STRING_F=qbs_new(0,0);

View file

@ -37,12 +37,12 @@ if(_FUNC_IDESAVENOW_LONG_I==NULL){
_FUNC_IDESAVENOW_LONG_I=(int32*)mem_static_malloc(4); _FUNC_IDESAVENOW_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_IDESAVENOW_LONG_I=0; *_FUNC_IDESAVENOW_LONG_I=0;
} }
int32 pass4734; int32 pass4740;
int32 pass4735; int32 pass4741;
int64 fornext_value4737; int64 fornext_value4743;
int64 fornext_finalvalue4737; int64 fornext_finalvalue4743;
int64 fornext_step4737; int64 fornext_step4743;
uint8 fornext_step_negative4737; uint8 fornext_step_negative4743;
int32 *_FUNC_IDESAVENOW_LONG_F=NULL; int32 *_FUNC_IDESAVENOW_LONG_F=NULL;
if(_FUNC_IDESAVENOW_LONG_F==NULL){ if(_FUNC_IDESAVENOW_LONG_F==NULL){
_FUNC_IDESAVENOW_LONG_F=(int32*)mem_static_malloc(4); _FUNC_IDESAVENOW_LONG_F=(int32*)mem_static_malloc(4);
@ -58,10 +58,10 @@ if(_FUNC_IDESAVENOW_LONG_CY==NULL){
_FUNC_IDESAVENOW_LONG_CY=(int32*)mem_static_malloc(4); _FUNC_IDESAVENOW_LONG_CY=(int32*)mem_static_malloc(4);
*_FUNC_IDESAVENOW_LONG_CY=0; *_FUNC_IDESAVENOW_LONG_CY=0;
} }
int64 fornext_value4740; int64 fornext_value4746;
int64 fornext_finalvalue4740; int64 fornext_finalvalue4746;
int64 fornext_step4740; int64 fornext_step4746;
uint8 fornext_step_negative4740; uint8 fornext_step_negative4746;
int32 *_FUNC_IDESAVENOW_LONG_LASTFOCUS=NULL; int32 *_FUNC_IDESAVENOW_LONG_LASTFOCUS=NULL;
if(_FUNC_IDESAVENOW_LONG_LASTFOCUS==NULL){ if(_FUNC_IDESAVENOW_LONG_LASTFOCUS==NULL){
_FUNC_IDESAVENOW_LONG_LASTFOCUS=(int32*)mem_static_malloc(4); _FUNC_IDESAVENOW_LONG_LASTFOCUS=(int32*)mem_static_malloc(4);
@ -94,9 +94,9 @@ _FUNC_IDESAVENOW_LONG_OLDALT=(int32*)mem_static_malloc(4);
} }
qbs *_FUNC_IDESAVENOW_STRING_ALTLETTER=NULL; qbs *_FUNC_IDESAVENOW_STRING_ALTLETTER=NULL;
if (!_FUNC_IDESAVENOW_STRING_ALTLETTER)_FUNC_IDESAVENOW_STRING_ALTLETTER=qbs_new(0,0); if (!_FUNC_IDESAVENOW_STRING_ALTLETTER)_FUNC_IDESAVENOW_STRING_ALTLETTER=qbs_new(0,0);
byte_element_struct *byte_element_4743=NULL; byte_element_struct *byte_element_4749=NULL;
if (!byte_element_4743){ if (!byte_element_4749){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4743=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4743=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4749=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4749=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDESAVENOW_LONG_K=NULL; int32 *_FUNC_IDESAVENOW_LONG_K=NULL;
if(_FUNC_IDESAVENOW_LONG_K==NULL){ if(_FUNC_IDESAVENOW_LONG_K==NULL){
@ -108,10 +108,10 @@ if(_FUNC_IDESAVENOW_LONG_INFO==NULL){
_FUNC_IDESAVENOW_LONG_INFO=(int32*)mem_static_malloc(4); _FUNC_IDESAVENOW_LONG_INFO=(int32*)mem_static_malloc(4);
*_FUNC_IDESAVENOW_LONG_INFO=0; *_FUNC_IDESAVENOW_LONG_INFO=0;
} }
int64 fornext_value4745; int64 fornext_value4751;
int64 fornext_finalvalue4745; int64 fornext_finalvalue4751;
int64 fornext_step4745; int64 fornext_step4751;
uint8 fornext_step_negative4745; uint8 fornext_step_negative4751;
int32 *_FUNC_IDESAVENOW_LONG_T=NULL; int32 *_FUNC_IDESAVENOW_LONG_T=NULL;
if(_FUNC_IDESAVENOW_LONG_T==NULL){ if(_FUNC_IDESAVENOW_LONG_T==NULL){
_FUNC_IDESAVENOW_LONG_T=(int32*)mem_static_malloc(4); _FUNC_IDESAVENOW_LONG_T=(int32*)mem_static_malloc(4);

View file

@ -1,23 +1,23 @@
qbs*oldstr4746=NULL; qbs*oldstr4752=NULL;
if(_SUB_IDESETLINE_STRING_TEXT->tmp||_SUB_IDESETLINE_STRING_TEXT->fixed||_SUB_IDESETLINE_STRING_TEXT->readonly){ if(_SUB_IDESETLINE_STRING_TEXT->tmp||_SUB_IDESETLINE_STRING_TEXT->fixed||_SUB_IDESETLINE_STRING_TEXT->readonly){
oldstr4746=_SUB_IDESETLINE_STRING_TEXT; oldstr4752=_SUB_IDESETLINE_STRING_TEXT;
if (oldstr4746->cmem_descriptor){ if (oldstr4752->cmem_descriptor){
_SUB_IDESETLINE_STRING_TEXT=qbs_new_cmem(oldstr4746->len,0); _SUB_IDESETLINE_STRING_TEXT=qbs_new_cmem(oldstr4752->len,0);
}else{ }else{
_SUB_IDESETLINE_STRING_TEXT=qbs_new(oldstr4746->len,0); _SUB_IDESETLINE_STRING_TEXT=qbs_new(oldstr4752->len,0);
} }
memcpy(_SUB_IDESETLINE_STRING_TEXT->chr,oldstr4746->chr,oldstr4746->len); memcpy(_SUB_IDESETLINE_STRING_TEXT->chr,oldstr4752->chr,oldstr4752->len);
} }
int32 *_SUB_IDESETLINE_LONG_TEXTLEN=NULL; int32 *_SUB_IDESETLINE_LONG_TEXTLEN=NULL;
if(_SUB_IDESETLINE_LONG_TEXTLEN==NULL){ if(_SUB_IDESETLINE_LONG_TEXTLEN==NULL){
_SUB_IDESETLINE_LONG_TEXTLEN=(int32*)mem_static_malloc(4); _SUB_IDESETLINE_LONG_TEXTLEN=(int32*)mem_static_malloc(4);
*_SUB_IDESETLINE_LONG_TEXTLEN=0; *_SUB_IDESETLINE_LONG_TEXTLEN=0;
} }
byte_element_struct *byte_element_4747=NULL; byte_element_struct *byte_element_4753=NULL;
if (!byte_element_4747){ if (!byte_element_4753){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4747=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4747=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4753=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4753=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4748=NULL; byte_element_struct *byte_element_4754=NULL;
if (!byte_element_4748){ if (!byte_element_4754){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4748=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4748=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4754=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4754=(byte_element_struct*)mem_static_malloc(12);
} }

View file

@ -1,18 +1,3 @@
int32 *_SUB_IDESHOWTEXT_LONG_BRACKET__ASCII_CHR_046__R=NULL;
if(_SUB_IDESHOWTEXT_LONG_BRACKET__ASCII_CHR_046__R==NULL){
_SUB_IDESHOWTEXT_LONG_BRACKET__ASCII_CHR_046__R=(int32*)mem_static_malloc(4);
*_SUB_IDESHOWTEXT_LONG_BRACKET__ASCII_CHR_046__R=0;
}
int32 *_SUB_IDESHOWTEXT_LONG_BRACKET__ASCII_CHR_046__G=NULL;
if(_SUB_IDESHOWTEXT_LONG_BRACKET__ASCII_CHR_046__G==NULL){
_SUB_IDESHOWTEXT_LONG_BRACKET__ASCII_CHR_046__G=(int32*)mem_static_malloc(4);
*_SUB_IDESHOWTEXT_LONG_BRACKET__ASCII_CHR_046__G=0;
}
int32 *_SUB_IDESHOWTEXT_LONG_BRACKET__ASCII_CHR_046__B=NULL;
if(_SUB_IDESHOWTEXT_LONG_BRACKET__ASCII_CHR_046__B==NULL){
_SUB_IDESHOWTEXT_LONG_BRACKET__ASCII_CHR_046__B=(int32*)mem_static_malloc(4);
*_SUB_IDESHOWTEXT_LONG_BRACKET__ASCII_CHR_046__B=0;
}
qbs *_SUB_IDESHOWTEXT_STRING_CHAR__ASCII_CHR_046__SEP=NULL; qbs *_SUB_IDESHOWTEXT_STRING_CHAR__ASCII_CHR_046__SEP=NULL;
if (!_SUB_IDESHOWTEXT_STRING_CHAR__ASCII_CHR_046__SEP)_SUB_IDESHOWTEXT_STRING_CHAR__ASCII_CHR_046__SEP=qbs_new(0,0); if (!_SUB_IDESHOWTEXT_STRING_CHAR__ASCII_CHR_046__SEP)_SUB_IDESHOWTEXT_STRING_CHAR__ASCII_CHR_046__SEP=qbs_new(0,0);
int32 *_SUB_IDESHOWTEXT_LONG_CC=NULL; int32 *_SUB_IDESHOWTEXT_LONG_CC=NULL;
@ -69,39 +54,44 @@ if(_SUB_IDESHOWTEXT_LONG_IDECY_I==NULL){
_SUB_IDESHOWTEXT_LONG_IDECY_I=(int32*)mem_static_malloc(4); _SUB_IDESHOWTEXT_LONG_IDECY_I=(int32*)mem_static_malloc(4);
*_SUB_IDESHOWTEXT_LONG_IDECY_I=0; *_SUB_IDESHOWTEXT_LONG_IDECY_I=0;
} }
int64 fornext_value4750; int64 fornext_value4756;
int64 fornext_finalvalue4750; int64 fornext_finalvalue4756;
int64 fornext_step4750; int64 fornext_step4756;
uint8 fornext_step_negative4750; uint8 fornext_step_negative4756;
qbs *_SUB_IDESHOWTEXT_STRING_B=NULL; qbs *_SUB_IDESHOWTEXT_STRING_B=NULL;
if (!_SUB_IDESHOWTEXT_STRING_B)_SUB_IDESHOWTEXT_STRING_B=qbs_new(0,0); if (!_SUB_IDESHOWTEXT_STRING_B)_SUB_IDESHOWTEXT_STRING_B=qbs_new(0,0);
int64 fornext_value4752; int64 fornext_value4758;
int64 fornext_finalvalue4752; int64 fornext_finalvalue4758;
int64 fornext_step4752; int64 fornext_step4758;
uint8 fornext_step_negative4752; uint8 fornext_step_negative4758;
int32 pass4753; int32 pass4759;
int64 fornext_value4755; int64 fornext_value4761;
int64 fornext_finalvalue4755; int64 fornext_finalvalue4761;
int64 fornext_step4755; int64 fornext_step4761;
uint8 fornext_step_negative4755; uint8 fornext_step_negative4761;
int32 pass4756; int32 pass4762;
int32 *_SUB_IDESHOWTEXT_LONG_Y=NULL; int32 *_SUB_IDESHOWTEXT_LONG_Y=NULL;
if(_SUB_IDESHOWTEXT_LONG_Y==NULL){ if(_SUB_IDESHOWTEXT_LONG_Y==NULL){
_SUB_IDESHOWTEXT_LONG_Y=(int32*)mem_static_malloc(4); _SUB_IDESHOWTEXT_LONG_Y=(int32*)mem_static_malloc(4);
*_SUB_IDESHOWTEXT_LONG_Y=0; *_SUB_IDESHOWTEXT_LONG_Y=0;
} }
int64 fornext_value4758; int64 fornext_value4764;
int64 fornext_finalvalue4758; int64 fornext_finalvalue4764;
int64 fornext_step4758; int64 fornext_step4764;
uint8 fornext_step_negative4758; uint8 fornext_step_negative4764;
int32 *_SUB_IDESHOWTEXT_LONG_LINK_IDECX=NULL; int32 *_SUB_IDESHOWTEXT_LONG_LINK_IDECX=NULL;
if(_SUB_IDESHOWTEXT_LONG_LINK_IDECX==NULL){ if(_SUB_IDESHOWTEXT_LONG_LINK_IDECX==NULL){
_SUB_IDESHOWTEXT_LONG_LINK_IDECX=(int32*)mem_static_malloc(4); _SUB_IDESHOWTEXT_LONG_LINK_IDECX=(int32*)mem_static_malloc(4);
*_SUB_IDESHOWTEXT_LONG_LINK_IDECX=0; *_SUB_IDESHOWTEXT_LONG_LINK_IDECX=0;
} }
byte_element_struct *byte_element_4760=NULL; int32 *_SUB_IDESHOWTEXT_LONG_RGB_IDECX=NULL;
if (!byte_element_4760){ if(_SUB_IDESHOWTEXT_LONG_RGB_IDECX==NULL){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4760=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4760=(byte_element_struct*)mem_static_malloc(12); _SUB_IDESHOWTEXT_LONG_RGB_IDECX=(int32*)mem_static_malloc(4);
*_SUB_IDESHOWTEXT_LONG_RGB_IDECX=0;
}
byte_element_struct *byte_element_4766=NULL;
if (!byte_element_4766){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4766=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4766=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDESHOWTEXT_LONG_IDECX_COMMENT=NULL; int32 *_SUB_IDESHOWTEXT_LONG_IDECX_COMMENT=NULL;
if(_SUB_IDESHOWTEXT_LONG_IDECX_COMMENT==NULL){ if(_SUB_IDESHOWTEXT_LONG_IDECX_COMMENT==NULL){
@ -148,43 +138,47 @@ if(_SUB_IDESHOWTEXT_LONG_K==NULL){
_SUB_IDESHOWTEXT_LONG_K=(int32*)mem_static_malloc(4); _SUB_IDESHOWTEXT_LONG_K=(int32*)mem_static_malloc(4);
*_SUB_IDESHOWTEXT_LONG_K=0; *_SUB_IDESHOWTEXT_LONG_K=0;
} }
int64 fornext_value4762; int64 fornext_value4768;
int64 fornext_finalvalue4762; int64 fornext_finalvalue4768;
int64 fornext_step4762; int64 fornext_step4768;
uint8 fornext_step_negative4762; uint8 fornext_step_negative4768;
byte_element_struct *byte_element_4763=NULL; byte_element_struct *byte_element_4769=NULL;
if (!byte_element_4763){ if (!byte_element_4769){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4763=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4763=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4769=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4769=(byte_element_struct*)mem_static_malloc(12);
} }
static qbs *sc_4764=qbs_new(0,0); static qbs *sc_4770=qbs_new(0,0);
int64 fornext_value4766; int64 fornext_value4772;
int64 fornext_finalvalue4766; int64 fornext_finalvalue4772;
int64 fornext_step4766; int64 fornext_step4772;
uint8 fornext_step_negative4766; uint8 fornext_step_negative4772;
static qbs *sc_4767=qbs_new(0,0); static qbs *sc_4773=qbs_new(0,0);
byte_element_struct *byte_element_4768=NULL; byte_element_struct *byte_element_4774=NULL;
if (!byte_element_4768){ if (!byte_element_4774){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4768=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4768=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4774=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4774=(byte_element_struct*)mem_static_malloc(12);
} }
int64 fornext_value4770; int64 fornext_value4776;
int64 fornext_finalvalue4770; int64 fornext_finalvalue4776;
int64 fornext_step4770; int64 fornext_step4776;
uint8 fornext_step_negative4770; uint8 fornext_step_negative4776;
static qbs *sc_4771=qbs_new(0,0); static qbs *sc_4777=qbs_new(0,0);
qbs *_SUB_IDESHOWTEXT_STRING_A2=NULL; qbs *_SUB_IDESHOWTEXT_STRING_A2=NULL;
if (!_SUB_IDESHOWTEXT_STRING_A2)_SUB_IDESHOWTEXT_STRING_A2=qbs_new(0,0); if (!_SUB_IDESHOWTEXT_STRING_A2)_SUB_IDESHOWTEXT_STRING_A2=qbs_new(0,0);
byte_element_struct *byte_element_4772=NULL; byte_element_struct *byte_element_4778=NULL;
if (!byte_element_4772){ if (!byte_element_4778){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4772=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4772=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4778=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4778=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4779=NULL;
if (!byte_element_4779){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4779=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4779=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDESHOWTEXT_LONG_FINDINCLUDE=NULL; int32 *_SUB_IDESHOWTEXT_LONG_FINDINCLUDE=NULL;
if(_SUB_IDESHOWTEXT_LONG_FINDINCLUDE==NULL){ if(_SUB_IDESHOWTEXT_LONG_FINDINCLUDE==NULL){
_SUB_IDESHOWTEXT_LONG_FINDINCLUDE=(int32*)mem_static_malloc(4); _SUB_IDESHOWTEXT_LONG_FINDINCLUDE=(int32*)mem_static_malloc(4);
*_SUB_IDESHOWTEXT_LONG_FINDINCLUDE=0; *_SUB_IDESHOWTEXT_LONG_FINDINCLUDE=0;
} }
byte_element_struct *byte_element_4773=NULL; byte_element_struct *byte_element_4780=NULL;
if (!byte_element_4773){ if (!byte_element_4780){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4773=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4773=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4780=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4780=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDESHOWTEXT_LONG_FINDAPOSTROPHE1=NULL; int32 *_SUB_IDESHOWTEXT_LONG_FINDAPOSTROPHE1=NULL;
if(_SUB_IDESHOWTEXT_LONG_FINDAPOSTROPHE1==NULL){ if(_SUB_IDESHOWTEXT_LONG_FINDAPOSTROPHE1==NULL){
@ -227,38 +221,10 @@ if(_SUB_IDESHOWTEXT_LONG_M==NULL){
_SUB_IDESHOWTEXT_LONG_M=(int32*)mem_static_malloc(4); _SUB_IDESHOWTEXT_LONG_M=(int32*)mem_static_malloc(4);
*_SUB_IDESHOWTEXT_LONG_M=0; *_SUB_IDESHOWTEXT_LONG_M=0;
} }
int64 fornext_value4775; int64 fornext_value4782;
int64 fornext_finalvalue4775; int64 fornext_finalvalue4782;
int64 fornext_step4775; int64 fornext_step4782;
uint8 fornext_step_negative4775; uint8 fornext_step_negative4782;
byte_element_struct *byte_element_4776=NULL;
if (!byte_element_4776){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4776=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4776=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4777=NULL;
if (!byte_element_4777){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4777=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4777=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4778=NULL;
if (!byte_element_4778){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4778=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4778=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4779=NULL;
if (!byte_element_4779){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4779=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4779=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4780=NULL;
if (!byte_element_4780){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4780=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4780=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4781=NULL;
if (!byte_element_4781){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4781=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4781=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4782=NULL;
if (!byte_element_4782){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4782=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4782=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4783=NULL; byte_element_struct *byte_element_4783=NULL;
if (!byte_element_4783){ if (!byte_element_4783){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4783=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4783=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4783=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4783=(byte_element_struct*)mem_static_malloc(12);
@ -299,24 +265,22 @@ byte_element_struct *byte_element_4792=NULL;
if (!byte_element_4792){ if (!byte_element_4792){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4792=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4792=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4792=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4792=(byte_element_struct*)mem_static_malloc(12);
} }
static qbs *sc_4793=qbs_new(0,0); byte_element_struct *byte_element_4793=NULL;
qbs *_SUB_IDESHOWTEXT_STRING_THISCHAR=NULL; if (!byte_element_4793){
if (!_SUB_IDESHOWTEXT_STRING_THISCHAR)_SUB_IDESHOWTEXT_STRING_THISCHAR=qbs_new(0,0); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4793=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4793=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4794=NULL; byte_element_struct *byte_element_4794=NULL;
if (!byte_element_4794){ if (!byte_element_4794){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4794=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4794=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4794=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4794=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_SUB_IDESHOWTEXT_STRING_CHECKKEYWORD=NULL; byte_element_struct *byte_element_4795=NULL;
if (!_SUB_IDESHOWTEXT_STRING_CHECKKEYWORD)_SUB_IDESHOWTEXT_STRING_CHECKKEYWORD=qbs_new(0,0); if (!byte_element_4795){
int32 *_SUB_IDESHOWTEXT_LONG_I=NULL; if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4795=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4795=(byte_element_struct*)mem_static_malloc(12);
if(_SUB_IDESHOWTEXT_LONG_I==NULL){ }
_SUB_IDESHOWTEXT_LONG_I=(int32*)mem_static_malloc(4); byte_element_struct *byte_element_4796=NULL;
*_SUB_IDESHOWTEXT_LONG_I=0; if (!byte_element_4796){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4796=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4796=(byte_element_struct*)mem_static_malloc(12);
} }
int64 fornext_value4796;
int64 fornext_finalvalue4796;
int64 fornext_step4796;
uint8 fornext_step_negative4796;
byte_element_struct *byte_element_4797=NULL; byte_element_struct *byte_element_4797=NULL;
if (!byte_element_4797){ if (!byte_element_4797){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4797=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4797=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4797=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4797=(byte_element_struct*)mem_static_malloc(12);
@ -325,14 +289,95 @@ byte_element_struct *byte_element_4798=NULL;
if (!byte_element_4798){ if (!byte_element_4798){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4798=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4798=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4798=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4798=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4799=NULL;
if (!byte_element_4799){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4799=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4799=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4800=NULL;
if (!byte_element_4800){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4800=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4800=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4801=NULL;
if (!byte_element_4801){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4801=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4801=(byte_element_struct*)mem_static_malloc(12);
}
static qbs *sc_4802=qbs_new(0,0);
qbs *_SUB_IDESHOWTEXT_STRING_THISCHAR=NULL;
if (!_SUB_IDESHOWTEXT_STRING_THISCHAR)_SUB_IDESHOWTEXT_STRING_THISCHAR=qbs_new(0,0);
byte_element_struct *byte_element_4803=NULL;
if (!byte_element_4803){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4803=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4803=(byte_element_struct*)mem_static_malloc(12);
}
qbs *_SUB_IDESHOWTEXT_STRING_CHECKKEYWORD=NULL;
if (!_SUB_IDESHOWTEXT_STRING_CHECKKEYWORD)_SUB_IDESHOWTEXT_STRING_CHECKKEYWORD=qbs_new(0,0);
qbs *_SUB_IDESHOWTEXT_STRING_RIGHT__ASCII_CHR_046__SEP=NULL;
if (!_SUB_IDESHOWTEXT_STRING_RIGHT__ASCII_CHR_046__SEP)_SUB_IDESHOWTEXT_STRING_RIGHT__ASCII_CHR_046__SEP=qbs_new(0,0);
int32 *_SUB_IDESHOWTEXT_LONG_I=NULL;
if(_SUB_IDESHOWTEXT_LONG_I==NULL){
_SUB_IDESHOWTEXT_LONG_I=(int32*)mem_static_malloc(4);
*_SUB_IDESHOWTEXT_LONG_I=0;
}
int64 fornext_value4805;
int64 fornext_finalvalue4805;
int64 fornext_step4805;
uint8 fornext_step_negative4805;
byte_element_struct *byte_element_4806=NULL;
if (!byte_element_4806){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4806=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4806=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4807=NULL;
if (!byte_element_4807){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4807=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4807=(byte_element_struct*)mem_static_malloc(12);
}
int32 *_SUB_IDESHOWTEXT_LONG_IS_NUMBER=NULL; int32 *_SUB_IDESHOWTEXT_LONG_IS_NUMBER=NULL;
if(_SUB_IDESHOWTEXT_LONG_IS_NUMBER==NULL){ if(_SUB_IDESHOWTEXT_LONG_IS_NUMBER==NULL){
_SUB_IDESHOWTEXT_LONG_IS_NUMBER=(int32*)mem_static_malloc(4); _SUB_IDESHOWTEXT_LONG_IS_NUMBER=(int32*)mem_static_malloc(4);
*_SUB_IDESHOWTEXT_LONG_IS_NUMBER=0; *_SUB_IDESHOWTEXT_LONG_IS_NUMBER=0;
} }
byte_element_struct *byte_element_4799=NULL; int32 *_SUB_IDESHOWTEXT_LONG_EXTRACHARS=NULL;
if (!byte_element_4799){ if(_SUB_IDESHOWTEXT_LONG_EXTRACHARS==NULL){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4799=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4799=(byte_element_struct*)mem_static_malloc(12); _SUB_IDESHOWTEXT_LONG_EXTRACHARS=(int32*)mem_static_malloc(4);
*_SUB_IDESHOWTEXT_LONG_EXTRACHARS=0;
}
int64 fornext_value4809;
int64 fornext_finalvalue4809;
int64 fornext_step4809;
uint8 fornext_step_negative4809;
byte_element_struct *byte_element_4810=NULL;
if (!byte_element_4810){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4810=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4810=(byte_element_struct*)mem_static_malloc(12);
}
static qbs *sc_4811=qbs_new(0,0);
byte_element_struct *byte_element_4812=NULL;
if (!byte_element_4812){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4812=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4812=(byte_element_struct*)mem_static_malloc(12);
}
static qbs *sc_4813=qbs_new(0,0);
byte_element_struct *byte_element_4814=NULL;
if (!byte_element_4814){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4814=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4814=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4815=NULL;
if (!byte_element_4815){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4815=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4815=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4816=NULL;
if (!byte_element_4816){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4816=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4816=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4817=NULL;
if (!byte_element_4817){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4817=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4817=(byte_element_struct*)mem_static_malloc(12);
}
qbs *_SUB_IDESHOWTEXT_STRING_NEXTCHAR=NULL;
if (!_SUB_IDESHOWTEXT_STRING_NEXTCHAR)_SUB_IDESHOWTEXT_STRING_NEXTCHAR=qbs_new(0,0);
byte_element_struct *byte_element_4818=NULL;
if (!byte_element_4818){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4818=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4818=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4819=NULL;
if (!byte_element_4819){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4819=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4819=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDESHOWTEXT_LONG_X2=NULL; int32 *_SUB_IDESHOWTEXT_LONG_X2=NULL;
if(_SUB_IDESHOWTEXT_LONG_X2==NULL){ if(_SUB_IDESHOWTEXT_LONG_X2==NULL){
@ -344,10 +389,10 @@ if(_SUB_IDESHOWTEXT_LONG_X==NULL){
_SUB_IDESHOWTEXT_LONG_X=(int32*)mem_static_malloc(4); _SUB_IDESHOWTEXT_LONG_X=(int32*)mem_static_malloc(4);
*_SUB_IDESHOWTEXT_LONG_X=0; *_SUB_IDESHOWTEXT_LONG_X=0;
} }
int64 fornext_value4803; int64 fornext_value4823;
int64 fornext_finalvalue4803; int64 fornext_finalvalue4823;
int64 fornext_step4803; int64 fornext_step4823;
uint8 fornext_step_negative4803; uint8 fornext_step_negative4823;
int32 *_SUB_IDESHOWTEXT_LONG_A=NULL; int32 *_SUB_IDESHOWTEXT_LONG_A=NULL;
if(_SUB_IDESHOWTEXT_LONG_A==NULL){ if(_SUB_IDESHOWTEXT_LONG_A==NULL){
_SUB_IDESHOWTEXT_LONG_A=(int32*)mem_static_malloc(4); _SUB_IDESHOWTEXT_LONG_A=(int32*)mem_static_malloc(4);
@ -358,45 +403,45 @@ if(_SUB_IDESHOWTEXT_LONG_C==NULL){
_SUB_IDESHOWTEXT_LONG_C=(int32*)mem_static_malloc(4); _SUB_IDESHOWTEXT_LONG_C=(int32*)mem_static_malloc(4);
*_SUB_IDESHOWTEXT_LONG_C=0; *_SUB_IDESHOWTEXT_LONG_C=0;
} }
int64 fornext_value4807; int64 fornext_value4827;
int64 fornext_finalvalue4807; int64 fornext_finalvalue4827;
int64 fornext_step4807; int64 fornext_step4827;
uint8 fornext_step_negative4807; uint8 fornext_step_negative4827;
int32 *_SUB_IDESHOWTEXT_LONG_B=NULL; int32 *_SUB_IDESHOWTEXT_LONG_B=NULL;
if(_SUB_IDESHOWTEXT_LONG_B==NULL){ if(_SUB_IDESHOWTEXT_LONG_B==NULL){
_SUB_IDESHOWTEXT_LONG_B=(int32*)mem_static_malloc(4); _SUB_IDESHOWTEXT_LONG_B=(int32*)mem_static_malloc(4);
*_SUB_IDESHOWTEXT_LONG_B=0; *_SUB_IDESHOWTEXT_LONG_B=0;
} }
int64 fornext_value4810; int64 fornext_value4830;
int64 fornext_finalvalue4810; int64 fornext_finalvalue4830;
int64 fornext_step4810; int64 fornext_step4830;
uint8 fornext_step_negative4810; uint8 fornext_step_negative4830;
int32 *_SUB_IDESHOWTEXT_LONG_Q=NULL; int32 *_SUB_IDESHOWTEXT_LONG_Q=NULL;
if(_SUB_IDESHOWTEXT_LONG_Q==NULL){ if(_SUB_IDESHOWTEXT_LONG_Q==NULL){
_SUB_IDESHOWTEXT_LONG_Q=(int32*)mem_static_malloc(4); _SUB_IDESHOWTEXT_LONG_Q=(int32*)mem_static_malloc(4);
*_SUB_IDESHOWTEXT_LONG_Q=0; *_SUB_IDESHOWTEXT_LONG_Q=0;
} }
int32 pass4812; int32 pass4832;
int32 pass4813; int32 pass4833;
int32 pass4814; int32 pass4834;
int32 pass4815; int32 pass4835;
int32 pass4816; int32 pass4836;
int32 pass4817; int32 pass4837;
byte_element_struct *byte_element_4821=NULL; byte_element_struct *byte_element_4841=NULL;
if (!byte_element_4821){ if (!byte_element_4841){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4821=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4821=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4841=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4841=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDESHOWTEXT_LONG_IDESHOWTEXT_K=NULL; int32 *_SUB_IDESHOWTEXT_LONG_IDESHOWTEXT_K=NULL;
if(_SUB_IDESHOWTEXT_LONG_IDESHOWTEXT_K==NULL){ if(_SUB_IDESHOWTEXT_LONG_IDESHOWTEXT_K==NULL){
_SUB_IDESHOWTEXT_LONG_IDESHOWTEXT_K=(int32*)mem_static_malloc(4); _SUB_IDESHOWTEXT_LONG_IDESHOWTEXT_K=(int32*)mem_static_malloc(4);
*_SUB_IDESHOWTEXT_LONG_IDESHOWTEXT_K=0; *_SUB_IDESHOWTEXT_LONG_IDESHOWTEXT_K=0;
} }
int64 fornext_value4824; int64 fornext_value4844;
int64 fornext_finalvalue4824; int64 fornext_finalvalue4844;
int64 fornext_step4824; int64 fornext_step4844;
uint8 fornext_step_negative4824; uint8 fornext_step_negative4844;
byte_element_struct *byte_element_4825=NULL; byte_element_struct *byte_element_4845=NULL;
if (!byte_element_4825){ if (!byte_element_4845){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4825=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4825=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4845=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4845=(byte_element_struct*)mem_static_malloc(12);
} }
static qbs *sc_4826=qbs_new(0,0); static qbs *sc_4846=qbs_new(0,0);

View file

@ -39,9 +39,9 @@ if(_FUNC_IDESUBS_LONG_X==NULL){
_FUNC_IDESUBS_LONG_X=(int32*)mem_static_malloc(4); _FUNC_IDESUBS_LONG_X=(int32*)mem_static_malloc(4);
*_FUNC_IDESUBS_LONG_X=0; *_FUNC_IDESUBS_LONG_X=0;
} }
byte_element_struct *byte_element_4827=NULL; byte_element_struct *byte_element_4847=NULL;
if (!byte_element_4827){ if (!byte_element_4847){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4827=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4827=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4847=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4847=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDESUBS_LONG_X1=NULL; int32 *_FUNC_IDESUBS_LONG_X1=NULL;
if(_FUNC_IDESUBS_LONG_X1==NULL){ if(_FUNC_IDESUBS_LONG_X1==NULL){
@ -53,19 +53,19 @@ if(_FUNC_IDESUBS_LONG_X2==NULL){
_FUNC_IDESUBS_LONG_X2=(int32*)mem_static_malloc(4); _FUNC_IDESUBS_LONG_X2=(int32*)mem_static_malloc(4);
*_FUNC_IDESUBS_LONG_X2=0; *_FUNC_IDESUBS_LONG_X2=0;
} }
byte_element_struct *byte_element_4829=NULL; byte_element_struct *byte_element_4849=NULL;
if (!byte_element_4829){ if (!byte_element_4849){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4829=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4829=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4849=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4849=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_FUNC_IDESUBS_STRING_A2=NULL; qbs *_FUNC_IDESUBS_STRING_A2=NULL;
if (!_FUNC_IDESUBS_STRING_A2)_FUNC_IDESUBS_STRING_A2=qbs_new(0,0); if (!_FUNC_IDESUBS_STRING_A2)_FUNC_IDESUBS_STRING_A2=qbs_new(0,0);
byte_element_struct *byte_element_4831=NULL; byte_element_struct *byte_element_4851=NULL;
if (!byte_element_4831){ if (!byte_element_4851){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4831=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4831=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4851=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4851=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4833=NULL; byte_element_struct *byte_element_4853=NULL;
if (!byte_element_4833){ if (!byte_element_4853){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4833=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4833=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4853=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4853=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_FUNC_IDESUBS_STRING_LY=NULL; qbs *_FUNC_IDESUBS_STRING_LY=NULL;
if (!_FUNC_IDESUBS_STRING_LY)_FUNC_IDESUBS_STRING_LY=qbs_new(0,0); if (!_FUNC_IDESUBS_STRING_LY)_FUNC_IDESUBS_STRING_LY=qbs_new(0,0);
@ -115,10 +115,10 @@ if(_FUNC_IDESUBS_LONG_Y==NULL){
_FUNC_IDESUBS_LONG_Y=(int32*)mem_static_malloc(4); _FUNC_IDESUBS_LONG_Y=(int32*)mem_static_malloc(4);
*_FUNC_IDESUBS_LONG_Y=0; *_FUNC_IDESUBS_LONG_Y=0;
} }
int64 fornext_value4835; int64 fornext_value4855;
int64 fornext_finalvalue4835; int64 fornext_finalvalue4855;
int64 fornext_step4835; int64 fornext_step4855;
uint8 fornext_step_negative4835; uint8 fornext_step_negative4855;
int32 *_FUNC_IDESUBS_LONG_SF=NULL; int32 *_FUNC_IDESUBS_LONG_SF=NULL;
if(_FUNC_IDESUBS_LONG_SF==NULL){ if(_FUNC_IDESUBS_LONG_SF==NULL){
_FUNC_IDESUBS_LONG_SF=(int32*)mem_static_malloc(4); _FUNC_IDESUBS_LONG_SF=(int32*)mem_static_malloc(4);
@ -128,73 +128,73 @@ qbs *_FUNC_IDESUBS_STRING_NCA=NULL;
if (!_FUNC_IDESUBS_STRING_NCA)_FUNC_IDESUBS_STRING_NCA=qbs_new(0,0); if (!_FUNC_IDESUBS_STRING_NCA)_FUNC_IDESUBS_STRING_NCA=qbs_new(0,0);
qbs *_FUNC_IDESUBS_STRING_SF=NULL; qbs *_FUNC_IDESUBS_STRING_SF=NULL;
if (!_FUNC_IDESUBS_STRING_SF)_FUNC_IDESUBS_STRING_SF=qbs_new(0,0); if (!_FUNC_IDESUBS_STRING_SF)_FUNC_IDESUBS_STRING_SF=qbs_new(0,0);
byte_element_struct *byte_element_4836=NULL; byte_element_struct *byte_element_4856=NULL;
if (!byte_element_4836){ if (!byte_element_4856){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4836=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4836=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4856=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4856=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4837=NULL; byte_element_struct *byte_element_4857=NULL;
if (!byte_element_4837){ if (!byte_element_4857){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4837=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4837=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4857=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4857=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4838=NULL; byte_element_struct *byte_element_4858=NULL;
if (!byte_element_4838){ if (!byte_element_4858){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4838=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4838=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4858=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4858=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4839=NULL; byte_element_struct *byte_element_4859=NULL;
if (!byte_element_4839){ if (!byte_element_4859){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4839=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4839=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4859=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4859=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_FUNC_IDESUBS_STRING_N=NULL; qbs *_FUNC_IDESUBS_STRING_N=NULL;
if (!_FUNC_IDESUBS_STRING_N)_FUNC_IDESUBS_STRING_N=qbs_new(0,0); if (!_FUNC_IDESUBS_STRING_N)_FUNC_IDESUBS_STRING_N=qbs_new(0,0);
qbs *_FUNC_IDESUBS_STRING_ARGS=NULL; qbs *_FUNC_IDESUBS_STRING_ARGS=NULL;
if (!_FUNC_IDESUBS_STRING_ARGS)_FUNC_IDESUBS_STRING_ARGS=qbs_new(0,0); if (!_FUNC_IDESUBS_STRING_ARGS)_FUNC_IDESUBS_STRING_ARGS=qbs_new(0,0);
byte_element_struct *byte_element_4840=NULL; byte_element_struct *byte_element_4860=NULL;
if (!byte_element_4840){ if (!byte_element_4860){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4840=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4840=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4860=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4860=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDESUBS_LONG_CLEANSEN=NULL; int32 *_FUNC_IDESUBS_LONG_CLEANSEN=NULL;
if(_FUNC_IDESUBS_LONG_CLEANSEN==NULL){ if(_FUNC_IDESUBS_LONG_CLEANSEN==NULL){
_FUNC_IDESUBS_LONG_CLEANSEN=(int32*)mem_static_malloc(4); _FUNC_IDESUBS_LONG_CLEANSEN=(int32*)mem_static_malloc(4);
*_FUNC_IDESUBS_LONG_CLEANSEN=0; *_FUNC_IDESUBS_LONG_CLEANSEN=0;
} }
int64 fornext_value4842; int64 fornext_value4862;
int64 fornext_finalvalue4842; int64 fornext_finalvalue4862;
int64 fornext_step4842; int64 fornext_step4862;
uint8 fornext_step_negative4842; uint8 fornext_step_negative4862;
byte_element_struct *byte_element_4843=NULL; byte_element_struct *byte_element_4863=NULL;
if (!byte_element_4843){ if (!byte_element_4863){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4843=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4843=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4863=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4863=(byte_element_struct*)mem_static_malloc(12);
} }
static qbs *sc_4844=qbs_new(0,0); static qbs *sc_4864=qbs_new(0,0);
qbs *_FUNC_IDESUBS_STRING_N2=NULL; qbs *_FUNC_IDESUBS_STRING_N2=NULL;
if (!_FUNC_IDESUBS_STRING_N2)_FUNC_IDESUBS_STRING_N2=qbs_new(0,0); if (!_FUNC_IDESUBS_STRING_N2)_FUNC_IDESUBS_STRING_N2=qbs_new(0,0);
byte_element_struct *byte_element_4845=NULL; byte_element_struct *byte_element_4865=NULL;
if (!byte_element_4845){ if (!byte_element_4865){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4845=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4845=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4865=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4865=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4847=NULL; byte_element_struct *byte_element_4867=NULL;
if (!byte_element_4847){ if (!byte_element_4867){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4847=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4847=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4867=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4867=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4848=NULL; byte_element_struct *byte_element_4868=NULL;
if (!byte_element_4848){ if (!byte_element_4868){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4848=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4848=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4868=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4868=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4849=NULL; byte_element_struct *byte_element_4869=NULL;
if (!byte_element_4849){ if (!byte_element_4869){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4849=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4849=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4869=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4869=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4850=NULL; byte_element_struct *byte_element_4870=NULL;
if (!byte_element_4850){ if (!byte_element_4870){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4850=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4850=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4870=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4870=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4851=NULL; byte_element_struct *byte_element_4871=NULL;
if (!byte_element_4851){ if (!byte_element_4871){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4851=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4851=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4871=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4871=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4852=NULL; byte_element_struct *byte_element_4872=NULL;
if (!byte_element_4852){ if (!byte_element_4872){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4852=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4852=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4872=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4872=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDESUBS_LONG_LISTITEMLENGTH=NULL; int32 *_FUNC_IDESUBS_LONG_LISTITEMLENGTH=NULL;
if(_FUNC_IDESUBS_LONG_LISTITEMLENGTH==NULL){ if(_FUNC_IDESUBS_LONG_LISTITEMLENGTH==NULL){
@ -225,78 +225,78 @@ _FUNC_IDESUBS_ARRAY_STRING998_CASEBKPSUBSLIST[5]=0;
_FUNC_IDESUBS_ARRAY_STRING998_CASEBKPSUBSLIST[6]=0; _FUNC_IDESUBS_ARRAY_STRING998_CASEBKPSUBSLIST[6]=0;
_FUNC_IDESUBS_ARRAY_STRING998_CASEBKPSUBSLIST[0]=(ptrszint)nothingvalue; _FUNC_IDESUBS_ARRAY_STRING998_CASEBKPSUBSLIST[0]=(ptrszint)nothingvalue;
} }
int64 fornext_value4854; int64 fornext_value4874;
int64 fornext_finalvalue4854; int64 fornext_finalvalue4874;
int64 fornext_step4854; int64 fornext_step4874;
uint8 fornext_step_negative4854; uint8 fornext_step_negative4874;
byte_element_struct *byte_element_4855=NULL; byte_element_struct *byte_element_4875=NULL;
if (!byte_element_4855){ if (!byte_element_4875){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4855=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4855=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4875=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4875=(byte_element_struct*)mem_static_malloc(12);
} }
int64 fornext_value4857; int64 fornext_value4877;
int64 fornext_finalvalue4857; int64 fornext_finalvalue4877;
int64 fornext_step4857; int64 fornext_step4877;
uint8 fornext_step_negative4857; uint8 fornext_step_negative4877;
byte_element_struct *byte_element_4858=NULL; byte_element_struct *byte_element_4878=NULL;
if (!byte_element_4858){ if (!byte_element_4878){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4858=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4858=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4878=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4878=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4859=NULL; byte_element_struct *byte_element_4879=NULL;
if (!byte_element_4859){ if (!byte_element_4879){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4859=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4859=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4879=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4879=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDESUBS_LONG_RESTORECASEBKP=NULL; int32 *_FUNC_IDESUBS_LONG_RESTORECASEBKP=NULL;
if(_FUNC_IDESUBS_LONG_RESTORECASEBKP==NULL){ if(_FUNC_IDESUBS_LONG_RESTORECASEBKP==NULL){
_FUNC_IDESUBS_LONG_RESTORECASEBKP=(int32*)mem_static_malloc(4); _FUNC_IDESUBS_LONG_RESTORECASEBKP=(int32*)mem_static_malloc(4);
*_FUNC_IDESUBS_LONG_RESTORECASEBKP=0; *_FUNC_IDESUBS_LONG_RESTORECASEBKP=0;
} }
int64 fornext_value4861; int64 fornext_value4881;
int64 fornext_finalvalue4861; int64 fornext_finalvalue4881;
int64 fornext_step4861; int64 fornext_step4881;
uint8 fornext_step_negative4861; uint8 fornext_step_negative4881;
byte_element_struct *byte_element_4862=NULL; byte_element_struct *byte_element_4882=NULL;
if (!byte_element_4862){ if (!byte_element_4882){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4862=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4862=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4882=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4882=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4863=NULL; byte_element_struct *byte_element_4883=NULL;
if (!byte_element_4863){ if (!byte_element_4883){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4863=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4863=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4883=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4883=(byte_element_struct*)mem_static_malloc(12);
} }
int64 fornext_value4865; int64 fornext_value4885;
int64 fornext_finalvalue4865; int64 fornext_finalvalue4885;
int64 fornext_step4865; int64 fornext_step4885;
uint8 fornext_step_negative4865; uint8 fornext_step_negative4885;
byte_element_struct *byte_element_4866=NULL; byte_element_struct *byte_element_4886=NULL;
if (!byte_element_4866){ if (!byte_element_4886){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4866=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4866=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4886=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4886=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDESUBS_LONG_I=NULL; int32 *_FUNC_IDESUBS_LONG_I=NULL;
if(_FUNC_IDESUBS_LONG_I==NULL){ if(_FUNC_IDESUBS_LONG_I==NULL){
_FUNC_IDESUBS_LONG_I=(int32*)mem_static_malloc(4); _FUNC_IDESUBS_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_IDESUBS_LONG_I=0; *_FUNC_IDESUBS_LONG_I=0;
} }
int32 pass4867; int32 pass4887;
int32 pass4868; int32 pass4888;
int64 fornext_value4870; int64 fornext_value4890;
int64 fornext_finalvalue4870; int64 fornext_finalvalue4890;
int64 fornext_step4870; int64 fornext_step4890;
uint8 fornext_step_negative4870; uint8 fornext_step_negative4890;
byte_element_struct *byte_element_4871=NULL; byte_element_struct *byte_element_4891=NULL;
if (!byte_element_4871){ if (!byte_element_4891){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4871=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4871=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4891=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4891=(byte_element_struct*)mem_static_malloc(12);
} }
int64 fornext_value4873; int64 fornext_value4893;
int64 fornext_finalvalue4873; int64 fornext_finalvalue4893;
int64 fornext_step4873; int64 fornext_step4893;
uint8 fornext_step_negative4873; uint8 fornext_step_negative4893;
byte_element_struct *byte_element_4874=NULL; byte_element_struct *byte_element_4894=NULL;
if (!byte_element_4874){ if (!byte_element_4894){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4874=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4874=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4894=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4894=(byte_element_struct*)mem_static_malloc(12);
} }
int64 fornext_value4876; int64 fornext_value4896;
int64 fornext_finalvalue4876; int64 fornext_finalvalue4896;
int64 fornext_step4876; int64 fornext_step4896;
uint8 fornext_step_negative4876; uint8 fornext_step_negative4896;
int32 *_FUNC_IDESUBS_LONG_F=NULL; int32 *_FUNC_IDESUBS_LONG_F=NULL;
if(_FUNC_IDESUBS_LONG_F==NULL){ if(_FUNC_IDESUBS_LONG_F==NULL){
_FUNC_IDESUBS_LONG_F=(int32*)mem_static_malloc(4); _FUNC_IDESUBS_LONG_F=(int32*)mem_static_malloc(4);
@ -312,10 +312,10 @@ if(_FUNC_IDESUBS_LONG_CY==NULL){
_FUNC_IDESUBS_LONG_CY=(int32*)mem_static_malloc(4); _FUNC_IDESUBS_LONG_CY=(int32*)mem_static_malloc(4);
*_FUNC_IDESUBS_LONG_CY=0; *_FUNC_IDESUBS_LONG_CY=0;
} }
int64 fornext_value4879; int64 fornext_value4899;
int64 fornext_finalvalue4879; int64 fornext_finalvalue4899;
int64 fornext_step4879; int64 fornext_step4899;
uint8 fornext_step_negative4879; uint8 fornext_step_negative4899;
int32 *_FUNC_IDESUBS_LONG_LASTFOCUS=NULL; int32 *_FUNC_IDESUBS_LONG_LASTFOCUS=NULL;
if(_FUNC_IDESUBS_LONG_LASTFOCUS==NULL){ if(_FUNC_IDESUBS_LONG_LASTFOCUS==NULL){
_FUNC_IDESUBS_LONG_LASTFOCUS=(int32*)mem_static_malloc(4); _FUNC_IDESUBS_LONG_LASTFOCUS=(int32*)mem_static_malloc(4);
@ -348,9 +348,9 @@ _FUNC_IDESUBS_LONG_OLDALT=(int32*)mem_static_malloc(4);
} }
qbs *_FUNC_IDESUBS_STRING_ALTLETTER=NULL; qbs *_FUNC_IDESUBS_STRING_ALTLETTER=NULL;
if (!_FUNC_IDESUBS_STRING_ALTLETTER)_FUNC_IDESUBS_STRING_ALTLETTER=qbs_new(0,0); if (!_FUNC_IDESUBS_STRING_ALTLETTER)_FUNC_IDESUBS_STRING_ALTLETTER=qbs_new(0,0);
byte_element_struct *byte_element_4882=NULL; byte_element_struct *byte_element_4902=NULL;
if (!byte_element_4882){ if (!byte_element_4902){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4882=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4882=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4902=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4902=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDESUBS_LONG_K=NULL; int32 *_FUNC_IDESUBS_LONG_K=NULL;
if(_FUNC_IDESUBS_LONG_K==NULL){ if(_FUNC_IDESUBS_LONG_K==NULL){
@ -362,10 +362,10 @@ if(_FUNC_IDESUBS_LONG_INFO==NULL){
_FUNC_IDESUBS_LONG_INFO=(int32*)mem_static_malloc(4); _FUNC_IDESUBS_LONG_INFO=(int32*)mem_static_malloc(4);
*_FUNC_IDESUBS_LONG_INFO=0; *_FUNC_IDESUBS_LONG_INFO=0;
} }
int64 fornext_value4884; int64 fornext_value4904;
int64 fornext_finalvalue4884; int64 fornext_finalvalue4904;
int64 fornext_step4884; int64 fornext_step4904;
uint8 fornext_step_negative4884; uint8 fornext_step_negative4904;
int32 *_FUNC_IDESUBS_LONG_T=NULL; int32 *_FUNC_IDESUBS_LONG_T=NULL;
if(_FUNC_IDESUBS_LONG_T==NULL){ if(_FUNC_IDESUBS_LONG_T==NULL){
_FUNC_IDESUBS_LONG_T=(int32*)mem_static_malloc(4); _FUNC_IDESUBS_LONG_T=(int32*)mem_static_malloc(4);
@ -383,11 +383,11 @@ _FUNC_IDESUBS_LONG_PREVIOUSSELECTION=(int32*)mem_static_malloc(4);
} }
qbs *_FUNC_IDESUBS_STRING_TARGETSOURCELINE=NULL; qbs *_FUNC_IDESUBS_STRING_TARGETSOURCELINE=NULL;
if (!_FUNC_IDESUBS_STRING_TARGETSOURCELINE)_FUNC_IDESUBS_STRING_TARGETSOURCELINE=qbs_new(0,0); if (!_FUNC_IDESUBS_STRING_TARGETSOURCELINE)_FUNC_IDESUBS_STRING_TARGETSOURCELINE=qbs_new(0,0);
int64 fornext_value4886; int64 fornext_value4906;
int64 fornext_finalvalue4886; int64 fornext_finalvalue4906;
int64 fornext_step4886; int64 fornext_step4906;
uint8 fornext_step_negative4886; uint8 fornext_step_negative4906;
int64 fornext_value4888; int64 fornext_value4908;
int64 fornext_finalvalue4888; int64 fornext_finalvalue4908;
int64 fornext_step4888; int64 fornext_step4908;
uint8 fornext_step_negative4888; uint8 fornext_step_negative4908;

View file

@ -42,21 +42,21 @@ if(_FUNC_IDELANGUAGEBOX_LONG_X==NULL){
_FUNC_IDELANGUAGEBOX_LONG_X=(int32*)mem_static_malloc(4); _FUNC_IDELANGUAGEBOX_LONG_X=(int32*)mem_static_malloc(4);
*_FUNC_IDELANGUAGEBOX_LONG_X=0; *_FUNC_IDELANGUAGEBOX_LONG_X=0;
} }
int64 fornext_value4890; int64 fornext_value4910;
int64 fornext_finalvalue4890; int64 fornext_finalvalue4910;
int64 fornext_step4890; int64 fornext_step4910;
uint8 fornext_step_negative4890; uint8 fornext_step_negative4910;
int32 *_FUNC_IDELANGUAGEBOX_LONG_I=NULL; int32 *_FUNC_IDELANGUAGEBOX_LONG_I=NULL;
if(_FUNC_IDELANGUAGEBOX_LONG_I==NULL){ if(_FUNC_IDELANGUAGEBOX_LONG_I==NULL){
_FUNC_IDELANGUAGEBOX_LONG_I=(int32*)mem_static_malloc(4); _FUNC_IDELANGUAGEBOX_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_IDELANGUAGEBOX_LONG_I=0; *_FUNC_IDELANGUAGEBOX_LONG_I=0;
} }
int32 pass4891; int32 pass4911;
int32 pass4892; int32 pass4912;
int64 fornext_value4894; int64 fornext_value4914;
int64 fornext_finalvalue4894; int64 fornext_finalvalue4914;
int64 fornext_step4894; int64 fornext_step4914;
uint8 fornext_step_negative4894; uint8 fornext_step_negative4914;
int32 *_FUNC_IDELANGUAGEBOX_LONG_F=NULL; int32 *_FUNC_IDELANGUAGEBOX_LONG_F=NULL;
if(_FUNC_IDELANGUAGEBOX_LONG_F==NULL){ if(_FUNC_IDELANGUAGEBOX_LONG_F==NULL){
_FUNC_IDELANGUAGEBOX_LONG_F=(int32*)mem_static_malloc(4); _FUNC_IDELANGUAGEBOX_LONG_F=(int32*)mem_static_malloc(4);
@ -72,10 +72,10 @@ if(_FUNC_IDELANGUAGEBOX_LONG_CY==NULL){
_FUNC_IDELANGUAGEBOX_LONG_CY=(int32*)mem_static_malloc(4); _FUNC_IDELANGUAGEBOX_LONG_CY=(int32*)mem_static_malloc(4);
*_FUNC_IDELANGUAGEBOX_LONG_CY=0; *_FUNC_IDELANGUAGEBOX_LONG_CY=0;
} }
int64 fornext_value4897; int64 fornext_value4917;
int64 fornext_finalvalue4897; int64 fornext_finalvalue4917;
int64 fornext_step4897; int64 fornext_step4917;
uint8 fornext_step_negative4897; uint8 fornext_step_negative4917;
int32 *_FUNC_IDELANGUAGEBOX_LONG_LASTFOCUS=NULL; int32 *_FUNC_IDELANGUAGEBOX_LONG_LASTFOCUS=NULL;
if(_FUNC_IDELANGUAGEBOX_LONG_LASTFOCUS==NULL){ if(_FUNC_IDELANGUAGEBOX_LONG_LASTFOCUS==NULL){
_FUNC_IDELANGUAGEBOX_LONG_LASTFOCUS=(int32*)mem_static_malloc(4); _FUNC_IDELANGUAGEBOX_LONG_LASTFOCUS=(int32*)mem_static_malloc(4);
@ -108,9 +108,9 @@ _FUNC_IDELANGUAGEBOX_LONG_OLDALT=(int32*)mem_static_malloc(4);
} }
qbs *_FUNC_IDELANGUAGEBOX_STRING_ALTLETTER=NULL; qbs *_FUNC_IDELANGUAGEBOX_STRING_ALTLETTER=NULL;
if (!_FUNC_IDELANGUAGEBOX_STRING_ALTLETTER)_FUNC_IDELANGUAGEBOX_STRING_ALTLETTER=qbs_new(0,0); if (!_FUNC_IDELANGUAGEBOX_STRING_ALTLETTER)_FUNC_IDELANGUAGEBOX_STRING_ALTLETTER=qbs_new(0,0);
byte_element_struct *byte_element_4900=NULL; byte_element_struct *byte_element_4920=NULL;
if (!byte_element_4900){ if (!byte_element_4920){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4900=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4900=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4920=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4920=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDELANGUAGEBOX_LONG_K=NULL; int32 *_FUNC_IDELANGUAGEBOX_LONG_K=NULL;
if(_FUNC_IDELANGUAGEBOX_LONG_K==NULL){ if(_FUNC_IDELANGUAGEBOX_LONG_K==NULL){
@ -122,10 +122,10 @@ if(_FUNC_IDELANGUAGEBOX_LONG_INFO==NULL){
_FUNC_IDELANGUAGEBOX_LONG_INFO=(int32*)mem_static_malloc(4); _FUNC_IDELANGUAGEBOX_LONG_INFO=(int32*)mem_static_malloc(4);
*_FUNC_IDELANGUAGEBOX_LONG_INFO=0; *_FUNC_IDELANGUAGEBOX_LONG_INFO=0;
} }
int64 fornext_value4902; int64 fornext_value4922;
int64 fornext_finalvalue4902; int64 fornext_finalvalue4922;
int64 fornext_step4902; int64 fornext_step4922;
uint8 fornext_step_negative4902; uint8 fornext_step_negative4922;
int32 *_FUNC_IDELANGUAGEBOX_LONG_T=NULL; int32 *_FUNC_IDELANGUAGEBOX_LONG_T=NULL;
if(_FUNC_IDELANGUAGEBOX_LONG_T==NULL){ if(_FUNC_IDELANGUAGEBOX_LONG_T==NULL){
_FUNC_IDELANGUAGEBOX_LONG_T=(int32*)mem_static_malloc(4); _FUNC_IDELANGUAGEBOX_LONG_T=(int32*)mem_static_malloc(4);
@ -141,10 +141,10 @@ if(_FUNC_IDELANGUAGEBOX_LONG_Y==NULL){
_FUNC_IDELANGUAGEBOX_LONG_Y=(int32*)mem_static_malloc(4); _FUNC_IDELANGUAGEBOX_LONG_Y=(int32*)mem_static_malloc(4);
*_FUNC_IDELANGUAGEBOX_LONG_Y=0; *_FUNC_IDELANGUAGEBOX_LONG_Y=0;
} }
int64 fornext_value4904; int64 fornext_value4924;
int64 fornext_finalvalue4904; int64 fornext_finalvalue4924;
int64 fornext_step4904; int64 fornext_step4924;
uint8 fornext_step_negative4904; uint8 fornext_step_negative4924;
int32 *_FUNC_IDELANGUAGEBOX_LONG_U=NULL; int32 *_FUNC_IDELANGUAGEBOX_LONG_U=NULL;
if(_FUNC_IDELANGUAGEBOX_LONG_U==NULL){ if(_FUNC_IDELANGUAGEBOX_LONG_U==NULL){
_FUNC_IDELANGUAGEBOX_LONG_U=(int32*)mem_static_malloc(4); _FUNC_IDELANGUAGEBOX_LONG_U=(int32*)mem_static_malloc(4);

View file

@ -1,22 +1,22 @@
qbs*oldstr4905=NULL; qbs*oldstr4925=NULL;
if(_SUB_IDEOBJUPDATE_STRING_KK->tmp||_SUB_IDEOBJUPDATE_STRING_KK->fixed||_SUB_IDEOBJUPDATE_STRING_KK->readonly){ if(_SUB_IDEOBJUPDATE_STRING_KK->tmp||_SUB_IDEOBJUPDATE_STRING_KK->fixed||_SUB_IDEOBJUPDATE_STRING_KK->readonly){
oldstr4905=_SUB_IDEOBJUPDATE_STRING_KK; oldstr4925=_SUB_IDEOBJUPDATE_STRING_KK;
if (oldstr4905->cmem_descriptor){ if (oldstr4925->cmem_descriptor){
_SUB_IDEOBJUPDATE_STRING_KK=qbs_new_cmem(oldstr4905->len,0); _SUB_IDEOBJUPDATE_STRING_KK=qbs_new_cmem(oldstr4925->len,0);
}else{ }else{
_SUB_IDEOBJUPDATE_STRING_KK=qbs_new(oldstr4905->len,0); _SUB_IDEOBJUPDATE_STRING_KK=qbs_new(oldstr4925->len,0);
} }
memcpy(_SUB_IDEOBJUPDATE_STRING_KK->chr,oldstr4905->chr,oldstr4905->len); memcpy(_SUB_IDEOBJUPDATE_STRING_KK->chr,oldstr4925->chr,oldstr4925->len);
} }
qbs*oldstr4906=NULL; qbs*oldstr4926=NULL;
if(_SUB_IDEOBJUPDATE_STRING_ALTLETTER->tmp||_SUB_IDEOBJUPDATE_STRING_ALTLETTER->fixed||_SUB_IDEOBJUPDATE_STRING_ALTLETTER->readonly){ if(_SUB_IDEOBJUPDATE_STRING_ALTLETTER->tmp||_SUB_IDEOBJUPDATE_STRING_ALTLETTER->fixed||_SUB_IDEOBJUPDATE_STRING_ALTLETTER->readonly){
oldstr4906=_SUB_IDEOBJUPDATE_STRING_ALTLETTER; oldstr4926=_SUB_IDEOBJUPDATE_STRING_ALTLETTER;
if (oldstr4906->cmem_descriptor){ if (oldstr4926->cmem_descriptor){
_SUB_IDEOBJUPDATE_STRING_ALTLETTER=qbs_new_cmem(oldstr4906->len,0); _SUB_IDEOBJUPDATE_STRING_ALTLETTER=qbs_new_cmem(oldstr4926->len,0);
}else{ }else{
_SUB_IDEOBJUPDATE_STRING_ALTLETTER=qbs_new(oldstr4906->len,0); _SUB_IDEOBJUPDATE_STRING_ALTLETTER=qbs_new(oldstr4926->len,0);
} }
memcpy(_SUB_IDEOBJUPDATE_STRING_ALTLETTER->chr,oldstr4906->chr,oldstr4906->len); memcpy(_SUB_IDEOBJUPDATE_STRING_ALTLETTER->chr,oldstr4926->chr,oldstr4926->len);
} }
qbs *_SUB_IDEOBJUPDATE_STRING1_SEP=NULL; qbs *_SUB_IDEOBJUPDATE_STRING1_SEP=NULL;
if(_SUB_IDEOBJUPDATE_STRING1_SEP==NULL){ if(_SUB_IDEOBJUPDATE_STRING1_SEP==NULL){
@ -50,107 +50,6 @@ if(_SUB_IDEOBJUPDATE_LONG_X==NULL){
_SUB_IDEOBJUPDATE_LONG_X=(int32*)mem_static_malloc(4); _SUB_IDEOBJUPDATE_LONG_X=(int32*)mem_static_malloc(4);
*_SUB_IDEOBJUPDATE_LONG_X=0; *_SUB_IDEOBJUPDATE_LONG_X=0;
} }
byte_element_struct *byte_element_4907=NULL;
if (!byte_element_4907){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4907=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4907=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4908=NULL;
if (!byte_element_4908){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4908=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4908=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4909=NULL;
if (!byte_element_4909){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4909=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4909=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4910=NULL;
if (!byte_element_4910){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4910=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4910=(byte_element_struct*)mem_static_malloc(12);
}
int32 *_SUB_IDEOBJUPDATE_LONG_K=NULL;
if(_SUB_IDEOBJUPDATE_LONG_K==NULL){
_SUB_IDEOBJUPDATE_LONG_K=(int32*)mem_static_malloc(4);
*_SUB_IDEOBJUPDATE_LONG_K=0;
}
qbs *_SUB_IDEOBJUPDATE_STRING_CLIP=NULL;
if (!_SUB_IDEOBJUPDATE_STRING_CLIP)_SUB_IDEOBJUPDATE_STRING_CLIP=qbs_new(0,0);
byte_element_struct *byte_element_4911=NULL;
if (!byte_element_4911){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4911=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4911=(byte_element_struct*)mem_static_malloc(12);
}
int32 *_SUB_IDEOBJUPDATE_LONG_SX1=NULL;
if(_SUB_IDEOBJUPDATE_LONG_SX1==NULL){
_SUB_IDEOBJUPDATE_LONG_SX1=(int32*)mem_static_malloc(4);
*_SUB_IDEOBJUPDATE_LONG_SX1=0;
}
int32 *_SUB_IDEOBJUPDATE_LONG_SX2=NULL;
if(_SUB_IDEOBJUPDATE_LONG_SX2==NULL){
_SUB_IDEOBJUPDATE_LONG_SX2=(int32*)mem_static_malloc(4);
*_SUB_IDEOBJUPDATE_LONG_SX2=0;
}
byte_element_struct *byte_element_4912=NULL;
if (!byte_element_4912){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4912=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4912=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4913=NULL;
if (!byte_element_4913){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4913=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4913=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4914=NULL;
if (!byte_element_4914){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4914=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4914=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4915=NULL;
if (!byte_element_4915){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4915=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4915=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4916=NULL;
if (!byte_element_4916){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4916=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4916=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4917=NULL;
if (!byte_element_4917){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4917=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4917=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4918=NULL;
if (!byte_element_4918){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4918=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4918=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4919=NULL;
if (!byte_element_4919){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4919=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4919=(byte_element_struct*)mem_static_malloc(12);
}
qbs *_SUB_IDEOBJUPDATE_STRING_A1=NULL;
if (!_SUB_IDEOBJUPDATE_STRING_A1)_SUB_IDEOBJUPDATE_STRING_A1=qbs_new(0,0);
byte_element_struct *byte_element_4920=NULL;
if (!byte_element_4920){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4920=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4920=(byte_element_struct*)mem_static_malloc(12);
}
qbs *_SUB_IDEOBJUPDATE_STRING_A2=NULL;
if (!_SUB_IDEOBJUPDATE_STRING_A2)_SUB_IDEOBJUPDATE_STRING_A2=qbs_new(0,0);
byte_element_struct *byte_element_4921=NULL;
if (!byte_element_4921){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4921=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4921=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4922=NULL;
if (!byte_element_4922){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4922=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4922=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4923=NULL;
if (!byte_element_4923){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4923=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4923=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4924=NULL;
if (!byte_element_4924){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4924=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4924=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4925=NULL;
if (!byte_element_4925){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4925=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4925=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4926=NULL;
if (!byte_element_4926){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4926=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4926=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4927=NULL; byte_element_struct *byte_element_4927=NULL;
if (!byte_element_4927){ if (!byte_element_4927){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4927=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4927=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4927=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4927=(byte_element_struct*)mem_static_malloc(12);
@ -167,14 +66,115 @@ byte_element_struct *byte_element_4930=NULL;
if (!byte_element_4930){ if (!byte_element_4930){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4930=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4930=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4930=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4930=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDEOBJUPDATE_LONG_K=NULL;
if(_SUB_IDEOBJUPDATE_LONG_K==NULL){
_SUB_IDEOBJUPDATE_LONG_K=(int32*)mem_static_malloc(4);
*_SUB_IDEOBJUPDATE_LONG_K=0;
}
qbs *_SUB_IDEOBJUPDATE_STRING_CLIP=NULL;
if (!_SUB_IDEOBJUPDATE_STRING_CLIP)_SUB_IDEOBJUPDATE_STRING_CLIP=qbs_new(0,0);
byte_element_struct *byte_element_4931=NULL; byte_element_struct *byte_element_4931=NULL;
if (!byte_element_4931){ if (!byte_element_4931){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4931=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4931=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4931=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4931=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDEOBJUPDATE_LONG_SX1=NULL;
if(_SUB_IDEOBJUPDATE_LONG_SX1==NULL){
_SUB_IDEOBJUPDATE_LONG_SX1=(int32*)mem_static_malloc(4);
*_SUB_IDEOBJUPDATE_LONG_SX1=0;
}
int32 *_SUB_IDEOBJUPDATE_LONG_SX2=NULL;
if(_SUB_IDEOBJUPDATE_LONG_SX2==NULL){
_SUB_IDEOBJUPDATE_LONG_SX2=(int32*)mem_static_malloc(4);
*_SUB_IDEOBJUPDATE_LONG_SX2=0;
}
byte_element_struct *byte_element_4932=NULL; byte_element_struct *byte_element_4932=NULL;
if (!byte_element_4932){ if (!byte_element_4932){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4932=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4932=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4932=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4932=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4933=NULL;
if (!byte_element_4933){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4933=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4933=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4934=NULL;
if (!byte_element_4934){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4934=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4934=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4935=NULL;
if (!byte_element_4935){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4935=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4935=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4936=NULL;
if (!byte_element_4936){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4936=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4936=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4937=NULL;
if (!byte_element_4937){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4937=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4937=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4938=NULL;
if (!byte_element_4938){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4938=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4938=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4939=NULL;
if (!byte_element_4939){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4939=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4939=(byte_element_struct*)mem_static_malloc(12);
}
qbs *_SUB_IDEOBJUPDATE_STRING_A1=NULL;
if (!_SUB_IDEOBJUPDATE_STRING_A1)_SUB_IDEOBJUPDATE_STRING_A1=qbs_new(0,0);
byte_element_struct *byte_element_4940=NULL;
if (!byte_element_4940){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4940=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4940=(byte_element_struct*)mem_static_malloc(12);
}
qbs *_SUB_IDEOBJUPDATE_STRING_A2=NULL;
if (!_SUB_IDEOBJUPDATE_STRING_A2)_SUB_IDEOBJUPDATE_STRING_A2=qbs_new(0,0);
byte_element_struct *byte_element_4941=NULL;
if (!byte_element_4941){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4941=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4941=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4942=NULL;
if (!byte_element_4942){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4942=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4942=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4943=NULL;
if (!byte_element_4943){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4943=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4943=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4944=NULL;
if (!byte_element_4944){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4944=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4944=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4945=NULL;
if (!byte_element_4945){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4945=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4945=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4946=NULL;
if (!byte_element_4946){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4946=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4946=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4947=NULL;
if (!byte_element_4947){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4947=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4947=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4948=NULL;
if (!byte_element_4948){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4948=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4948=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4949=NULL;
if (!byte_element_4949){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4949=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4949=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4950=NULL;
if (!byte_element_4950){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4950=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4950=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4951=NULL;
if (!byte_element_4951){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4951=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4951=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4952=NULL;
if (!byte_element_4952){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4952=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4952=(byte_element_struct*)mem_static_malloc(12);
}
int32 *_SUB_IDEOBJUPDATE_LONG_Y1=NULL; int32 *_SUB_IDEOBJUPDATE_LONG_Y1=NULL;
if(_SUB_IDEOBJUPDATE_LONG_Y1==NULL){ if(_SUB_IDEOBJUPDATE_LONG_Y1==NULL){
_SUB_IDEOBJUPDATE_LONG_Y1=(int32*)mem_static_malloc(4); _SUB_IDEOBJUPDATE_LONG_Y1=(int32*)mem_static_malloc(4);
@ -200,10 +200,10 @@ if(_SUB_IDEOBJUPDATE_LONG_Q==NULL){
_SUB_IDEOBJUPDATE_LONG_Q=(int32*)mem_static_malloc(4); _SUB_IDEOBJUPDATE_LONG_Q=(int32*)mem_static_malloc(4);
*_SUB_IDEOBJUPDATE_LONG_Q=0; *_SUB_IDEOBJUPDATE_LONG_Q=0;
} }
int32 pass4933; int32 pass4953;
byte_element_struct *byte_element_4934=NULL; byte_element_struct *byte_element_4954=NULL;
if (!byte_element_4934){ if (!byte_element_4954){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4934=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4934=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4954=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4954=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDEOBJUPDATE_LONG_RESETKEYBTIMER=NULL; int32 *_SUB_IDEOBJUPDATE_LONG_RESETKEYBTIMER=NULL;
if(_SUB_IDEOBJUPDATE_LONG_RESETKEYBTIMER==NULL){ if(_SUB_IDEOBJUPDATE_LONG_RESETKEYBTIMER==NULL){
@ -222,22 +222,22 @@ _SUB_IDEOBJUPDATE_ARRAY_STRING_LISTBOXITEMS[5]=0;
_SUB_IDEOBJUPDATE_ARRAY_STRING_LISTBOXITEMS[6]=0; _SUB_IDEOBJUPDATE_ARRAY_STRING_LISTBOXITEMS[6]=0;
_SUB_IDEOBJUPDATE_ARRAY_STRING_LISTBOXITEMS[0]=(ptrszint)&nothingstring; _SUB_IDEOBJUPDATE_ARRAY_STRING_LISTBOXITEMS[0]=(ptrszint)&nothingstring;
} }
byte_element_struct *byte_element_4935=NULL; byte_element_struct *byte_element_4955=NULL;
if (!byte_element_4935){ if (!byte_element_4955){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4935=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4935=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4955=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4955=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDEOBJUPDATE_LONG_N=NULL; int32 *_SUB_IDEOBJUPDATE_LONG_N=NULL;
if(_SUB_IDEOBJUPDATE_LONG_N==NULL){ if(_SUB_IDEOBJUPDATE_LONG_N==NULL){
_SUB_IDEOBJUPDATE_LONG_N=(int32*)mem_static_malloc(4); _SUB_IDEOBJUPDATE_LONG_N=(int32*)mem_static_malloc(4);
*_SUB_IDEOBJUPDATE_LONG_N=0; *_SUB_IDEOBJUPDATE_LONG_N=0;
} }
byte_element_struct *byte_element_4937=NULL; byte_element_struct *byte_element_4957=NULL;
if (!byte_element_4937){ if (!byte_element_4957){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4937=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4937=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4957=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4957=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4938=NULL; byte_element_struct *byte_element_4958=NULL;
if (!byte_element_4938){ if (!byte_element_4958){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4938=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4938=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4958=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4958=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDEOBJUPDATE_LONG_SEARCHPASS=NULL; int32 *_SUB_IDEOBJUPDATE_LONG_SEARCHPASS=NULL;
if(_SUB_IDEOBJUPDATE_LONG_SEARCHPASS==NULL){ if(_SUB_IDEOBJUPDATE_LONG_SEARCHPASS==NULL){
@ -254,10 +254,10 @@ if(_SUB_IDEOBJUPDATE_LONG_FINDMATCH==NULL){
_SUB_IDEOBJUPDATE_LONG_FINDMATCH=(int32*)mem_static_malloc(4); _SUB_IDEOBJUPDATE_LONG_FINDMATCH=(int32*)mem_static_malloc(4);
*_SUB_IDEOBJUPDATE_LONG_FINDMATCH=0; *_SUB_IDEOBJUPDATE_LONG_FINDMATCH=0;
} }
int64 fornext_value4940; int64 fornext_value4960;
int64 fornext_finalvalue4940; int64 fornext_finalvalue4960;
int64 fornext_step4940; int64 fornext_step4960;
uint8 fornext_step_negative4940; uint8 fornext_step_negative4960;
qbs *_SUB_IDEOBJUPDATE_STRING_VALIDCHARS=NULL; qbs *_SUB_IDEOBJUPDATE_STRING_VALIDCHARS=NULL;
if (!_SUB_IDEOBJUPDATE_STRING_VALIDCHARS)_SUB_IDEOBJUPDATE_STRING_VALIDCHARS=qbs_new(0,0); if (!_SUB_IDEOBJUPDATE_STRING_VALIDCHARS)_SUB_IDEOBJUPDATE_STRING_VALIDCHARS=qbs_new(0,0);
int32 *_SUB_IDEOBJUPDATE_LONG_AI=NULL; int32 *_SUB_IDEOBJUPDATE_LONG_AI=NULL;
@ -265,52 +265,52 @@ if(_SUB_IDEOBJUPDATE_LONG_AI==NULL){
_SUB_IDEOBJUPDATE_LONG_AI=(int32*)mem_static_malloc(4); _SUB_IDEOBJUPDATE_LONG_AI=(int32*)mem_static_malloc(4);
*_SUB_IDEOBJUPDATE_LONG_AI=0; *_SUB_IDEOBJUPDATE_LONG_AI=0;
} }
int64 fornext_value4942; int64 fornext_value4962;
int64 fornext_finalvalue4942; int64 fornext_finalvalue4962;
int64 fornext_step4942; int64 fornext_step4962;
uint8 fornext_step_negative4942; uint8 fornext_step_negative4962;
byte_element_struct *byte_element_4943=NULL; byte_element_struct *byte_element_4963=NULL;
if (!byte_element_4943){ if (!byte_element_4963){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4943=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4943=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4963=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4963=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDEOBJUPDATE_LONG_AA=NULL; int32 *_SUB_IDEOBJUPDATE_LONG_AA=NULL;
if(_SUB_IDEOBJUPDATE_LONG_AA==NULL){ if(_SUB_IDEOBJUPDATE_LONG_AA==NULL){
_SUB_IDEOBJUPDATE_LONG_AA=(int32*)mem_static_malloc(4); _SUB_IDEOBJUPDATE_LONG_AA=(int32*)mem_static_malloc(4);
*_SUB_IDEOBJUPDATE_LONG_AA=0; *_SUB_IDEOBJUPDATE_LONG_AA=0;
} }
byte_element_struct *byte_element_4944=NULL; byte_element_struct *byte_element_4964=NULL;
if (!byte_element_4944){ if (!byte_element_4964){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4944=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4944=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4964=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4964=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4945=NULL; byte_element_struct *byte_element_4965=NULL;
if (!byte_element_4945){ if (!byte_element_4965){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4945=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4945=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4965=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4965=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDEOBJUPDATE_LONG_I2=NULL; int32 *_SUB_IDEOBJUPDATE_LONG_I2=NULL;
if(_SUB_IDEOBJUPDATE_LONG_I2==NULL){ if(_SUB_IDEOBJUPDATE_LONG_I2==NULL){
_SUB_IDEOBJUPDATE_LONG_I2=(int32*)mem_static_malloc(4); _SUB_IDEOBJUPDATE_LONG_I2=(int32*)mem_static_malloc(4);
*_SUB_IDEOBJUPDATE_LONG_I2=0; *_SUB_IDEOBJUPDATE_LONG_I2=0;
} }
int64 fornext_value4947; int64 fornext_value4967;
int64 fornext_finalvalue4947; int64 fornext_finalvalue4967;
int64 fornext_step4947; int64 fornext_step4967;
uint8 fornext_step_negative4947; uint8 fornext_step_negative4967;
byte_element_struct *byte_element_4948=NULL; byte_element_struct *byte_element_4968=NULL;
if (!byte_element_4948){ if (!byte_element_4968){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4948=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4948=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4968=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4968=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDEOBJUPDATE_LONG_C=NULL; int32 *_SUB_IDEOBJUPDATE_LONG_C=NULL;
if(_SUB_IDEOBJUPDATE_LONG_C==NULL){ if(_SUB_IDEOBJUPDATE_LONG_C==NULL){
_SUB_IDEOBJUPDATE_LONG_C=(int32*)mem_static_malloc(4); _SUB_IDEOBJUPDATE_LONG_C=(int32*)mem_static_malloc(4);
*_SUB_IDEOBJUPDATE_LONG_C=0; *_SUB_IDEOBJUPDATE_LONG_C=0;
} }
int64 fornext_value4950; int64 fornext_value4970;
int64 fornext_finalvalue4950; int64 fornext_finalvalue4970;
int64 fornext_step4950; int64 fornext_step4970;
uint8 fornext_step_negative4950; uint8 fornext_step_negative4970;
byte_element_struct *byte_element_4951=NULL; byte_element_struct *byte_element_4971=NULL;
if (!byte_element_4951){ if (!byte_element_4971){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4951=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4951=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4971=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4971=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDEOBJUPDATE_LONG_W=NULL; int32 *_SUB_IDEOBJUPDATE_LONG_W=NULL;
if(_SUB_IDEOBJUPDATE_LONG_W==NULL){ if(_SUB_IDEOBJUPDATE_LONG_W==NULL){
@ -334,24 +334,24 @@ _SUB_IDEOBJUPDATE_LONG_N2=(int32*)mem_static_malloc(4);
} }
qbs *_SUB_IDEOBJUPDATE_STRING_A3=NULL; qbs *_SUB_IDEOBJUPDATE_STRING_A3=NULL;
if (!_SUB_IDEOBJUPDATE_STRING_A3)_SUB_IDEOBJUPDATE_STRING_A3=qbs_new(0,0); if (!_SUB_IDEOBJUPDATE_STRING_A3)_SUB_IDEOBJUPDATE_STRING_A3=qbs_new(0,0);
int64 fornext_value4953; int64 fornext_value4973;
int64 fornext_finalvalue4953; int64 fornext_finalvalue4973;
int64 fornext_step4953; int64 fornext_step4973;
uint8 fornext_step_negative4953; uint8 fornext_step_negative4973;
byte_element_struct *byte_element_4954=NULL; byte_element_struct *byte_element_4974=NULL;
if (!byte_element_4954){ if (!byte_element_4974){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4954=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4954=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4974=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4974=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4955=NULL; byte_element_struct *byte_element_4975=NULL;
if (!byte_element_4955){ if (!byte_element_4975){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4955=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4955=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4975=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4975=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDEOBJUPDATE_LONG_F2=NULL; int32 *_SUB_IDEOBJUPDATE_LONG_F2=NULL;
if(_SUB_IDEOBJUPDATE_LONG_F2==NULL){ if(_SUB_IDEOBJUPDATE_LONG_F2==NULL){
_SUB_IDEOBJUPDATE_LONG_F2=(int32*)mem_static_malloc(4); _SUB_IDEOBJUPDATE_LONG_F2=(int32*)mem_static_malloc(4);
*_SUB_IDEOBJUPDATE_LONG_F2=0; *_SUB_IDEOBJUPDATE_LONG_F2=0;
} }
byte_element_struct *byte_element_4956=NULL; byte_element_struct *byte_element_4976=NULL;
if (!byte_element_4956){ if (!byte_element_4976){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4956=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4956=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4976=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4976=(byte_element_struct*)mem_static_malloc(12);
} }

View file

@ -18,10 +18,10 @@ if(_FUNC_IDEVBAR_LONG_Y2==NULL){
_FUNC_IDEVBAR_LONG_Y2=(int32*)mem_static_malloc(4); _FUNC_IDEVBAR_LONG_Y2=(int32*)mem_static_malloc(4);
*_FUNC_IDEVBAR_LONG_Y2=0; *_FUNC_IDEVBAR_LONG_Y2=0;
} }
int64 fornext_value4960; int64 fornext_value4980;
int64 fornext_finalvalue4960; int64 fornext_finalvalue4980;
int64 fornext_step4960; int64 fornext_step4980;
uint8 fornext_step_negative4960; uint8 fornext_step_negative4980;
float *_FUNC_IDEVBAR_SINGLE_P=NULL; float *_FUNC_IDEVBAR_SINGLE_P=NULL;
if(_FUNC_IDEVBAR_SINGLE_P==NULL){ if(_FUNC_IDEVBAR_SINGLE_P==NULL){
_FUNC_IDEVBAR_SINGLE_P=(float*)mem_static_malloc(4); _FUNC_IDEVBAR_SINGLE_P=(float*)mem_static_malloc(4);

View file

@ -1,14 +1,14 @@
qbs *_FUNC_EVALUATETOTYP_STRING_EVALUATETOTYP=NULL; qbs *_FUNC_EVALUATETOTYP_STRING_EVALUATETOTYP=NULL;
if (!_FUNC_EVALUATETOTYP_STRING_EVALUATETOTYP)_FUNC_EVALUATETOTYP_STRING_EVALUATETOTYP=qbs_new(0,0); if (!_FUNC_EVALUATETOTYP_STRING_EVALUATETOTYP)_FUNC_EVALUATETOTYP_STRING_EVALUATETOTYP=qbs_new(0,0);
qbs*oldstr2437=NULL; qbs*oldstr2438=NULL;
if(_FUNC_EVALUATETOTYP_STRING_A2->tmp||_FUNC_EVALUATETOTYP_STRING_A2->fixed||_FUNC_EVALUATETOTYP_STRING_A2->readonly){ if(_FUNC_EVALUATETOTYP_STRING_A2->tmp||_FUNC_EVALUATETOTYP_STRING_A2->fixed||_FUNC_EVALUATETOTYP_STRING_A2->readonly){
oldstr2437=_FUNC_EVALUATETOTYP_STRING_A2; oldstr2438=_FUNC_EVALUATETOTYP_STRING_A2;
if (oldstr2437->cmem_descriptor){ if (oldstr2438->cmem_descriptor){
_FUNC_EVALUATETOTYP_STRING_A2=qbs_new_cmem(oldstr2437->len,0); _FUNC_EVALUATETOTYP_STRING_A2=qbs_new_cmem(oldstr2438->len,0);
}else{ }else{
_FUNC_EVALUATETOTYP_STRING_A2=qbs_new(oldstr2437->len,0); _FUNC_EVALUATETOTYP_STRING_A2=qbs_new(oldstr2438->len,0);
} }
memcpy(_FUNC_EVALUATETOTYP_STRING_A2->chr,oldstr2437->chr,oldstr2437->len); memcpy(_FUNC_EVALUATETOTYP_STRING_A2->chr,oldstr2438->chr,oldstr2438->len);
} }
qbs *_FUNC_EVALUATETOTYP_STRING_A=NULL; qbs *_FUNC_EVALUATETOTYP_STRING_A=NULL;
if (!_FUNC_EVALUATETOTYP_STRING_A)_FUNC_EVALUATETOTYP_STRING_A=qbs_new(0,0); if (!_FUNC_EVALUATETOTYP_STRING_A)_FUNC_EVALUATETOTYP_STRING_A=qbs_new(0,0);
@ -29,49 +29,45 @@ if(_FUNC_EVALUATETOTYP_LONG_I==NULL){
_FUNC_EVALUATETOTYP_LONG_I=(int32*)mem_static_malloc(4); _FUNC_EVALUATETOTYP_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_EVALUATETOTYP_LONG_I=0; *_FUNC_EVALUATETOTYP_LONG_I=0;
} }
byte_element_struct *byte_element_2438=NULL; byte_element_struct *byte_element_2439=NULL;
if (!byte_element_2438){ if (!byte_element_2439){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2438=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2438=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2439=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2439=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_EVALUATETOTYP_LONG_U=NULL; int32 *_FUNC_EVALUATETOTYP_LONG_U=NULL;
if(_FUNC_EVALUATETOTYP_LONG_U==NULL){ if(_FUNC_EVALUATETOTYP_LONG_U==NULL){
_FUNC_EVALUATETOTYP_LONG_U=(int32*)mem_static_malloc(4); _FUNC_EVALUATETOTYP_LONG_U=(int32*)mem_static_malloc(4);
*_FUNC_EVALUATETOTYP_LONG_U=0; *_FUNC_EVALUATETOTYP_LONG_U=0;
} }
byte_element_struct *byte_element_2439=NULL;
if (!byte_element_2439){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2439=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2439=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_2440=NULL; byte_element_struct *byte_element_2440=NULL;
if (!byte_element_2440){ if (!byte_element_2440){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2440=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2440=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2440=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2440=(byte_element_struct*)mem_static_malloc(12);
} }
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);
}
qbs *_FUNC_EVALUATETOTYP_STRING_O=NULL; qbs *_FUNC_EVALUATETOTYP_STRING_O=NULL;
if (!_FUNC_EVALUATETOTYP_STRING_O)_FUNC_EVALUATETOTYP_STRING_O=qbs_new(0,0); if (!_FUNC_EVALUATETOTYP_STRING_O)_FUNC_EVALUATETOTYP_STRING_O=qbs_new(0,0);
qbs *_FUNC_EVALUATETOTYP_STRING_N=NULL; qbs *_FUNC_EVALUATETOTYP_STRING_N=NULL;
if (!_FUNC_EVALUATETOTYP_STRING_N)_FUNC_EVALUATETOTYP_STRING_N=qbs_new(0,0); if (!_FUNC_EVALUATETOTYP_STRING_N)_FUNC_EVALUATETOTYP_STRING_N=qbs_new(0,0);
qbs *_FUNC_EVALUATETOTYP_STRING_BYTES=NULL; qbs *_FUNC_EVALUATETOTYP_STRING_BYTES=NULL;
if (!_FUNC_EVALUATETOTYP_STRING_BYTES)_FUNC_EVALUATETOTYP_STRING_BYTES=qbs_new(0,0); if (!_FUNC_EVALUATETOTYP_STRING_BYTES)_FUNC_EVALUATETOTYP_STRING_BYTES=qbs_new(0,0);
int32 pass2441;
int32 pass2442; int32 pass2442;
int32 pass2443;
qbs *_FUNC_EVALUATETOTYP_STRING_DST=NULL; qbs *_FUNC_EVALUATETOTYP_STRING_DST=NULL;
if (!_FUNC_EVALUATETOTYP_STRING_DST)_FUNC_EVALUATETOTYP_STRING_DST=qbs_new(0,0); if (!_FUNC_EVALUATETOTYP_STRING_DST)_FUNC_EVALUATETOTYP_STRING_DST=qbs_new(0,0);
int32 pass2443;
int32 pass2444; int32 pass2444;
int32 pass2445; int32 pass2445;
int32 pass2446; int32 pass2446;
int32 pass2447; int32 pass2447;
int32 pass2448; int32 pass2448;
int32 pass2449; int32 pass2449;
int32 pass2450;
int32 *_FUNC_EVALUATETOTYP_LONG_SIZE=NULL; int32 *_FUNC_EVALUATETOTYP_LONG_SIZE=NULL;
if(_FUNC_EVALUATETOTYP_LONG_SIZE==NULL){ if(_FUNC_EVALUATETOTYP_LONG_SIZE==NULL){
_FUNC_EVALUATETOTYP_LONG_SIZE=(int32*)mem_static_malloc(4); _FUNC_EVALUATETOTYP_LONG_SIZE=(int32*)mem_static_malloc(4);
*_FUNC_EVALUATETOTYP_LONG_SIZE=0; *_FUNC_EVALUATETOTYP_LONG_SIZE=0;
} }
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_2451=NULL; byte_element_struct *byte_element_2451=NULL;
if (!byte_element_2451){ 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); 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);
@ -80,13 +76,17 @@ byte_element_struct *byte_element_2452=NULL;
if (!byte_element_2452){ if (!byte_element_2452){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2452=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2452=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2452=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2452=(byte_element_struct*)mem_static_malloc(12);
} }
int32 pass2453; 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);
}
int32 pass2454;
int32 *_FUNC_EVALUATETOTYP_LONG_T1=NULL; int32 *_FUNC_EVALUATETOTYP_LONG_T1=NULL;
if(_FUNC_EVALUATETOTYP_LONG_T1==NULL){ if(_FUNC_EVALUATETOTYP_LONG_T1==NULL){
_FUNC_EVALUATETOTYP_LONG_T1=(int32*)mem_static_malloc(4); _FUNC_EVALUATETOTYP_LONG_T1=(int32*)mem_static_malloc(4);
*_FUNC_EVALUATETOTYP_LONG_T1=0; *_FUNC_EVALUATETOTYP_LONG_T1=0;
} }
int32 pass2454; int32 pass2455;
int32 *_FUNC_EVALUATETOTYP_LONG_T=NULL; int32 *_FUNC_EVALUATETOTYP_LONG_T=NULL;
if(_FUNC_EVALUATETOTYP_LONG_T==NULL){ if(_FUNC_EVALUATETOTYP_LONG_T==NULL){
_FUNC_EVALUATETOTYP_LONG_T=(int32*)mem_static_malloc(4); _FUNC_EVALUATETOTYP_LONG_T=(int32*)mem_static_malloc(4);
@ -94,16 +94,12 @@ _FUNC_EVALUATETOTYP_LONG_T=(int32*)mem_static_malloc(4);
} }
qbs *_FUNC_EVALUATETOTYP_STRING_LK=NULL; qbs *_FUNC_EVALUATETOTYP_STRING_LK=NULL;
if (!_FUNC_EVALUATETOTYP_STRING_LK)_FUNC_EVALUATETOTYP_STRING_LK=qbs_new(0,0); if (!_FUNC_EVALUATETOTYP_STRING_LK)_FUNC_EVALUATETOTYP_STRING_LK=qbs_new(0,0);
int32 pass2455;
int32 pass2456; int32 pass2456;
int32 pass2457; int32 pass2457;
int32 pass2458; int32 pass2458;
int32 pass2459; int32 pass2459;
int32 pass2460; int32 pass2460;
byte_element_struct *byte_element_2461=NULL; int32 pass2461;
if (!byte_element_2461){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2461=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2461=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_2462=NULL; byte_element_struct *byte_element_2462=NULL;
if (!byte_element_2462){ if (!byte_element_2462){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2462=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2462=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2462=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2462=(byte_element_struct*)mem_static_malloc(12);
@ -112,8 +108,12 @@ byte_element_struct *byte_element_2463=NULL;
if (!byte_element_2463){ if (!byte_element_2463){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2463=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2463=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2463=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2463=(byte_element_struct*)mem_static_malloc(12);
} }
int32 pass2464; byte_element_struct *byte_element_2464=NULL;
if (!byte_element_2464){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2464=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2464=(byte_element_struct*)mem_static_malloc(12);
}
int32 pass2465; int32 pass2465;
int32 pass2466;
int32 *_FUNC_EVALUATETOTYP_LONG_TSIZE=NULL; int32 *_FUNC_EVALUATETOTYP_LONG_TSIZE=NULL;
if(_FUNC_EVALUATETOTYP_LONG_TSIZE==NULL){ if(_FUNC_EVALUATETOTYP_LONG_TSIZE==NULL){
_FUNC_EVALUATETOTYP_LONG_TSIZE=(int32*)mem_static_malloc(4); _FUNC_EVALUATETOTYP_LONG_TSIZE=(int32*)mem_static_malloc(4);
@ -121,23 +121,19 @@ _FUNC_EVALUATETOTYP_LONG_TSIZE=(int32*)mem_static_malloc(4);
} }
qbs *_FUNC_EVALUATETOTYP_STRING_INDEX=NULL; qbs *_FUNC_EVALUATETOTYP_STRING_INDEX=NULL;
if (!_FUNC_EVALUATETOTYP_STRING_INDEX)_FUNC_EVALUATETOTYP_STRING_INDEX=qbs_new(0,0); if (!_FUNC_EVALUATETOTYP_STRING_INDEX)_FUNC_EVALUATETOTYP_STRING_INDEX=qbs_new(0,0);
byte_element_struct *byte_element_2466=NULL; byte_element_struct *byte_element_2467=NULL;
if (!byte_element_2466){ if (!byte_element_2467){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2466=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2466=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2467=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2467=(byte_element_struct*)mem_static_malloc(12);
} }
int32 pass2467;
int32 pass2468; int32 pass2468;
int32 pass2469;
int32 *_FUNC_EVALUATETOTYP_LONG_BYTES=NULL; int32 *_FUNC_EVALUATETOTYP_LONG_BYTES=NULL;
if(_FUNC_EVALUATETOTYP_LONG_BYTES==NULL){ if(_FUNC_EVALUATETOTYP_LONG_BYTES==NULL){
_FUNC_EVALUATETOTYP_LONG_BYTES=(int32*)mem_static_malloc(4); _FUNC_EVALUATETOTYP_LONG_BYTES=(int32*)mem_static_malloc(4);
*_FUNC_EVALUATETOTYP_LONG_BYTES=0; *_FUNC_EVALUATETOTYP_LONG_BYTES=0;
} }
int32 pass2469;
int32 pass2470; int32 pass2470;
byte_element_struct *byte_element_2471=NULL; int32 pass2471;
if (!byte_element_2471){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2471=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2471=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_2472=NULL; byte_element_struct *byte_element_2472=NULL;
if (!byte_element_2472){ if (!byte_element_2472){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2472=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2472=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2472=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2472=(byte_element_struct*)mem_static_malloc(12);
@ -146,19 +142,23 @@ byte_element_struct *byte_element_2473=NULL;
if (!byte_element_2473){ if (!byte_element_2473){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2473=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2473=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2473=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2473=(byte_element_struct*)mem_static_malloc(12);
} }
int32 pass2474; byte_element_struct *byte_element_2474=NULL;
int32 pass2475; if (!byte_element_2474){
byte_element_struct *byte_element_2476=NULL; if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2474=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2474=(byte_element_struct*)mem_static_malloc(12);
if (!byte_element_2476){ }
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2476=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2476=(byte_element_struct*)mem_static_malloc(12); int32 pass2475;
int32 pass2476;
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);
} }
int32 pass2477;
int32 pass2478; int32 pass2478;
int32 pass2479; int32 pass2479;
int32 pass2480; int32 pass2480;
int32 pass2481; int32 pass2481;
int32 pass2482; int32 pass2482;
int32 pass2483; int32 pass2483;
int32 pass2484;
int32 *_FUNC_EVALUATETOTYP_LONG_BITS=NULL; int32 *_FUNC_EVALUATETOTYP_LONG_BITS=NULL;
if(_FUNC_EVALUATETOTYP_LONG_BITS==NULL){ if(_FUNC_EVALUATETOTYP_LONG_BITS==NULL){
_FUNC_EVALUATETOTYP_LONG_BITS=(int32*)mem_static_malloc(4); _FUNC_EVALUATETOTYP_LONG_BITS=(int32*)mem_static_malloc(4);

View file

@ -1,49 +1,49 @@
qbs *_FUNC_IDEZCHANGEPATH_STRING_IDEZCHANGEPATH=NULL; qbs *_FUNC_IDEZCHANGEPATH_STRING_IDEZCHANGEPATH=NULL;
if (!_FUNC_IDEZCHANGEPATH_STRING_IDEZCHANGEPATH)_FUNC_IDEZCHANGEPATH_STRING_IDEZCHANGEPATH=qbs_new(0,0); if (!_FUNC_IDEZCHANGEPATH_STRING_IDEZCHANGEPATH)_FUNC_IDEZCHANGEPATH_STRING_IDEZCHANGEPATH=qbs_new(0,0);
qbs*oldstr4966=NULL; qbs*oldstr4986=NULL;
if(_FUNC_IDEZCHANGEPATH_STRING_PATH->tmp||_FUNC_IDEZCHANGEPATH_STRING_PATH->fixed||_FUNC_IDEZCHANGEPATH_STRING_PATH->readonly){ if(_FUNC_IDEZCHANGEPATH_STRING_PATH->tmp||_FUNC_IDEZCHANGEPATH_STRING_PATH->fixed||_FUNC_IDEZCHANGEPATH_STRING_PATH->readonly){
oldstr4966=_FUNC_IDEZCHANGEPATH_STRING_PATH; oldstr4986=_FUNC_IDEZCHANGEPATH_STRING_PATH;
if (oldstr4966->cmem_descriptor){ if (oldstr4986->cmem_descriptor){
_FUNC_IDEZCHANGEPATH_STRING_PATH=qbs_new_cmem(oldstr4966->len,0); _FUNC_IDEZCHANGEPATH_STRING_PATH=qbs_new_cmem(oldstr4986->len,0);
}else{ }else{
_FUNC_IDEZCHANGEPATH_STRING_PATH=qbs_new(oldstr4966->len,0); _FUNC_IDEZCHANGEPATH_STRING_PATH=qbs_new(oldstr4986->len,0);
} }
memcpy(_FUNC_IDEZCHANGEPATH_STRING_PATH->chr,oldstr4966->chr,oldstr4966->len); memcpy(_FUNC_IDEZCHANGEPATH_STRING_PATH->chr,oldstr4986->chr,oldstr4986->len);
} }
qbs*oldstr4967=NULL; qbs*oldstr4987=NULL;
if(_FUNC_IDEZCHANGEPATH_STRING_NEWPATH->tmp||_FUNC_IDEZCHANGEPATH_STRING_NEWPATH->fixed||_FUNC_IDEZCHANGEPATH_STRING_NEWPATH->readonly){ if(_FUNC_IDEZCHANGEPATH_STRING_NEWPATH->tmp||_FUNC_IDEZCHANGEPATH_STRING_NEWPATH->fixed||_FUNC_IDEZCHANGEPATH_STRING_NEWPATH->readonly){
oldstr4967=_FUNC_IDEZCHANGEPATH_STRING_NEWPATH; oldstr4987=_FUNC_IDEZCHANGEPATH_STRING_NEWPATH;
if (oldstr4967->cmem_descriptor){ if (oldstr4987->cmem_descriptor){
_FUNC_IDEZCHANGEPATH_STRING_NEWPATH=qbs_new_cmem(oldstr4967->len,0); _FUNC_IDEZCHANGEPATH_STRING_NEWPATH=qbs_new_cmem(oldstr4987->len,0);
}else{ }else{
_FUNC_IDEZCHANGEPATH_STRING_NEWPATH=qbs_new(oldstr4967->len,0); _FUNC_IDEZCHANGEPATH_STRING_NEWPATH=qbs_new(oldstr4987->len,0);
} }
memcpy(_FUNC_IDEZCHANGEPATH_STRING_NEWPATH->chr,oldstr4967->chr,oldstr4967->len); memcpy(_FUNC_IDEZCHANGEPATH_STRING_NEWPATH->chr,oldstr4987->chr,oldstr4987->len);
} }
int32 *_FUNC_IDEZCHANGEPATH_LONG_X=NULL; int32 *_FUNC_IDEZCHANGEPATH_LONG_X=NULL;
if(_FUNC_IDEZCHANGEPATH_LONG_X==NULL){ if(_FUNC_IDEZCHANGEPATH_LONG_X==NULL){
_FUNC_IDEZCHANGEPATH_LONG_X=(int32*)mem_static_malloc(4); _FUNC_IDEZCHANGEPATH_LONG_X=(int32*)mem_static_malloc(4);
*_FUNC_IDEZCHANGEPATH_LONG_X=0; *_FUNC_IDEZCHANGEPATH_LONG_X=0;
} }
int64 fornext_value4969; int64 fornext_value4989;
int64 fornext_finalvalue4969; int64 fornext_finalvalue4989;
int64 fornext_step4969; int64 fornext_step4989;
uint8 fornext_step_negative4969; uint8 fornext_step_negative4989;
byte_element_struct *byte_element_4970=NULL; byte_element_struct *byte_element_4990=NULL;
if (!byte_element_4970){ if (!byte_element_4990){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4970=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4970=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4990=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4990=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_FUNC_IDEZCHANGEPATH_STRING_A=NULL; qbs *_FUNC_IDEZCHANGEPATH_STRING_A=NULL;
if (!_FUNC_IDEZCHANGEPATH_STRING_A)_FUNC_IDEZCHANGEPATH_STRING_A=qbs_new(0,0); if (!_FUNC_IDEZCHANGEPATH_STRING_A)_FUNC_IDEZCHANGEPATH_STRING_A=qbs_new(0,0);
byte_element_struct *byte_element_4971=NULL; byte_element_struct *byte_element_4991=NULL;
if (!byte_element_4971){ if (!byte_element_4991){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4971=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4971=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4991=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4991=(byte_element_struct*)mem_static_malloc(12);
} }
int64 fornext_value4973; int64 fornext_value4993;
int64 fornext_finalvalue4973; int64 fornext_finalvalue4993;
int64 fornext_step4973; int64 fornext_step4993;
uint8 fornext_step_negative4973; uint8 fornext_step_negative4993;
byte_element_struct *byte_element_4974=NULL; byte_element_struct *byte_element_4994=NULL;
if (!byte_element_4974){ if (!byte_element_4994){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4974=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4974=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4994=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4994=(byte_element_struct*)mem_static_malloc(12);
} }

View file

@ -1,14 +1,14 @@
qbs *_FUNC_IDEZFILELIST_STRING_IDEZFILELIST=NULL; qbs *_FUNC_IDEZFILELIST_STRING_IDEZFILELIST=NULL;
if (!_FUNC_IDEZFILELIST_STRING_IDEZFILELIST)_FUNC_IDEZFILELIST_STRING_IDEZFILELIST=qbs_new(0,0); if (!_FUNC_IDEZFILELIST_STRING_IDEZFILELIST)_FUNC_IDEZFILELIST_STRING_IDEZFILELIST=qbs_new(0,0);
qbs*oldstr4975=NULL; qbs*oldstr4995=NULL;
if(_FUNC_IDEZFILELIST_STRING_PATH->tmp||_FUNC_IDEZFILELIST_STRING_PATH->fixed||_FUNC_IDEZFILELIST_STRING_PATH->readonly){ if(_FUNC_IDEZFILELIST_STRING_PATH->tmp||_FUNC_IDEZFILELIST_STRING_PATH->fixed||_FUNC_IDEZFILELIST_STRING_PATH->readonly){
oldstr4975=_FUNC_IDEZFILELIST_STRING_PATH; oldstr4995=_FUNC_IDEZFILELIST_STRING_PATH;
if (oldstr4975->cmem_descriptor){ if (oldstr4995->cmem_descriptor){
_FUNC_IDEZFILELIST_STRING_PATH=qbs_new_cmem(oldstr4975->len,0); _FUNC_IDEZFILELIST_STRING_PATH=qbs_new_cmem(oldstr4995->len,0);
}else{ }else{
_FUNC_IDEZFILELIST_STRING_PATH=qbs_new(oldstr4975->len,0); _FUNC_IDEZFILELIST_STRING_PATH=qbs_new(oldstr4995->len,0);
} }
memcpy(_FUNC_IDEZFILELIST_STRING_PATH->chr,oldstr4975->chr,oldstr4975->len); memcpy(_FUNC_IDEZFILELIST_STRING_PATH->chr,oldstr4995->chr,oldstr4995->len);
} }
qbs *_FUNC_IDEZFILELIST_STRING1_SEP=NULL; qbs *_FUNC_IDEZFILELIST_STRING1_SEP=NULL;
if(_FUNC_IDEZFILELIST_STRING1_SEP==NULL){ if(_FUNC_IDEZFILELIST_STRING1_SEP==NULL){
@ -19,39 +19,39 @@ qbs *_FUNC_IDEZFILELIST_STRING_FILELIST=NULL;
if (!_FUNC_IDEZFILELIST_STRING_FILELIST)_FUNC_IDEZFILELIST_STRING_FILELIST=qbs_new(0,0); if (!_FUNC_IDEZFILELIST_STRING_FILELIST)_FUNC_IDEZFILELIST_STRING_FILELIST=qbs_new(0,0);
qbs *_FUNC_IDEZFILELIST_STRING_A=NULL; qbs *_FUNC_IDEZFILELIST_STRING_A=NULL;
if (!_FUNC_IDEZFILELIST_STRING_A)_FUNC_IDEZFILELIST_STRING_A=qbs_new(0,0); if (!_FUNC_IDEZFILELIST_STRING_A)_FUNC_IDEZFILELIST_STRING_A=qbs_new(0,0);
byte_element_struct *byte_element_4978=NULL; byte_element_struct *byte_element_4998=NULL;
if (!byte_element_4978){ if (!byte_element_4998){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4978=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4978=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4998=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4998=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDEZFILELIST_LONG_I=NULL; int32 *_FUNC_IDEZFILELIST_LONG_I=NULL;
if(_FUNC_IDEZFILELIST_LONG_I==NULL){ if(_FUNC_IDEZFILELIST_LONG_I==NULL){
_FUNC_IDEZFILELIST_LONG_I=(int32*)mem_static_malloc(4); _FUNC_IDEZFILELIST_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_IDEZFILELIST_LONG_I=0; *_FUNC_IDEZFILELIST_LONG_I=0;
} }
int64 fornext_value4980; int64 fornext_value5000;
int64 fornext_finalvalue4980; int64 fornext_finalvalue5000;
int64 fornext_step4980; int64 fornext_step5000;
uint8 fornext_step_negative4980; uint8 fornext_step_negative5000;
byte_element_struct *byte_element_4983=NULL; byte_element_struct *byte_element_5003=NULL;
if (!byte_element_4983){ if (!byte_element_5003){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4983=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4983=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5003=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5003=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDEZFILELIST_LONG_X=NULL; int32 *_FUNC_IDEZFILELIST_LONG_X=NULL;
if(_FUNC_IDEZFILELIST_LONG_X==NULL){ if(_FUNC_IDEZFILELIST_LONG_X==NULL){
_FUNC_IDEZFILELIST_LONG_X=(int32*)mem_static_malloc(4); _FUNC_IDEZFILELIST_LONG_X=(int32*)mem_static_malloc(4);
*_FUNC_IDEZFILELIST_LONG_X=0; *_FUNC_IDEZFILELIST_LONG_X=0;
} }
int64 fornext_value4985; int64 fornext_value5005;
int64 fornext_finalvalue4985; int64 fornext_finalvalue5005;
int64 fornext_step4985; int64 fornext_step5005;
uint8 fornext_step_negative4985; uint8 fornext_step_negative5005;
byte_element_struct *byte_element_4986=NULL; byte_element_struct *byte_element_5006=NULL;
if (!byte_element_4986){ if (!byte_element_5006){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4986=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4986=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5006=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5006=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_FUNC_IDEZFILELIST_STRING_A2=NULL; qbs *_FUNC_IDEZFILELIST_STRING_A2=NULL;
if (!_FUNC_IDEZFILELIST_STRING_A2)_FUNC_IDEZFILELIST_STRING_A2=qbs_new(0,0); if (!_FUNC_IDEZFILELIST_STRING_A2)_FUNC_IDEZFILELIST_STRING_A2=qbs_new(0,0);
byte_element_struct *byte_element_4987=NULL; byte_element_struct *byte_element_5007=NULL;
if (!byte_element_4987){ if (!byte_element_5007){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4987=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4987=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5007=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5007=(byte_element_struct*)mem_static_malloc(12);
} }

View file

@ -1,14 +1,14 @@
qbs *_FUNC_IDEZPATHLIST_STRING_IDEZPATHLIST=NULL; qbs *_FUNC_IDEZPATHLIST_STRING_IDEZPATHLIST=NULL;
if (!_FUNC_IDEZPATHLIST_STRING_IDEZPATHLIST)_FUNC_IDEZPATHLIST_STRING_IDEZPATHLIST=qbs_new(0,0); if (!_FUNC_IDEZPATHLIST_STRING_IDEZPATHLIST)_FUNC_IDEZPATHLIST_STRING_IDEZPATHLIST=qbs_new(0,0);
qbs*oldstr4990=NULL; qbs*oldstr5010=NULL;
if(_FUNC_IDEZPATHLIST_STRING_PATH->tmp||_FUNC_IDEZPATHLIST_STRING_PATH->fixed||_FUNC_IDEZPATHLIST_STRING_PATH->readonly){ if(_FUNC_IDEZPATHLIST_STRING_PATH->tmp||_FUNC_IDEZPATHLIST_STRING_PATH->fixed||_FUNC_IDEZPATHLIST_STRING_PATH->readonly){
oldstr4990=_FUNC_IDEZPATHLIST_STRING_PATH; oldstr5010=_FUNC_IDEZPATHLIST_STRING_PATH;
if (oldstr4990->cmem_descriptor){ if (oldstr5010->cmem_descriptor){
_FUNC_IDEZPATHLIST_STRING_PATH=qbs_new_cmem(oldstr4990->len,0); _FUNC_IDEZPATHLIST_STRING_PATH=qbs_new_cmem(oldstr5010->len,0);
}else{ }else{
_FUNC_IDEZPATHLIST_STRING_PATH=qbs_new(oldstr4990->len,0); _FUNC_IDEZPATHLIST_STRING_PATH=qbs_new(oldstr5010->len,0);
} }
memcpy(_FUNC_IDEZPATHLIST_STRING_PATH->chr,oldstr4990->chr,oldstr4990->len); memcpy(_FUNC_IDEZPATHLIST_STRING_PATH->chr,oldstr5010->chr,oldstr5010->len);
} }
qbs *_FUNC_IDEZPATHLIST_STRING1_SEP=NULL; qbs *_FUNC_IDEZPATHLIST_STRING1_SEP=NULL;
if(_FUNC_IDEZPATHLIST_STRING1_SEP==NULL){ if(_FUNC_IDEZPATHLIST_STRING1_SEP==NULL){
@ -29,48 +29,48 @@ if(_FUNC_IDEZPATHLIST_LONG_X==NULL){
_FUNC_IDEZPATHLIST_LONG_X=(int32*)mem_static_malloc(4); _FUNC_IDEZPATHLIST_LONG_X=(int32*)mem_static_malloc(4);
*_FUNC_IDEZPATHLIST_LONG_X=0; *_FUNC_IDEZPATHLIST_LONG_X=0;
} }
int64 fornext_value4994; int64 fornext_value5014;
int64 fornext_finalvalue4994; int64 fornext_finalvalue5014;
int64 fornext_step4994; int64 fornext_step5014;
uint8 fornext_step_negative4994; uint8 fornext_step_negative5014;
byte_element_struct *byte_element_4995=NULL; byte_element_struct *byte_element_5015=NULL;
if (!byte_element_4995){ if (!byte_element_5015){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4995=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4995=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5015=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5015=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_FUNC_IDEZPATHLIST_STRING_B=NULL; qbs *_FUNC_IDEZPATHLIST_STRING_B=NULL;
if (!_FUNC_IDEZPATHLIST_STRING_B)_FUNC_IDEZPATHLIST_STRING_B=qbs_new(0,0); if (!_FUNC_IDEZPATHLIST_STRING_B)_FUNC_IDEZPATHLIST_STRING_B=qbs_new(0,0);
byte_element_struct *byte_element_4996=NULL; byte_element_struct *byte_element_5016=NULL;
if (!byte_element_4996){ if (!byte_element_5016){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4996=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4996=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5016=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5016=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDEZPATHLIST_LONG_I=NULL; int32 *_FUNC_IDEZPATHLIST_LONG_I=NULL;
if(_FUNC_IDEZPATHLIST_LONG_I==NULL){ if(_FUNC_IDEZPATHLIST_LONG_I==NULL){
_FUNC_IDEZPATHLIST_LONG_I=(int32*)mem_static_malloc(4); _FUNC_IDEZPATHLIST_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_IDEZPATHLIST_LONG_I=0; *_FUNC_IDEZPATHLIST_LONG_I=0;
} }
int64 fornext_value4998; int64 fornext_value5018;
int64 fornext_finalvalue4998; int64 fornext_finalvalue5018;
int64 fornext_step4998; int64 fornext_step5018;
uint8 fornext_step_negative4998; uint8 fornext_step_negative5018;
byte_element_struct *byte_element_4999=NULL; byte_element_struct *byte_element_5019=NULL;
if (!byte_element_4999){ if (!byte_element_5019){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4999=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4999=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5019=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5019=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5002=NULL; byte_element_struct *byte_element_5022=NULL;
if (!byte_element_5002){ if (!byte_element_5022){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5002=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5002=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5022=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5022=(byte_element_struct*)mem_static_malloc(12);
} }
int64 fornext_value5004; int64 fornext_value5024;
int64 fornext_finalvalue5004; int64 fornext_finalvalue5024;
int64 fornext_step5004; int64 fornext_step5024;
uint8 fornext_step_negative5004; uint8 fornext_step_negative5024;
byte_element_struct *byte_element_5005=NULL; byte_element_struct *byte_element_5025=NULL;
if (!byte_element_5005){ if (!byte_element_5025){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5005=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5005=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5025=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5025=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_FUNC_IDEZPATHLIST_STRING_A2=NULL; qbs *_FUNC_IDEZPATHLIST_STRING_A2=NULL;
if (!_FUNC_IDEZPATHLIST_STRING_A2)_FUNC_IDEZPATHLIST_STRING_A2=qbs_new(0,0); if (!_FUNC_IDEZPATHLIST_STRING_A2)_FUNC_IDEZPATHLIST_STRING_A2=qbs_new(0,0);
byte_element_struct *byte_element_5006=NULL; byte_element_struct *byte_element_5026=NULL;
if (!byte_element_5006){ if (!byte_element_5026){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5006=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5006=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5026=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5026=(byte_element_struct*)mem_static_malloc(12);
} }

View file

@ -1,14 +1,14 @@
qbs *_FUNC_IDEZTAKEPATH_STRING_IDEZTAKEPATH=NULL; qbs *_FUNC_IDEZTAKEPATH_STRING_IDEZTAKEPATH=NULL;
if (!_FUNC_IDEZTAKEPATH_STRING_IDEZTAKEPATH)_FUNC_IDEZTAKEPATH_STRING_IDEZTAKEPATH=qbs_new(0,0); if (!_FUNC_IDEZTAKEPATH_STRING_IDEZTAKEPATH)_FUNC_IDEZTAKEPATH_STRING_IDEZTAKEPATH=qbs_new(0,0);
qbs*oldstr5007=NULL; qbs*oldstr5027=NULL;
if(_FUNC_IDEZTAKEPATH_STRING_F->tmp||_FUNC_IDEZTAKEPATH_STRING_F->fixed||_FUNC_IDEZTAKEPATH_STRING_F->readonly){ if(_FUNC_IDEZTAKEPATH_STRING_F->tmp||_FUNC_IDEZTAKEPATH_STRING_F->fixed||_FUNC_IDEZTAKEPATH_STRING_F->readonly){
oldstr5007=_FUNC_IDEZTAKEPATH_STRING_F; oldstr5027=_FUNC_IDEZTAKEPATH_STRING_F;
if (oldstr5007->cmem_descriptor){ if (oldstr5027->cmem_descriptor){
_FUNC_IDEZTAKEPATH_STRING_F=qbs_new_cmem(oldstr5007->len,0); _FUNC_IDEZTAKEPATH_STRING_F=qbs_new_cmem(oldstr5027->len,0);
}else{ }else{
_FUNC_IDEZTAKEPATH_STRING_F=qbs_new(oldstr5007->len,0); _FUNC_IDEZTAKEPATH_STRING_F=qbs_new(oldstr5027->len,0);
} }
memcpy(_FUNC_IDEZTAKEPATH_STRING_F->chr,oldstr5007->chr,oldstr5007->len); memcpy(_FUNC_IDEZTAKEPATH_STRING_F->chr,oldstr5027->chr,oldstr5027->len);
} }
qbs *_FUNC_IDEZTAKEPATH_STRING_P=NULL; qbs *_FUNC_IDEZTAKEPATH_STRING_P=NULL;
if (!_FUNC_IDEZTAKEPATH_STRING_P)_FUNC_IDEZTAKEPATH_STRING_P=qbs_new(0,0); if (!_FUNC_IDEZTAKEPATH_STRING_P)_FUNC_IDEZTAKEPATH_STRING_P=qbs_new(0,0);
@ -17,29 +17,29 @@ if(_FUNC_IDEZTAKEPATH_LONG_I==NULL){
_FUNC_IDEZTAKEPATH_LONG_I=(int32*)mem_static_malloc(4); _FUNC_IDEZTAKEPATH_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_IDEZTAKEPATH_LONG_I=0; *_FUNC_IDEZTAKEPATH_LONG_I=0;
} }
int64 fornext_value5009; int64 fornext_value5029;
int64 fornext_finalvalue5009; int64 fornext_finalvalue5029;
int64 fornext_step5009; int64 fornext_step5029;
uint8 fornext_step_negative5009; uint8 fornext_step_negative5029;
byte_element_struct *byte_element_5010=NULL; byte_element_struct *byte_element_5030=NULL;
if (!byte_element_5010){ if (!byte_element_5030){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5010=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5010=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5030=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5030=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_FUNC_IDEZTAKEPATH_STRING_A=NULL; qbs *_FUNC_IDEZTAKEPATH_STRING_A=NULL;
if (!_FUNC_IDEZTAKEPATH_STRING_A)_FUNC_IDEZTAKEPATH_STRING_A=qbs_new(0,0); if (!_FUNC_IDEZTAKEPATH_STRING_A)_FUNC_IDEZTAKEPATH_STRING_A=qbs_new(0,0);
byte_element_struct *byte_element_5011=NULL; byte_element_struct *byte_element_5031=NULL;
if (!byte_element_5011){ if (!byte_element_5031){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5011=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5011=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5031=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5031=(byte_element_struct*)mem_static_malloc(12);
} }
int64 fornext_value5013; int64 fornext_value5033;
int64 fornext_finalvalue5013; int64 fornext_finalvalue5033;
int64 fornext_step5013; int64 fornext_step5033;
uint8 fornext_step_negative5013; uint8 fornext_step_negative5033;
byte_element_struct *byte_element_5014=NULL; byte_element_struct *byte_element_5034=NULL;
if (!byte_element_5014){ if (!byte_element_5034){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5014=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5014=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5034=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5034=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5015=NULL; byte_element_struct *byte_element_5035=NULL;
if (!byte_element_5015){ if (!byte_element_5035){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5015=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5015=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5035=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5035=(byte_element_struct*)mem_static_malloc(12);
} }

View file

@ -1,34 +1,34 @@
qbs *_FUNC_IDEZGETFILEPATH_STRING_IDEZGETFILEPATH=NULL; qbs *_FUNC_IDEZGETFILEPATH_STRING_IDEZGETFILEPATH=NULL;
if (!_FUNC_IDEZGETFILEPATH_STRING_IDEZGETFILEPATH)_FUNC_IDEZGETFILEPATH_STRING_IDEZGETFILEPATH=qbs_new(0,0); if (!_FUNC_IDEZGETFILEPATH_STRING_IDEZGETFILEPATH)_FUNC_IDEZGETFILEPATH_STRING_IDEZGETFILEPATH=qbs_new(0,0);
qbs*oldstr5016=NULL; qbs*oldstr5036=NULL;
if(_FUNC_IDEZGETFILEPATH_STRING_ROOT->tmp||_FUNC_IDEZGETFILEPATH_STRING_ROOT->fixed||_FUNC_IDEZGETFILEPATH_STRING_ROOT->readonly){ if(_FUNC_IDEZGETFILEPATH_STRING_ROOT->tmp||_FUNC_IDEZGETFILEPATH_STRING_ROOT->fixed||_FUNC_IDEZGETFILEPATH_STRING_ROOT->readonly){
oldstr5016=_FUNC_IDEZGETFILEPATH_STRING_ROOT; oldstr5036=_FUNC_IDEZGETFILEPATH_STRING_ROOT;
if (oldstr5016->cmem_descriptor){ if (oldstr5036->cmem_descriptor){
_FUNC_IDEZGETFILEPATH_STRING_ROOT=qbs_new_cmem(oldstr5016->len,0); _FUNC_IDEZGETFILEPATH_STRING_ROOT=qbs_new_cmem(oldstr5036->len,0);
}else{ }else{
_FUNC_IDEZGETFILEPATH_STRING_ROOT=qbs_new(oldstr5016->len,0); _FUNC_IDEZGETFILEPATH_STRING_ROOT=qbs_new(oldstr5036->len,0);
} }
memcpy(_FUNC_IDEZGETFILEPATH_STRING_ROOT->chr,oldstr5016->chr,oldstr5016->len); memcpy(_FUNC_IDEZGETFILEPATH_STRING_ROOT->chr,oldstr5036->chr,oldstr5036->len);
} }
qbs*oldstr5017=NULL; qbs*oldstr5037=NULL;
if(_FUNC_IDEZGETFILEPATH_STRING_F->tmp||_FUNC_IDEZGETFILEPATH_STRING_F->fixed||_FUNC_IDEZGETFILEPATH_STRING_F->readonly){ if(_FUNC_IDEZGETFILEPATH_STRING_F->tmp||_FUNC_IDEZGETFILEPATH_STRING_F->fixed||_FUNC_IDEZGETFILEPATH_STRING_F->readonly){
oldstr5017=_FUNC_IDEZGETFILEPATH_STRING_F; oldstr5037=_FUNC_IDEZGETFILEPATH_STRING_F;
if (oldstr5017->cmem_descriptor){ if (oldstr5037->cmem_descriptor){
_FUNC_IDEZGETFILEPATH_STRING_F=qbs_new_cmem(oldstr5017->len,0); _FUNC_IDEZGETFILEPATH_STRING_F=qbs_new_cmem(oldstr5037->len,0);
}else{ }else{
_FUNC_IDEZGETFILEPATH_STRING_F=qbs_new(oldstr5017->len,0); _FUNC_IDEZGETFILEPATH_STRING_F=qbs_new(oldstr5037->len,0);
} }
memcpy(_FUNC_IDEZGETFILEPATH_STRING_F->chr,oldstr5017->chr,oldstr5017->len); memcpy(_FUNC_IDEZGETFILEPATH_STRING_F->chr,oldstr5037->chr,oldstr5037->len);
} }
qbs *_FUNC_IDEZGETFILEPATH_STRING_P=NULL; qbs *_FUNC_IDEZGETFILEPATH_STRING_P=NULL;
if (!_FUNC_IDEZGETFILEPATH_STRING_P)_FUNC_IDEZGETFILEPATH_STRING_P=qbs_new(0,0); if (!_FUNC_IDEZGETFILEPATH_STRING_P)_FUNC_IDEZGETFILEPATH_STRING_P=qbs_new(0,0);
byte_element_struct *byte_element_5018=NULL; byte_element_struct *byte_element_5038=NULL;
if (!byte_element_5018){ if (!byte_element_5038){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5018=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5018=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5038=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5038=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_FUNC_IDEZGETFILEPATH_STRING_P2=NULL; qbs *_FUNC_IDEZGETFILEPATH_STRING_P2=NULL;
if (!_FUNC_IDEZGETFILEPATH_STRING_P2)_FUNC_IDEZGETFILEPATH_STRING_P2=qbs_new(0,0); if (!_FUNC_IDEZGETFILEPATH_STRING_P2)_FUNC_IDEZGETFILEPATH_STRING_P2=qbs_new(0,0);
byte_element_struct *byte_element_5020=NULL; byte_element_struct *byte_element_5040=NULL;
if (!byte_element_5020){ if (!byte_element_5040){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5020=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5020=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5040=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5040=(byte_element_struct*)mem_static_malloc(12);
} }

View file

@ -40,18 +40,18 @@ if(_FUNC_IDELAYOUTBOX_LONG_I==NULL){
_FUNC_IDELAYOUTBOX_LONG_I=(int32*)mem_static_malloc(4); _FUNC_IDELAYOUTBOX_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_IDELAYOUTBOX_LONG_I=0; *_FUNC_IDELAYOUTBOX_LONG_I=0;
} }
int32 pass5022; int32 pass5042;
int32 pass5023; int32 pass5043;
qbs *_FUNC_IDELAYOUTBOX_STRING_A2=NULL; qbs *_FUNC_IDELAYOUTBOX_STRING_A2=NULL;
if (!_FUNC_IDELAYOUTBOX_STRING_A2)_FUNC_IDELAYOUTBOX_STRING_A2=qbs_new(0,0); if (!_FUNC_IDELAYOUTBOX_STRING_A2)_FUNC_IDELAYOUTBOX_STRING_A2=qbs_new(0,0);
byte_element_struct *byte_element_5024=NULL; byte_element_struct *byte_element_5044=NULL;
if (!byte_element_5024){ if (!byte_element_5044){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5024=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5024=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5044=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5044=(byte_element_struct*)mem_static_malloc(12);
} }
int64 fornext_value5026; int64 fornext_value5046;
int64 fornext_finalvalue5026; int64 fornext_finalvalue5046;
int64 fornext_step5026; int64 fornext_step5046;
uint8 fornext_step_negative5026; uint8 fornext_step_negative5046;
int32 *_FUNC_IDELAYOUTBOX_LONG_F=NULL; int32 *_FUNC_IDELAYOUTBOX_LONG_F=NULL;
if(_FUNC_IDELAYOUTBOX_LONG_F==NULL){ if(_FUNC_IDELAYOUTBOX_LONG_F==NULL){
_FUNC_IDELAYOUTBOX_LONG_F=(int32*)mem_static_malloc(4); _FUNC_IDELAYOUTBOX_LONG_F=(int32*)mem_static_malloc(4);
@ -67,10 +67,10 @@ if(_FUNC_IDELAYOUTBOX_LONG_CY==NULL){
_FUNC_IDELAYOUTBOX_LONG_CY=(int32*)mem_static_malloc(4); _FUNC_IDELAYOUTBOX_LONG_CY=(int32*)mem_static_malloc(4);
*_FUNC_IDELAYOUTBOX_LONG_CY=0; *_FUNC_IDELAYOUTBOX_LONG_CY=0;
} }
int64 fornext_value5029; int64 fornext_value5049;
int64 fornext_finalvalue5029; int64 fornext_finalvalue5049;
int64 fornext_step5029; int64 fornext_step5049;
uint8 fornext_step_negative5029; uint8 fornext_step_negative5049;
int32 *_FUNC_IDELAYOUTBOX_LONG_LASTFOCUS=NULL; int32 *_FUNC_IDELAYOUTBOX_LONG_LASTFOCUS=NULL;
if(_FUNC_IDELAYOUTBOX_LONG_LASTFOCUS==NULL){ if(_FUNC_IDELAYOUTBOX_LONG_LASTFOCUS==NULL){
_FUNC_IDELAYOUTBOX_LONG_LASTFOCUS=(int32*)mem_static_malloc(4); _FUNC_IDELAYOUTBOX_LONG_LASTFOCUS=(int32*)mem_static_malloc(4);
@ -103,9 +103,9 @@ _FUNC_IDELAYOUTBOX_LONG_OLDALT=(int32*)mem_static_malloc(4);
} }
qbs *_FUNC_IDELAYOUTBOX_STRING_ALTLETTER=NULL; qbs *_FUNC_IDELAYOUTBOX_STRING_ALTLETTER=NULL;
if (!_FUNC_IDELAYOUTBOX_STRING_ALTLETTER)_FUNC_IDELAYOUTBOX_STRING_ALTLETTER=qbs_new(0,0); if (!_FUNC_IDELAYOUTBOX_STRING_ALTLETTER)_FUNC_IDELAYOUTBOX_STRING_ALTLETTER=qbs_new(0,0);
byte_element_struct *byte_element_5031=NULL; byte_element_struct *byte_element_5051=NULL;
if (!byte_element_5031){ if (!byte_element_5051){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5031=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5031=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5051=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5051=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDELAYOUTBOX_LONG_K=NULL; int32 *_FUNC_IDELAYOUTBOX_LONG_K=NULL;
if(_FUNC_IDELAYOUTBOX_LONG_K==NULL){ if(_FUNC_IDELAYOUTBOX_LONG_K==NULL){
@ -117,10 +117,10 @@ if(_FUNC_IDELAYOUTBOX_LONG_INFO==NULL){
_FUNC_IDELAYOUTBOX_LONG_INFO=(int32*)mem_static_malloc(4); _FUNC_IDELAYOUTBOX_LONG_INFO=(int32*)mem_static_malloc(4);
*_FUNC_IDELAYOUTBOX_LONG_INFO=0; *_FUNC_IDELAYOUTBOX_LONG_INFO=0;
} }
int64 fornext_value5033; int64 fornext_value5053;
int64 fornext_finalvalue5033; int64 fornext_finalvalue5053;
int64 fornext_step5033; int64 fornext_step5053;
uint8 fornext_step_negative5033; uint8 fornext_step_negative5053;
int32 *_FUNC_IDELAYOUTBOX_LONG_T=NULL; int32 *_FUNC_IDELAYOUTBOX_LONG_T=NULL;
if(_FUNC_IDELAYOUTBOX_LONG_T==NULL){ if(_FUNC_IDELAYOUTBOX_LONG_T==NULL){
_FUNC_IDELAYOUTBOX_LONG_T=(int32*)mem_static_malloc(4); _FUNC_IDELAYOUTBOX_LONG_T=(int32*)mem_static_malloc(4);
@ -136,32 +136,32 @@ if(_FUNC_IDELAYOUTBOX_LONG_PREVFOCUS==NULL){
_FUNC_IDELAYOUTBOX_LONG_PREVFOCUS=(int32*)mem_static_malloc(4); _FUNC_IDELAYOUTBOX_LONG_PREVFOCUS=(int32*)mem_static_malloc(4);
*_FUNC_IDELAYOUTBOX_LONG_PREVFOCUS=0; *_FUNC_IDELAYOUTBOX_LONG_PREVFOCUS=0;
} }
byte_element_struct *byte_element_5034=NULL; byte_element_struct *byte_element_5054=NULL;
if (!byte_element_5034){ if (!byte_element_5054){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5034=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5034=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5054=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5054=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_FUNC_IDELAYOUTBOX_STRING_A=NULL; qbs *_FUNC_IDELAYOUTBOX_STRING_A=NULL;
if (!_FUNC_IDELAYOUTBOX_STRING_A)_FUNC_IDELAYOUTBOX_STRING_A=qbs_new(0,0); if (!_FUNC_IDELAYOUTBOX_STRING_A)_FUNC_IDELAYOUTBOX_STRING_A=qbs_new(0,0);
byte_element_struct *byte_element_5035=NULL; byte_element_struct *byte_element_5055=NULL;
if (!byte_element_5035){ if (!byte_element_5055){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5035=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5035=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5055=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5055=(byte_element_struct*)mem_static_malloc(12);
} }
int64 fornext_value5037; int64 fornext_value5057;
int64 fornext_finalvalue5037; int64 fornext_finalvalue5057;
int64 fornext_step5037; int64 fornext_step5057;
uint8 fornext_step_negative5037; uint8 fornext_step_negative5057;
byte_element_struct *byte_element_5038=NULL; byte_element_struct *byte_element_5058=NULL;
if (!byte_element_5038){ if (!byte_element_5058){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5038=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5038=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5058=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5058=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDELAYOUTBOX_LONG_A=NULL; int32 *_FUNC_IDELAYOUTBOX_LONG_A=NULL;
if(_FUNC_IDELAYOUTBOX_LONG_A==NULL){ if(_FUNC_IDELAYOUTBOX_LONG_A==NULL){
_FUNC_IDELAYOUTBOX_LONG_A=(int32*)mem_static_malloc(4); _FUNC_IDELAYOUTBOX_LONG_A=(int32*)mem_static_malloc(4);
*_FUNC_IDELAYOUTBOX_LONG_A=0; *_FUNC_IDELAYOUTBOX_LONG_A=0;
} }
byte_element_struct *byte_element_5039=NULL; byte_element_struct *byte_element_5059=NULL;
if (!byte_element_5039){ if (!byte_element_5059){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5039=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5039=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5059=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5059=(byte_element_struct*)mem_static_malloc(12);
} }
int16 *_FUNC_IDELAYOUTBOX_INTEGER_V=NULL; int16 *_FUNC_IDELAYOUTBOX_INTEGER_V=NULL;
if(_FUNC_IDELAYOUTBOX_INTEGER_V==NULL){ if(_FUNC_IDELAYOUTBOX_INTEGER_V==NULL){

View file

@ -3,15 +3,15 @@ if(_FUNC_FINDID_LONG_FINDID==NULL){
_FUNC_FINDID_LONG_FINDID=(int32*)mem_static_malloc(4); _FUNC_FINDID_LONG_FINDID=(int32*)mem_static_malloc(4);
*_FUNC_FINDID_LONG_FINDID=0; *_FUNC_FINDID_LONG_FINDID=0;
} }
qbs*oldstr2484=NULL; qbs*oldstr2485=NULL;
if(_FUNC_FINDID_STRING_N2->tmp||_FUNC_FINDID_STRING_N2->fixed||_FUNC_FINDID_STRING_N2->readonly){ if(_FUNC_FINDID_STRING_N2->tmp||_FUNC_FINDID_STRING_N2->fixed||_FUNC_FINDID_STRING_N2->readonly){
oldstr2484=_FUNC_FINDID_STRING_N2; oldstr2485=_FUNC_FINDID_STRING_N2;
if (oldstr2484->cmem_descriptor){ if (oldstr2485->cmem_descriptor){
_FUNC_FINDID_STRING_N2=qbs_new_cmem(oldstr2484->len,0); _FUNC_FINDID_STRING_N2=qbs_new_cmem(oldstr2485->len,0);
}else{ }else{
_FUNC_FINDID_STRING_N2=qbs_new(oldstr2484->len,0); _FUNC_FINDID_STRING_N2=qbs_new(oldstr2485->len,0);
} }
memcpy(_FUNC_FINDID_STRING_N2->chr,oldstr2484->chr,oldstr2484->len); memcpy(_FUNC_FINDID_STRING_N2->chr,oldstr2485->chr,oldstr2485->len);
} }
qbs *_FUNC_FINDID_STRING_N=NULL; qbs *_FUNC_FINDID_STRING_N=NULL;
if (!_FUNC_FINDID_STRING_N)_FUNC_FINDID_STRING_N=qbs_new(0,0); if (!_FUNC_FINDID_STRING_N)_FUNC_FINDID_STRING_N=qbs_new(0,0);
@ -29,16 +29,12 @@ _FUNC_FINDID_LONG_I=(int32*)mem_static_malloc(4);
} }
qbs *_FUNC_FINDID_STRING_SC=NULL; qbs *_FUNC_FINDID_STRING_SC=NULL;
if (!_FUNC_FINDID_STRING_SC)_FUNC_FINDID_STRING_SC=qbs_new(0,0); if (!_FUNC_FINDID_STRING_SC)_FUNC_FINDID_STRING_SC=qbs_new(0,0);
byte_element_struct *byte_element_2485=NULL;
if (!byte_element_2485){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2485=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2485=(byte_element_struct*)mem_static_malloc(12);
}
qbs *_FUNC_FINDID_STRING_INSF=NULL;
if (!_FUNC_FINDID_STRING_INSF)_FUNC_FINDID_STRING_INSF=qbs_new(0,0);
byte_element_struct *byte_element_2486=NULL; byte_element_struct *byte_element_2486=NULL;
if (!byte_element_2486){ if (!byte_element_2486){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2486=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2486=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2486=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2486=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_FUNC_FINDID_STRING_INSF=NULL;
if (!_FUNC_FINDID_STRING_INSF)_FUNC_FINDID_STRING_INSF=qbs_new(0,0);
byte_element_struct *byte_element_2487=NULL; byte_element_struct *byte_element_2487=NULL;
if (!byte_element_2487){ if (!byte_element_2487){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2487=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2487=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2487=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2487=(byte_element_struct*)mem_static_malloc(12);
@ -47,15 +43,15 @@ byte_element_struct *byte_element_2488=NULL;
if (!byte_element_2488){ if (!byte_element_2488){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2488=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2488=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2488=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2488=(byte_element_struct*)mem_static_malloc(12);
} }
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);
}
int32 *_FUNC_FINDID_LONG_SCPASSED=NULL; int32 *_FUNC_FINDID_LONG_SCPASSED=NULL;
if(_FUNC_FINDID_LONG_SCPASSED==NULL){ if(_FUNC_FINDID_LONG_SCPASSED==NULL){
_FUNC_FINDID_LONG_SCPASSED=(int32*)mem_static_malloc(4); _FUNC_FINDID_LONG_SCPASSED=(int32*)mem_static_malloc(4);
*_FUNC_FINDID_LONG_SCPASSED=0; *_FUNC_FINDID_LONG_SCPASSED=0;
} }
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);
}
byte_element_struct *byte_element_2490=NULL; byte_element_struct *byte_element_2490=NULL;
if (!byte_element_2490){ if (!byte_element_2490){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2490=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2490=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2490=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2490=(byte_element_struct*)mem_static_malloc(12);
@ -64,6 +60,10 @@ byte_element_struct *byte_element_2491=NULL;
if (!byte_element_2491){ if (!byte_element_2491){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2491=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2491=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2491=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2491=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_2492=NULL;
if (!byte_element_2492){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2492=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2492=(byte_element_struct*)mem_static_malloc(12);
}
int32 *_FUNC_FINDID_LONG_Z=NULL; int32 *_FUNC_FINDID_LONG_Z=NULL;
if(_FUNC_FINDID_LONG_Z==NULL){ if(_FUNC_FINDID_LONG_Z==NULL){
_FUNC_FINDID_LONG_Z=(int32*)mem_static_malloc(4); _FUNC_FINDID_LONG_Z=(int32*)mem_static_malloc(4);
@ -74,7 +74,7 @@ if(_FUNC_FINDID_LONG_UNREQUIRED==NULL){
_FUNC_FINDID_LONG_UNREQUIRED=(int32*)mem_static_malloc(4); _FUNC_FINDID_LONG_UNREQUIRED=(int32*)mem_static_malloc(4);
*_FUNC_FINDID_LONG_UNREQUIRED=0; *_FUNC_FINDID_LONG_UNREQUIRED=0;
} }
int32 pass2492; int32 pass2493;
int32 *_FUNC_FINDID_LONG_IMUSTHAVE=NULL; int32 *_FUNC_FINDID_LONG_IMUSTHAVE=NULL;
if(_FUNC_FINDID_LONG_IMUSTHAVE==NULL){ if(_FUNC_FINDID_LONG_IMUSTHAVE==NULL){
_FUNC_FINDID_LONG_IMUSTHAVE=(int32*)mem_static_malloc(4); _FUNC_FINDID_LONG_IMUSTHAVE=(int32*)mem_static_malloc(4);

View file

@ -40,8 +40,8 @@ if(_FUNC_IDEBACKUPBOX_LONG_I==NULL){
_FUNC_IDEBACKUPBOX_LONG_I=(int32*)mem_static_malloc(4); _FUNC_IDEBACKUPBOX_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_IDEBACKUPBOX_LONG_I=0; *_FUNC_IDEBACKUPBOX_LONG_I=0;
} }
int32 pass5040; int32 pass5060;
int32 pass5041; int32 pass5061;
qbs *_FUNC_IDEBACKUPBOX_STRING_A2=NULL; qbs *_FUNC_IDEBACKUPBOX_STRING_A2=NULL;
if (!_FUNC_IDEBACKUPBOX_STRING_A2)_FUNC_IDEBACKUPBOX_STRING_A2=qbs_new(0,0); if (!_FUNC_IDEBACKUPBOX_STRING_A2)_FUNC_IDEBACKUPBOX_STRING_A2=qbs_new(0,0);
int32 *_FUNC_IDEBACKUPBOX_LONG_PREVFOCUS=NULL; int32 *_FUNC_IDEBACKUPBOX_LONG_PREVFOCUS=NULL;
@ -49,14 +49,14 @@ if(_FUNC_IDEBACKUPBOX_LONG_PREVFOCUS==NULL){
_FUNC_IDEBACKUPBOX_LONG_PREVFOCUS=(int32*)mem_static_malloc(4); _FUNC_IDEBACKUPBOX_LONG_PREVFOCUS=(int32*)mem_static_malloc(4);
*_FUNC_IDEBACKUPBOX_LONG_PREVFOCUS=0; *_FUNC_IDEBACKUPBOX_LONG_PREVFOCUS=0;
} }
byte_element_struct *byte_element_5042=NULL; byte_element_struct *byte_element_5062=NULL;
if (!byte_element_5042){ if (!byte_element_5062){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5042=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5042=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5062=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5062=(byte_element_struct*)mem_static_malloc(12);
} }
int64 fornext_value5044; int64 fornext_value5064;
int64 fornext_finalvalue5044; int64 fornext_finalvalue5064;
int64 fornext_step5044; int64 fornext_step5064;
uint8 fornext_step_negative5044; uint8 fornext_step_negative5064;
int32 *_FUNC_IDEBACKUPBOX_LONG_F=NULL; int32 *_FUNC_IDEBACKUPBOX_LONG_F=NULL;
if(_FUNC_IDEBACKUPBOX_LONG_F==NULL){ if(_FUNC_IDEBACKUPBOX_LONG_F==NULL){
_FUNC_IDEBACKUPBOX_LONG_F=(int32*)mem_static_malloc(4); _FUNC_IDEBACKUPBOX_LONG_F=(int32*)mem_static_malloc(4);
@ -72,10 +72,10 @@ if(_FUNC_IDEBACKUPBOX_LONG_CY==NULL){
_FUNC_IDEBACKUPBOX_LONG_CY=(int32*)mem_static_malloc(4); _FUNC_IDEBACKUPBOX_LONG_CY=(int32*)mem_static_malloc(4);
*_FUNC_IDEBACKUPBOX_LONG_CY=0; *_FUNC_IDEBACKUPBOX_LONG_CY=0;
} }
int64 fornext_value5047; int64 fornext_value5067;
int64 fornext_finalvalue5047; int64 fornext_finalvalue5067;
int64 fornext_step5047; int64 fornext_step5067;
uint8 fornext_step_negative5047; uint8 fornext_step_negative5067;
int32 *_FUNC_IDEBACKUPBOX_LONG_LASTFOCUS=NULL; int32 *_FUNC_IDEBACKUPBOX_LONG_LASTFOCUS=NULL;
if(_FUNC_IDEBACKUPBOX_LONG_LASTFOCUS==NULL){ if(_FUNC_IDEBACKUPBOX_LONG_LASTFOCUS==NULL){
_FUNC_IDEBACKUPBOX_LONG_LASTFOCUS=(int32*)mem_static_malloc(4); _FUNC_IDEBACKUPBOX_LONG_LASTFOCUS=(int32*)mem_static_malloc(4);
@ -108,9 +108,9 @@ _FUNC_IDEBACKUPBOX_LONG_OLDALT=(int32*)mem_static_malloc(4);
} }
qbs *_FUNC_IDEBACKUPBOX_STRING_ALTLETTER=NULL; qbs *_FUNC_IDEBACKUPBOX_STRING_ALTLETTER=NULL;
if (!_FUNC_IDEBACKUPBOX_STRING_ALTLETTER)_FUNC_IDEBACKUPBOX_STRING_ALTLETTER=qbs_new(0,0); if (!_FUNC_IDEBACKUPBOX_STRING_ALTLETTER)_FUNC_IDEBACKUPBOX_STRING_ALTLETTER=qbs_new(0,0);
byte_element_struct *byte_element_5049=NULL; byte_element_struct *byte_element_5069=NULL;
if (!byte_element_5049){ if (!byte_element_5069){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5049=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5049=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5069=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5069=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDEBACKUPBOX_LONG_K=NULL; int32 *_FUNC_IDEBACKUPBOX_LONG_K=NULL;
if(_FUNC_IDEBACKUPBOX_LONG_K==NULL){ if(_FUNC_IDEBACKUPBOX_LONG_K==NULL){
@ -122,10 +122,10 @@ if(_FUNC_IDEBACKUPBOX_LONG_INFO==NULL){
_FUNC_IDEBACKUPBOX_LONG_INFO=(int32*)mem_static_malloc(4); _FUNC_IDEBACKUPBOX_LONG_INFO=(int32*)mem_static_malloc(4);
*_FUNC_IDEBACKUPBOX_LONG_INFO=0; *_FUNC_IDEBACKUPBOX_LONG_INFO=0;
} }
int64 fornext_value5051; int64 fornext_value5071;
int64 fornext_finalvalue5051; int64 fornext_finalvalue5071;
int64 fornext_step5051; int64 fornext_step5071;
uint8 fornext_step_negative5051; uint8 fornext_step_negative5071;
int32 *_FUNC_IDEBACKUPBOX_LONG_T=NULL; int32 *_FUNC_IDEBACKUPBOX_LONG_T=NULL;
if(_FUNC_IDEBACKUPBOX_LONG_T==NULL){ if(_FUNC_IDEBACKUPBOX_LONG_T==NULL){
_FUNC_IDEBACKUPBOX_LONG_T=(int32*)mem_static_malloc(4); _FUNC_IDEBACKUPBOX_LONG_T=(int32*)mem_static_malloc(4);
@ -136,23 +136,23 @@ if(_FUNC_IDEBACKUPBOX_LONG_FOCUSOFFSET==NULL){
_FUNC_IDEBACKUPBOX_LONG_FOCUSOFFSET=(int32*)mem_static_malloc(4); _FUNC_IDEBACKUPBOX_LONG_FOCUSOFFSET=(int32*)mem_static_malloc(4);
*_FUNC_IDEBACKUPBOX_LONG_FOCUSOFFSET=0; *_FUNC_IDEBACKUPBOX_LONG_FOCUSOFFSET=0;
} }
byte_element_struct *byte_element_5052=NULL; byte_element_struct *byte_element_5072=NULL;
if (!byte_element_5052){ if (!byte_element_5072){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5052=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5052=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5072=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5072=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_FUNC_IDEBACKUPBOX_STRING_A=NULL; qbs *_FUNC_IDEBACKUPBOX_STRING_A=NULL;
if (!_FUNC_IDEBACKUPBOX_STRING_A)_FUNC_IDEBACKUPBOX_STRING_A=qbs_new(0,0); if (!_FUNC_IDEBACKUPBOX_STRING_A)_FUNC_IDEBACKUPBOX_STRING_A=qbs_new(0,0);
byte_element_struct *byte_element_5053=NULL; byte_element_struct *byte_element_5073=NULL;
if (!byte_element_5053){ if (!byte_element_5073){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5053=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5053=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5073=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5073=(byte_element_struct*)mem_static_malloc(12);
} }
int64 fornext_value5055; int64 fornext_value5075;
int64 fornext_finalvalue5055; int64 fornext_finalvalue5075;
int64 fornext_step5055; int64 fornext_step5075;
uint8 fornext_step_negative5055; uint8 fornext_step_negative5075;
byte_element_struct *byte_element_5056=NULL; byte_element_struct *byte_element_5076=NULL;
if (!byte_element_5056){ if (!byte_element_5076){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5056=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5056=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5076=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5076=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDEBACKUPBOX_LONG_A=NULL; int32 *_FUNC_IDEBACKUPBOX_LONG_A=NULL;
if(_FUNC_IDEBACKUPBOX_LONG_A==NULL){ if(_FUNC_IDEBACKUPBOX_LONG_A==NULL){

View file

@ -40,27 +40,27 @@ if(_FUNC_IDEMODIFYCOMMANDBOX_LONG_I==NULL){
_FUNC_IDEMODIFYCOMMANDBOX_LONG_I=(int32*)mem_static_malloc(4); _FUNC_IDEMODIFYCOMMANDBOX_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_IDEMODIFYCOMMANDBOX_LONG_I=0; *_FUNC_IDEMODIFYCOMMANDBOX_LONG_I=0;
} }
int32 pass5057; int32 pass5077;
int32 pass5058; int32 pass5078;
qbs *_FUNC_IDEMODIFYCOMMANDBOX_STRING_A2=NULL; qbs *_FUNC_IDEMODIFYCOMMANDBOX_STRING_A2=NULL;
if (!_FUNC_IDEMODIFYCOMMANDBOX_STRING_A2)_FUNC_IDEMODIFYCOMMANDBOX_STRING_A2=qbs_new(0,0); if (!_FUNC_IDEMODIFYCOMMANDBOX_STRING_A2)_FUNC_IDEMODIFYCOMMANDBOX_STRING_A2=qbs_new(0,0);
byte_element_struct *byte_element_5059=NULL; byte_element_struct *byte_element_5079=NULL;
if (!byte_element_5059){ if (!byte_element_5079){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5059=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5059=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5079=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5079=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDEMODIFYCOMMANDBOX_LONG_PREVFOCUS=NULL; int32 *_FUNC_IDEMODIFYCOMMANDBOX_LONG_PREVFOCUS=NULL;
if(_FUNC_IDEMODIFYCOMMANDBOX_LONG_PREVFOCUS==NULL){ if(_FUNC_IDEMODIFYCOMMANDBOX_LONG_PREVFOCUS==NULL){
_FUNC_IDEMODIFYCOMMANDBOX_LONG_PREVFOCUS=(int32*)mem_static_malloc(4); _FUNC_IDEMODIFYCOMMANDBOX_LONG_PREVFOCUS=(int32*)mem_static_malloc(4);
*_FUNC_IDEMODIFYCOMMANDBOX_LONG_PREVFOCUS=0; *_FUNC_IDEMODIFYCOMMANDBOX_LONG_PREVFOCUS=0;
} }
byte_element_struct *byte_element_5060=NULL; byte_element_struct *byte_element_5080=NULL;
if (!byte_element_5060){ if (!byte_element_5080){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5060=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5060=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5080=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5080=(byte_element_struct*)mem_static_malloc(12);
} }
int64 fornext_value5062; int64 fornext_value5082;
int64 fornext_finalvalue5062; int64 fornext_finalvalue5082;
int64 fornext_step5062; int64 fornext_step5082;
uint8 fornext_step_negative5062; uint8 fornext_step_negative5082;
int32 *_FUNC_IDEMODIFYCOMMANDBOX_LONG_F=NULL; int32 *_FUNC_IDEMODIFYCOMMANDBOX_LONG_F=NULL;
if(_FUNC_IDEMODIFYCOMMANDBOX_LONG_F==NULL){ if(_FUNC_IDEMODIFYCOMMANDBOX_LONG_F==NULL){
_FUNC_IDEMODIFYCOMMANDBOX_LONG_F=(int32*)mem_static_malloc(4); _FUNC_IDEMODIFYCOMMANDBOX_LONG_F=(int32*)mem_static_malloc(4);
@ -76,10 +76,10 @@ if(_FUNC_IDEMODIFYCOMMANDBOX_LONG_CY==NULL){
_FUNC_IDEMODIFYCOMMANDBOX_LONG_CY=(int32*)mem_static_malloc(4); _FUNC_IDEMODIFYCOMMANDBOX_LONG_CY=(int32*)mem_static_malloc(4);
*_FUNC_IDEMODIFYCOMMANDBOX_LONG_CY=0; *_FUNC_IDEMODIFYCOMMANDBOX_LONG_CY=0;
} }
int64 fornext_value5065; int64 fornext_value5085;
int64 fornext_finalvalue5065; int64 fornext_finalvalue5085;
int64 fornext_step5065; int64 fornext_step5085;
uint8 fornext_step_negative5065; uint8 fornext_step_negative5085;
int32 *_FUNC_IDEMODIFYCOMMANDBOX_LONG_LASTFOCUS=NULL; int32 *_FUNC_IDEMODIFYCOMMANDBOX_LONG_LASTFOCUS=NULL;
if(_FUNC_IDEMODIFYCOMMANDBOX_LONG_LASTFOCUS==NULL){ if(_FUNC_IDEMODIFYCOMMANDBOX_LONG_LASTFOCUS==NULL){
_FUNC_IDEMODIFYCOMMANDBOX_LONG_LASTFOCUS=(int32*)mem_static_malloc(4); _FUNC_IDEMODIFYCOMMANDBOX_LONG_LASTFOCUS=(int32*)mem_static_malloc(4);
@ -112,9 +112,9 @@ _FUNC_IDEMODIFYCOMMANDBOX_LONG_OLDALT=(int32*)mem_static_malloc(4);
} }
qbs *_FUNC_IDEMODIFYCOMMANDBOX_STRING_ALTLETTER=NULL; qbs *_FUNC_IDEMODIFYCOMMANDBOX_STRING_ALTLETTER=NULL;
if (!_FUNC_IDEMODIFYCOMMANDBOX_STRING_ALTLETTER)_FUNC_IDEMODIFYCOMMANDBOX_STRING_ALTLETTER=qbs_new(0,0); if (!_FUNC_IDEMODIFYCOMMANDBOX_STRING_ALTLETTER)_FUNC_IDEMODIFYCOMMANDBOX_STRING_ALTLETTER=qbs_new(0,0);
byte_element_struct *byte_element_5067=NULL; byte_element_struct *byte_element_5087=NULL;
if (!byte_element_5067){ if (!byte_element_5087){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5067=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5067=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5087=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5087=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDEMODIFYCOMMANDBOX_LONG_K=NULL; int32 *_FUNC_IDEMODIFYCOMMANDBOX_LONG_K=NULL;
if(_FUNC_IDEMODIFYCOMMANDBOX_LONG_K==NULL){ if(_FUNC_IDEMODIFYCOMMANDBOX_LONG_K==NULL){
@ -126,10 +126,10 @@ if(_FUNC_IDEMODIFYCOMMANDBOX_LONG_INFO==NULL){
_FUNC_IDEMODIFYCOMMANDBOX_LONG_INFO=(int32*)mem_static_malloc(4); _FUNC_IDEMODIFYCOMMANDBOX_LONG_INFO=(int32*)mem_static_malloc(4);
*_FUNC_IDEMODIFYCOMMANDBOX_LONG_INFO=0; *_FUNC_IDEMODIFYCOMMANDBOX_LONG_INFO=0;
} }
int64 fornext_value5069; int64 fornext_value5089;
int64 fornext_finalvalue5069; int64 fornext_finalvalue5089;
int64 fornext_step5069; int64 fornext_step5089;
uint8 fornext_step_negative5069; uint8 fornext_step_negative5089;
int32 *_FUNC_IDEMODIFYCOMMANDBOX_LONG_T=NULL; int32 *_FUNC_IDEMODIFYCOMMANDBOX_LONG_T=NULL;
if(_FUNC_IDEMODIFYCOMMANDBOX_LONG_T==NULL){ if(_FUNC_IDEMODIFYCOMMANDBOX_LONG_T==NULL){
_FUNC_IDEMODIFYCOMMANDBOX_LONG_T=(int32*)mem_static_malloc(4); _FUNC_IDEMODIFYCOMMANDBOX_LONG_T=(int32*)mem_static_malloc(4);
@ -140,7 +140,7 @@ if(_FUNC_IDEMODIFYCOMMANDBOX_LONG_FOCUSOFFSET==NULL){
_FUNC_IDEMODIFYCOMMANDBOX_LONG_FOCUSOFFSET=(int32*)mem_static_malloc(4); _FUNC_IDEMODIFYCOMMANDBOX_LONG_FOCUSOFFSET=(int32*)mem_static_malloc(4);
*_FUNC_IDEMODIFYCOMMANDBOX_LONG_FOCUSOFFSET=0; *_FUNC_IDEMODIFYCOMMANDBOX_LONG_FOCUSOFFSET=0;
} }
byte_element_struct *byte_element_5070=NULL; byte_element_struct *byte_element_5090=NULL;
if (!byte_element_5070){ if (!byte_element_5090){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5070=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5070=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5090=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5090=(byte_element_struct*)mem_static_malloc(12);
} }

View file

@ -40,8 +40,8 @@ if(_FUNC_IDEGOTOBOX_LONG_I==NULL){
_FUNC_IDEGOTOBOX_LONG_I=(int32*)mem_static_malloc(4); _FUNC_IDEGOTOBOX_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_IDEGOTOBOX_LONG_I=0; *_FUNC_IDEGOTOBOX_LONG_I=0;
} }
int32 pass5071; int32 pass5091;
int32 pass5072; int32 pass5092;
qbs *_FUNC_IDEGOTOBOX_STRING_A2=NULL; qbs *_FUNC_IDEGOTOBOX_STRING_A2=NULL;
if (!_FUNC_IDEGOTOBOX_STRING_A2)_FUNC_IDEGOTOBOX_STRING_A2=qbs_new(0,0); if (!_FUNC_IDEGOTOBOX_STRING_A2)_FUNC_IDEGOTOBOX_STRING_A2=qbs_new(0,0);
int32 *_FUNC_IDEGOTOBOX_LONG_PREVFOCUS=NULL; int32 *_FUNC_IDEGOTOBOX_LONG_PREVFOCUS=NULL;
@ -49,14 +49,14 @@ if(_FUNC_IDEGOTOBOX_LONG_PREVFOCUS==NULL){
_FUNC_IDEGOTOBOX_LONG_PREVFOCUS=(int32*)mem_static_malloc(4); _FUNC_IDEGOTOBOX_LONG_PREVFOCUS=(int32*)mem_static_malloc(4);
*_FUNC_IDEGOTOBOX_LONG_PREVFOCUS=0; *_FUNC_IDEGOTOBOX_LONG_PREVFOCUS=0;
} }
byte_element_struct *byte_element_5073=NULL; byte_element_struct *byte_element_5093=NULL;
if (!byte_element_5073){ if (!byte_element_5093){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5073=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5073=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5093=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5093=(byte_element_struct*)mem_static_malloc(12);
} }
int64 fornext_value5075; int64 fornext_value5095;
int64 fornext_finalvalue5075; int64 fornext_finalvalue5095;
int64 fornext_step5075; int64 fornext_step5095;
uint8 fornext_step_negative5075; uint8 fornext_step_negative5095;
int32 *_FUNC_IDEGOTOBOX_LONG_F=NULL; int32 *_FUNC_IDEGOTOBOX_LONG_F=NULL;
if(_FUNC_IDEGOTOBOX_LONG_F==NULL){ if(_FUNC_IDEGOTOBOX_LONG_F==NULL){
_FUNC_IDEGOTOBOX_LONG_F=(int32*)mem_static_malloc(4); _FUNC_IDEGOTOBOX_LONG_F=(int32*)mem_static_malloc(4);
@ -72,10 +72,10 @@ if(_FUNC_IDEGOTOBOX_LONG_CY==NULL){
_FUNC_IDEGOTOBOX_LONG_CY=(int32*)mem_static_malloc(4); _FUNC_IDEGOTOBOX_LONG_CY=(int32*)mem_static_malloc(4);
*_FUNC_IDEGOTOBOX_LONG_CY=0; *_FUNC_IDEGOTOBOX_LONG_CY=0;
} }
int64 fornext_value5078; int64 fornext_value5098;
int64 fornext_finalvalue5078; int64 fornext_finalvalue5098;
int64 fornext_step5078; int64 fornext_step5098;
uint8 fornext_step_negative5078; uint8 fornext_step_negative5098;
int32 *_FUNC_IDEGOTOBOX_LONG_LASTFOCUS=NULL; int32 *_FUNC_IDEGOTOBOX_LONG_LASTFOCUS=NULL;
if(_FUNC_IDEGOTOBOX_LONG_LASTFOCUS==NULL){ if(_FUNC_IDEGOTOBOX_LONG_LASTFOCUS==NULL){
_FUNC_IDEGOTOBOX_LONG_LASTFOCUS=(int32*)mem_static_malloc(4); _FUNC_IDEGOTOBOX_LONG_LASTFOCUS=(int32*)mem_static_malloc(4);
@ -108,9 +108,9 @@ _FUNC_IDEGOTOBOX_LONG_OLDALT=(int32*)mem_static_malloc(4);
} }
qbs *_FUNC_IDEGOTOBOX_STRING_ALTLETTER=NULL; qbs *_FUNC_IDEGOTOBOX_STRING_ALTLETTER=NULL;
if (!_FUNC_IDEGOTOBOX_STRING_ALTLETTER)_FUNC_IDEGOTOBOX_STRING_ALTLETTER=qbs_new(0,0); if (!_FUNC_IDEGOTOBOX_STRING_ALTLETTER)_FUNC_IDEGOTOBOX_STRING_ALTLETTER=qbs_new(0,0);
byte_element_struct *byte_element_5080=NULL; byte_element_struct *byte_element_5100=NULL;
if (!byte_element_5080){ if (!byte_element_5100){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5080=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5080=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5100=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5100=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDEGOTOBOX_LONG_K=NULL; int32 *_FUNC_IDEGOTOBOX_LONG_K=NULL;
if(_FUNC_IDEGOTOBOX_LONG_K==NULL){ if(_FUNC_IDEGOTOBOX_LONG_K==NULL){
@ -122,10 +122,10 @@ if(_FUNC_IDEGOTOBOX_LONG_INFO==NULL){
_FUNC_IDEGOTOBOX_LONG_INFO=(int32*)mem_static_malloc(4); _FUNC_IDEGOTOBOX_LONG_INFO=(int32*)mem_static_malloc(4);
*_FUNC_IDEGOTOBOX_LONG_INFO=0; *_FUNC_IDEGOTOBOX_LONG_INFO=0;
} }
int64 fornext_value5082; int64 fornext_value5102;
int64 fornext_finalvalue5082; int64 fornext_finalvalue5102;
int64 fornext_step5082; int64 fornext_step5102;
uint8 fornext_step_negative5082; uint8 fornext_step_negative5102;
int32 *_FUNC_IDEGOTOBOX_LONG_T=NULL; int32 *_FUNC_IDEGOTOBOX_LONG_T=NULL;
if(_FUNC_IDEGOTOBOX_LONG_T==NULL){ if(_FUNC_IDEGOTOBOX_LONG_T==NULL){
_FUNC_IDEGOTOBOX_LONG_T=(int32*)mem_static_malloc(4); _FUNC_IDEGOTOBOX_LONG_T=(int32*)mem_static_malloc(4);
@ -136,23 +136,23 @@ if(_FUNC_IDEGOTOBOX_LONG_FOCUSOFFSET==NULL){
_FUNC_IDEGOTOBOX_LONG_FOCUSOFFSET=(int32*)mem_static_malloc(4); _FUNC_IDEGOTOBOX_LONG_FOCUSOFFSET=(int32*)mem_static_malloc(4);
*_FUNC_IDEGOTOBOX_LONG_FOCUSOFFSET=0; *_FUNC_IDEGOTOBOX_LONG_FOCUSOFFSET=0;
} }
byte_element_struct *byte_element_5083=NULL; byte_element_struct *byte_element_5103=NULL;
if (!byte_element_5083){ if (!byte_element_5103){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5083=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5083=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5103=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5103=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_FUNC_IDEGOTOBOX_STRING_A=NULL; qbs *_FUNC_IDEGOTOBOX_STRING_A=NULL;
if (!_FUNC_IDEGOTOBOX_STRING_A)_FUNC_IDEGOTOBOX_STRING_A=qbs_new(0,0); if (!_FUNC_IDEGOTOBOX_STRING_A)_FUNC_IDEGOTOBOX_STRING_A=qbs_new(0,0);
byte_element_struct *byte_element_5084=NULL; byte_element_struct *byte_element_5104=NULL;
if (!byte_element_5084){ if (!byte_element_5104){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5084=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5084=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5104=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5104=(byte_element_struct*)mem_static_malloc(12);
} }
int64 fornext_value5086; int64 fornext_value5106;
int64 fornext_finalvalue5086; int64 fornext_finalvalue5106;
int64 fornext_step5086; int64 fornext_step5106;
uint8 fornext_step_negative5086; uint8 fornext_step_negative5106;
byte_element_struct *byte_element_5087=NULL; byte_element_struct *byte_element_5107=NULL;
if (!byte_element_5087){ if (!byte_element_5107){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5087=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5087=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5107=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5107=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDEGOTOBOX_LONG_A=NULL; int32 *_FUNC_IDEGOTOBOX_LONG_A=NULL;
if(_FUNC_IDEGOTOBOX_LONG_A==NULL){ if(_FUNC_IDEGOTOBOX_LONG_A==NULL){

View file

@ -57,11 +57,11 @@ if(_FUNC_IDEADVANCEDBOX_LONG_Y==NULL){
_FUNC_IDEADVANCEDBOX_LONG_Y=(int32*)mem_static_malloc(4); _FUNC_IDEADVANCEDBOX_LONG_Y=(int32*)mem_static_malloc(4);
*_FUNC_IDEADVANCEDBOX_LONG_Y=0; *_FUNC_IDEADVANCEDBOX_LONG_Y=0;
} }
int32 pass5088; int32 pass5108;
int64 fornext_value5090; int64 fornext_value5110;
int64 fornext_finalvalue5090; int64 fornext_finalvalue5110;
int64 fornext_step5090; int64 fornext_step5110;
uint8 fornext_step_negative5090; uint8 fornext_step_negative5110;
int32 *_FUNC_IDEADVANCEDBOX_LONG_F=NULL; int32 *_FUNC_IDEADVANCEDBOX_LONG_F=NULL;
if(_FUNC_IDEADVANCEDBOX_LONG_F==NULL){ if(_FUNC_IDEADVANCEDBOX_LONG_F==NULL){
_FUNC_IDEADVANCEDBOX_LONG_F=(int32*)mem_static_malloc(4); _FUNC_IDEADVANCEDBOX_LONG_F=(int32*)mem_static_malloc(4);
@ -77,22 +77,22 @@ if(_FUNC_IDEADVANCEDBOX_LONG_CY==NULL){
_FUNC_IDEADVANCEDBOX_LONG_CY=(int32*)mem_static_malloc(4); _FUNC_IDEADVANCEDBOX_LONG_CY=(int32*)mem_static_malloc(4);
*_FUNC_IDEADVANCEDBOX_LONG_CY=0; *_FUNC_IDEADVANCEDBOX_LONG_CY=0;
} }
int64 fornext_value5093; int64 fornext_value5113;
int64 fornext_finalvalue5093; int64 fornext_finalvalue5113;
int64 fornext_step5093; int64 fornext_step5113;
uint8 fornext_step_negative5093; uint8 fornext_step_negative5113;
int32 *_FUNC_IDEADVANCEDBOX_LONG_LASTFOCUS=NULL; int32 *_FUNC_IDEADVANCEDBOX_LONG_LASTFOCUS=NULL;
if(_FUNC_IDEADVANCEDBOX_LONG_LASTFOCUS==NULL){ if(_FUNC_IDEADVANCEDBOX_LONG_LASTFOCUS==NULL){
_FUNC_IDEADVANCEDBOX_LONG_LASTFOCUS=(int32*)mem_static_malloc(4); _FUNC_IDEADVANCEDBOX_LONG_LASTFOCUS=(int32*)mem_static_malloc(4);
*_FUNC_IDEADVANCEDBOX_LONG_LASTFOCUS=0; *_FUNC_IDEADVANCEDBOX_LONG_LASTFOCUS=0;
} }
int64 fornext_value5095; int64 fornext_value5115;
int64 fornext_finalvalue5095; int64 fornext_finalvalue5115;
int64 fornext_step5095; int64 fornext_step5115;
uint8 fornext_step_negative5095; uint8 fornext_step_negative5115;
byte_element_struct *byte_element_5096=NULL; byte_element_struct *byte_element_5116=NULL;
if (!byte_element_5096){ if (!byte_element_5116){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5096=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5096=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5116=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5116=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDEADVANCEDBOX_LONG_CHANGE=NULL; int32 *_FUNC_IDEADVANCEDBOX_LONG_CHANGE=NULL;
if(_FUNC_IDEADVANCEDBOX_LONG_CHANGE==NULL){ if(_FUNC_IDEADVANCEDBOX_LONG_CHANGE==NULL){
@ -121,9 +121,9 @@ _FUNC_IDEADVANCEDBOX_LONG_OLDALT=(int32*)mem_static_malloc(4);
} }
qbs *_FUNC_IDEADVANCEDBOX_STRING_ALTLETTER=NULL; qbs *_FUNC_IDEADVANCEDBOX_STRING_ALTLETTER=NULL;
if (!_FUNC_IDEADVANCEDBOX_STRING_ALTLETTER)_FUNC_IDEADVANCEDBOX_STRING_ALTLETTER=qbs_new(0,0); if (!_FUNC_IDEADVANCEDBOX_STRING_ALTLETTER)_FUNC_IDEADVANCEDBOX_STRING_ALTLETTER=qbs_new(0,0);
byte_element_struct *byte_element_5099=NULL; byte_element_struct *byte_element_5119=NULL;
if (!byte_element_5099){ if (!byte_element_5119){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5099=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5099=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5119=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5119=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDEADVANCEDBOX_LONG_K=NULL; int32 *_FUNC_IDEADVANCEDBOX_LONG_K=NULL;
if(_FUNC_IDEADVANCEDBOX_LONG_K==NULL){ if(_FUNC_IDEADVANCEDBOX_LONG_K==NULL){
@ -135,10 +135,10 @@ if(_FUNC_IDEADVANCEDBOX_LONG_INFO==NULL){
_FUNC_IDEADVANCEDBOX_LONG_INFO=(int32*)mem_static_malloc(4); _FUNC_IDEADVANCEDBOX_LONG_INFO=(int32*)mem_static_malloc(4);
*_FUNC_IDEADVANCEDBOX_LONG_INFO=0; *_FUNC_IDEADVANCEDBOX_LONG_INFO=0;
} }
int64 fornext_value5101; int64 fornext_value5121;
int64 fornext_finalvalue5101; int64 fornext_finalvalue5121;
int64 fornext_step5101; int64 fornext_step5121;
uint8 fornext_step_negative5101; uint8 fornext_step_negative5121;
int32 *_FUNC_IDEADVANCEDBOX_LONG_T=NULL; int32 *_FUNC_IDEADVANCEDBOX_LONG_T=NULL;
if(_FUNC_IDEADVANCEDBOX_LONG_T==NULL){ if(_FUNC_IDEADVANCEDBOX_LONG_T==NULL){
_FUNC_IDEADVANCEDBOX_LONG_T=(int32*)mem_static_malloc(4); _FUNC_IDEADVANCEDBOX_LONG_T=(int32*)mem_static_malloc(4);

View file

@ -1,22 +1,22 @@
qbs*oldstr5102=NULL; qbs*oldstr5122=NULL;
if(_SUB_IDEMESSAGEBOX_STRING_TITLESTR->tmp||_SUB_IDEMESSAGEBOX_STRING_TITLESTR->fixed||_SUB_IDEMESSAGEBOX_STRING_TITLESTR->readonly){ if(_SUB_IDEMESSAGEBOX_STRING_TITLESTR->tmp||_SUB_IDEMESSAGEBOX_STRING_TITLESTR->fixed||_SUB_IDEMESSAGEBOX_STRING_TITLESTR->readonly){
oldstr5102=_SUB_IDEMESSAGEBOX_STRING_TITLESTR; oldstr5122=_SUB_IDEMESSAGEBOX_STRING_TITLESTR;
if (oldstr5102->cmem_descriptor){ if (oldstr5122->cmem_descriptor){
_SUB_IDEMESSAGEBOX_STRING_TITLESTR=qbs_new_cmem(oldstr5102->len,0); _SUB_IDEMESSAGEBOX_STRING_TITLESTR=qbs_new_cmem(oldstr5122->len,0);
}else{ }else{
_SUB_IDEMESSAGEBOX_STRING_TITLESTR=qbs_new(oldstr5102->len,0); _SUB_IDEMESSAGEBOX_STRING_TITLESTR=qbs_new(oldstr5122->len,0);
} }
memcpy(_SUB_IDEMESSAGEBOX_STRING_TITLESTR->chr,oldstr5102->chr,oldstr5102->len); memcpy(_SUB_IDEMESSAGEBOX_STRING_TITLESTR->chr,oldstr5122->chr,oldstr5122->len);
} }
qbs*oldstr5103=NULL; qbs*oldstr5123=NULL;
if(_SUB_IDEMESSAGEBOX_STRING_MESSAGESTR->tmp||_SUB_IDEMESSAGEBOX_STRING_MESSAGESTR->fixed||_SUB_IDEMESSAGEBOX_STRING_MESSAGESTR->readonly){ if(_SUB_IDEMESSAGEBOX_STRING_MESSAGESTR->tmp||_SUB_IDEMESSAGEBOX_STRING_MESSAGESTR->fixed||_SUB_IDEMESSAGEBOX_STRING_MESSAGESTR->readonly){
oldstr5103=_SUB_IDEMESSAGEBOX_STRING_MESSAGESTR; oldstr5123=_SUB_IDEMESSAGEBOX_STRING_MESSAGESTR;
if (oldstr5103->cmem_descriptor){ if (oldstr5123->cmem_descriptor){
_SUB_IDEMESSAGEBOX_STRING_MESSAGESTR=qbs_new_cmem(oldstr5103->len,0); _SUB_IDEMESSAGEBOX_STRING_MESSAGESTR=qbs_new_cmem(oldstr5123->len,0);
}else{ }else{
_SUB_IDEMESSAGEBOX_STRING_MESSAGESTR=qbs_new(oldstr5103->len,0); _SUB_IDEMESSAGEBOX_STRING_MESSAGESTR=qbs_new(oldstr5123->len,0);
} }
memcpy(_SUB_IDEMESSAGEBOX_STRING_MESSAGESTR->chr,oldstr5103->chr,oldstr5103->len); memcpy(_SUB_IDEMESSAGEBOX_STRING_MESSAGESTR->chr,oldstr5123->chr,oldstr5123->len);
} }
int32 *_SUB_IDEMESSAGEBOX_LONG_FOCUS=NULL; int32 *_SUB_IDEMESSAGEBOX_LONG_FOCUS=NULL;
if(_SUB_IDEMESSAGEBOX_LONG_FOCUS==NULL){ if(_SUB_IDEMESSAGEBOX_LONG_FOCUS==NULL){
@ -82,18 +82,18 @@ if(_SUB_IDEMESSAGEBOX_LONG_TW==NULL){
_SUB_IDEMESSAGEBOX_LONG_TW=(int32*)mem_static_malloc(4); _SUB_IDEMESSAGEBOX_LONG_TW=(int32*)mem_static_malloc(4);
*_SUB_IDEMESSAGEBOX_LONG_TW=0; *_SUB_IDEMESSAGEBOX_LONG_TW=0;
} }
byte_element_struct *byte_element_5105=NULL; byte_element_struct *byte_element_5125=NULL;
if (!byte_element_5105){ if (!byte_element_5125){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5105=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5105=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5125=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5125=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDEMESSAGEBOX_LONG_W=NULL; int32 *_SUB_IDEMESSAGEBOX_LONG_W=NULL;
if(_SUB_IDEMESSAGEBOX_LONG_W==NULL){ if(_SUB_IDEMESSAGEBOX_LONG_W==NULL){
_SUB_IDEMESSAGEBOX_LONG_W=(int32*)mem_static_malloc(4); _SUB_IDEMESSAGEBOX_LONG_W=(int32*)mem_static_malloc(4);
*_SUB_IDEMESSAGEBOX_LONG_W=0; *_SUB_IDEMESSAGEBOX_LONG_W=0;
} }
byte_element_struct *byte_element_5106=NULL; byte_element_struct *byte_element_5126=NULL;
if (!byte_element_5106){ if (!byte_element_5126){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5106=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5106=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5126=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5126=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDEMESSAGEBOX_LONG_I=NULL; int32 *_SUB_IDEMESSAGEBOX_LONG_I=NULL;
if(_SUB_IDEMESSAGEBOX_LONG_I==NULL){ if(_SUB_IDEMESSAGEBOX_LONG_I==NULL){
@ -105,15 +105,15 @@ if(_SUB_IDEMESSAGEBOX_LONG_W2==NULL){
_SUB_IDEMESSAGEBOX_LONG_W2=(int32*)mem_static_malloc(4); _SUB_IDEMESSAGEBOX_LONG_W2=(int32*)mem_static_malloc(4);
*_SUB_IDEMESSAGEBOX_LONG_W2=0; *_SUB_IDEMESSAGEBOX_LONG_W2=0;
} }
byte_element_struct *byte_element_5107=NULL; byte_element_struct *byte_element_5127=NULL;
if (!byte_element_5107){ if (!byte_element_5127){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5107=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5107=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5127=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5127=(byte_element_struct*)mem_static_malloc(12);
} }
int32 pass5108; int32 pass5128;
int64 fornext_value5110; int64 fornext_value5130;
int64 fornext_finalvalue5110; int64 fornext_finalvalue5130;
int64 fornext_step5110; int64 fornext_step5130;
uint8 fornext_step_negative5110; uint8 fornext_step_negative5130;
int32 *_SUB_IDEMESSAGEBOX_LONG_F=NULL; int32 *_SUB_IDEMESSAGEBOX_LONG_F=NULL;
if(_SUB_IDEMESSAGEBOX_LONG_F==NULL){ if(_SUB_IDEMESSAGEBOX_LONG_F==NULL){
_SUB_IDEMESSAGEBOX_LONG_F=(int32*)mem_static_malloc(4); _SUB_IDEMESSAGEBOX_LONG_F=(int32*)mem_static_malloc(4);
@ -129,22 +129,22 @@ if(_SUB_IDEMESSAGEBOX_LONG_CY==NULL){
_SUB_IDEMESSAGEBOX_LONG_CY=(int32*)mem_static_malloc(4); _SUB_IDEMESSAGEBOX_LONG_CY=(int32*)mem_static_malloc(4);
*_SUB_IDEMESSAGEBOX_LONG_CY=0; *_SUB_IDEMESSAGEBOX_LONG_CY=0;
} }
int64 fornext_value5113; int64 fornext_value5133;
int64 fornext_finalvalue5113; int64 fornext_finalvalue5133;
int64 fornext_step5113; int64 fornext_step5133;
uint8 fornext_step_negative5113; uint8 fornext_step_negative5133;
int32 *_SUB_IDEMESSAGEBOX_LONG_LASTFOCUS=NULL; int32 *_SUB_IDEMESSAGEBOX_LONG_LASTFOCUS=NULL;
if(_SUB_IDEMESSAGEBOX_LONG_LASTFOCUS==NULL){ if(_SUB_IDEMESSAGEBOX_LONG_LASTFOCUS==NULL){
_SUB_IDEMESSAGEBOX_LONG_LASTFOCUS=(int32*)mem_static_malloc(4); _SUB_IDEMESSAGEBOX_LONG_LASTFOCUS=(int32*)mem_static_malloc(4);
*_SUB_IDEMESSAGEBOX_LONG_LASTFOCUS=0; *_SUB_IDEMESSAGEBOX_LONG_LASTFOCUS=0;
} }
int64 fornext_value5115; int64 fornext_value5135;
int64 fornext_finalvalue5115; int64 fornext_finalvalue5135;
int64 fornext_step5115; int64 fornext_step5135;
uint8 fornext_step_negative5115; uint8 fornext_step_negative5135;
byte_element_struct *byte_element_5116=NULL; byte_element_struct *byte_element_5136=NULL;
if (!byte_element_5116){ if (!byte_element_5136){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5116=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5116=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5136=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5136=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDEMESSAGEBOX_LONG_CHANGE=NULL; int32 *_SUB_IDEMESSAGEBOX_LONG_CHANGE=NULL;
if(_SUB_IDEMESSAGEBOX_LONG_CHANGE==NULL){ if(_SUB_IDEMESSAGEBOX_LONG_CHANGE==NULL){
@ -173,9 +173,9 @@ _SUB_IDEMESSAGEBOX_LONG_OLDALT=(int32*)mem_static_malloc(4);
} }
qbs *_SUB_IDEMESSAGEBOX_STRING_ALTLETTER=NULL; qbs *_SUB_IDEMESSAGEBOX_STRING_ALTLETTER=NULL;
if (!_SUB_IDEMESSAGEBOX_STRING_ALTLETTER)_SUB_IDEMESSAGEBOX_STRING_ALTLETTER=qbs_new(0,0); if (!_SUB_IDEMESSAGEBOX_STRING_ALTLETTER)_SUB_IDEMESSAGEBOX_STRING_ALTLETTER=qbs_new(0,0);
byte_element_struct *byte_element_5119=NULL; byte_element_struct *byte_element_5139=NULL;
if (!byte_element_5119){ if (!byte_element_5139){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5119=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5119=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5139=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5139=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDEMESSAGEBOX_LONG_K=NULL; int32 *_SUB_IDEMESSAGEBOX_LONG_K=NULL;
if(_SUB_IDEMESSAGEBOX_LONG_K==NULL){ if(_SUB_IDEMESSAGEBOX_LONG_K==NULL){
@ -187,10 +187,10 @@ if(_SUB_IDEMESSAGEBOX_LONG_INFO==NULL){
_SUB_IDEMESSAGEBOX_LONG_INFO=(int32*)mem_static_malloc(4); _SUB_IDEMESSAGEBOX_LONG_INFO=(int32*)mem_static_malloc(4);
*_SUB_IDEMESSAGEBOX_LONG_INFO=0; *_SUB_IDEMESSAGEBOX_LONG_INFO=0;
} }
int64 fornext_value5121; int64 fornext_value5141;
int64 fornext_finalvalue5121; int64 fornext_finalvalue5141;
int64 fornext_step5121; int64 fornext_step5141;
uint8 fornext_step_negative5121; uint8 fornext_step_negative5141;
int32 *_SUB_IDEMESSAGEBOX_LONG_T=NULL; int32 *_SUB_IDEMESSAGEBOX_LONG_T=NULL;
if(_SUB_IDEMESSAGEBOX_LONG_T==NULL){ if(_SUB_IDEMESSAGEBOX_LONG_T==NULL){
_SUB_IDEMESSAGEBOX_LONG_T=(int32*)mem_static_malloc(4); _SUB_IDEMESSAGEBOX_LONG_T=(int32*)mem_static_malloc(4);

View file

@ -1,24 +1,24 @@
qbs *_FUNC_IDEYESNOBOX_STRING_IDEYESNOBOX=NULL; qbs *_FUNC_IDEYESNOBOX_STRING_IDEYESNOBOX=NULL;
if (!_FUNC_IDEYESNOBOX_STRING_IDEYESNOBOX)_FUNC_IDEYESNOBOX_STRING_IDEYESNOBOX=qbs_new(0,0); if (!_FUNC_IDEYESNOBOX_STRING_IDEYESNOBOX)_FUNC_IDEYESNOBOX_STRING_IDEYESNOBOX=qbs_new(0,0);
qbs*oldstr5122=NULL; qbs*oldstr5142=NULL;
if(_FUNC_IDEYESNOBOX_STRING_TITLESTR->tmp||_FUNC_IDEYESNOBOX_STRING_TITLESTR->fixed||_FUNC_IDEYESNOBOX_STRING_TITLESTR->readonly){ if(_FUNC_IDEYESNOBOX_STRING_TITLESTR->tmp||_FUNC_IDEYESNOBOX_STRING_TITLESTR->fixed||_FUNC_IDEYESNOBOX_STRING_TITLESTR->readonly){
oldstr5122=_FUNC_IDEYESNOBOX_STRING_TITLESTR; oldstr5142=_FUNC_IDEYESNOBOX_STRING_TITLESTR;
if (oldstr5122->cmem_descriptor){ if (oldstr5142->cmem_descriptor){
_FUNC_IDEYESNOBOX_STRING_TITLESTR=qbs_new_cmem(oldstr5122->len,0); _FUNC_IDEYESNOBOX_STRING_TITLESTR=qbs_new_cmem(oldstr5142->len,0);
}else{ }else{
_FUNC_IDEYESNOBOX_STRING_TITLESTR=qbs_new(oldstr5122->len,0); _FUNC_IDEYESNOBOX_STRING_TITLESTR=qbs_new(oldstr5142->len,0);
} }
memcpy(_FUNC_IDEYESNOBOX_STRING_TITLESTR->chr,oldstr5122->chr,oldstr5122->len); memcpy(_FUNC_IDEYESNOBOX_STRING_TITLESTR->chr,oldstr5142->chr,oldstr5142->len);
} }
qbs*oldstr5123=NULL; qbs*oldstr5143=NULL;
if(_FUNC_IDEYESNOBOX_STRING_MESSAGESTR->tmp||_FUNC_IDEYESNOBOX_STRING_MESSAGESTR->fixed||_FUNC_IDEYESNOBOX_STRING_MESSAGESTR->readonly){ if(_FUNC_IDEYESNOBOX_STRING_MESSAGESTR->tmp||_FUNC_IDEYESNOBOX_STRING_MESSAGESTR->fixed||_FUNC_IDEYESNOBOX_STRING_MESSAGESTR->readonly){
oldstr5123=_FUNC_IDEYESNOBOX_STRING_MESSAGESTR; oldstr5143=_FUNC_IDEYESNOBOX_STRING_MESSAGESTR;
if (oldstr5123->cmem_descriptor){ if (oldstr5143->cmem_descriptor){
_FUNC_IDEYESNOBOX_STRING_MESSAGESTR=qbs_new_cmem(oldstr5123->len,0); _FUNC_IDEYESNOBOX_STRING_MESSAGESTR=qbs_new_cmem(oldstr5143->len,0);
}else{ }else{
_FUNC_IDEYESNOBOX_STRING_MESSAGESTR=qbs_new(oldstr5123->len,0); _FUNC_IDEYESNOBOX_STRING_MESSAGESTR=qbs_new(oldstr5143->len,0);
} }
memcpy(_FUNC_IDEYESNOBOX_STRING_MESSAGESTR->chr,oldstr5123->chr,oldstr5123->len); memcpy(_FUNC_IDEYESNOBOX_STRING_MESSAGESTR->chr,oldstr5143->chr,oldstr5143->len);
} }
int32 *_FUNC_IDEYESNOBOX_LONG_FOCUS=NULL; int32 *_FUNC_IDEYESNOBOX_LONG_FOCUS=NULL;
if(_FUNC_IDEYESNOBOX_LONG_FOCUS==NULL){ if(_FUNC_IDEYESNOBOX_LONG_FOCUS==NULL){
@ -62,24 +62,24 @@ if(_FUNC_IDEYESNOBOX_LONG_W==NULL){
_FUNC_IDEYESNOBOX_LONG_W=(int32*)mem_static_malloc(4); _FUNC_IDEYESNOBOX_LONG_W=(int32*)mem_static_malloc(4);
*_FUNC_IDEYESNOBOX_LONG_W=0; *_FUNC_IDEYESNOBOX_LONG_W=0;
} }
byte_element_struct *byte_element_5124=NULL; byte_element_struct *byte_element_5144=NULL;
if (!byte_element_5124){ if (!byte_element_5144){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5124=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5124=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5144=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5144=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDEYESNOBOX_LONG_W2=NULL; int32 *_FUNC_IDEYESNOBOX_LONG_W2=NULL;
if(_FUNC_IDEYESNOBOX_LONG_W2==NULL){ if(_FUNC_IDEYESNOBOX_LONG_W2==NULL){
_FUNC_IDEYESNOBOX_LONG_W2=(int32*)mem_static_malloc(4); _FUNC_IDEYESNOBOX_LONG_W2=(int32*)mem_static_malloc(4);
*_FUNC_IDEYESNOBOX_LONG_W2=0; *_FUNC_IDEYESNOBOX_LONG_W2=0;
} }
byte_element_struct *byte_element_5125=NULL; byte_element_struct *byte_element_5145=NULL;
if (!byte_element_5125){ if (!byte_element_5145){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5125=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5125=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5145=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5145=(byte_element_struct*)mem_static_malloc(12);
} }
int32 pass5126; int32 pass5146;
int64 fornext_value5128; int64 fornext_value5148;
int64 fornext_finalvalue5128; int64 fornext_finalvalue5148;
int64 fornext_step5128; int64 fornext_step5148;
uint8 fornext_step_negative5128; uint8 fornext_step_negative5148;
int32 *_FUNC_IDEYESNOBOX_LONG_F=NULL; int32 *_FUNC_IDEYESNOBOX_LONG_F=NULL;
if(_FUNC_IDEYESNOBOX_LONG_F==NULL){ if(_FUNC_IDEYESNOBOX_LONG_F==NULL){
_FUNC_IDEYESNOBOX_LONG_F=(int32*)mem_static_malloc(4); _FUNC_IDEYESNOBOX_LONG_F=(int32*)mem_static_malloc(4);
@ -95,10 +95,10 @@ if(_FUNC_IDEYESNOBOX_LONG_CY==NULL){
_FUNC_IDEYESNOBOX_LONG_CY=(int32*)mem_static_malloc(4); _FUNC_IDEYESNOBOX_LONG_CY=(int32*)mem_static_malloc(4);
*_FUNC_IDEYESNOBOX_LONG_CY=0; *_FUNC_IDEYESNOBOX_LONG_CY=0;
} }
int64 fornext_value5131; int64 fornext_value5151;
int64 fornext_finalvalue5131; int64 fornext_finalvalue5151;
int64 fornext_step5131; int64 fornext_step5151;
uint8 fornext_step_negative5131; uint8 fornext_step_negative5151;
int32 *_FUNC_IDEYESNOBOX_LONG_LASTFOCUS=NULL; int32 *_FUNC_IDEYESNOBOX_LONG_LASTFOCUS=NULL;
if(_FUNC_IDEYESNOBOX_LONG_LASTFOCUS==NULL){ if(_FUNC_IDEYESNOBOX_LONG_LASTFOCUS==NULL){
_FUNC_IDEYESNOBOX_LONG_LASTFOCUS=(int32*)mem_static_malloc(4); _FUNC_IDEYESNOBOX_LONG_LASTFOCUS=(int32*)mem_static_malloc(4);
@ -131,9 +131,9 @@ _FUNC_IDEYESNOBOX_LONG_OLDALT=(int32*)mem_static_malloc(4);
} }
qbs *_FUNC_IDEYESNOBOX_STRING_ALTLETTER=NULL; qbs *_FUNC_IDEYESNOBOX_STRING_ALTLETTER=NULL;
if (!_FUNC_IDEYESNOBOX_STRING_ALTLETTER)_FUNC_IDEYESNOBOX_STRING_ALTLETTER=qbs_new(0,0); if (!_FUNC_IDEYESNOBOX_STRING_ALTLETTER)_FUNC_IDEYESNOBOX_STRING_ALTLETTER=qbs_new(0,0);
byte_element_struct *byte_element_5134=NULL; byte_element_struct *byte_element_5154=NULL;
if (!byte_element_5134){ if (!byte_element_5154){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5134=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5134=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5154=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5154=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDEYESNOBOX_LONG_K=NULL; int32 *_FUNC_IDEYESNOBOX_LONG_K=NULL;
if(_FUNC_IDEYESNOBOX_LONG_K==NULL){ if(_FUNC_IDEYESNOBOX_LONG_K==NULL){
@ -145,10 +145,10 @@ if(_FUNC_IDEYESNOBOX_LONG_INFO==NULL){
_FUNC_IDEYESNOBOX_LONG_INFO=(int32*)mem_static_malloc(4); _FUNC_IDEYESNOBOX_LONG_INFO=(int32*)mem_static_malloc(4);
*_FUNC_IDEYESNOBOX_LONG_INFO=0; *_FUNC_IDEYESNOBOX_LONG_INFO=0;
} }
int64 fornext_value5136; int64 fornext_value5156;
int64 fornext_finalvalue5136; int64 fornext_finalvalue5156;
int64 fornext_step5136; int64 fornext_step5156;
uint8 fornext_step_negative5136; uint8 fornext_step_negative5156;
int32 *_FUNC_IDEYESNOBOX_LONG_T=NULL; int32 *_FUNC_IDEYESNOBOX_LONG_T=NULL;
if(_FUNC_IDEYESNOBOX_LONG_T==NULL){ if(_FUNC_IDEYESNOBOX_LONG_T==NULL){
_FUNC_IDEYESNOBOX_LONG_T=(int32*)mem_static_malloc(4); _FUNC_IDEYESNOBOX_LONG_T=(int32*)mem_static_malloc(4);

View file

@ -40,12 +40,12 @@ if(_FUNC_IDEANDROIDBOX_LONG_I==NULL){
_FUNC_IDEANDROIDBOX_LONG_I=(int32*)mem_static_malloc(4); _FUNC_IDEANDROIDBOX_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_IDEANDROIDBOX_LONG_I=0; *_FUNC_IDEANDROIDBOX_LONG_I=0;
} }
int32 pass5137; int32 pass5157;
int32 pass5138; int32 pass5158;
int64 fornext_value5140; int64 fornext_value5160;
int64 fornext_finalvalue5140; int64 fornext_finalvalue5160;
int64 fornext_step5140; int64 fornext_step5160;
uint8 fornext_step_negative5140; uint8 fornext_step_negative5160;
int32 *_FUNC_IDEANDROIDBOX_LONG_F=NULL; int32 *_FUNC_IDEANDROIDBOX_LONG_F=NULL;
if(_FUNC_IDEANDROIDBOX_LONG_F==NULL){ if(_FUNC_IDEANDROIDBOX_LONG_F==NULL){
_FUNC_IDEANDROIDBOX_LONG_F=(int32*)mem_static_malloc(4); _FUNC_IDEANDROIDBOX_LONG_F=(int32*)mem_static_malloc(4);
@ -61,10 +61,10 @@ if(_FUNC_IDEANDROIDBOX_LONG_CY==NULL){
_FUNC_IDEANDROIDBOX_LONG_CY=(int32*)mem_static_malloc(4); _FUNC_IDEANDROIDBOX_LONG_CY=(int32*)mem_static_malloc(4);
*_FUNC_IDEANDROIDBOX_LONG_CY=0; *_FUNC_IDEANDROIDBOX_LONG_CY=0;
} }
int64 fornext_value5143; int64 fornext_value5163;
int64 fornext_finalvalue5143; int64 fornext_finalvalue5163;
int64 fornext_step5143; int64 fornext_step5163;
uint8 fornext_step_negative5143; uint8 fornext_step_negative5163;
int32 *_FUNC_IDEANDROIDBOX_LONG_LASTFOCUS=NULL; int32 *_FUNC_IDEANDROIDBOX_LONG_LASTFOCUS=NULL;
if(_FUNC_IDEANDROIDBOX_LONG_LASTFOCUS==NULL){ if(_FUNC_IDEANDROIDBOX_LONG_LASTFOCUS==NULL){
_FUNC_IDEANDROIDBOX_LONG_LASTFOCUS=(int32*)mem_static_malloc(4); _FUNC_IDEANDROIDBOX_LONG_LASTFOCUS=(int32*)mem_static_malloc(4);
@ -97,9 +97,9 @@ _FUNC_IDEANDROIDBOX_LONG_OLDALT=(int32*)mem_static_malloc(4);
} }
qbs *_FUNC_IDEANDROIDBOX_STRING_ALTLETTER=NULL; qbs *_FUNC_IDEANDROIDBOX_STRING_ALTLETTER=NULL;
if (!_FUNC_IDEANDROIDBOX_STRING_ALTLETTER)_FUNC_IDEANDROIDBOX_STRING_ALTLETTER=qbs_new(0,0); if (!_FUNC_IDEANDROIDBOX_STRING_ALTLETTER)_FUNC_IDEANDROIDBOX_STRING_ALTLETTER=qbs_new(0,0);
byte_element_struct *byte_element_5149=NULL; byte_element_struct *byte_element_5169=NULL;
if (!byte_element_5149){ if (!byte_element_5169){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5149=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5149=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5169=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5169=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDEANDROIDBOX_LONG_K=NULL; int32 *_FUNC_IDEANDROIDBOX_LONG_K=NULL;
if(_FUNC_IDEANDROIDBOX_LONG_K==NULL){ if(_FUNC_IDEANDROIDBOX_LONG_K==NULL){
@ -111,10 +111,10 @@ if(_FUNC_IDEANDROIDBOX_LONG_INFO==NULL){
_FUNC_IDEANDROIDBOX_LONG_INFO=(int32*)mem_static_malloc(4); _FUNC_IDEANDROIDBOX_LONG_INFO=(int32*)mem_static_malloc(4);
*_FUNC_IDEANDROIDBOX_LONG_INFO=0; *_FUNC_IDEANDROIDBOX_LONG_INFO=0;
} }
int64 fornext_value5151; int64 fornext_value5171;
int64 fornext_finalvalue5151; int64 fornext_finalvalue5171;
int64 fornext_step5151; int64 fornext_step5171;
uint8 fornext_step_negative5151; uint8 fornext_step_negative5171;
int32 *_FUNC_IDEANDROIDBOX_LONG_T=NULL; int32 *_FUNC_IDEANDROIDBOX_LONG_T=NULL;
if(_FUNC_IDEANDROIDBOX_LONG_T==NULL){ if(_FUNC_IDEANDROIDBOX_LONG_T==NULL){
_FUNC_IDEANDROIDBOX_LONG_T=(int32*)mem_static_malloc(4); _FUNC_IDEANDROIDBOX_LONG_T=(int32*)mem_static_malloc(4);
@ -127,13 +127,13 @@ _FUNC_IDEANDROIDBOX_LONG_FOCUSOFFSET=(int32*)mem_static_malloc(4);
} }
qbs *_FUNC_IDEANDROIDBOX_STRING_A=NULL; qbs *_FUNC_IDEANDROIDBOX_STRING_A=NULL;
if (!_FUNC_IDEANDROIDBOX_STRING_A)_FUNC_IDEANDROIDBOX_STRING_A=qbs_new(0,0); if (!_FUNC_IDEANDROIDBOX_STRING_A)_FUNC_IDEANDROIDBOX_STRING_A=qbs_new(0,0);
byte_element_struct *byte_element_5152=NULL; byte_element_struct *byte_element_5172=NULL;
if (!byte_element_5152){ if (!byte_element_5172){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5152=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5152=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5172=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5172=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5153=NULL; byte_element_struct *byte_element_5173=NULL;
if (!byte_element_5153){ if (!byte_element_5173){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5153=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5153=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5173=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5173=(byte_element_struct*)mem_static_malloc(12);
} }
int16 *_FUNC_IDEANDROIDBOX_INTEGER_V=NULL; int16 *_FUNC_IDEANDROIDBOX_INTEGER_V=NULL;
if(_FUNC_IDEANDROIDBOX_INTEGER_V==NULL){ if(_FUNC_IDEANDROIDBOX_INTEGER_V==NULL){

View file

@ -47,27 +47,27 @@ if(_FUNC_IDEDISPLAYBOX_LONG_PREVFOCUS==NULL){
_FUNC_IDEDISPLAYBOX_LONG_PREVFOCUS=(int32*)mem_static_malloc(4); _FUNC_IDEDISPLAYBOX_LONG_PREVFOCUS=(int32*)mem_static_malloc(4);
*_FUNC_IDEDISPLAYBOX_LONG_PREVFOCUS=0; *_FUNC_IDEDISPLAYBOX_LONG_PREVFOCUS=0;
} }
byte_element_struct *byte_element_5154=NULL; byte_element_struct *byte_element_5174=NULL;
if (!byte_element_5154){ if (!byte_element_5174){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5154=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5154=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5174=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5174=(byte_element_struct*)mem_static_malloc(12);
} }
int32 pass5155; int32 pass5175;
byte_element_struct *byte_element_5156=NULL; byte_element_struct *byte_element_5176=NULL;
if (!byte_element_5156){ if (!byte_element_5176){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5156=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5156=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5176=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5176=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5157=NULL; byte_element_struct *byte_element_5177=NULL;
if (!byte_element_5157){ if (!byte_element_5177){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5157=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5157=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5177=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5177=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5158=NULL; byte_element_struct *byte_element_5178=NULL;
if (!byte_element_5158){ if (!byte_element_5178){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5158=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5158=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5178=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5178=(byte_element_struct*)mem_static_malloc(12);
} }
int64 fornext_value5160; int64 fornext_value5180;
int64 fornext_finalvalue5160; int64 fornext_finalvalue5180;
int64 fornext_step5160; int64 fornext_step5180;
uint8 fornext_step_negative5160; uint8 fornext_step_negative5180;
int32 *_FUNC_IDEDISPLAYBOX_LONG_F=NULL; int32 *_FUNC_IDEDISPLAYBOX_LONG_F=NULL;
if(_FUNC_IDEDISPLAYBOX_LONG_F==NULL){ if(_FUNC_IDEDISPLAYBOX_LONG_F==NULL){
_FUNC_IDEDISPLAYBOX_LONG_F=(int32*)mem_static_malloc(4); _FUNC_IDEDISPLAYBOX_LONG_F=(int32*)mem_static_malloc(4);
@ -83,10 +83,10 @@ if(_FUNC_IDEDISPLAYBOX_LONG_CY==NULL){
_FUNC_IDEDISPLAYBOX_LONG_CY=(int32*)mem_static_malloc(4); _FUNC_IDEDISPLAYBOX_LONG_CY=(int32*)mem_static_malloc(4);
*_FUNC_IDEDISPLAYBOX_LONG_CY=0; *_FUNC_IDEDISPLAYBOX_LONG_CY=0;
} }
int64 fornext_value5163; int64 fornext_value5183;
int64 fornext_finalvalue5163; int64 fornext_finalvalue5183;
int64 fornext_step5163; int64 fornext_step5183;
uint8 fornext_step_negative5163; uint8 fornext_step_negative5183;
int32 *_FUNC_IDEDISPLAYBOX_LONG_LASTFOCUS=NULL; int32 *_FUNC_IDEDISPLAYBOX_LONG_LASTFOCUS=NULL;
if(_FUNC_IDEDISPLAYBOX_LONG_LASTFOCUS==NULL){ if(_FUNC_IDEDISPLAYBOX_LONG_LASTFOCUS==NULL){
_FUNC_IDEDISPLAYBOX_LONG_LASTFOCUS=(int32*)mem_static_malloc(4); _FUNC_IDEDISPLAYBOX_LONG_LASTFOCUS=(int32*)mem_static_malloc(4);
@ -119,9 +119,9 @@ _FUNC_IDEDISPLAYBOX_LONG_OLDALT=(int32*)mem_static_malloc(4);
} }
qbs *_FUNC_IDEDISPLAYBOX_STRING_ALTLETTER=NULL; qbs *_FUNC_IDEDISPLAYBOX_STRING_ALTLETTER=NULL;
if (!_FUNC_IDEDISPLAYBOX_STRING_ALTLETTER)_FUNC_IDEDISPLAYBOX_STRING_ALTLETTER=qbs_new(0,0); if (!_FUNC_IDEDISPLAYBOX_STRING_ALTLETTER)_FUNC_IDEDISPLAYBOX_STRING_ALTLETTER=qbs_new(0,0);
byte_element_struct *byte_element_5167=NULL; byte_element_struct *byte_element_5187=NULL;
if (!byte_element_5167){ if (!byte_element_5187){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5167=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5167=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5187=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5187=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDEDISPLAYBOX_LONG_K=NULL; int32 *_FUNC_IDEDISPLAYBOX_LONG_K=NULL;
if(_FUNC_IDEDISPLAYBOX_LONG_K==NULL){ if(_FUNC_IDEDISPLAYBOX_LONG_K==NULL){
@ -133,10 +133,10 @@ if(_FUNC_IDEDISPLAYBOX_LONG_INFO==NULL){
_FUNC_IDEDISPLAYBOX_LONG_INFO=(int32*)mem_static_malloc(4); _FUNC_IDEDISPLAYBOX_LONG_INFO=(int32*)mem_static_malloc(4);
*_FUNC_IDEDISPLAYBOX_LONG_INFO=0; *_FUNC_IDEDISPLAYBOX_LONG_INFO=0;
} }
int64 fornext_value5169; int64 fornext_value5189;
int64 fornext_finalvalue5169; int64 fornext_finalvalue5189;
int64 fornext_step5169; int64 fornext_step5189;
uint8 fornext_step_negative5169; uint8 fornext_step_negative5189;
int32 *_FUNC_IDEDISPLAYBOX_LONG_T=NULL; int32 *_FUNC_IDEDISPLAYBOX_LONG_T=NULL;
if(_FUNC_IDEDISPLAYBOX_LONG_T==NULL){ if(_FUNC_IDEDISPLAYBOX_LONG_T==NULL){
_FUNC_IDEDISPLAYBOX_LONG_T=(int32*)mem_static_malloc(4); _FUNC_IDEDISPLAYBOX_LONG_T=(int32*)mem_static_malloc(4);
@ -147,68 +147,68 @@ if(_FUNC_IDEDISPLAYBOX_LONG_FOCUSOFFSET==NULL){
_FUNC_IDEDISPLAYBOX_LONG_FOCUSOFFSET=(int32*)mem_static_malloc(4); _FUNC_IDEDISPLAYBOX_LONG_FOCUSOFFSET=(int32*)mem_static_malloc(4);
*_FUNC_IDEDISPLAYBOX_LONG_FOCUSOFFSET=0; *_FUNC_IDEDISPLAYBOX_LONG_FOCUSOFFSET=0;
} }
byte_element_struct *byte_element_5170=NULL; byte_element_struct *byte_element_5190=NULL;
if (!byte_element_5170){ if (!byte_element_5190){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5170=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5170=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5190=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5190=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_FUNC_IDEDISPLAYBOX_STRING_A=NULL; qbs *_FUNC_IDEDISPLAYBOX_STRING_A=NULL;
if (!_FUNC_IDEDISPLAYBOX_STRING_A)_FUNC_IDEDISPLAYBOX_STRING_A=qbs_new(0,0); if (!_FUNC_IDEDISPLAYBOX_STRING_A)_FUNC_IDEDISPLAYBOX_STRING_A=qbs_new(0,0);
byte_element_struct *byte_element_5171=NULL; byte_element_struct *byte_element_5191=NULL;
if (!byte_element_5171){ if (!byte_element_5191){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5171=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5171=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5191=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5191=(byte_element_struct*)mem_static_malloc(12);
} }
int64 fornext_value5173; int64 fornext_value5193;
int64 fornext_finalvalue5173; int64 fornext_finalvalue5193;
int64 fornext_step5173; int64 fornext_step5193;
uint8 fornext_step_negative5173; uint8 fornext_step_negative5193;
byte_element_struct *byte_element_5174=NULL; byte_element_struct *byte_element_5194=NULL;
if (!byte_element_5174){ if (!byte_element_5194){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5174=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5174=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5194=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5194=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDEDISPLAYBOX_LONG_A=NULL; int32 *_FUNC_IDEDISPLAYBOX_LONG_A=NULL;
if(_FUNC_IDEDISPLAYBOX_LONG_A==NULL){ if(_FUNC_IDEDISPLAYBOX_LONG_A==NULL){
_FUNC_IDEDISPLAYBOX_LONG_A=(int32*)mem_static_malloc(4); _FUNC_IDEDISPLAYBOX_LONG_A=(int32*)mem_static_malloc(4);
*_FUNC_IDEDISPLAYBOX_LONG_A=0; *_FUNC_IDEDISPLAYBOX_LONG_A=0;
} }
byte_element_struct *byte_element_5175=NULL; byte_element_struct *byte_element_5195=NULL;
if (!byte_element_5175){ if (!byte_element_5195){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5175=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5175=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5195=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5195=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5176=NULL; byte_element_struct *byte_element_5196=NULL;
if (!byte_element_5176){ if (!byte_element_5196){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5176=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5176=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5196=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5196=(byte_element_struct*)mem_static_malloc(12);
} }
int64 fornext_value5178; int64 fornext_value5198;
int64 fornext_finalvalue5178; int64 fornext_finalvalue5198;
int64 fornext_step5178; int64 fornext_step5198;
uint8 fornext_step_negative5178; uint8 fornext_step_negative5198;
byte_element_struct *byte_element_5179=NULL; byte_element_struct *byte_element_5199=NULL;
if (!byte_element_5179){ if (!byte_element_5199){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5179=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5179=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5199=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5199=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5180=NULL; byte_element_struct *byte_element_5200=NULL;
if (!byte_element_5180){ if (!byte_element_5200){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5180=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5180=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5200=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5200=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5181=NULL; byte_element_struct *byte_element_5201=NULL;
if (!byte_element_5181){ if (!byte_element_5201){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5181=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5181=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5201=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5201=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5182=NULL; byte_element_struct *byte_element_5202=NULL;
if (!byte_element_5182){ if (!byte_element_5202){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5182=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5182=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5202=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5202=(byte_element_struct*)mem_static_malloc(12);
} }
int64 fornext_value5184; int64 fornext_value5204;
int64 fornext_finalvalue5184; int64 fornext_finalvalue5204;
int64 fornext_step5184; int64 fornext_step5204;
uint8 fornext_step_negative5184; uint8 fornext_step_negative5204;
byte_element_struct *byte_element_5185=NULL; byte_element_struct *byte_element_5205=NULL;
if (!byte_element_5185){ if (!byte_element_5205){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5185=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5185=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5205=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5205=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5186=NULL; byte_element_struct *byte_element_5206=NULL;
if (!byte_element_5186){ if (!byte_element_5206){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5186=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5186=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5206=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5206=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDEDISPLAYBOX_LONG_X=NULL; int32 *_FUNC_IDEDISPLAYBOX_LONG_X=NULL;
if(_FUNC_IDEDISPLAYBOX_LONG_X==NULL){ if(_FUNC_IDEDISPLAYBOX_LONG_X==NULL){
@ -227,11 +227,11 @@ if(_FUNC_IDEDISPLAYBOX_LONG_OLDHANDLE==NULL){
_FUNC_IDEDISPLAYBOX_LONG_OLDHANDLE=(int32*)mem_static_malloc(4); _FUNC_IDEDISPLAYBOX_LONG_OLDHANDLE=(int32*)mem_static_malloc(4);
*_FUNC_IDEDISPLAYBOX_LONG_OLDHANDLE=0; *_FUNC_IDEDISPLAYBOX_LONG_OLDHANDLE=0;
} }
byte_element_struct *byte_element_5187=NULL; byte_element_struct *byte_element_5207=NULL;
if (!byte_element_5187){ if (!byte_element_5207){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5187=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5187=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5207=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5207=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5188=NULL; byte_element_struct *byte_element_5208=NULL;
if (!byte_element_5188){ if (!byte_element_5208){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5188=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5188=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5208=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5208=(byte_element_struct*)mem_static_malloc(12);
} }

View file

@ -43,6 +43,11 @@ if(_FUNC_IDECHOOSECOLORSBOX_ULONG_BKPIDENUMBERSCOLOR==NULL){
_FUNC_IDECHOOSECOLORSBOX_ULONG_BKPIDENUMBERSCOLOR=(uint32*)mem_static_malloc(4); _FUNC_IDECHOOSECOLORSBOX_ULONG_BKPIDENUMBERSCOLOR=(uint32*)mem_static_malloc(4);
*_FUNC_IDECHOOSECOLORSBOX_ULONG_BKPIDENUMBERSCOLOR=0; *_FUNC_IDECHOOSECOLORSBOX_ULONG_BKPIDENUMBERSCOLOR=0;
} }
uint32 *_FUNC_IDECHOOSECOLORSBOX_ULONG_BKPIDEBRACKETHIGHLIGHTCOLOR=NULL;
if(_FUNC_IDECHOOSECOLORSBOX_ULONG_BKPIDEBRACKETHIGHLIGHTCOLOR==NULL){
_FUNC_IDECHOOSECOLORSBOX_ULONG_BKPIDEBRACKETHIGHLIGHTCOLOR=(uint32*)mem_static_malloc(4);
*_FUNC_IDECHOOSECOLORSBOX_ULONG_BKPIDEBRACKETHIGHLIGHTCOLOR=0;
}
int32 *_FUNC_IDECHOOSECOLORSBOX_LONG_TOTALITEMS=NULL; int32 *_FUNC_IDECHOOSECOLORSBOX_LONG_TOTALITEMS=NULL;
if(_FUNC_IDECHOOSECOLORSBOX_LONG_TOTALITEMS==NULL){ if(_FUNC_IDECHOOSECOLORSBOX_LONG_TOTALITEMS==NULL){
_FUNC_IDECHOOSECOLORSBOX_LONG_TOTALITEMS=(int32*)mem_static_malloc(4); _FUNC_IDECHOOSECOLORSBOX_LONG_TOTALITEMS=(int32*)mem_static_malloc(4);
@ -97,8 +102,8 @@ if(_FUNC_IDECHOOSECOLORSBOX_LONG_I==NULL){
_FUNC_IDECHOOSECOLORSBOX_LONG_I=(int32*)mem_static_malloc(4); _FUNC_IDECHOOSECOLORSBOX_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_IDECHOOSECOLORSBOX_LONG_I=0; *_FUNC_IDECHOOSECOLORSBOX_LONG_I=0;
} }
int32 pass5189; int32 pass5209;
int32 pass5190; int32 pass5210;
qbs *_FUNC_IDECHOOSECOLORSBOX_STRING_L=NULL; qbs *_FUNC_IDECHOOSECOLORSBOX_STRING_L=NULL;
if (!_FUNC_IDECHOOSECOLORSBOX_STRING_L)_FUNC_IDECHOOSECOLORSBOX_STRING_L=qbs_new(0,0); if (!_FUNC_IDECHOOSECOLORSBOX_STRING_L)_FUNC_IDECHOOSECOLORSBOX_STRING_L=qbs_new(0,0);
int32 *_FUNC_IDECHOOSECOLORSBOX_LONG_SELECTEDITEM=NULL; int32 *_FUNC_IDECHOOSECOLORSBOX_LONG_SELECTEDITEM=NULL;
@ -113,20 +118,20 @@ _FUNC_IDECHOOSECOLORSBOX_LONG_PREVFOCUS=(int32*)mem_static_malloc(4);
} }
qbs *_FUNC_IDECHOOSECOLORSBOX_STRING_A2=NULL; qbs *_FUNC_IDECHOOSECOLORSBOX_STRING_A2=NULL;
if (!_FUNC_IDECHOOSECOLORSBOX_STRING_A2)_FUNC_IDECHOOSECOLORSBOX_STRING_A2=qbs_new(0,0); if (!_FUNC_IDECHOOSECOLORSBOX_STRING_A2)_FUNC_IDECHOOSECOLORSBOX_STRING_A2=qbs_new(0,0);
int32 pass5191; int32 pass5211;
byte_element_struct *byte_element_5192=NULL; byte_element_struct *byte_element_5212=NULL;
if (!byte_element_5192){ if (!byte_element_5212){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5192=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5192=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5212=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5212=(byte_element_struct*)mem_static_malloc(12);
} }
int32 pass5193; int32 pass5213;
byte_element_struct *byte_element_5194=NULL; byte_element_struct *byte_element_5214=NULL;
if (!byte_element_5194){ if (!byte_element_5214){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5194=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5194=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5214=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5214=(byte_element_struct*)mem_static_malloc(12);
} }
int32 pass5195; int32 pass5215;
byte_element_struct *byte_element_5196=NULL; byte_element_struct *byte_element_5216=NULL;
if (!byte_element_5196){ if (!byte_element_5216){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5196=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5196=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5216=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5216=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDECHOOSECOLORSBOX_LONG_RESULT=NULL; int32 *_FUNC_IDECHOOSECOLORSBOX_LONG_RESULT=NULL;
if(_FUNC_IDECHOOSECOLORSBOX_LONG_RESULT==NULL){ if(_FUNC_IDECHOOSECOLORSBOX_LONG_RESULT==NULL){
@ -145,14 +150,14 @@ if(_FUNC_IDECHOOSECOLORSBOX_LONG_FOUNDPIPE==NULL){
_FUNC_IDECHOOSECOLORSBOX_LONG_FOUNDPIPE=(int32*)mem_static_malloc(4); _FUNC_IDECHOOSECOLORSBOX_LONG_FOUNDPIPE=(int32*)mem_static_malloc(4);
*_FUNC_IDECHOOSECOLORSBOX_LONG_FOUNDPIPE=0; *_FUNC_IDECHOOSECOLORSBOX_LONG_FOUNDPIPE=0;
} }
byte_element_struct *byte_element_5197=NULL; byte_element_struct *byte_element_5217=NULL;
if (!byte_element_5197){ if (!byte_element_5217){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5197=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5197=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5217=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5217=(byte_element_struct*)mem_static_malloc(12);
} }
int64 fornext_value5199; int64 fornext_value5219;
int64 fornext_finalvalue5199; int64 fornext_finalvalue5219;
int64 fornext_step5199; int64 fornext_step5219;
uint8 fornext_step_negative5199; uint8 fornext_step_negative5219;
int32 *_FUNC_IDECHOOSECOLORSBOX_LONG_F=NULL; int32 *_FUNC_IDECHOOSECOLORSBOX_LONG_F=NULL;
if(_FUNC_IDECHOOSECOLORSBOX_LONG_F==NULL){ if(_FUNC_IDECHOOSECOLORSBOX_LONG_F==NULL){
_FUNC_IDECHOOSECOLORSBOX_LONG_F=(int32*)mem_static_malloc(4); _FUNC_IDECHOOSECOLORSBOX_LONG_F=(int32*)mem_static_malloc(4);
@ -168,10 +173,10 @@ if(_FUNC_IDECHOOSECOLORSBOX_LONG_CY==NULL){
_FUNC_IDECHOOSECOLORSBOX_LONG_CY=(int32*)mem_static_malloc(4); _FUNC_IDECHOOSECOLORSBOX_LONG_CY=(int32*)mem_static_malloc(4);
*_FUNC_IDECHOOSECOLORSBOX_LONG_CY=0; *_FUNC_IDECHOOSECOLORSBOX_LONG_CY=0;
} }
int64 fornext_value5202; int64 fornext_value5222;
int64 fornext_finalvalue5202; int64 fornext_finalvalue5222;
int64 fornext_step5202; int64 fornext_step5222;
uint8 fornext_step_negative5202; uint8 fornext_step_negative5222;
int32 *_FUNC_IDECHOOSECOLORSBOX_LONG_LASTFOCUS=NULL; int32 *_FUNC_IDECHOOSECOLORSBOX_LONG_LASTFOCUS=NULL;
if(_FUNC_IDECHOOSECOLORSBOX_LONG_LASTFOCUS==NULL){ if(_FUNC_IDECHOOSECOLORSBOX_LONG_LASTFOCUS==NULL){
_FUNC_IDECHOOSECOLORSBOX_LONG_LASTFOCUS=(int32*)mem_static_malloc(4); _FUNC_IDECHOOSECOLORSBOX_LONG_LASTFOCUS=(int32*)mem_static_malloc(4);
@ -189,6 +194,7 @@ if(_FUNC_IDECHOOSECOLORSBOX_LONG_R==NULL){
_FUNC_IDECHOOSECOLORSBOX_LONG_R=(int32*)mem_static_malloc(4); _FUNC_IDECHOOSECOLORSBOX_LONG_R=(int32*)mem_static_malloc(4);
*_FUNC_IDECHOOSECOLORSBOX_LONG_R=0; *_FUNC_IDECHOOSECOLORSBOX_LONG_R=0;
} }
int32 sc_5239_var;
qbs *_FUNC_IDECHOOSECOLORSBOX_STRING_SAMPLETEXT=NULL; qbs *_FUNC_IDECHOOSECOLORSBOX_STRING_SAMPLETEXT=NULL;
if (!_FUNC_IDECHOOSECOLORSBOX_STRING_SAMPLETEXT)_FUNC_IDECHOOSECOLORSBOX_STRING_SAMPLETEXT=qbs_new(0,0); if (!_FUNC_IDECHOOSECOLORSBOX_STRING_SAMPLETEXT)_FUNC_IDECHOOSECOLORSBOX_STRING_SAMPLETEXT=qbs_new(0,0);
int32 *_FUNC_IDECHOOSECOLORSBOX_LONG_CHANGE=NULL; int32 *_FUNC_IDECHOOSECOLORSBOX_LONG_CHANGE=NULL;
@ -228,9 +234,9 @@ _FUNC_IDECHOOSECOLORSBOX_LONG_OLDALT=(int32*)mem_static_malloc(4);
} }
qbs *_FUNC_IDECHOOSECOLORSBOX_STRING_ALTLETTER=NULL; qbs *_FUNC_IDECHOOSECOLORSBOX_STRING_ALTLETTER=NULL;
if (!_FUNC_IDECHOOSECOLORSBOX_STRING_ALTLETTER)_FUNC_IDECHOOSECOLORSBOX_STRING_ALTLETTER=qbs_new(0,0); if (!_FUNC_IDECHOOSECOLORSBOX_STRING_ALTLETTER)_FUNC_IDECHOOSECOLORSBOX_STRING_ALTLETTER=qbs_new(0,0);
byte_element_struct *byte_element_5226=NULL; byte_element_struct *byte_element_5250=NULL;
if (!byte_element_5226){ if (!byte_element_5250){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5226=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5226=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5250=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5250=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDECHOOSECOLORSBOX_LONG_K=NULL; int32 *_FUNC_IDECHOOSECOLORSBOX_LONG_K=NULL;
if(_FUNC_IDECHOOSECOLORSBOX_LONG_K==NULL){ if(_FUNC_IDECHOOSECOLORSBOX_LONG_K==NULL){
@ -242,10 +248,10 @@ if(_FUNC_IDECHOOSECOLORSBOX_LONG_INFO==NULL){
_FUNC_IDECHOOSECOLORSBOX_LONG_INFO=(int32*)mem_static_malloc(4); _FUNC_IDECHOOSECOLORSBOX_LONG_INFO=(int32*)mem_static_malloc(4);
*_FUNC_IDECHOOSECOLORSBOX_LONG_INFO=0; *_FUNC_IDECHOOSECOLORSBOX_LONG_INFO=0;
} }
int64 fornext_value5228; int64 fornext_value5252;
int64 fornext_finalvalue5228; int64 fornext_finalvalue5252;
int64 fornext_step5228; int64 fornext_step5252;
uint8 fornext_step_negative5228; uint8 fornext_step_negative5252;
int32 *_FUNC_IDECHOOSECOLORSBOX_LONG_FOCUSOFFSET=NULL; int32 *_FUNC_IDECHOOSECOLORSBOX_LONG_FOCUSOFFSET=NULL;
if(_FUNC_IDECHOOSECOLORSBOX_LONG_FOCUSOFFSET==NULL){ if(_FUNC_IDECHOOSECOLORSBOX_LONG_FOCUSOFFSET==NULL){
_FUNC_IDECHOOSECOLORSBOX_LONG_FOCUSOFFSET=(int32*)mem_static_malloc(4); _FUNC_IDECHOOSECOLORSBOX_LONG_FOCUSOFFSET=(int32*)mem_static_malloc(4);
@ -256,27 +262,27 @@ if(_FUNC_IDECHOOSECOLORSBOX_LONG_TFOCUS==NULL){
_FUNC_IDECHOOSECOLORSBOX_LONG_TFOCUS=(int32*)mem_static_malloc(4); _FUNC_IDECHOOSECOLORSBOX_LONG_TFOCUS=(int32*)mem_static_malloc(4);
*_FUNC_IDECHOOSECOLORSBOX_LONG_TFOCUS=0; *_FUNC_IDECHOOSECOLORSBOX_LONG_TFOCUS=0;
} }
byte_element_struct *byte_element_5229=NULL; byte_element_struct *byte_element_5253=NULL;
if (!byte_element_5229){ if (!byte_element_5253){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5229=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5229=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5253=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5253=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_FUNC_IDECHOOSECOLORSBOX_STRING_PREVTB__ASCII_CHR_046__VALUE=NULL; qbs *_FUNC_IDECHOOSECOLORSBOX_STRING_PREVTB__ASCII_CHR_046__VALUE=NULL;
if (!_FUNC_IDECHOOSECOLORSBOX_STRING_PREVTB__ASCII_CHR_046__VALUE)_FUNC_IDECHOOSECOLORSBOX_STRING_PREVTB__ASCII_CHR_046__VALUE=qbs_new(0,0); if (!_FUNC_IDECHOOSECOLORSBOX_STRING_PREVTB__ASCII_CHR_046__VALUE)_FUNC_IDECHOOSECOLORSBOX_STRING_PREVTB__ASCII_CHR_046__VALUE=qbs_new(0,0);
qbs *_FUNC_IDECHOOSECOLORSBOX_STRING_SCHEMESTRING=NULL; qbs *_FUNC_IDECHOOSECOLORSBOX_STRING_SCHEMESTRING=NULL;
if (!_FUNC_IDECHOOSECOLORSBOX_STRING_SCHEMESTRING)_FUNC_IDECHOOSECOLORSBOX_STRING_SCHEMESTRING=qbs_new(0,0); if (!_FUNC_IDECHOOSECOLORSBOX_STRING_SCHEMESTRING)_FUNC_IDECHOOSECOLORSBOX_STRING_SCHEMESTRING=qbs_new(0,0);
byte_element_struct *byte_element_5230=NULL; byte_element_struct *byte_element_5254=NULL;
if (!byte_element_5230){ if (!byte_element_5254){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5230=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5230=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5254=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5254=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDECHOOSECOLORSBOX_LONG_J=NULL; int32 *_FUNC_IDECHOOSECOLORSBOX_LONG_J=NULL;
if(_FUNC_IDECHOOSECOLORSBOX_LONG_J==NULL){ if(_FUNC_IDECHOOSECOLORSBOX_LONG_J==NULL){
_FUNC_IDECHOOSECOLORSBOX_LONG_J=(int32*)mem_static_malloc(4); _FUNC_IDECHOOSECOLORSBOX_LONG_J=(int32*)mem_static_malloc(4);
*_FUNC_IDECHOOSECOLORSBOX_LONG_J=0; *_FUNC_IDECHOOSECOLORSBOX_LONG_J=0;
} }
int64 fornext_value5233; int64 fornext_value5257;
int64 fornext_finalvalue5233; int64 fornext_finalvalue5257;
int64 fornext_step5233; int64 fornext_step5257;
uint8 fornext_step_negative5233; uint8 fornext_step_negative5257;
uint32 *_FUNC_IDECHOOSECOLORSBOX_ULONG_CURRENTCOLOR=NULL; uint32 *_FUNC_IDECHOOSECOLORSBOX_ULONG_CURRENTCOLOR=NULL;
if(_FUNC_IDECHOOSECOLORSBOX_ULONG_CURRENTCOLOR==NULL){ if(_FUNC_IDECHOOSECOLORSBOX_ULONG_CURRENTCOLOR==NULL){
_FUNC_IDECHOOSECOLORSBOX_ULONG_CURRENTCOLOR=(uint32*)mem_static_malloc(4); _FUNC_IDECHOOSECOLORSBOX_ULONG_CURRENTCOLOR=(uint32*)mem_static_malloc(4);
@ -284,52 +290,52 @@ _FUNC_IDECHOOSECOLORSBOX_ULONG_CURRENTCOLOR=(uint32*)mem_static_malloc(4);
} }
qbs *_FUNC_IDECHOOSECOLORSBOX_STRING_R=NULL; qbs *_FUNC_IDECHOOSECOLORSBOX_STRING_R=NULL;
if (!_FUNC_IDECHOOSECOLORSBOX_STRING_R)_FUNC_IDECHOOSECOLORSBOX_STRING_R=qbs_new(0,0); if (!_FUNC_IDECHOOSECOLORSBOX_STRING_R)_FUNC_IDECHOOSECOLORSBOX_STRING_R=qbs_new(0,0);
int32 pass5235; int32 pass5259;
byte_element_struct *byte_element_5236=NULL; byte_element_struct *byte_element_5260=NULL;
if (!byte_element_5236){ if (!byte_element_5260){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5236=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5236=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5260=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5260=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_FUNC_IDECHOOSECOLORSBOX_STRING_G=NULL; qbs *_FUNC_IDECHOOSECOLORSBOX_STRING_G=NULL;
if (!_FUNC_IDECHOOSECOLORSBOX_STRING_G)_FUNC_IDECHOOSECOLORSBOX_STRING_G=qbs_new(0,0); if (!_FUNC_IDECHOOSECOLORSBOX_STRING_G)_FUNC_IDECHOOSECOLORSBOX_STRING_G=qbs_new(0,0);
int32 pass5237; int32 pass5261;
byte_element_struct *byte_element_5238=NULL; byte_element_struct *byte_element_5262=NULL;
if (!byte_element_5238){ if (!byte_element_5262){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5238=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5238=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5262=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5262=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_FUNC_IDECHOOSECOLORSBOX_STRING_B=NULL; qbs *_FUNC_IDECHOOSECOLORSBOX_STRING_B=NULL;
if (!_FUNC_IDECHOOSECOLORSBOX_STRING_B)_FUNC_IDECHOOSECOLORSBOX_STRING_B=qbs_new(0,0); if (!_FUNC_IDECHOOSECOLORSBOX_STRING_B)_FUNC_IDECHOOSECOLORSBOX_STRING_B=qbs_new(0,0);
int32 pass5239; int32 pass5263;
byte_element_struct *byte_element_5240=NULL; byte_element_struct *byte_element_5264=NULL;
if (!byte_element_5240){ if (!byte_element_5264){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5240=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5240=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5264=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5264=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDECHOOSECOLORSBOX_LONG_CHANGEDSCHEME=NULL; int32 *_FUNC_IDECHOOSECOLORSBOX_LONG_CHANGEDSCHEME=NULL;
if(_FUNC_IDECHOOSECOLORSBOX_LONG_CHANGEDSCHEME==NULL){ if(_FUNC_IDECHOOSECOLORSBOX_LONG_CHANGEDSCHEME==NULL){
_FUNC_IDECHOOSECOLORSBOX_LONG_CHANGEDSCHEME=(int32*)mem_static_malloc(4); _FUNC_IDECHOOSECOLORSBOX_LONG_CHANGEDSCHEME=(int32*)mem_static_malloc(4);
*_FUNC_IDECHOOSECOLORSBOX_LONG_CHANGEDSCHEME=0; *_FUNC_IDECHOOSECOLORSBOX_LONG_CHANGEDSCHEME=0;
} }
int64 fornext_value5242; int64 fornext_value5266;
int64 fornext_finalvalue5242; int64 fornext_finalvalue5266;
int64 fornext_step5242; int64 fornext_step5266;
uint8 fornext_step_negative5242; uint8 fornext_step_negative5266;
int32 pass5244; int32 pass5268;
byte_element_struct *byte_element_5245=NULL; byte_element_struct *byte_element_5269=NULL;
if (!byte_element_5245){ if (!byte_element_5269){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5245=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5245=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5269=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5269=(byte_element_struct*)mem_static_malloc(12);
} }
int32 pass5246; int32 pass5270;
byte_element_struct *byte_element_5247=NULL; byte_element_struct *byte_element_5271=NULL;
if (!byte_element_5247){ if (!byte_element_5271){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5247=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5247=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5271=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5271=(byte_element_struct*)mem_static_malloc(12);
} }
int32 pass5248; int32 pass5272;
byte_element_struct *byte_element_5249=NULL; byte_element_struct *byte_element_5273=NULL;
if (!byte_element_5249){ if (!byte_element_5273){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5249=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5249=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5273=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5273=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5250=NULL; byte_element_struct *byte_element_5274=NULL;
if (!byte_element_5250){ if (!byte_element_5274){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5250=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5250=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5274=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5274=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_FUNC_IDECHOOSECOLORSBOX_STRING_WHAT=NULL; qbs *_FUNC_IDECHOOSECOLORSBOX_STRING_WHAT=NULL;
if (!_FUNC_IDECHOOSECOLORSBOX_STRING_WHAT)_FUNC_IDECHOOSECOLORSBOX_STRING_WHAT=qbs_new(0,0); if (!_FUNC_IDECHOOSECOLORSBOX_STRING_WHAT)_FUNC_IDECHOOSECOLORSBOX_STRING_WHAT=qbs_new(0,0);
@ -338,9 +344,9 @@ if(_FUNC_IDECHOOSECOLORSBOX_LONG_SCHEMEARROW==NULL){
_FUNC_IDECHOOSECOLORSBOX_LONG_SCHEMEARROW=(int32*)mem_static_malloc(4); _FUNC_IDECHOOSECOLORSBOX_LONG_SCHEMEARROW=(int32*)mem_static_malloc(4);
*_FUNC_IDECHOOSECOLORSBOX_LONG_SCHEMEARROW=0; *_FUNC_IDECHOOSECOLORSBOX_LONG_SCHEMEARROW=0;
} }
byte_element_struct *byte_element_5251=NULL; byte_element_struct *byte_element_5275=NULL;
if (!byte_element_5251){ if (!byte_element_5275){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5251=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5251=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5275=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5275=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_FUNC_IDECHOOSECOLORSBOX_STRING_COLORDATA=NULL; qbs *_FUNC_IDECHOOSECOLORSBOX_STRING_COLORDATA=NULL;
if (!_FUNC_IDECHOOSECOLORSBOX_STRING_COLORDATA)_FUNC_IDECHOOSECOLORSBOX_STRING_COLORDATA=qbs_new(0,0); if (!_FUNC_IDECHOOSECOLORSBOX_STRING_COLORDATA)_FUNC_IDECHOOSECOLORSBOX_STRING_COLORDATA=qbs_new(0,0);
@ -349,81 +355,81 @@ if(_FUNC_IDECHOOSECOLORSBOX_LONG_NEWVALUE==NULL){
_FUNC_IDECHOOSECOLORSBOX_LONG_NEWVALUE=(int32*)mem_static_malloc(4); _FUNC_IDECHOOSECOLORSBOX_LONG_NEWVALUE=(int32*)mem_static_malloc(4);
*_FUNC_IDECHOOSECOLORSBOX_LONG_NEWVALUE=0; *_FUNC_IDECHOOSECOLORSBOX_LONG_NEWVALUE=0;
} }
byte_element_struct *byte_element_5252=NULL; byte_element_struct *byte_element_5276=NULL;
if (!byte_element_5252){ if (!byte_element_5276){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5252=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5252=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5276=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5276=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5253=NULL; byte_element_struct *byte_element_5277=NULL;
if (!byte_element_5253){ if (!byte_element_5277){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5253=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5253=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5277=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5277=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5254=NULL; byte_element_struct *byte_element_5278=NULL;
if (!byte_element_5254){ if (!byte_element_5278){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5254=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5254=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5278=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5278=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDECHOOSECOLORSBOX_LONG_CHANGEDWITHKEYS=NULL; int32 *_FUNC_IDECHOOSECOLORSBOX_LONG_CHANGEDWITHKEYS=NULL;
if(_FUNC_IDECHOOSECOLORSBOX_LONG_CHANGEDWITHKEYS==NULL){ if(_FUNC_IDECHOOSECOLORSBOX_LONG_CHANGEDWITHKEYS==NULL){
_FUNC_IDECHOOSECOLORSBOX_LONG_CHANGEDWITHKEYS=(int32*)mem_static_malloc(4); _FUNC_IDECHOOSECOLORSBOX_LONG_CHANGEDWITHKEYS=(int32*)mem_static_malloc(4);
*_FUNC_IDECHOOSECOLORSBOX_LONG_CHANGEDWITHKEYS=0; *_FUNC_IDECHOOSECOLORSBOX_LONG_CHANGEDWITHKEYS=0;
} }
int32 pass5255; int32 pass5279;
byte_element_struct *byte_element_5256=NULL; byte_element_struct *byte_element_5280=NULL;
if (!byte_element_5256){ if (!byte_element_5280){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5256=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5256=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5280=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5280=(byte_element_struct*)mem_static_malloc(12);
} }
int32 pass5257; int32 pass5281;
byte_element_struct *byte_element_5258=NULL; byte_element_struct *byte_element_5282=NULL;
if (!byte_element_5258){ if (!byte_element_5282){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5258=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5258=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5282=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5282=(byte_element_struct*)mem_static_malloc(12);
} }
int64 fornext_value5260; int64 fornext_value5284;
int64 fornext_finalvalue5260; int64 fornext_finalvalue5284;
int64 fornext_step5260; int64 fornext_step5284;
uint8 fornext_step_negative5260; uint8 fornext_step_negative5284;
int32 pass5262; int32 pass5286;
int32 pass5263; int32 pass5287;
int32 pass5264; int32 pass5288;
int32 *_FUNC_IDECHOOSECOLORSBOX_LONG_CHECKRGB=NULL; int32 *_FUNC_IDECHOOSECOLORSBOX_LONG_CHECKRGB=NULL;
if(_FUNC_IDECHOOSECOLORSBOX_LONG_CHECKRGB==NULL){ if(_FUNC_IDECHOOSECOLORSBOX_LONG_CHECKRGB==NULL){
_FUNC_IDECHOOSECOLORSBOX_LONG_CHECKRGB=(int32*)mem_static_malloc(4); _FUNC_IDECHOOSECOLORSBOX_LONG_CHECKRGB=(int32*)mem_static_malloc(4);
*_FUNC_IDECHOOSECOLORSBOX_LONG_CHECKRGB=0; *_FUNC_IDECHOOSECOLORSBOX_LONG_CHECKRGB=0;
} }
int64 fornext_value5266; int64 fornext_value5290;
int64 fornext_finalvalue5266; int64 fornext_finalvalue5290;
int64 fornext_step5266; int64 fornext_step5290;
uint8 fornext_step_negative5266; uint8 fornext_step_negative5290;
qbs *_FUNC_IDECHOOSECOLORSBOX_STRING_A=NULL; qbs *_FUNC_IDECHOOSECOLORSBOX_STRING_A=NULL;
if (!_FUNC_IDECHOOSECOLORSBOX_STRING_A)_FUNC_IDECHOOSECOLORSBOX_STRING_A=qbs_new(0,0); if (!_FUNC_IDECHOOSECOLORSBOX_STRING_A)_FUNC_IDECHOOSECOLORSBOX_STRING_A=qbs_new(0,0);
byte_element_struct *byte_element_5267=NULL; byte_element_struct *byte_element_5291=NULL;
if (!byte_element_5267){ if (!byte_element_5291){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5267=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5267=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5291=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5291=(byte_element_struct*)mem_static_malloc(12);
} }
int64 fornext_value5269; int64 fornext_value5293;
int64 fornext_finalvalue5269; int64 fornext_finalvalue5293;
int64 fornext_step5269; int64 fornext_step5293;
uint8 fornext_step_negative5269; uint8 fornext_step_negative5293;
byte_element_struct *byte_element_5270=NULL; byte_element_struct *byte_element_5294=NULL;
if (!byte_element_5270){ if (!byte_element_5294){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5270=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5270=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5294=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5294=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDECHOOSECOLORSBOX_LONG_A=NULL; int32 *_FUNC_IDECHOOSECOLORSBOX_LONG_A=NULL;
if(_FUNC_IDECHOOSECOLORSBOX_LONG_A==NULL){ if(_FUNC_IDECHOOSECOLORSBOX_LONG_A==NULL){
_FUNC_IDECHOOSECOLORSBOX_LONG_A=(int32*)mem_static_malloc(4); _FUNC_IDECHOOSECOLORSBOX_LONG_A=(int32*)mem_static_malloc(4);
*_FUNC_IDECHOOSECOLORSBOX_LONG_A=0; *_FUNC_IDECHOOSECOLORSBOX_LONG_A=0;
} }
byte_element_struct *byte_element_5271=NULL; byte_element_struct *byte_element_5295=NULL;
if (!byte_element_5271){ if (!byte_element_5295){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5271=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5271=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5295=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5295=(byte_element_struct*)mem_static_malloc(12);
} }
int64 fornext_value5274; int64 fornext_value5298;
int64 fornext_finalvalue5274; int64 fornext_finalvalue5298;
int64 fornext_step5274; int64 fornext_step5298;
uint8 fornext_step_negative5274; uint8 fornext_step_negative5298;
qbs *_FUNC_IDECHOOSECOLORSBOX_STRING_COLORID=NULL; qbs *_FUNC_IDECHOOSECOLORSBOX_STRING_COLORID=NULL;
if (!_FUNC_IDECHOOSECOLORSBOX_STRING_COLORID)_FUNC_IDECHOOSECOLORSBOX_STRING_COLORID=qbs_new(0,0); if (!_FUNC_IDECHOOSECOLORSBOX_STRING_COLORID)_FUNC_IDECHOOSECOLORSBOX_STRING_COLORID=qbs_new(0,0);
int32 pass5276; int32 pass5300;
int32 pass5277; int32 pass5301;
int32 pass5278; int32 pass5302;
qbs *_FUNC_IDECHOOSECOLORSBOX_STRING_RGBSTRING=NULL; qbs *_FUNC_IDECHOOSECOLORSBOX_STRING_RGBSTRING=NULL;
if (!_FUNC_IDECHOOSECOLORSBOX_STRING_RGBSTRING)_FUNC_IDECHOOSECOLORSBOX_STRING_RGBSTRING=qbs_new(0,0); if (!_FUNC_IDECHOOSECOLORSBOX_STRING_RGBSTRING)_FUNC_IDECHOOSECOLORSBOX_STRING_RGBSTRING=qbs_new(0,0);
int16 *_FUNC_IDECHOOSECOLORSBOX_INTEGER_V=NULL; int16 *_FUNC_IDECHOOSECOLORSBOX_INTEGER_V=NULL;

View file

@ -37,21 +37,21 @@ if(_FUNC_IDECOLORPICKER_LONG_I==NULL){
_FUNC_IDECOLORPICKER_LONG_I=(int32*)mem_static_malloc(4); _FUNC_IDECOLORPICKER_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_IDECOLORPICKER_LONG_I=0; *_FUNC_IDECOLORPICKER_LONG_I=0;
} }
int32 pass5279; int32 pass5303;
int32 pass5280; int32 pass5304;
qbs *_FUNC_IDECOLORPICKER_STRING_A2=NULL; qbs *_FUNC_IDECOLORPICKER_STRING_A2=NULL;
if (!_FUNC_IDECOLORPICKER_STRING_A2)_FUNC_IDECOLORPICKER_STRING_A2=qbs_new(0,0); if (!_FUNC_IDECOLORPICKER_STRING_A2)_FUNC_IDECOLORPICKER_STRING_A2=qbs_new(0,0);
byte_element_struct *byte_element_5281=NULL; byte_element_struct *byte_element_5305=NULL;
if (!byte_element_5281){ if (!byte_element_5305){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5281=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5281=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5305=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5305=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5282=NULL; byte_element_struct *byte_element_5306=NULL;
if (!byte_element_5282){ if (!byte_element_5306){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5282=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5282=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5306=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5306=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5283=NULL; byte_element_struct *byte_element_5307=NULL;
if (!byte_element_5283){ if (!byte_element_5307){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5283=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5283=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5307=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5307=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDECOLORPICKER_LONG_PREV__ASCII_CHR_046__IDESELECT=NULL; int32 *_FUNC_IDECOLORPICKER_LONG_PREV__ASCII_CHR_046__IDESELECT=NULL;
if(_FUNC_IDECOLORPICKER_LONG_PREV__ASCII_CHR_046__IDESELECT==NULL){ if(_FUNC_IDECOLORPICKER_LONG_PREV__ASCII_CHR_046__IDESELECT==NULL){
@ -75,17 +75,17 @@ if(_FUNC_IDECOLORPICKER_LONG_X==NULL){
_FUNC_IDECOLORPICKER_LONG_X=(int32*)mem_static_malloc(4); _FUNC_IDECOLORPICKER_LONG_X=(int32*)mem_static_malloc(4);
*_FUNC_IDECOLORPICKER_LONG_X=0; *_FUNC_IDECOLORPICKER_LONG_X=0;
} }
int64 fornext_value5285; int64 fornext_value5309;
int64 fornext_finalvalue5285; int64 fornext_finalvalue5309;
int64 fornext_step5285; int64 fornext_step5309;
uint8 fornext_step_negative5285; uint8 fornext_step_negative5309;
byte_element_struct *byte_element_5286=NULL; byte_element_struct *byte_element_5310=NULL;
if (!byte_element_5286){ if (!byte_element_5310){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5286=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5286=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5310=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5310=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5287=NULL; byte_element_struct *byte_element_5311=NULL;
if (!byte_element_5287){ if (!byte_element_5311){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5287=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5287=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5311=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5311=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_FUNC_IDECOLORPICKER_STRING_ALL_RGB=NULL; qbs *_FUNC_IDECOLORPICKER_STRING_ALL_RGB=NULL;
if (!_FUNC_IDECOLORPICKER_STRING_ALL_RGB)_FUNC_IDECOLORPICKER_STRING_ALL_RGB=qbs_new(0,0); if (!_FUNC_IDECOLORPICKER_STRING_ALL_RGB)_FUNC_IDECOLORPICKER_STRING_ALL_RGB=qbs_new(0,0);
@ -113,13 +113,13 @@ if(_FUNC_IDECOLORPICKER_LONG_TOTALCOMMAS==NULL){
_FUNC_IDECOLORPICKER_LONG_TOTALCOMMAS=(int32*)mem_static_malloc(4); _FUNC_IDECOLORPICKER_LONG_TOTALCOMMAS=(int32*)mem_static_malloc(4);
*_FUNC_IDECOLORPICKER_LONG_TOTALCOMMAS=0; *_FUNC_IDECOLORPICKER_LONG_TOTALCOMMAS=0;
} }
byte_element_struct *byte_element_5289=NULL; byte_element_struct *byte_element_5313=NULL;
if (!byte_element_5289){ if (!byte_element_5313){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5289=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5289=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5313=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5313=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5290=NULL; byte_element_struct *byte_element_5314=NULL;
if (!byte_element_5290){ if (!byte_element_5314){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5290=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5290=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5314=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5314=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDECOLORPICKER_LONG_INSERTRGBAT=NULL; int32 *_FUNC_IDECOLORPICKER_LONG_INSERTRGBAT=NULL;
if(_FUNC_IDECOLORPICKER_LONG_INSERTRGBAT==NULL){ if(_FUNC_IDECOLORPICKER_LONG_INSERTRGBAT==NULL){
@ -131,9 +131,9 @@ if(_FUNC_IDECOLORPICKER_LONG_CHECK_RGB==NULL){
_FUNC_IDECOLORPICKER_LONG_CHECK_RGB=(int32*)mem_static_malloc(4); _FUNC_IDECOLORPICKER_LONG_CHECK_RGB=(int32*)mem_static_malloc(4);
*_FUNC_IDECOLORPICKER_LONG_CHECK_RGB=0; *_FUNC_IDECOLORPICKER_LONG_CHECK_RGB=0;
} }
byte_element_struct *byte_element_5292=NULL; byte_element_struct *byte_element_5316=NULL;
if (!byte_element_5292){ if (!byte_element_5316){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5292=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5292=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5316=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5316=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDECOLORPICKER_LONG_FINDCOMMA1=NULL; int32 *_FUNC_IDECOLORPICKER_LONG_FINDCOMMA1=NULL;
if(_FUNC_IDECOLORPICKER_LONG_FINDCOMMA1==NULL){ if(_FUNC_IDECOLORPICKER_LONG_FINDCOMMA1==NULL){
@ -151,21 +151,21 @@ qbs *_FUNC_IDECOLORPICKER_STRING_G=NULL;
if (!_FUNC_IDECOLORPICKER_STRING_G)_FUNC_IDECOLORPICKER_STRING_G=qbs_new(0,0); if (!_FUNC_IDECOLORPICKER_STRING_G)_FUNC_IDECOLORPICKER_STRING_G=qbs_new(0,0);
qbs *_FUNC_IDECOLORPICKER_STRING_B=NULL; qbs *_FUNC_IDECOLORPICKER_STRING_B=NULL;
if (!_FUNC_IDECOLORPICKER_STRING_B)_FUNC_IDECOLORPICKER_STRING_B=qbs_new(0,0); if (!_FUNC_IDECOLORPICKER_STRING_B)_FUNC_IDECOLORPICKER_STRING_B=qbs_new(0,0);
int64 fornext_value5294; int64 fornext_value5318;
int64 fornext_finalvalue5294; int64 fornext_finalvalue5318;
int64 fornext_step5294; int64 fornext_step5318;
uint8 fornext_step_negative5294; uint8 fornext_step_negative5318;
int64 fornext_value5296; int64 fornext_value5320;
int64 fornext_finalvalue5296; int64 fornext_finalvalue5320;
int64 fornext_step5296; int64 fornext_step5320;
uint8 fornext_step_negative5296; uint8 fornext_step_negative5320;
int64 fornext_value5298; int64 fornext_value5322;
int64 fornext_finalvalue5298; int64 fornext_finalvalue5322;
int64 fornext_step5298; int64 fornext_step5322;
uint8 fornext_step_negative5298; uint8 fornext_step_negative5322;
byte_element_struct *byte_element_5299=NULL; byte_element_struct *byte_element_5323=NULL;
if (!byte_element_5299){ if (!byte_element_5323){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5299=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5299=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5323=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5323=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDECOLORPICKER_LONG_R=NULL; int32 *_FUNC_IDECOLORPICKER_LONG_R=NULL;
if(_FUNC_IDECOLORPICKER_LONG_R==NULL){ if(_FUNC_IDECOLORPICKER_LONG_R==NULL){
@ -182,23 +182,23 @@ if(_FUNC_IDECOLORPICKER_LONG_B==NULL){
_FUNC_IDECOLORPICKER_LONG_B=(int32*)mem_static_malloc(4); _FUNC_IDECOLORPICKER_LONG_B=(int32*)mem_static_malloc(4);
*_FUNC_IDECOLORPICKER_LONG_B=0; *_FUNC_IDECOLORPICKER_LONG_B=0;
} }
int64 fornext_value5301; int64 fornext_value5325;
int64 fornext_finalvalue5301; int64 fornext_finalvalue5325;
int64 fornext_step5301; int64 fornext_step5325;
uint8 fornext_step_negative5301; uint8 fornext_step_negative5325;
byte_element_struct *byte_element_5302=NULL; byte_element_struct *byte_element_5326=NULL;
if (!byte_element_5302){ if (!byte_element_5326){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5302=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5302=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5326=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5326=(byte_element_struct*)mem_static_malloc(12);
} }
uint32 *_FUNC_IDECOLORPICKER_ULONG_CURRENTCOLOR=NULL; uint32 *_FUNC_IDECOLORPICKER_ULONG_CURRENTCOLOR=NULL;
if(_FUNC_IDECOLORPICKER_ULONG_CURRENTCOLOR==NULL){ if(_FUNC_IDECOLORPICKER_ULONG_CURRENTCOLOR==NULL){
_FUNC_IDECOLORPICKER_ULONG_CURRENTCOLOR=(uint32*)mem_static_malloc(4); _FUNC_IDECOLORPICKER_ULONG_CURRENTCOLOR=(uint32*)mem_static_malloc(4);
*_FUNC_IDECOLORPICKER_ULONG_CURRENTCOLOR=0; *_FUNC_IDECOLORPICKER_ULONG_CURRENTCOLOR=0;
} }
int64 fornext_value5304; int64 fornext_value5328;
int64 fornext_finalvalue5304; int64 fornext_finalvalue5328;
int64 fornext_step5304; int64 fornext_step5328;
uint8 fornext_step_negative5304; uint8 fornext_step_negative5328;
int32 *_FUNC_IDECOLORPICKER_LONG_F=NULL; int32 *_FUNC_IDECOLORPICKER_LONG_F=NULL;
if(_FUNC_IDECOLORPICKER_LONG_F==NULL){ if(_FUNC_IDECOLORPICKER_LONG_F==NULL){
_FUNC_IDECOLORPICKER_LONG_F=(int32*)mem_static_malloc(4); _FUNC_IDECOLORPICKER_LONG_F=(int32*)mem_static_malloc(4);
@ -214,10 +214,10 @@ if(_FUNC_IDECOLORPICKER_LONG_CY==NULL){
_FUNC_IDECOLORPICKER_LONG_CY=(int32*)mem_static_malloc(4); _FUNC_IDECOLORPICKER_LONG_CY=(int32*)mem_static_malloc(4);
*_FUNC_IDECOLORPICKER_LONG_CY=0; *_FUNC_IDECOLORPICKER_LONG_CY=0;
} }
int64 fornext_value5307; int64 fornext_value5331;
int64 fornext_finalvalue5307; int64 fornext_finalvalue5331;
int64 fornext_step5307; int64 fornext_step5331;
uint8 fornext_step_negative5307; uint8 fornext_step_negative5331;
int32 *_FUNC_IDECOLORPICKER_LONG_LASTFOCUS=NULL; int32 *_FUNC_IDECOLORPICKER_LONG_LASTFOCUS=NULL;
if(_FUNC_IDECOLORPICKER_LONG_LASTFOCUS==NULL){ if(_FUNC_IDECOLORPICKER_LONG_LASTFOCUS==NULL){
_FUNC_IDECOLORPICKER_LONG_LASTFOCUS=(int32*)mem_static_malloc(4); _FUNC_IDECOLORPICKER_LONG_LASTFOCUS=(int32*)mem_static_malloc(4);
@ -230,10 +230,10 @@ if(_FUNC_IDECOLORPICKER_LONG_T==NULL){
_FUNC_IDECOLORPICKER_LONG_T=(int32*)mem_static_malloc(4); _FUNC_IDECOLORPICKER_LONG_T=(int32*)mem_static_malloc(4);
*_FUNC_IDECOLORPICKER_LONG_T=0; *_FUNC_IDECOLORPICKER_LONG_T=0;
} }
int64 fornext_value5318; int64 fornext_value5342;
int64 fornext_finalvalue5318; int64 fornext_finalvalue5342;
int64 fornext_step5318; int64 fornext_step5342;
uint8 fornext_step_negative5318; uint8 fornext_step_negative5342;
int32 *_FUNC_IDECOLORPICKER_LONG_CHANGE=NULL; int32 *_FUNC_IDECOLORPICKER_LONG_CHANGE=NULL;
if(_FUNC_IDECOLORPICKER_LONG_CHANGE==NULL){ if(_FUNC_IDECOLORPICKER_LONG_CHANGE==NULL){
_FUNC_IDECOLORPICKER_LONG_CHANGE=(int32*)mem_static_malloc(4); _FUNC_IDECOLORPICKER_LONG_CHANGE=(int32*)mem_static_malloc(4);
@ -261,9 +261,9 @@ _FUNC_IDECOLORPICKER_LONG_OLDALT=(int32*)mem_static_malloc(4);
} }
qbs *_FUNC_IDECOLORPICKER_STRING_ALTLETTER=NULL; qbs *_FUNC_IDECOLORPICKER_STRING_ALTLETTER=NULL;
if (!_FUNC_IDECOLORPICKER_STRING_ALTLETTER)_FUNC_IDECOLORPICKER_STRING_ALTLETTER=qbs_new(0,0); if (!_FUNC_IDECOLORPICKER_STRING_ALTLETTER)_FUNC_IDECOLORPICKER_STRING_ALTLETTER=qbs_new(0,0);
byte_element_struct *byte_element_5321=NULL; byte_element_struct *byte_element_5345=NULL;
if (!byte_element_5321){ if (!byte_element_5345){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5321=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5321=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5345=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5345=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDECOLORPICKER_LONG_K=NULL; int32 *_FUNC_IDECOLORPICKER_LONG_K=NULL;
if(_FUNC_IDECOLORPICKER_LONG_K==NULL){ if(_FUNC_IDECOLORPICKER_LONG_K==NULL){
@ -275,10 +275,10 @@ if(_FUNC_IDECOLORPICKER_LONG_INFO==NULL){
_FUNC_IDECOLORPICKER_LONG_INFO=(int32*)mem_static_malloc(4); _FUNC_IDECOLORPICKER_LONG_INFO=(int32*)mem_static_malloc(4);
*_FUNC_IDECOLORPICKER_LONG_INFO=0; *_FUNC_IDECOLORPICKER_LONG_INFO=0;
} }
int64 fornext_value5323; int64 fornext_value5347;
int64 fornext_finalvalue5323; int64 fornext_finalvalue5347;
int64 fornext_step5323; int64 fornext_step5347;
uint8 fornext_step_negative5323; uint8 fornext_step_negative5347;
int32 *_FUNC_IDECOLORPICKER_LONG_FOCUSOFFSET=NULL; int32 *_FUNC_IDECOLORPICKER_LONG_FOCUSOFFSET=NULL;
if(_FUNC_IDECOLORPICKER_LONG_FOCUSOFFSET==NULL){ if(_FUNC_IDECOLORPICKER_LONG_FOCUSOFFSET==NULL){
_FUNC_IDECOLORPICKER_LONG_FOCUSOFFSET=(int32*)mem_static_malloc(4); _FUNC_IDECOLORPICKER_LONG_FOCUSOFFSET=(int32*)mem_static_malloc(4);
@ -289,93 +289,93 @@ if(_FUNC_IDECOLORPICKER_LONG_PREVFOCUS==NULL){
_FUNC_IDECOLORPICKER_LONG_PREVFOCUS=(int32*)mem_static_malloc(4); _FUNC_IDECOLORPICKER_LONG_PREVFOCUS=(int32*)mem_static_malloc(4);
*_FUNC_IDECOLORPICKER_LONG_PREVFOCUS=0; *_FUNC_IDECOLORPICKER_LONG_PREVFOCUS=0;
} }
byte_element_struct *byte_element_5324=NULL; byte_element_struct *byte_element_5348=NULL;
if (!byte_element_5324){ if (!byte_element_5348){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5324=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5324=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5348=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5348=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDECOLORPICKER_LONG_NEWVALUE=NULL; int32 *_FUNC_IDECOLORPICKER_LONG_NEWVALUE=NULL;
if(_FUNC_IDECOLORPICKER_LONG_NEWVALUE==NULL){ if(_FUNC_IDECOLORPICKER_LONG_NEWVALUE==NULL){
_FUNC_IDECOLORPICKER_LONG_NEWVALUE=(int32*)mem_static_malloc(4); _FUNC_IDECOLORPICKER_LONG_NEWVALUE=(int32*)mem_static_malloc(4);
*_FUNC_IDECOLORPICKER_LONG_NEWVALUE=0; *_FUNC_IDECOLORPICKER_LONG_NEWVALUE=0;
} }
byte_element_struct *byte_element_5325=NULL; byte_element_struct *byte_element_5349=NULL;
if (!byte_element_5325){ if (!byte_element_5349){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5325=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5325=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5349=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5349=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5326=NULL; byte_element_struct *byte_element_5350=NULL;
if (!byte_element_5326){ if (!byte_element_5350){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5326=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5326=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5350=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5350=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5327=NULL; byte_element_struct *byte_element_5351=NULL;
if (!byte_element_5327){ if (!byte_element_5351){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5327=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5327=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5351=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5351=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDECOLORPICKER_LONG_CHANGEDWITHKEYS=NULL; int32 *_FUNC_IDECOLORPICKER_LONG_CHANGEDWITHKEYS=NULL;
if(_FUNC_IDECOLORPICKER_LONG_CHANGEDWITHKEYS==NULL){ if(_FUNC_IDECOLORPICKER_LONG_CHANGEDWITHKEYS==NULL){
_FUNC_IDECOLORPICKER_LONG_CHANGEDWITHKEYS=(int32*)mem_static_malloc(4); _FUNC_IDECOLORPICKER_LONG_CHANGEDWITHKEYS=(int32*)mem_static_malloc(4);
*_FUNC_IDECOLORPICKER_LONG_CHANGEDWITHKEYS=0; *_FUNC_IDECOLORPICKER_LONG_CHANGEDWITHKEYS=0;
} }
int32 pass5328; int32 pass5352;
byte_element_struct *byte_element_5329=NULL; byte_element_struct *byte_element_5353=NULL;
if (!byte_element_5329){ if (!byte_element_5353){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5329=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5329=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5353=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5353=(byte_element_struct*)mem_static_malloc(12);
} }
int32 pass5330; int32 pass5354;
byte_element_struct *byte_element_5331=NULL; byte_element_struct *byte_element_5355=NULL;
if (!byte_element_5331){ if (!byte_element_5355){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5331=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5331=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5355=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5355=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDECOLORPICKER_LONG_CHECKRGB=NULL; int32 *_FUNC_IDECOLORPICKER_LONG_CHECKRGB=NULL;
if(_FUNC_IDECOLORPICKER_LONG_CHECKRGB==NULL){ if(_FUNC_IDECOLORPICKER_LONG_CHECKRGB==NULL){
_FUNC_IDECOLORPICKER_LONG_CHECKRGB=(int32*)mem_static_malloc(4); _FUNC_IDECOLORPICKER_LONG_CHECKRGB=(int32*)mem_static_malloc(4);
*_FUNC_IDECOLORPICKER_LONG_CHECKRGB=0; *_FUNC_IDECOLORPICKER_LONG_CHECKRGB=0;
} }
int64 fornext_value5333; int64 fornext_value5357;
int64 fornext_finalvalue5333; int64 fornext_finalvalue5357;
int64 fornext_step5333; int64 fornext_step5357;
uint8 fornext_step_negative5333; uint8 fornext_step_negative5357;
byte_element_struct *byte_element_5334=NULL; byte_element_struct *byte_element_5358=NULL;
if (!byte_element_5334){ if (!byte_element_5358){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5334=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5334=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5358=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5358=(byte_element_struct*)mem_static_malloc(12);
} }
int64 fornext_value5336; int64 fornext_value5360;
int64 fornext_finalvalue5336; int64 fornext_finalvalue5360;
int64 fornext_step5336; int64 fornext_step5360;
uint8 fornext_step_negative5336; uint8 fornext_step_negative5360;
byte_element_struct *byte_element_5337=NULL; byte_element_struct *byte_element_5361=NULL;
if (!byte_element_5337){ if (!byte_element_5361){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5337=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5337=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5361=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5361=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDECOLORPICKER_LONG_A=NULL; int32 *_FUNC_IDECOLORPICKER_LONG_A=NULL;
if(_FUNC_IDECOLORPICKER_LONG_A==NULL){ if(_FUNC_IDECOLORPICKER_LONG_A==NULL){
_FUNC_IDECOLORPICKER_LONG_A=(int32*)mem_static_malloc(4); _FUNC_IDECOLORPICKER_LONG_A=(int32*)mem_static_malloc(4);
*_FUNC_IDECOLORPICKER_LONG_A=0; *_FUNC_IDECOLORPICKER_LONG_A=0;
} }
byte_element_struct *byte_element_5338=NULL; byte_element_struct *byte_element_5362=NULL;
if (!byte_element_5338){ if (!byte_element_5362){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5338=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5338=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5362=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5362=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_FUNC_IDECOLORPICKER_STRING_CURRENTRGB=NULL; qbs *_FUNC_IDECOLORPICKER_STRING_CURRENTRGB=NULL;
if (!_FUNC_IDECOLORPICKER_STRING_CURRENTRGB)_FUNC_IDECOLORPICKER_STRING_CURRENTRGB=qbs_new(0,0); if (!_FUNC_IDECOLORPICKER_STRING_CURRENTRGB)_FUNC_IDECOLORPICKER_STRING_CURRENTRGB=qbs_new(0,0);
qbs *_FUNC_IDECOLORPICKER_STRING_OLDRGB=NULL; qbs *_FUNC_IDECOLORPICKER_STRING_OLDRGB=NULL;
if (!_FUNC_IDECOLORPICKER_STRING_OLDRGB)_FUNC_IDECOLORPICKER_STRING_OLDRGB=qbs_new(0,0); if (!_FUNC_IDECOLORPICKER_STRING_OLDRGB)_FUNC_IDECOLORPICKER_STRING_OLDRGB=qbs_new(0,0);
int64 fornext_value5340; int64 fornext_value5364;
int64 fornext_finalvalue5340; int64 fornext_finalvalue5364;
int64 fornext_step5340; int64 fornext_step5364;
uint8 fornext_step_negative5340; uint8 fornext_step_negative5364;
qbs *_FUNC_IDECOLORPICKER_STRING_NEWLINE=NULL; qbs *_FUNC_IDECOLORPICKER_STRING_NEWLINE=NULL;
if (!_FUNC_IDECOLORPICKER_STRING_NEWLINE)_FUNC_IDECOLORPICKER_STRING_NEWLINE=qbs_new(0,0); if (!_FUNC_IDECOLORPICKER_STRING_NEWLINE)_FUNC_IDECOLORPICKER_STRING_NEWLINE=qbs_new(0,0);
byte_element_struct *byte_element_5341=NULL; byte_element_struct *byte_element_5365=NULL;
if (!byte_element_5341){ if (!byte_element_5365){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5341=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5341=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5365=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5365=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_FUNC_IDECOLORPICKER_STRING_DETAIL=NULL; qbs *_FUNC_IDECOLORPICKER_STRING_DETAIL=NULL;
if (!_FUNC_IDECOLORPICKER_STRING_DETAIL)_FUNC_IDECOLORPICKER_STRING_DETAIL=qbs_new(0,0); if (!_FUNC_IDECOLORPICKER_STRING_DETAIL)_FUNC_IDECOLORPICKER_STRING_DETAIL=qbs_new(0,0);
byte_element_struct *byte_element_5342=NULL; byte_element_struct *byte_element_5366=NULL;
if (!byte_element_5342){ if (!byte_element_5366){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5342=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5342=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5366=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5366=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5343=NULL; byte_element_struct *byte_element_5367=NULL;
if (!byte_element_5343){ if (!byte_element_5367){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5343=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5343=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5367=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5367=(byte_element_struct*)mem_static_malloc(12);
} }

View file

@ -3,15 +3,15 @@ if(_FUNC_FINDARRAY_LONG_FINDARRAY==NULL){
_FUNC_FINDARRAY_LONG_FINDARRAY=(int32*)mem_static_malloc(4); _FUNC_FINDARRAY_LONG_FINDARRAY=(int32*)mem_static_malloc(4);
*_FUNC_FINDARRAY_LONG_FINDARRAY=0; *_FUNC_FINDARRAY_LONG_FINDARRAY=0;
} }
qbs*oldstr2493=NULL; qbs*oldstr2494=NULL;
if(_FUNC_FINDARRAY_STRING_SECURE->tmp||_FUNC_FINDARRAY_STRING_SECURE->fixed||_FUNC_FINDARRAY_STRING_SECURE->readonly){ if(_FUNC_FINDARRAY_STRING_SECURE->tmp||_FUNC_FINDARRAY_STRING_SECURE->fixed||_FUNC_FINDARRAY_STRING_SECURE->readonly){
oldstr2493=_FUNC_FINDARRAY_STRING_SECURE; oldstr2494=_FUNC_FINDARRAY_STRING_SECURE;
if (oldstr2493->cmem_descriptor){ if (oldstr2494->cmem_descriptor){
_FUNC_FINDARRAY_STRING_SECURE=qbs_new_cmem(oldstr2493->len,0); _FUNC_FINDARRAY_STRING_SECURE=qbs_new_cmem(oldstr2494->len,0);
}else{ }else{
_FUNC_FINDARRAY_STRING_SECURE=qbs_new(oldstr2493->len,0); _FUNC_FINDARRAY_STRING_SECURE=qbs_new(oldstr2494->len,0);
} }
memcpy(_FUNC_FINDARRAY_STRING_SECURE->chr,oldstr2493->chr,oldstr2493->len); memcpy(_FUNC_FINDARRAY_STRING_SECURE->chr,oldstr2494->chr,oldstr2494->len);
} }
qbs *_FUNC_FINDARRAY_STRING_N=NULL; qbs *_FUNC_FINDARRAY_STRING_N=NULL;
if (!_FUNC_FINDARRAY_STRING_N)_FUNC_FINDARRAY_STRING_N=qbs_new(0,0); if (!_FUNC_FINDARRAY_STRING_N)_FUNC_FINDARRAY_STRING_N=qbs_new(0,0);
@ -22,10 +22,6 @@ _FUNC_FINDARRAY_LONG_I=(int32*)mem_static_malloc(4);
} }
qbs *_FUNC_FINDARRAY_STRING_SC=NULL; qbs *_FUNC_FINDARRAY_STRING_SC=NULL;
if (!_FUNC_FINDARRAY_STRING_SC)_FUNC_FINDARRAY_STRING_SC=qbs_new(0,0); if (!_FUNC_FINDARRAY_STRING_SC)_FUNC_FINDARRAY_STRING_SC=qbs_new(0,0);
byte_element_struct *byte_element_2495=NULL;
if (!byte_element_2495){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2495=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2495=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_2496=NULL; byte_element_struct *byte_element_2496=NULL;
if (!byte_element_2496){ if (!byte_element_2496){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2496=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2496=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2496=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2496=(byte_element_struct*)mem_static_malloc(12);
@ -50,6 +46,10 @@ byte_element_struct *byte_element_2501=NULL;
if (!byte_element_2501){ if (!byte_element_2501){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2501=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2501=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2501=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2501=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_2502=NULL;
if (!byte_element_2502){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2502=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2502=(byte_element_struct*)mem_static_malloc(12);
}
qbs *_FUNC_FINDARRAY_STRING_N2=NULL; qbs *_FUNC_FINDARRAY_STRING_N2=NULL;
if (!_FUNC_FINDARRAY_STRING_N2)_FUNC_FINDARRAY_STRING_N2=qbs_new(0,0); if (!_FUNC_FINDARRAY_STRING_N2)_FUNC_FINDARRAY_STRING_N2=qbs_new(0,0);
int32 *_FUNC_FINDARRAY_LONG_TRY=NULL; int32 *_FUNC_FINDARRAY_LONG_TRY=NULL;

View file

@ -3,25 +3,25 @@ if(_FUNC_COUNTITEMS_LONG_COUNTITEMS==NULL){
_FUNC_COUNTITEMS_LONG_COUNTITEMS=(int32*)mem_static_malloc(4); _FUNC_COUNTITEMS_LONG_COUNTITEMS=(int32*)mem_static_malloc(4);
*_FUNC_COUNTITEMS_LONG_COUNTITEMS=0; *_FUNC_COUNTITEMS_LONG_COUNTITEMS=0;
} }
qbs*oldstr5344=NULL; qbs*oldstr5368=NULL;
if(_FUNC_COUNTITEMS_STRING_SEARCHSTRING->tmp||_FUNC_COUNTITEMS_STRING_SEARCHSTRING->fixed||_FUNC_COUNTITEMS_STRING_SEARCHSTRING->readonly){ if(_FUNC_COUNTITEMS_STRING_SEARCHSTRING->tmp||_FUNC_COUNTITEMS_STRING_SEARCHSTRING->fixed||_FUNC_COUNTITEMS_STRING_SEARCHSTRING->readonly){
oldstr5344=_FUNC_COUNTITEMS_STRING_SEARCHSTRING; oldstr5368=_FUNC_COUNTITEMS_STRING_SEARCHSTRING;
if (oldstr5344->cmem_descriptor){ if (oldstr5368->cmem_descriptor){
_FUNC_COUNTITEMS_STRING_SEARCHSTRING=qbs_new_cmem(oldstr5344->len,0); _FUNC_COUNTITEMS_STRING_SEARCHSTRING=qbs_new_cmem(oldstr5368->len,0);
}else{ }else{
_FUNC_COUNTITEMS_STRING_SEARCHSTRING=qbs_new(oldstr5344->len,0); _FUNC_COUNTITEMS_STRING_SEARCHSTRING=qbs_new(oldstr5368->len,0);
} }
memcpy(_FUNC_COUNTITEMS_STRING_SEARCHSTRING->chr,oldstr5344->chr,oldstr5344->len); memcpy(_FUNC_COUNTITEMS_STRING_SEARCHSTRING->chr,oldstr5368->chr,oldstr5368->len);
} }
qbs*oldstr5345=NULL; qbs*oldstr5369=NULL;
if(_FUNC_COUNTITEMS_STRING_ITEM->tmp||_FUNC_COUNTITEMS_STRING_ITEM->fixed||_FUNC_COUNTITEMS_STRING_ITEM->readonly){ if(_FUNC_COUNTITEMS_STRING_ITEM->tmp||_FUNC_COUNTITEMS_STRING_ITEM->fixed||_FUNC_COUNTITEMS_STRING_ITEM->readonly){
oldstr5345=_FUNC_COUNTITEMS_STRING_ITEM; oldstr5369=_FUNC_COUNTITEMS_STRING_ITEM;
if (oldstr5345->cmem_descriptor){ if (oldstr5369->cmem_descriptor){
_FUNC_COUNTITEMS_STRING_ITEM=qbs_new_cmem(oldstr5345->len,0); _FUNC_COUNTITEMS_STRING_ITEM=qbs_new_cmem(oldstr5369->len,0);
}else{ }else{
_FUNC_COUNTITEMS_STRING_ITEM=qbs_new(oldstr5345->len,0); _FUNC_COUNTITEMS_STRING_ITEM=qbs_new(oldstr5369->len,0);
} }
memcpy(_FUNC_COUNTITEMS_STRING_ITEM->chr,oldstr5345->chr,oldstr5345->len); memcpy(_FUNC_COUNTITEMS_STRING_ITEM->chr,oldstr5369->chr,oldstr5369->len);
} }
int32 *_FUNC_COUNTITEMS_LONG_FOUND=NULL; int32 *_FUNC_COUNTITEMS_LONG_FOUND=NULL;
if(_FUNC_COUNTITEMS_LONG_FOUND==NULL){ if(_FUNC_COUNTITEMS_LONG_FOUND==NULL){

View file

@ -3,9 +3,9 @@ if(_SUB_GETINPUT_LONG_K==NULL){
_SUB_GETINPUT_LONG_K=(int32*)mem_static_malloc(4); _SUB_GETINPUT_LONG_K=(int32*)mem_static_malloc(4);
*_SUB_GETINPUT_LONG_K=0; *_SUB_GETINPUT_LONG_K=0;
} }
byte_element_struct *byte_element_5348=NULL; byte_element_struct *byte_element_5372=NULL;
if (!byte_element_5348){ if (!byte_element_5372){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5348=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5348=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5372=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5372=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_GETINPUT_LONG_RELEASE=NULL; int32 *_SUB_GETINPUT_LONG_RELEASE=NULL;
if(_SUB_GETINPUT_LONG_RELEASE==NULL){ if(_SUB_GETINPUT_LONG_RELEASE==NULL){

View file

@ -10,10 +10,10 @@ if(_SUB_HELP_SHOWTEXT_LONG_Y==NULL){
_SUB_HELP_SHOWTEXT_LONG_Y=(int32*)mem_static_malloc(4); _SUB_HELP_SHOWTEXT_LONG_Y=(int32*)mem_static_malloc(4);
*_SUB_HELP_SHOWTEXT_LONG_Y=0; *_SUB_HELP_SHOWTEXT_LONG_Y=0;
} }
int64 fornext_value5351; int64 fornext_value5375;
int64 fornext_finalvalue5351; int64 fornext_finalvalue5375;
int64 fornext_step5351; int64 fornext_step5375;
uint8 fornext_step_negative5351; uint8 fornext_step_negative5375;
int32 *_SUB_HELP_SHOWTEXT_LONG_L=NULL; int32 *_SUB_HELP_SHOWTEXT_LONG_L=NULL;
if(_SUB_HELP_SHOWTEXT_LONG_L==NULL){ if(_SUB_HELP_SHOWTEXT_LONG_L==NULL){
_SUB_HELP_SHOWTEXT_LONG_L=(int32*)mem_static_malloc(4); _SUB_HELP_SHOWTEXT_LONG_L=(int32*)mem_static_malloc(4);
@ -49,11 +49,11 @@ if(_SUB_HELP_SHOWTEXT_LONG_X4==NULL){
_SUB_HELP_SHOWTEXT_LONG_X4=(int32*)mem_static_malloc(4); _SUB_HELP_SHOWTEXT_LONG_X4=(int32*)mem_static_malloc(4);
*_SUB_HELP_SHOWTEXT_LONG_X4=0; *_SUB_HELP_SHOWTEXT_LONG_X4=0;
} }
int64 fornext_value5355; int64 fornext_value5379;
int64 fornext_finalvalue5355; int64 fornext_finalvalue5379;
int64 fornext_step5355; int64 fornext_step5379;
uint8 fornext_step_negative5355; uint8 fornext_step_negative5379;
int64 fornext_value5358; int64 fornext_value5382;
int64 fornext_finalvalue5358; int64 fornext_finalvalue5382;
int64 fornext_step5358; int64 fornext_step5382;
uint8 fornext_step_negative5358; uint8 fornext_step_negative5382;

View file

@ -46,13 +46,13 @@ _FUNC_IDESEARCHEDBOX_LONG_FH=(int32*)mem_static_malloc(4);
} }
qbs *_FUNC_IDESEARCHEDBOX_STRING_A=NULL; qbs *_FUNC_IDESEARCHEDBOX_STRING_A=NULL;
if (!_FUNC_IDESEARCHEDBOX_STRING_A)_FUNC_IDESEARCHEDBOX_STRING_A=qbs_new(0,0); if (!_FUNC_IDESEARCHEDBOX_STRING_A)_FUNC_IDESEARCHEDBOX_STRING_A=qbs_new(0,0);
byte_element_struct *byte_element_5360=NULL; byte_element_struct *byte_element_5384=NULL;
if (!byte_element_5360){ if (!byte_element_5384){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5360=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5360=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5384=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5384=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5361=NULL; byte_element_struct *byte_element_5385=NULL;
if (!byte_element_5361){ if (!byte_element_5385){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5361=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5361=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5385=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5385=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDESEARCHEDBOX_LONG_AI=NULL; int32 *_FUNC_IDESEARCHEDBOX_LONG_AI=NULL;
if(_FUNC_IDESEARCHEDBOX_LONG_AI==NULL){ if(_FUNC_IDESEARCHEDBOX_LONG_AI==NULL){
@ -61,17 +61,17 @@ _FUNC_IDESEARCHEDBOX_LONG_AI=(int32*)mem_static_malloc(4);
} }
qbs *_FUNC_IDESEARCHEDBOX_STRING_F=NULL; qbs *_FUNC_IDESEARCHEDBOX_STRING_F=NULL;
if (!_FUNC_IDESEARCHEDBOX_STRING_F)_FUNC_IDESEARCHEDBOX_STRING_F=qbs_new(0,0); if (!_FUNC_IDESEARCHEDBOX_STRING_F)_FUNC_IDESEARCHEDBOX_STRING_F=qbs_new(0,0);
byte_element_struct *byte_element_5363=NULL; byte_element_struct *byte_element_5387=NULL;
if (!byte_element_5363){ if (!byte_element_5387){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5363=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5363=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5387=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5387=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5364=NULL; byte_element_struct *byte_element_5388=NULL;
if (!byte_element_5364){ if (!byte_element_5388){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5364=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5364=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5388=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5388=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5365=NULL; byte_element_struct *byte_element_5389=NULL;
if (!byte_element_5365){ if (!byte_element_5389){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5365=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5365=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5389=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5389=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDESEARCHEDBOX_LONG_H=NULL; int32 *_FUNC_IDESEARCHEDBOX_LONG_H=NULL;
if(_FUNC_IDESEARCHEDBOX_LONG_H==NULL){ if(_FUNC_IDESEARCHEDBOX_LONG_H==NULL){
@ -83,11 +83,11 @@ if(_FUNC_IDESEARCHEDBOX_LONG_I==NULL){
_FUNC_IDESEARCHEDBOX_LONG_I=(int32*)mem_static_malloc(4); _FUNC_IDESEARCHEDBOX_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_IDESEARCHEDBOX_LONG_I=0; *_FUNC_IDESEARCHEDBOX_LONG_I=0;
} }
int32 pass5366; int32 pass5390;
int64 fornext_value5368; int64 fornext_value5392;
int64 fornext_finalvalue5368; int64 fornext_finalvalue5392;
int64 fornext_step5368; int64 fornext_step5392;
uint8 fornext_step_negative5368; uint8 fornext_step_negative5392;
int32 *_FUNC_IDESEARCHEDBOX_LONG_F=NULL; int32 *_FUNC_IDESEARCHEDBOX_LONG_F=NULL;
if(_FUNC_IDESEARCHEDBOX_LONG_F==NULL){ if(_FUNC_IDESEARCHEDBOX_LONG_F==NULL){
_FUNC_IDESEARCHEDBOX_LONG_F=(int32*)mem_static_malloc(4); _FUNC_IDESEARCHEDBOX_LONG_F=(int32*)mem_static_malloc(4);
@ -103,10 +103,10 @@ if(_FUNC_IDESEARCHEDBOX_LONG_CY==NULL){
_FUNC_IDESEARCHEDBOX_LONG_CY=(int32*)mem_static_malloc(4); _FUNC_IDESEARCHEDBOX_LONG_CY=(int32*)mem_static_malloc(4);
*_FUNC_IDESEARCHEDBOX_LONG_CY=0; *_FUNC_IDESEARCHEDBOX_LONG_CY=0;
} }
int64 fornext_value5371; int64 fornext_value5395;
int64 fornext_finalvalue5371; int64 fornext_finalvalue5395;
int64 fornext_step5371; int64 fornext_step5395;
uint8 fornext_step_negative5371; uint8 fornext_step_negative5395;
int32 *_FUNC_IDESEARCHEDBOX_LONG_LASTFOCUS=NULL; int32 *_FUNC_IDESEARCHEDBOX_LONG_LASTFOCUS=NULL;
if(_FUNC_IDESEARCHEDBOX_LONG_LASTFOCUS==NULL){ if(_FUNC_IDESEARCHEDBOX_LONG_LASTFOCUS==NULL){
_FUNC_IDESEARCHEDBOX_LONG_LASTFOCUS=(int32*)mem_static_malloc(4); _FUNC_IDESEARCHEDBOX_LONG_LASTFOCUS=(int32*)mem_static_malloc(4);
@ -139,9 +139,9 @@ _FUNC_IDESEARCHEDBOX_LONG_OLDALT=(int32*)mem_static_malloc(4);
} }
qbs *_FUNC_IDESEARCHEDBOX_STRING_ALTLETTER=NULL; qbs *_FUNC_IDESEARCHEDBOX_STRING_ALTLETTER=NULL;
if (!_FUNC_IDESEARCHEDBOX_STRING_ALTLETTER)_FUNC_IDESEARCHEDBOX_STRING_ALTLETTER=qbs_new(0,0); if (!_FUNC_IDESEARCHEDBOX_STRING_ALTLETTER)_FUNC_IDESEARCHEDBOX_STRING_ALTLETTER=qbs_new(0,0);
byte_element_struct *byte_element_5373=NULL; byte_element_struct *byte_element_5397=NULL;
if (!byte_element_5373){ if (!byte_element_5397){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5373=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5373=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5397=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5397=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDESEARCHEDBOX_LONG_K=NULL; int32 *_FUNC_IDESEARCHEDBOX_LONG_K=NULL;
if(_FUNC_IDESEARCHEDBOX_LONG_K==NULL){ if(_FUNC_IDESEARCHEDBOX_LONG_K==NULL){
@ -153,10 +153,10 @@ if(_FUNC_IDESEARCHEDBOX_LONG_INFO==NULL){
_FUNC_IDESEARCHEDBOX_LONG_INFO=(int32*)mem_static_malloc(4); _FUNC_IDESEARCHEDBOX_LONG_INFO=(int32*)mem_static_malloc(4);
*_FUNC_IDESEARCHEDBOX_LONG_INFO=0; *_FUNC_IDESEARCHEDBOX_LONG_INFO=0;
} }
int64 fornext_value5375; int64 fornext_value5399;
int64 fornext_finalvalue5375; int64 fornext_finalvalue5399;
int64 fornext_step5375; int64 fornext_step5399;
uint8 fornext_step_negative5375; uint8 fornext_step_negative5399;
int32 *_FUNC_IDESEARCHEDBOX_LONG_T=NULL; int32 *_FUNC_IDESEARCHEDBOX_LONG_T=NULL;
if(_FUNC_IDESEARCHEDBOX_LONG_T==NULL){ if(_FUNC_IDESEARCHEDBOX_LONG_T==NULL){
_FUNC_IDESEARCHEDBOX_LONG_T=(int32*)mem_static_malloc(4); _FUNC_IDESEARCHEDBOX_LONG_T=(int32*)mem_static_malloc(4);

View file

@ -1,12 +1,12 @@
qbs*oldstr5376=NULL; qbs*oldstr5400=NULL;
if(_SUB_IDEIMPORTBOOKMARKS_STRING_F2->tmp||_SUB_IDEIMPORTBOOKMARKS_STRING_F2->fixed||_SUB_IDEIMPORTBOOKMARKS_STRING_F2->readonly){ if(_SUB_IDEIMPORTBOOKMARKS_STRING_F2->tmp||_SUB_IDEIMPORTBOOKMARKS_STRING_F2->fixed||_SUB_IDEIMPORTBOOKMARKS_STRING_F2->readonly){
oldstr5376=_SUB_IDEIMPORTBOOKMARKS_STRING_F2; oldstr5400=_SUB_IDEIMPORTBOOKMARKS_STRING_F2;
if (oldstr5376->cmem_descriptor){ if (oldstr5400->cmem_descriptor){
_SUB_IDEIMPORTBOOKMARKS_STRING_F2=qbs_new_cmem(oldstr5376->len,0); _SUB_IDEIMPORTBOOKMARKS_STRING_F2=qbs_new_cmem(oldstr5400->len,0);
}else{ }else{
_SUB_IDEIMPORTBOOKMARKS_STRING_F2=qbs_new(oldstr5376->len,0); _SUB_IDEIMPORTBOOKMARKS_STRING_F2=qbs_new(oldstr5400->len,0);
} }
memcpy(_SUB_IDEIMPORTBOOKMARKS_STRING_F2->chr,oldstr5376->chr,oldstr5376->len); memcpy(_SUB_IDEIMPORTBOOKMARKS_STRING_F2->chr,oldstr5400->chr,oldstr5400->len);
} }
qbs *_SUB_IDEIMPORTBOOKMARKS_STRING_F=NULL; qbs *_SUB_IDEIMPORTBOOKMARKS_STRING_F=NULL;
if (!_SUB_IDEIMPORTBOOKMARKS_STRING_F)_SUB_IDEIMPORTBOOKMARKS_STRING_F=qbs_new(0,0); if (!_SUB_IDEIMPORTBOOKMARKS_STRING_F)_SUB_IDEIMPORTBOOKMARKS_STRING_F=qbs_new(0,0);
@ -27,18 +27,18 @@ if(_SUB_IDEIMPORTBOOKMARKS_LONG_L==NULL){
_SUB_IDEIMPORTBOOKMARKS_LONG_L=(int32*)mem_static_malloc(4); _SUB_IDEIMPORTBOOKMARKS_LONG_L=(int32*)mem_static_malloc(4);
*_SUB_IDEIMPORTBOOKMARKS_LONG_L=0; *_SUB_IDEIMPORTBOOKMARKS_LONG_L=0;
} }
byte_element_struct *byte_element_5377=NULL; byte_element_struct *byte_element_5401=NULL;
if (!byte_element_5377){ if (!byte_element_5401){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5377=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5377=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5401=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5401=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDEIMPORTBOOKMARKS_LONG_X1=NULL; int32 *_SUB_IDEIMPORTBOOKMARKS_LONG_X1=NULL;
if(_SUB_IDEIMPORTBOOKMARKS_LONG_X1==NULL){ if(_SUB_IDEIMPORTBOOKMARKS_LONG_X1==NULL){
_SUB_IDEIMPORTBOOKMARKS_LONG_X1=(int32*)mem_static_malloc(4); _SUB_IDEIMPORTBOOKMARKS_LONG_X1=(int32*)mem_static_malloc(4);
*_SUB_IDEIMPORTBOOKMARKS_LONG_X1=0; *_SUB_IDEIMPORTBOOKMARKS_LONG_X1=0;
} }
byte_element_struct *byte_element_5378=NULL; byte_element_struct *byte_element_5402=NULL;
if (!byte_element_5378){ if (!byte_element_5402){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5378=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5378=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5402=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5402=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_SUB_IDEIMPORTBOOKMARKS_STRING_D=NULL; qbs *_SUB_IDEIMPORTBOOKMARKS_STRING_D=NULL;
if (!_SUB_IDEIMPORTBOOKMARKS_STRING_D)_SUB_IDEIMPORTBOOKMARKS_STRING_D=qbs_new(0,0); if (!_SUB_IDEIMPORTBOOKMARKS_STRING_D)_SUB_IDEIMPORTBOOKMARKS_STRING_D=qbs_new(0,0);
@ -52,10 +52,10 @@ if(_SUB_IDEIMPORTBOOKMARKS_LONG_I==NULL){
_SUB_IDEIMPORTBOOKMARKS_LONG_I=(int32*)mem_static_malloc(4); _SUB_IDEIMPORTBOOKMARKS_LONG_I=(int32*)mem_static_malloc(4);
*_SUB_IDEIMPORTBOOKMARKS_LONG_I=0; *_SUB_IDEIMPORTBOOKMARKS_LONG_I=0;
} }
int64 fornext_value5380; int64 fornext_value5404;
int64 fornext_finalvalue5380; int64 fornext_finalvalue5404;
int64 fornext_step5380; int64 fornext_step5404;
uint8 fornext_step_negative5380; uint8 fornext_step_negative5404;
int32 *_SUB_IDEIMPORTBOOKMARKS_LONG_BY=NULL; int32 *_SUB_IDEIMPORTBOOKMARKS_LONG_BY=NULL;
if(_SUB_IDEIMPORTBOOKMARKS_LONG_BY==NULL){ if(_SUB_IDEIMPORTBOOKMARKS_LONG_BY==NULL){
_SUB_IDEIMPORTBOOKMARKS_LONG_BY=(int32*)mem_static_malloc(4); _SUB_IDEIMPORTBOOKMARKS_LONG_BY=(int32*)mem_static_malloc(4);

View file

@ -1,12 +1,12 @@
qbs*oldstr5381=NULL; qbs*oldstr5405=NULL;
if(_SUB_IDESAVEBOOKMARKS_STRING_F2->tmp||_SUB_IDESAVEBOOKMARKS_STRING_F2->fixed||_SUB_IDESAVEBOOKMARKS_STRING_F2->readonly){ if(_SUB_IDESAVEBOOKMARKS_STRING_F2->tmp||_SUB_IDESAVEBOOKMARKS_STRING_F2->fixed||_SUB_IDESAVEBOOKMARKS_STRING_F2->readonly){
oldstr5381=_SUB_IDESAVEBOOKMARKS_STRING_F2; oldstr5405=_SUB_IDESAVEBOOKMARKS_STRING_F2;
if (oldstr5381->cmem_descriptor){ if (oldstr5405->cmem_descriptor){
_SUB_IDESAVEBOOKMARKS_STRING_F2=qbs_new_cmem(oldstr5381->len,0); _SUB_IDESAVEBOOKMARKS_STRING_F2=qbs_new_cmem(oldstr5405->len,0);
}else{ }else{
_SUB_IDESAVEBOOKMARKS_STRING_F2=qbs_new(oldstr5381->len,0); _SUB_IDESAVEBOOKMARKS_STRING_F2=qbs_new(oldstr5405->len,0);
} }
memcpy(_SUB_IDESAVEBOOKMARKS_STRING_F2->chr,oldstr5381->chr,oldstr5381->len); memcpy(_SUB_IDESAVEBOOKMARKS_STRING_F2->chr,oldstr5405->chr,oldstr5405->len);
} }
qbs *_SUB_IDESAVEBOOKMARKS_STRING_F=NULL; qbs *_SUB_IDESAVEBOOKMARKS_STRING_F=NULL;
if (!_SUB_IDESAVEBOOKMARKS_STRING_F)_SUB_IDESAVEBOOKMARKS_STRING_F=qbs_new(0,0); if (!_SUB_IDESAVEBOOKMARKS_STRING_F)_SUB_IDESAVEBOOKMARKS_STRING_F=qbs_new(0,0);
@ -27,22 +27,22 @@ if(_SUB_IDESAVEBOOKMARKS_LONG_L==NULL){
_SUB_IDESAVEBOOKMARKS_LONG_L=(int32*)mem_static_malloc(4); _SUB_IDESAVEBOOKMARKS_LONG_L=(int32*)mem_static_malloc(4);
*_SUB_IDESAVEBOOKMARKS_LONG_L=0; *_SUB_IDESAVEBOOKMARKS_LONG_L=0;
} }
byte_element_struct *byte_element_5382=NULL; byte_element_struct *byte_element_5406=NULL;
if (!byte_element_5382){ if (!byte_element_5406){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5382=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5382=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5406=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5406=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDESAVEBOOKMARKS_LONG_X2=NULL; int32 *_SUB_IDESAVEBOOKMARKS_LONG_X2=NULL;
if(_SUB_IDESAVEBOOKMARKS_LONG_X2==NULL){ if(_SUB_IDESAVEBOOKMARKS_LONG_X2==NULL){
_SUB_IDESAVEBOOKMARKS_LONG_X2=(int32*)mem_static_malloc(4); _SUB_IDESAVEBOOKMARKS_LONG_X2=(int32*)mem_static_malloc(4);
*_SUB_IDESAVEBOOKMARKS_LONG_X2=0; *_SUB_IDESAVEBOOKMARKS_LONG_X2=0;
} }
byte_element_struct *byte_element_5383=NULL; byte_element_struct *byte_element_5407=NULL;
if (!byte_element_5383){ if (!byte_element_5407){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5383=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5383=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5407=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5407=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5384=NULL; byte_element_struct *byte_element_5408=NULL;
if (!byte_element_5384){ if (!byte_element_5408){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5384=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5384=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5408=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5408=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_SUB_IDESAVEBOOKMARKS_STRING_D=NULL; qbs *_SUB_IDESAVEBOOKMARKS_STRING_D=NULL;
if (!_SUB_IDESAVEBOOKMARKS_STRING_D)_SUB_IDESAVEBOOKMARKS_STRING_D=qbs_new(0,0); if (!_SUB_IDESAVEBOOKMARKS_STRING_D)_SUB_IDESAVEBOOKMARKS_STRING_D=qbs_new(0,0);
@ -51,15 +51,15 @@ if(_SUB_IDESAVEBOOKMARKS_LONG_I==NULL){
_SUB_IDESAVEBOOKMARKS_LONG_I=(int32*)mem_static_malloc(4); _SUB_IDESAVEBOOKMARKS_LONG_I=(int32*)mem_static_malloc(4);
*_SUB_IDESAVEBOOKMARKS_LONG_I=0; *_SUB_IDESAVEBOOKMARKS_LONG_I=0;
} }
int64 fornext_value5386; int64 fornext_value5410;
int64 fornext_finalvalue5386; int64 fornext_finalvalue5410;
int64 fornext_step5386; int64 fornext_step5410;
uint8 fornext_step_negative5386; uint8 fornext_step_negative5410;
byte_element_struct *byte_element_5387=NULL; byte_element_struct *byte_element_5411=NULL;
if (!byte_element_5387){ if (!byte_element_5411){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5387=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5387=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5411=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5411=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5388=NULL; byte_element_struct *byte_element_5412=NULL;
if (!byte_element_5388){ if (!byte_element_5412){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5388=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5388=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5412=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5412=(byte_element_struct*)mem_static_malloc(12);
} }

View file

@ -41,13 +41,13 @@ _FUNC_IDERECENTBOX_LONG_FH=(int32*)mem_static_malloc(4);
} }
qbs *_FUNC_IDERECENTBOX_STRING_A=NULL; qbs *_FUNC_IDERECENTBOX_STRING_A=NULL;
if (!_FUNC_IDERECENTBOX_STRING_A)_FUNC_IDERECENTBOX_STRING_A=qbs_new(0,0); if (!_FUNC_IDERECENTBOX_STRING_A)_FUNC_IDERECENTBOX_STRING_A=qbs_new(0,0);
byte_element_struct *byte_element_5389=NULL; byte_element_struct *byte_element_5413=NULL;
if (!byte_element_5389){ if (!byte_element_5413){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5389=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5389=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5413=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5413=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5390=NULL; byte_element_struct *byte_element_5414=NULL;
if (!byte_element_5390){ if (!byte_element_5414){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5390=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5390=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5414=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5414=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDERECENTBOX_LONG_AI=NULL; int32 *_FUNC_IDERECENTBOX_LONG_AI=NULL;
if(_FUNC_IDERECENTBOX_LONG_AI==NULL){ if(_FUNC_IDERECENTBOX_LONG_AI==NULL){
@ -56,29 +56,29 @@ _FUNC_IDERECENTBOX_LONG_AI=(int32*)mem_static_malloc(4);
} }
qbs *_FUNC_IDERECENTBOX_STRING_F=NULL; qbs *_FUNC_IDERECENTBOX_STRING_F=NULL;
if (!_FUNC_IDERECENTBOX_STRING_F)_FUNC_IDERECENTBOX_STRING_F=qbs_new(0,0); if (!_FUNC_IDERECENTBOX_STRING_F)_FUNC_IDERECENTBOX_STRING_F=qbs_new(0,0);
byte_element_struct *byte_element_5392=NULL; byte_element_struct *byte_element_5416=NULL;
if (!byte_element_5392){ if (!byte_element_5416){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5392=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5392=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5416=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5416=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5393=NULL; byte_element_struct *byte_element_5417=NULL;
if (!byte_element_5393){ if (!byte_element_5417){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5393=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5393=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5417=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5417=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5394=NULL; byte_element_struct *byte_element_5418=NULL;
if (!byte_element_5394){ if (!byte_element_5418){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5394=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5394=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5418=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5418=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDERECENTBOX_LONG_I=NULL; int32 *_FUNC_IDERECENTBOX_LONG_I=NULL;
if(_FUNC_IDERECENTBOX_LONG_I==NULL){ if(_FUNC_IDERECENTBOX_LONG_I==NULL){
_FUNC_IDERECENTBOX_LONG_I=(int32*)mem_static_malloc(4); _FUNC_IDERECENTBOX_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_IDERECENTBOX_LONG_I=0; *_FUNC_IDERECENTBOX_LONG_I=0;
} }
int32 pass5395; int32 pass5419;
int32 pass5396; int32 pass5420;
int64 fornext_value5398; int64 fornext_value5422;
int64 fornext_finalvalue5398; int64 fornext_finalvalue5422;
int64 fornext_step5398; int64 fornext_step5422;
uint8 fornext_step_negative5398; uint8 fornext_step_negative5422;
int32 *_FUNC_IDERECENTBOX_LONG_F=NULL; int32 *_FUNC_IDERECENTBOX_LONG_F=NULL;
if(_FUNC_IDERECENTBOX_LONG_F==NULL){ if(_FUNC_IDERECENTBOX_LONG_F==NULL){
_FUNC_IDERECENTBOX_LONG_F=(int32*)mem_static_malloc(4); _FUNC_IDERECENTBOX_LONG_F=(int32*)mem_static_malloc(4);
@ -94,10 +94,10 @@ if(_FUNC_IDERECENTBOX_LONG_CY==NULL){
_FUNC_IDERECENTBOX_LONG_CY=(int32*)mem_static_malloc(4); _FUNC_IDERECENTBOX_LONG_CY=(int32*)mem_static_malloc(4);
*_FUNC_IDERECENTBOX_LONG_CY=0; *_FUNC_IDERECENTBOX_LONG_CY=0;
} }
int64 fornext_value5401; int64 fornext_value5425;
int64 fornext_finalvalue5401; int64 fornext_finalvalue5425;
int64 fornext_step5401; int64 fornext_step5425;
uint8 fornext_step_negative5401; uint8 fornext_step_negative5425;
int32 *_FUNC_IDERECENTBOX_LONG_LASTFOCUS=NULL; int32 *_FUNC_IDERECENTBOX_LONG_LASTFOCUS=NULL;
if(_FUNC_IDERECENTBOX_LONG_LASTFOCUS==NULL){ if(_FUNC_IDERECENTBOX_LONG_LASTFOCUS==NULL){
_FUNC_IDERECENTBOX_LONG_LASTFOCUS=(int32*)mem_static_malloc(4); _FUNC_IDERECENTBOX_LONG_LASTFOCUS=(int32*)mem_static_malloc(4);
@ -130,9 +130,9 @@ _FUNC_IDERECENTBOX_LONG_OLDALT=(int32*)mem_static_malloc(4);
} }
qbs *_FUNC_IDERECENTBOX_STRING_ALTLETTER=NULL; qbs *_FUNC_IDERECENTBOX_STRING_ALTLETTER=NULL;
if (!_FUNC_IDERECENTBOX_STRING_ALTLETTER)_FUNC_IDERECENTBOX_STRING_ALTLETTER=qbs_new(0,0); if (!_FUNC_IDERECENTBOX_STRING_ALTLETTER)_FUNC_IDERECENTBOX_STRING_ALTLETTER=qbs_new(0,0);
byte_element_struct *byte_element_5403=NULL; byte_element_struct *byte_element_5427=NULL;
if (!byte_element_5403){ if (!byte_element_5427){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5403=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5403=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5427=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5427=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDERECENTBOX_LONG_K=NULL; int32 *_FUNC_IDERECENTBOX_LONG_K=NULL;
if(_FUNC_IDERECENTBOX_LONG_K==NULL){ if(_FUNC_IDERECENTBOX_LONG_K==NULL){
@ -144,10 +144,10 @@ if(_FUNC_IDERECENTBOX_LONG_INFO==NULL){
_FUNC_IDERECENTBOX_LONG_INFO=(int32*)mem_static_malloc(4); _FUNC_IDERECENTBOX_LONG_INFO=(int32*)mem_static_malloc(4);
*_FUNC_IDERECENTBOX_LONG_INFO=0; *_FUNC_IDERECENTBOX_LONG_INFO=0;
} }
int64 fornext_value5405; int64 fornext_value5429;
int64 fornext_finalvalue5405; int64 fornext_finalvalue5429;
int64 fornext_step5405; int64 fornext_step5429;
uint8 fornext_step_negative5405; uint8 fornext_step_negative5429;
int32 *_FUNC_IDERECENTBOX_LONG_T=NULL; int32 *_FUNC_IDERECENTBOX_LONG_T=NULL;
if(_FUNC_IDERECENTBOX_LONG_T==NULL){ if(_FUNC_IDERECENTBOX_LONG_T==NULL){
_FUNC_IDERECENTBOX_LONG_T=(int32*)mem_static_malloc(4); _FUNC_IDERECENTBOX_LONG_T=(int32*)mem_static_malloc(4);

View file

@ -15,19 +15,19 @@ _SUB_IDEMAKEFILEMENU_LONG_FH=(int32*)mem_static_malloc(4);
} }
qbs *_SUB_IDEMAKEFILEMENU_STRING_A=NULL; qbs *_SUB_IDEMAKEFILEMENU_STRING_A=NULL;
if (!_SUB_IDEMAKEFILEMENU_STRING_A)_SUB_IDEMAKEFILEMENU_STRING_A=qbs_new(0,0); if (!_SUB_IDEMAKEFILEMENU_STRING_A)_SUB_IDEMAKEFILEMENU_STRING_A=qbs_new(0,0);
byte_element_struct *byte_element_5406=NULL; byte_element_struct *byte_element_5430=NULL;
if (!byte_element_5406){ if (!byte_element_5430){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5406=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5406=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5430=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5430=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDEMAKEFILEMENU_LONG_R=NULL; int32 *_SUB_IDEMAKEFILEMENU_LONG_R=NULL;
if(_SUB_IDEMAKEFILEMENU_LONG_R==NULL){ if(_SUB_IDEMAKEFILEMENU_LONG_R==NULL){
_SUB_IDEMAKEFILEMENU_LONG_R=(int32*)mem_static_malloc(4); _SUB_IDEMAKEFILEMENU_LONG_R=(int32*)mem_static_malloc(4);
*_SUB_IDEMAKEFILEMENU_LONG_R=0; *_SUB_IDEMAKEFILEMENU_LONG_R=0;
} }
int64 fornext_value5408; int64 fornext_value5432;
int64 fornext_finalvalue5408; int64 fornext_finalvalue5432;
int64 fornext_step5408; int64 fornext_step5432;
uint8 fornext_step_negative5408; uint8 fornext_step_negative5432;
int32 *_SUB_IDEMAKEFILEMENU_LONG_AI=NULL; int32 *_SUB_IDEMAKEFILEMENU_LONG_AI=NULL;
if(_SUB_IDEMAKEFILEMENU_LONG_AI==NULL){ if(_SUB_IDEMAKEFILEMENU_LONG_AI==NULL){
_SUB_IDEMAKEFILEMENU_LONG_AI=(int32*)mem_static_malloc(4); _SUB_IDEMAKEFILEMENU_LONG_AI=(int32*)mem_static_malloc(4);
@ -35,15 +35,15 @@ _SUB_IDEMAKEFILEMENU_LONG_AI=(int32*)mem_static_malloc(4);
} }
qbs *_SUB_IDEMAKEFILEMENU_STRING_F=NULL; qbs *_SUB_IDEMAKEFILEMENU_STRING_F=NULL;
if (!_SUB_IDEMAKEFILEMENU_STRING_F)_SUB_IDEMAKEFILEMENU_STRING_F=qbs_new(0,0); if (!_SUB_IDEMAKEFILEMENU_STRING_F)_SUB_IDEMAKEFILEMENU_STRING_F=qbs_new(0,0);
byte_element_struct *byte_element_5409=NULL; byte_element_struct *byte_element_5433=NULL;
if (!byte_element_5409){ if (!byte_element_5433){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5409=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5409=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5433=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5433=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5410=NULL; byte_element_struct *byte_element_5434=NULL;
if (!byte_element_5410){ if (!byte_element_5434){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5410=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5410=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5434=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5434=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5411=NULL; byte_element_struct *byte_element_5435=NULL;
if (!byte_element_5411){ if (!byte_element_5435){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5411=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5411=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5435=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5435=(byte_element_struct*)mem_static_malloc(12);
} }

View file

@ -1,14 +1,14 @@
qbs *_FUNC_FIXOPERATIONORDER_STRING_FIXOPERATIONORDER=NULL; qbs *_FUNC_FIXOPERATIONORDER_STRING_FIXOPERATIONORDER=NULL;
if (!_FUNC_FIXOPERATIONORDER_STRING_FIXOPERATIONORDER)_FUNC_FIXOPERATIONORDER_STRING_FIXOPERATIONORDER=qbs_new(0,0); if (!_FUNC_FIXOPERATIONORDER_STRING_FIXOPERATIONORDER)_FUNC_FIXOPERATIONORDER_STRING_FIXOPERATIONORDER=qbs_new(0,0);
qbs*oldstr2507=NULL; qbs*oldstr2508=NULL;
if(_FUNC_FIXOPERATIONORDER_STRING_SAVEA->tmp||_FUNC_FIXOPERATIONORDER_STRING_SAVEA->fixed||_FUNC_FIXOPERATIONORDER_STRING_SAVEA->readonly){ if(_FUNC_FIXOPERATIONORDER_STRING_SAVEA->tmp||_FUNC_FIXOPERATIONORDER_STRING_SAVEA->fixed||_FUNC_FIXOPERATIONORDER_STRING_SAVEA->readonly){
oldstr2507=_FUNC_FIXOPERATIONORDER_STRING_SAVEA; oldstr2508=_FUNC_FIXOPERATIONORDER_STRING_SAVEA;
if (oldstr2507->cmem_descriptor){ if (oldstr2508->cmem_descriptor){
_FUNC_FIXOPERATIONORDER_STRING_SAVEA=qbs_new_cmem(oldstr2507->len,0); _FUNC_FIXOPERATIONORDER_STRING_SAVEA=qbs_new_cmem(oldstr2508->len,0);
}else{ }else{
_FUNC_FIXOPERATIONORDER_STRING_SAVEA=qbs_new(oldstr2507->len,0); _FUNC_FIXOPERATIONORDER_STRING_SAVEA=qbs_new(oldstr2508->len,0);
} }
memcpy(_FUNC_FIXOPERATIONORDER_STRING_SAVEA->chr,oldstr2507->chr,oldstr2507->len); memcpy(_FUNC_FIXOPERATIONORDER_STRING_SAVEA->chr,oldstr2508->chr,oldstr2508->len);
} }
qbs *_FUNC_FIXOPERATIONORDER_STRING_A=NULL; qbs *_FUNC_FIXOPERATIONORDER_STRING_A=NULL;
if (!_FUNC_FIXOPERATIONORDER_STRING_A)_FUNC_FIXOPERATIONORDER_STRING_A=qbs_new(0,0); if (!_FUNC_FIXOPERATIONORDER_STRING_A)_FUNC_FIXOPERATIONORDER_STRING_A=qbs_new(0,0);
@ -24,15 +24,15 @@ if(_FUNC_FIXOPERATIONORDER_LONG_I==NULL){
_FUNC_FIXOPERATIONORDER_LONG_I=(int32*)mem_static_malloc(4); _FUNC_FIXOPERATIONORDER_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_FIXOPERATIONORDER_LONG_I=0; *_FUNC_FIXOPERATIONORDER_LONG_I=0;
} }
int64 fornext_value2510; int64 fornext_value2511;
int64 fornext_finalvalue2510; int64 fornext_finalvalue2511;
int64 fornext_step2510; int64 fornext_step2511;
uint8 fornext_step_negative2510; uint8 fornext_step_negative2511;
qbs *_FUNC_FIXOPERATIONORDER_STRING_TEMP1=NULL; qbs *_FUNC_FIXOPERATIONORDER_STRING_TEMP1=NULL;
if (!_FUNC_FIXOPERATIONORDER_STRING_TEMP1)_FUNC_FIXOPERATIONORDER_STRING_TEMP1=qbs_new(0,0); if (!_FUNC_FIXOPERATIONORDER_STRING_TEMP1)_FUNC_FIXOPERATIONORDER_STRING_TEMP1=qbs_new(0,0);
qbs *_FUNC_FIXOPERATIONORDER_STRING_TEMP2=NULL; qbs *_FUNC_FIXOPERATIONORDER_STRING_TEMP2=NULL;
if (!_FUNC_FIXOPERATIONORDER_STRING_TEMP2)_FUNC_FIXOPERATIONORDER_STRING_TEMP2=qbs_new(0,0); if (!_FUNC_FIXOPERATIONORDER_STRING_TEMP2)_FUNC_FIXOPERATIONORDER_STRING_TEMP2=qbs_new(0,0);
int32 pass2511; int32 pass2512;
int32 *_FUNC_FIXOPERATIONORDER_LONG_B=NULL; int32 *_FUNC_FIXOPERATIONORDER_LONG_B=NULL;
if(_FUNC_FIXOPERATIONORDER_LONG_B==NULL){ if(_FUNC_FIXOPERATIONORDER_LONG_B==NULL){
_FUNC_FIXOPERATIONORDER_LONG_B=(int32*)mem_static_malloc(4); _FUNC_FIXOPERATIONORDER_LONG_B=(int32*)mem_static_malloc(4);
@ -59,62 +59,62 @@ if(_FUNC_FIXOPERATIONORDER_LONG_I3==NULL){
_FUNC_FIXOPERATIONORDER_LONG_I3=(int32*)mem_static_malloc(4); _FUNC_FIXOPERATIONORDER_LONG_I3=(int32*)mem_static_malloc(4);
*_FUNC_FIXOPERATIONORDER_LONG_I3=0; *_FUNC_FIXOPERATIONORDER_LONG_I3=0;
} }
byte_element_struct *byte_element_2512=NULL;
if (!byte_element_2512){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2512=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2512=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_2513=NULL; byte_element_struct *byte_element_2513=NULL;
if (!byte_element_2513){ if (!byte_element_2513){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2513=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2513=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2513=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2513=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_2515=NULL; byte_element_struct *byte_element_2514=NULL;
if (!byte_element_2515){ if (!byte_element_2514){
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); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2514=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2514=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_2516=NULL; byte_element_struct *byte_element_2516=NULL;
if (!byte_element_2516){ if (!byte_element_2516){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2516=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2516=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2516=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2516=(byte_element_struct*)mem_static_malloc(12);
} }
int64 fornext_value2519; byte_element_struct *byte_element_2517=NULL;
int64 fornext_finalvalue2519; if (!byte_element_2517){
int64 fornext_step2519; if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2517=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2517=(byte_element_struct*)mem_static_malloc(12);
uint8 fornext_step_negative2519; }
int32 pass2520; int64 fornext_value2520;
int64 fornext_finalvalue2520;
int64 fornext_step2520;
uint8 fornext_step_negative2520;
int32 pass2521; int32 pass2521;
int32 pass2522; int32 pass2522;
int32 pass2523; int32 pass2523;
int32 pass2524; int32 pass2524;
int64 fornext_value2527; int32 pass2525;
int64 fornext_finalvalue2527; int64 fornext_value2528;
int64 fornext_step2527; int64 fornext_finalvalue2528;
uint8 fornext_step_negative2527; int64 fornext_step2528;
uint8 fornext_step_negative2528;
int32 *_FUNC_FIXOPERATIONORDER_LONG_NEG=NULL; int32 *_FUNC_FIXOPERATIONORDER_LONG_NEG=NULL;
if(_FUNC_FIXOPERATIONORDER_LONG_NEG==NULL){ if(_FUNC_FIXOPERATIONORDER_LONG_NEG==NULL){
_FUNC_FIXOPERATIONORDER_LONG_NEG=(int32*)mem_static_malloc(4); _FUNC_FIXOPERATIONORDER_LONG_NEG=(int32*)mem_static_malloc(4);
*_FUNC_FIXOPERATIONORDER_LONG_NEG=0; *_FUNC_FIXOPERATIONORDER_LONG_NEG=0;
} }
int32 pass2528; int32 pass2529;
int32 *_FUNC_FIXOPERATIONORDER_LONG_C=NULL; int32 *_FUNC_FIXOPERATIONORDER_LONG_C=NULL;
if(_FUNC_FIXOPERATIONORDER_LONG_C==NULL){ if(_FUNC_FIXOPERATIONORDER_LONG_C==NULL){
_FUNC_FIXOPERATIONORDER_LONG_C=(int32*)mem_static_malloc(4); _FUNC_FIXOPERATIONORDER_LONG_C=(int32*)mem_static_malloc(4);
*_FUNC_FIXOPERATIONORDER_LONG_C=0; *_FUNC_FIXOPERATIONORDER_LONG_C=0;
} }
int32 pass2529; int32 pass2530;
int32 *_FUNC_FIXOPERATIONORDER_LONG_C2=NULL; int32 *_FUNC_FIXOPERATIONORDER_LONG_C2=NULL;
if(_FUNC_FIXOPERATIONORDER_LONG_C2==NULL){ if(_FUNC_FIXOPERATIONORDER_LONG_C2==NULL){
_FUNC_FIXOPERATIONORDER_LONG_C2=(int32*)mem_static_malloc(4); _FUNC_FIXOPERATIONORDER_LONG_C2=(int32*)mem_static_malloc(4);
*_FUNC_FIXOPERATIONORDER_LONG_C2=0; *_FUNC_FIXOPERATIONORDER_LONG_C2=0;
} }
int32 pass2530; int32 pass2531;
byte_element_struct *byte_element_2531=NULL; byte_element_struct *byte_element_2532=NULL;
if (!byte_element_2531){ if (!byte_element_2532){
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); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2532=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2532=(byte_element_struct*)mem_static_malloc(12);
} }
int32 pass2532;
int32 pass2533; int32 pass2533;
int32 pass2534; int32 pass2534;
int32 pass2536; int32 pass2535;
int32 pass2537; int32 pass2537;
int32 pass2538;
int32 *_FUNC_FIXOPERATIONORDER_LONG_POWNEGUSED=NULL; int32 *_FUNC_FIXOPERATIONORDER_LONG_POWNEGUSED=NULL;
if(_FUNC_FIXOPERATIONORDER_LONG_POWNEGUSED==NULL){ if(_FUNC_FIXOPERATIONORDER_LONG_POWNEGUSED==NULL){
_FUNC_FIXOPERATIONORDER_LONG_POWNEGUSED=(int32*)mem_static_malloc(4); _FUNC_FIXOPERATIONORDER_LONG_POWNEGUSED=(int32*)mem_static_malloc(4);
@ -125,12 +125,12 @@ if(_FUNC_FIXOPERATIONORDER_LONG_B1==NULL){
_FUNC_FIXOPERATIONORDER_LONG_B1=(int32*)mem_static_malloc(4); _FUNC_FIXOPERATIONORDER_LONG_B1=(int32*)mem_static_malloc(4);
*_FUNC_FIXOPERATIONORDER_LONG_B1=0; *_FUNC_FIXOPERATIONORDER_LONG_B1=0;
} }
int64 fornext_value2540; int64 fornext_value2541;
int64 fornext_finalvalue2540; int64 fornext_finalvalue2541;
int64 fornext_step2540; int64 fornext_step2541;
uint8 fornext_step_negative2540; uint8 fornext_step_negative2541;
int32 pass2541; int32 pass2542;
int32 pass2543; int32 pass2544;
int32 *_FUNC_FIXOPERATIONORDER_LONG_LCO=NULL; int32 *_FUNC_FIXOPERATIONORDER_LONG_LCO=NULL;
if(_FUNC_FIXOPERATIONORDER_LONG_LCO==NULL){ if(_FUNC_FIXOPERATIONORDER_LONG_LCO==NULL){
_FUNC_FIXOPERATIONORDER_LONG_LCO=(int32*)mem_static_malloc(4); _FUNC_FIXOPERATIONORDER_LONG_LCO=(int32*)mem_static_malloc(4);
@ -141,23 +141,23 @@ if(_FUNC_FIXOPERATIONORDER_LONG_HCO==NULL){
_FUNC_FIXOPERATIONORDER_LONG_HCO=(int32*)mem_static_malloc(4); _FUNC_FIXOPERATIONORDER_LONG_HCO=(int32*)mem_static_malloc(4);
*_FUNC_FIXOPERATIONORDER_LONG_HCO=0; *_FUNC_FIXOPERATIONORDER_LONG_HCO=0;
} }
int64 fornext_value2546; int64 fornext_value2547;
int64 fornext_finalvalue2546; int64 fornext_finalvalue2547;
int64 fornext_step2546; int64 fornext_step2547;
uint8 fornext_step_negative2546; uint8 fornext_step_negative2547;
int32 *_FUNC_FIXOPERATIONORDER_LONG_OP=NULL; int32 *_FUNC_FIXOPERATIONORDER_LONG_OP=NULL;
if(_FUNC_FIXOPERATIONORDER_LONG_OP==NULL){ if(_FUNC_FIXOPERATIONORDER_LONG_OP==NULL){
_FUNC_FIXOPERATIONORDER_LONG_OP=(int32*)mem_static_malloc(4); _FUNC_FIXOPERATIONORDER_LONG_OP=(int32*)mem_static_malloc(4);
*_FUNC_FIXOPERATIONORDER_LONG_OP=0; *_FUNC_FIXOPERATIONORDER_LONG_OP=0;
} }
int64 fornext_value2548; int64 fornext_value2549;
int64 fornext_finalvalue2548; int64 fornext_finalvalue2549;
int64 fornext_step2548; int64 fornext_step2549;
uint8 fornext_step_negative2548; uint8 fornext_step_negative2549;
int32 pass2549;
int32 pass2550; int32 pass2550;
int32 pass2551; int32 pass2551;
int32 pass2552; int32 pass2552;
int32 pass2553;
int32 *_FUNC_FIXOPERATIONORDER_LONG_N2=NULL; int32 *_FUNC_FIXOPERATIONORDER_LONG_N2=NULL;
if(_FUNC_FIXOPERATIONORDER_LONG_N2==NULL){ if(_FUNC_FIXOPERATIONORDER_LONG_N2==NULL){
_FUNC_FIXOPERATIONORDER_LONG_N2=(int32*)mem_static_malloc(4); _FUNC_FIXOPERATIONORDER_LONG_N2=(int32*)mem_static_malloc(4);
@ -165,13 +165,13 @@ _FUNC_FIXOPERATIONORDER_LONG_N2=(int32*)mem_static_malloc(4);
} }
qbs *_FUNC_FIXOPERATIONORDER_STRING_A3=NULL; qbs *_FUNC_FIXOPERATIONORDER_STRING_A3=NULL;
if (!_FUNC_FIXOPERATIONORDER_STRING_A3)_FUNC_FIXOPERATIONORDER_STRING_A3=qbs_new(0,0); if (!_FUNC_FIXOPERATIONORDER_STRING_A3)_FUNC_FIXOPERATIONORDER_STRING_A3=qbs_new(0,0);
int64 fornext_value2554; int64 fornext_value2555;
int64 fornext_finalvalue2554; int64 fornext_finalvalue2555;
int64 fornext_step2554; int64 fornext_step2555;
uint8 fornext_step_negative2554; uint8 fornext_step_negative2555;
int32 pass2557; int32 pass2558;
int32 pass2559;
int32 pass2560; int32 pass2560;
int32 pass2561;
qbs *_FUNC_FIXOPERATIONORDER_STRING_F=NULL; qbs *_FUNC_FIXOPERATIONORDER_STRING_F=NULL;
if (!_FUNC_FIXOPERATIONORDER_STRING_F)_FUNC_FIXOPERATIONORDER_STRING_F=qbs_new(0,0); if (!_FUNC_FIXOPERATIONORDER_STRING_F)_FUNC_FIXOPERATIONORDER_STRING_F=qbs_new(0,0);
int32 *_FUNC_FIXOPERATIONORDER_LONG_LASTT=NULL; int32 *_FUNC_FIXOPERATIONORDER_LONG_LASTT=NULL;
@ -184,10 +184,10 @@ if(_FUNC_FIXOPERATIONORDER_LONG_LASTTI==NULL){
_FUNC_FIXOPERATIONORDER_LONG_LASTTI=(int32*)mem_static_malloc(4); _FUNC_FIXOPERATIONORDER_LONG_LASTTI=(int32*)mem_static_malloc(4);
*_FUNC_FIXOPERATIONORDER_LONG_LASTTI=0; *_FUNC_FIXOPERATIONORDER_LONG_LASTTI=0;
} }
int64 fornext_value2562; int64 fornext_value2563;
int64 fornext_finalvalue2562; int64 fornext_finalvalue2563;
int64 fornext_step2562; int64 fornext_step2563;
uint8 fornext_step_negative2562; uint8 fornext_step_negative2563;
qbs *_FUNC_FIXOPERATIONORDER_STRING_F2=NULL; qbs *_FUNC_FIXOPERATIONORDER_STRING_F2=NULL;
if (!_FUNC_FIXOPERATIONORDER_STRING_F2)_FUNC_FIXOPERATIONORDER_STRING_F2=qbs_new(0,0); if (!_FUNC_FIXOPERATIONORDER_STRING_F2)_FUNC_FIXOPERATIONORDER_STRING_F2=qbs_new(0,0);
int32 *_FUNC_FIXOPERATIONORDER_LONG_LASTC=NULL; int32 *_FUNC_FIXOPERATIONORDER_LONG_LASTC=NULL;
@ -205,37 +205,33 @@ if(_FUNC_FIXOPERATIONORDER_LONG_X==NULL){
_FUNC_FIXOPERATIONORDER_LONG_X=(int32*)mem_static_malloc(4); _FUNC_FIXOPERATIONORDER_LONG_X=(int32*)mem_static_malloc(4);
*_FUNC_FIXOPERATIONORDER_LONG_X=0; *_FUNC_FIXOPERATIONORDER_LONG_X=0;
} }
byte_element_struct *byte_element_2564=NULL; byte_element_struct *byte_element_2565=NULL;
if (!byte_element_2564){ if (!byte_element_2565){
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); 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);
} }
int32 *_FUNC_FIXOPERATIONORDER_LONG_C3=NULL; int32 *_FUNC_FIXOPERATIONORDER_LONG_C3=NULL;
if(_FUNC_FIXOPERATIONORDER_LONG_C3==NULL){ if(_FUNC_FIXOPERATIONORDER_LONG_C3==NULL){
_FUNC_FIXOPERATIONORDER_LONG_C3=(int32*)mem_static_malloc(4); _FUNC_FIXOPERATIONORDER_LONG_C3=(int32*)mem_static_malloc(4);
*_FUNC_FIXOPERATIONORDER_LONG_C3=0; *_FUNC_FIXOPERATIONORDER_LONG_C3=0;
} }
byte_element_struct *byte_element_2565=NULL; byte_element_struct *byte_element_2566=NULL;
if (!byte_element_2565){ if (!byte_element_2566){
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); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2566=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2566=(byte_element_struct*)mem_static_malloc(12);
} }
int32 pass2566;
int32 pass2567; int32 pass2567;
byte_element_struct *byte_element_2568=NULL; int32 pass2568;
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);
}
byte_element_struct *byte_element_2569=NULL; byte_element_struct *byte_element_2569=NULL;
if (!byte_element_2569){ 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); 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);
} }
byte_element_struct *byte_element_2570=NULL;
if (!byte_element_2570){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2570=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2570=(byte_element_struct*)mem_static_malloc(12);
}
qbs *_FUNC_FIXOPERATIONORDER_STRING_F3=NULL; qbs *_FUNC_FIXOPERATIONORDER_STRING_F3=NULL;
if (!_FUNC_FIXOPERATIONORDER_STRING_F3)_FUNC_FIXOPERATIONORDER_STRING_F3=qbs_new(0,0); if (!_FUNC_FIXOPERATIONORDER_STRING_F3)_FUNC_FIXOPERATIONORDER_STRING_F3=qbs_new(0,0);
qbs *_FUNC_FIXOPERATIONORDER_STRING_S=NULL; qbs *_FUNC_FIXOPERATIONORDER_STRING_S=NULL;
if (!_FUNC_FIXOPERATIONORDER_STRING_S)_FUNC_FIXOPERATIONORDER_STRING_S=qbs_new(0,0); if (!_FUNC_FIXOPERATIONORDER_STRING_S)_FUNC_FIXOPERATIONORDER_STRING_S=qbs_new(0,0);
byte_element_struct *byte_element_2570=NULL;
if (!byte_element_2570){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2570=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2570=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_2571=NULL; byte_element_struct *byte_element_2571=NULL;
if (!byte_element_2571){ if (!byte_element_2571){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2571=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2571=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2571=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2571=(byte_element_struct*)mem_static_malloc(12);
@ -272,20 +268,24 @@ byte_element_struct *byte_element_2579=NULL;
if (!byte_element_2579){ 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); 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 pass2580; byte_element_struct *byte_element_2580=NULL;
int32 pass2581; if (!byte_element_2580){
byte_element_struct *byte_element_2582=NULL; 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);
if (!byte_element_2582){ }
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2582=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2582=(byte_element_struct*)mem_static_malloc(12); int32 pass2581;
int32 pass2582;
byte_element_struct *byte_element_2583=NULL;
if (!byte_element_2583){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2583=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2583=(byte_element_struct*)mem_static_malloc(12);
} }
int32 pass2583;
int32 pass2584; int32 pass2584;
int32 pass2585;
int32 *_FUNC_FIXOPERATIONORDER_LONG_NEXTC=NULL; int32 *_FUNC_FIXOPERATIONORDER_LONG_NEXTC=NULL;
if(_FUNC_FIXOPERATIONORDER_LONG_NEXTC==NULL){ if(_FUNC_FIXOPERATIONORDER_LONG_NEXTC==NULL){
_FUNC_FIXOPERATIONORDER_LONG_NEXTC=(int32*)mem_static_malloc(4); _FUNC_FIXOPERATIONORDER_LONG_NEXTC=(int32*)mem_static_malloc(4);
*_FUNC_FIXOPERATIONORDER_LONG_NEXTC=0; *_FUNC_FIXOPERATIONORDER_LONG_NEXTC=0;
} }
int32 pass2585; int32 pass2586;
qbs *_FUNC_FIXOPERATIONORDER_STRING_E=NULL; qbs *_FUNC_FIXOPERATIONORDER_STRING_E=NULL;
if (!_FUNC_FIXOPERATIONORDER_STRING_E)_FUNC_FIXOPERATIONORDER_STRING_E=qbs_new(0,0); if (!_FUNC_FIXOPERATIONORDER_STRING_E)_FUNC_FIXOPERATIONORDER_STRING_E=qbs_new(0,0);
qbs *_FUNC_FIXOPERATIONORDER_STRING_ES=NULL; qbs *_FUNC_FIXOPERATIONORDER_STRING_ES=NULL;
@ -327,9 +327,9 @@ if(_FUNC_FIXOPERATIONORDER_LONG_TRY==NULL){
_FUNC_FIXOPERATIONORDER_LONG_TRY=(int32*)mem_static_malloc(4); _FUNC_FIXOPERATIONORDER_LONG_TRY=(int32*)mem_static_malloc(4);
*_FUNC_FIXOPERATIONORDER_LONG_TRY=0; *_FUNC_FIXOPERATIONORDER_LONG_TRY=0;
} }
byte_element_struct *byte_element_2588=NULL; byte_element_struct *byte_element_2589=NULL;
if (!byte_element_2588){ if (!byte_element_2589){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2588=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2588=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2589=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2589=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_FIXOPERATIONORDER_LONG_A=NULL; int32 *_FUNC_FIXOPERATIONORDER_LONG_A=NULL;
if(_FUNC_FIXOPERATIONORDER_LONG_A==NULL){ if(_FUNC_FIXOPERATIONORDER_LONG_A==NULL){
@ -343,14 +343,14 @@ if(_FUNC_FIXOPERATIONORDER_LONG_T==NULL){
_FUNC_FIXOPERATIONORDER_LONG_T=(int32*)mem_static_malloc(4); _FUNC_FIXOPERATIONORDER_LONG_T=(int32*)mem_static_malloc(4);
*_FUNC_FIXOPERATIONORDER_LONG_T=0; *_FUNC_FIXOPERATIONORDER_LONG_T=0;
} }
byte_element_struct *byte_element_2590=NULL;
if (!byte_element_2590){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2590=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2590=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_2591=NULL; byte_element_struct *byte_element_2591=NULL;
if (!byte_element_2591){ if (!byte_element_2591){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2591=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2591=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2591=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2591=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_2592=NULL;
if (!byte_element_2592){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2592=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2592=(byte_element_struct*)mem_static_malloc(12);
}
int32 *_FUNC_FIXOPERATIONORDER_LONG_ET=NULL; int32 *_FUNC_FIXOPERATIONORDER_LONG_ET=NULL;
if(_FUNC_FIXOPERATIONORDER_LONG_ET==NULL){ if(_FUNC_FIXOPERATIONORDER_LONG_ET==NULL){
_FUNC_FIXOPERATIONORDER_LONG_ET=(int32*)mem_static_malloc(4); _FUNC_FIXOPERATIONORDER_LONG_ET=(int32*)mem_static_malloc(4);
@ -376,10 +376,6 @@ if(_FUNC_FIXOPERATIONORDER_LONG_T2==NULL){
_FUNC_FIXOPERATIONORDER_LONG_T2=(int32*)mem_static_malloc(4); _FUNC_FIXOPERATIONORDER_LONG_T2=(int32*)mem_static_malloc(4);
*_FUNC_FIXOPERATIONORDER_LONG_T2=0; *_FUNC_FIXOPERATIONORDER_LONG_T2=0;
} }
byte_element_struct *byte_element_2592=NULL;
if (!byte_element_2592){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2592=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2592=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_2593=NULL; byte_element_struct *byte_element_2593=NULL;
if (!byte_element_2593){ if (!byte_element_2593){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2593=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2593=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2593=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2593=(byte_element_struct*)mem_static_malloc(12);
@ -396,8 +392,12 @@ byte_element_struct *byte_element_2596=NULL;
if (!byte_element_2596){ if (!byte_element_2596){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2596=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2596=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2596=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2596=(byte_element_struct*)mem_static_malloc(12);
} }
int32 pass2597; byte_element_struct *byte_element_2597=NULL;
if (!byte_element_2597){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2597=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2597=(byte_element_struct*)mem_static_malloc(12);
}
int32 pass2598; int32 pass2598;
int32 pass2599;
qbs *_FUNC_FIXOPERATIONORDER_STRING_U=NULL; qbs *_FUNC_FIXOPERATIONORDER_STRING_U=NULL;
if (!_FUNC_FIXOPERATIONORDER_STRING_U)_FUNC_FIXOPERATIONORDER_STRING_U=qbs_new(0,0); if (!_FUNC_FIXOPERATIONORDER_STRING_U)_FUNC_FIXOPERATIONORDER_STRING_U=qbs_new(0,0);
qbs *_FUNC_FIXOPERATIONORDER_STRING_TRY_STRING=NULL; qbs *_FUNC_FIXOPERATIONORDER_STRING_TRY_STRING=NULL;
@ -409,59 +409,59 @@ if(_FUNC_FIXOPERATIONORDER_LONG_TRY_METHOD==NULL){
_FUNC_FIXOPERATIONORDER_LONG_TRY_METHOD=(int32*)mem_static_malloc(4); _FUNC_FIXOPERATIONORDER_LONG_TRY_METHOD=(int32*)mem_static_malloc(4);
*_FUNC_FIXOPERATIONORDER_LONG_TRY_METHOD=0; *_FUNC_FIXOPERATIONORDER_LONG_TRY_METHOD=0;
} }
int64 fornext_value2600; int64 fornext_value2601;
int64 fornext_finalvalue2600; int64 fornext_finalvalue2601;
int64 fornext_step2600; int64 fornext_step2601;
uint8 fornext_step_negative2600; uint8 fornext_step_negative2601;
qbs *_FUNC_FIXOPERATIONORDER_STRING_DTYP=NULL; qbs *_FUNC_FIXOPERATIONORDER_STRING_DTYP=NULL;
if (!_FUNC_FIXOPERATIONORDER_STRING_DTYP)_FUNC_FIXOPERATIONORDER_STRING_DTYP=qbs_new(0,0); if (!_FUNC_FIXOPERATIONORDER_STRING_DTYP)_FUNC_FIXOPERATIONORDER_STRING_DTYP=qbs_new(0,0);
byte_element_struct *byte_element_2601=NULL; byte_element_struct *byte_element_2602=NULL;
if (!byte_element_2601){ if (!byte_element_2602){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2601=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2601=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2602=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2602=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_FIXOPERATIONORDER_LONG_V=NULL; int32 *_FUNC_FIXOPERATIONORDER_LONG_V=NULL;
if(_FUNC_FIXOPERATIONORDER_LONG_V==NULL){ if(_FUNC_FIXOPERATIONORDER_LONG_V==NULL){
_FUNC_FIXOPERATIONORDER_LONG_V=(int32*)mem_static_malloc(4); _FUNC_FIXOPERATIONORDER_LONG_V=(int32*)mem_static_malloc(4);
*_FUNC_FIXOPERATIONORDER_LONG_V=0; *_FUNC_FIXOPERATIONORDER_LONG_V=0;
} }
int32 pass2604;
int32 pass2605; int32 pass2605;
int32 pass2606;
int32 *_FUNC_FIXOPERATIONORDER_LONG_B2=NULL; int32 *_FUNC_FIXOPERATIONORDER_LONG_B2=NULL;
if(_FUNC_FIXOPERATIONORDER_LONG_B2==NULL){ if(_FUNC_FIXOPERATIONORDER_LONG_B2==NULL){
_FUNC_FIXOPERATIONORDER_LONG_B2=(int32*)mem_static_malloc(4); _FUNC_FIXOPERATIONORDER_LONG_B2=(int32*)mem_static_malloc(4);
*_FUNC_FIXOPERATIONORDER_LONG_B2=0; *_FUNC_FIXOPERATIONORDER_LONG_B2=0;
} }
int64 fornext_value2607; int64 fornext_value2608;
int64 fornext_finalvalue2607; int64 fornext_finalvalue2608;
int64 fornext_step2607; int64 fornext_step2608;
uint8 fornext_step_negative2607; uint8 fornext_step_negative2608;
int32 pass2608;
int32 pass2609; int32 pass2609;
int32 pass2610; int32 pass2610;
byte_element_struct *byte_element_2611=NULL; int32 pass2611;
if (!byte_element_2611){ byte_element_struct *byte_element_2612=NULL;
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); if (!byte_element_2612){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2612=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2612=(byte_element_struct*)mem_static_malloc(12);
} }
int32 pass2612;
int32 pass2613; int32 pass2613;
int32 pass2614; int32 pass2614;
int32 pass2615; int32 pass2615;
int32 pass2616; int32 pass2616;
int32 pass2617;
int32 *_FUNC_FIXOPERATIONORDER_LONG_INTERNALTYPE=NULL; int32 *_FUNC_FIXOPERATIONORDER_LONG_INTERNALTYPE=NULL;
if(_FUNC_FIXOPERATIONORDER_LONG_INTERNALTYPE==NULL){ if(_FUNC_FIXOPERATIONORDER_LONG_INTERNALTYPE==NULL){
_FUNC_FIXOPERATIONORDER_LONG_INTERNALTYPE=(int32*)mem_static_malloc(4); _FUNC_FIXOPERATIONORDER_LONG_INTERNALTYPE=(int32*)mem_static_malloc(4);
*_FUNC_FIXOPERATIONORDER_LONG_INTERNALTYPE=0; *_FUNC_FIXOPERATIONORDER_LONG_INTERNALTYPE=0;
} }
int32 pass2617;
int32 pass2618; int32 pass2618;
byte_element_struct *byte_element_2619=NULL; int32 pass2619;
if (!byte_element_2619){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2619=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2619=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_2620=NULL; byte_element_struct *byte_element_2620=NULL;
if (!byte_element_2620){ if (!byte_element_2620){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2620=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2620=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2620=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2620=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_2621=NULL;
if (!byte_element_2621){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2621=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2621=(byte_element_struct*)mem_static_malloc(12);
}
qbs *_FUNC_FIXOPERATIONORDER_STRING_FF=NULL; qbs *_FUNC_FIXOPERATIONORDER_STRING_FF=NULL;
if (!_FUNC_FIXOPERATIONORDER_STRING_FF)_FUNC_FIXOPERATIONORDER_STRING_FF=qbs_new(0,0); if (!_FUNC_FIXOPERATIONORDER_STRING_FF)_FUNC_FIXOPERATIONORDER_STRING_FF=qbs_new(0,0);
int32 *_FUNC_FIXOPERATIONORDER_LONG_P1=NULL; int32 *_FUNC_FIXOPERATIONORDER_LONG_P1=NULL;
@ -471,10 +471,10 @@ _FUNC_FIXOPERATIONORDER_LONG_P1=(int32*)mem_static_malloc(4);
} }
qbs *_FUNC_FIXOPERATIONORDER_STRING_AA=NULL; qbs *_FUNC_FIXOPERATIONORDER_STRING_AA=NULL;
if (!_FUNC_FIXOPERATIONORDER_STRING_AA)_FUNC_FIXOPERATIONORDER_STRING_AA=qbs_new(0,0); if (!_FUNC_FIXOPERATIONORDER_STRING_AA)_FUNC_FIXOPERATIONORDER_STRING_AA=qbs_new(0,0);
int64 fornext_value2624; int64 fornext_value2625;
int64 fornext_finalvalue2624; int64 fornext_finalvalue2625;
int64 fornext_step2624; int64 fornext_step2625;
uint8 fornext_step_negative2624; uint8 fornext_step_negative2625;
int32 *_FUNC_FIXOPERATIONORDER_LONG_OPENBRACKET=NULL; int32 *_FUNC_FIXOPERATIONORDER_LONG_OPENBRACKET=NULL;
if(_FUNC_FIXOPERATIONORDER_LONG_OPENBRACKET==NULL){ if(_FUNC_FIXOPERATIONORDER_LONG_OPENBRACKET==NULL){
_FUNC_FIXOPERATIONORDER_LONG_OPENBRACKET=(int32*)mem_static_malloc(4); _FUNC_FIXOPERATIONORDER_LONG_OPENBRACKET=(int32*)mem_static_malloc(4);
@ -482,11 +482,7 @@ _FUNC_FIXOPERATIONORDER_LONG_OPENBRACKET=(int32*)mem_static_malloc(4);
} }
qbs *_FUNC_FIXOPERATIONORDER_STRING_FOO=NULL; qbs *_FUNC_FIXOPERATIONORDER_STRING_FOO=NULL;
if (!_FUNC_FIXOPERATIONORDER_STRING_FOO)_FUNC_FIXOPERATIONORDER_STRING_FOO=qbs_new(0,0); if (!_FUNC_FIXOPERATIONORDER_STRING_FOO)_FUNC_FIXOPERATIONORDER_STRING_FOO=qbs_new(0,0);
int32 pass2625; int32 pass2626;
byte_element_struct *byte_element_2626=NULL;
if (!byte_element_2626){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2626=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2626=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_2627=NULL; byte_element_struct *byte_element_2627=NULL;
if (!byte_element_2627){ if (!byte_element_2627){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2627=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2627=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2627=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2627=(byte_element_struct*)mem_static_malloc(12);
@ -499,11 +495,11 @@ byte_element_struct *byte_element_2629=NULL;
if (!byte_element_2629){ if (!byte_element_2629){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2629=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2629=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2629=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2629=(byte_element_struct*)mem_static_malloc(12);
} }
int32 pass2630; byte_element_struct *byte_element_2630=NULL;
byte_element_struct *byte_element_2631=NULL; if (!byte_element_2630){
if (!byte_element_2631){ if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2630=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2630=(byte_element_struct*)mem_static_malloc(12);
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2631=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2631=(byte_element_struct*)mem_static_malloc(12);
} }
int32 pass2631;
byte_element_struct *byte_element_2632=NULL; byte_element_struct *byte_element_2632=NULL;
if (!byte_element_2632){ if (!byte_element_2632){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2632=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2632=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2632=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2632=(byte_element_struct*)mem_static_malloc(12);
@ -520,3 +516,7 @@ byte_element_struct *byte_element_2635=NULL;
if (!byte_element_2635){ if (!byte_element_2635){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2635=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2635=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_2635=(byte_element_struct*)(mem_static_pointer-12); else byte_element_2635=(byte_element_struct*)mem_static_malloc(12);
} }
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);
}

View file

@ -29,23 +29,23 @@ if(_SUB_IDEMAKECONTEXTUALMENU_LONG_X==NULL){
_SUB_IDEMAKECONTEXTUALMENU_LONG_X=(int32*)mem_static_malloc(4); _SUB_IDEMAKECONTEXTUALMENU_LONG_X=(int32*)mem_static_malloc(4);
*_SUB_IDEMAKECONTEXTUALMENU_LONG_X=0; *_SUB_IDEMAKECONTEXTUALMENU_LONG_X=0;
} }
int64 fornext_value5413; int64 fornext_value5437;
int64 fornext_finalvalue5413; int64 fornext_finalvalue5437;
int64 fornext_step5413; int64 fornext_step5437;
uint8 fornext_step_negative5413; uint8 fornext_step_negative5437;
byte_element_struct *byte_element_5414=NULL; byte_element_struct *byte_element_5438=NULL;
if (!byte_element_5414){ if (!byte_element_5438){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5414=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5414=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5438=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5438=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5415=NULL; byte_element_struct *byte_element_5439=NULL;
if (!byte_element_5415){ if (!byte_element_5439){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5415=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5415=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5439=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5439=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_SUB_IDEMAKECONTEXTUALMENU_STRING_SELA2=NULL; qbs *_SUB_IDEMAKECONTEXTUALMENU_STRING_SELA2=NULL;
if (!_SUB_IDEMAKECONTEXTUALMENU_STRING_SELA2)_SUB_IDEMAKECONTEXTUALMENU_STRING_SELA2=qbs_new(0,0); if (!_SUB_IDEMAKECONTEXTUALMENU_STRING_SELA2)_SUB_IDEMAKECONTEXTUALMENU_STRING_SELA2=qbs_new(0,0);
byte_element_struct *byte_element_5416=NULL; byte_element_struct *byte_element_5440=NULL;
if (!byte_element_5416){ if (!byte_element_5440){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5416=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5416=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5440=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5440=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDEMAKECONTEXTUALMENU_LONG_TOTALSF=NULL; int32 *_SUB_IDEMAKECONTEXTUALMENU_LONG_TOTALSF=NULL;
if(_SUB_IDEMAKECONTEXTUALMENU_LONG_TOTALSF==NULL){ if(_SUB_IDEMAKECONTEXTUALMENU_LONG_TOTALSF==NULL){
@ -57,10 +57,10 @@ if(_SUB_IDEMAKECONTEXTUALMENU_LONG_Y==NULL){
_SUB_IDEMAKECONTEXTUALMENU_LONG_Y=(int32*)mem_static_malloc(4); _SUB_IDEMAKECONTEXTUALMENU_LONG_Y=(int32*)mem_static_malloc(4);
*_SUB_IDEMAKECONTEXTUALMENU_LONG_Y=0; *_SUB_IDEMAKECONTEXTUALMENU_LONG_Y=0;
} }
int64 fornext_value5418; int64 fornext_value5442;
int64 fornext_finalvalue5418; int64 fornext_finalvalue5442;
int64 fornext_step5418; int64 fornext_step5442;
uint8 fornext_step_negative5418; uint8 fornext_step_negative5442;
int32 *_SUB_IDEMAKECONTEXTUALMENU_LONG_SF=NULL; int32 *_SUB_IDEMAKECONTEXTUALMENU_LONG_SF=NULL;
if(_SUB_IDEMAKECONTEXTUALMENU_LONG_SF==NULL){ if(_SUB_IDEMAKECONTEXTUALMENU_LONG_SF==NULL){
_SUB_IDEMAKECONTEXTUALMENU_LONG_SF=(int32*)mem_static_malloc(4); _SUB_IDEMAKECONTEXTUALMENU_LONG_SF=(int32*)mem_static_malloc(4);
@ -70,17 +70,17 @@ qbs *_SUB_IDEMAKECONTEXTUALMENU_STRING_NCA=NULL;
if (!_SUB_IDEMAKECONTEXTUALMENU_STRING_NCA)_SUB_IDEMAKECONTEXTUALMENU_STRING_NCA=qbs_new(0,0); if (!_SUB_IDEMAKECONTEXTUALMENU_STRING_NCA)_SUB_IDEMAKECONTEXTUALMENU_STRING_NCA=qbs_new(0,0);
qbs *_SUB_IDEMAKECONTEXTUALMENU_STRING_SF=NULL; qbs *_SUB_IDEMAKECONTEXTUALMENU_STRING_SF=NULL;
if (!_SUB_IDEMAKECONTEXTUALMENU_STRING_SF)_SUB_IDEMAKECONTEXTUALMENU_STRING_SF=qbs_new(0,0); if (!_SUB_IDEMAKECONTEXTUALMENU_STRING_SF)_SUB_IDEMAKECONTEXTUALMENU_STRING_SF=qbs_new(0,0);
byte_element_struct *byte_element_5419=NULL; byte_element_struct *byte_element_5443=NULL;
if (!byte_element_5419){ if (!byte_element_5443){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5419=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5419=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5443=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5443=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5420=NULL; byte_element_struct *byte_element_5444=NULL;
if (!byte_element_5420){ if (!byte_element_5444){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5420=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5420=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5444=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5444=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5421=NULL; byte_element_struct *byte_element_5445=NULL;
if (!byte_element_5421){ if (!byte_element_5445){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5421=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5421=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5445=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5445=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_SUB_IDEMAKECONTEXTUALMENU_STRING_N=NULL; qbs *_SUB_IDEMAKECONTEXTUALMENU_STRING_N=NULL;
if (!_SUB_IDEMAKECONTEXTUALMENU_STRING_N)_SUB_IDEMAKECONTEXTUALMENU_STRING_N=qbs_new(0,0); if (!_SUB_IDEMAKECONTEXTUALMENU_STRING_N)_SUB_IDEMAKECONTEXTUALMENU_STRING_N=qbs_new(0,0);
@ -89,28 +89,28 @@ if(_SUB_IDEMAKECONTEXTUALMENU_LONG_CLEANSEN==NULL){
_SUB_IDEMAKECONTEXTUALMENU_LONG_CLEANSEN=(int32*)mem_static_malloc(4); _SUB_IDEMAKECONTEXTUALMENU_LONG_CLEANSEN=(int32*)mem_static_malloc(4);
*_SUB_IDEMAKECONTEXTUALMENU_LONG_CLEANSEN=0; *_SUB_IDEMAKECONTEXTUALMENU_LONG_CLEANSEN=0;
} }
int64 fornext_value5423; int64 fornext_value5447;
int64 fornext_finalvalue5423; int64 fornext_finalvalue5447;
int64 fornext_step5423; int64 fornext_step5447;
uint8 fornext_step_negative5423; uint8 fornext_step_negative5447;
byte_element_struct *byte_element_5424=NULL; byte_element_struct *byte_element_5448=NULL;
if (!byte_element_5424){ if (!byte_element_5448){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5424=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5424=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5448=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5448=(byte_element_struct*)mem_static_malloc(12);
} }
static qbs *sc_5425=qbs_new(0,0); static qbs *sc_5449=qbs_new(0,0);
qbs *_SUB_IDEMAKECONTEXTUALMENU_STRING_N2=NULL; qbs *_SUB_IDEMAKECONTEXTUALMENU_STRING_N2=NULL;
if (!_SUB_IDEMAKECONTEXTUALMENU_STRING_N2)_SUB_IDEMAKECONTEXTUALMENU_STRING_N2=qbs_new(0,0); if (!_SUB_IDEMAKECONTEXTUALMENU_STRING_N2)_SUB_IDEMAKECONTEXTUALMENU_STRING_N2=qbs_new(0,0);
byte_element_struct *byte_element_5426=NULL; byte_element_struct *byte_element_5450=NULL;
if (!byte_element_5426){ if (!byte_element_5450){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5426=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5426=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5450=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5450=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5428=NULL; byte_element_struct *byte_element_5452=NULL;
if (!byte_element_5428){ if (!byte_element_5452){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5428=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5428=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5452=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5452=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5429=NULL; byte_element_struct *byte_element_5453=NULL;
if (!byte_element_5429){ if (!byte_element_5453){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5429=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5429=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5453=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5453=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDEMAKECONTEXTUALMENU_LONG_X1=NULL; int32 *_SUB_IDEMAKECONTEXTUALMENU_LONG_X1=NULL;
if(_SUB_IDEMAKECONTEXTUALMENU_LONG_X1==NULL){ if(_SUB_IDEMAKECONTEXTUALMENU_LONG_X1==NULL){
@ -122,54 +122,54 @@ if(_SUB_IDEMAKECONTEXTUALMENU_LONG_X2==NULL){
_SUB_IDEMAKECONTEXTUALMENU_LONG_X2=(int32*)mem_static_malloc(4); _SUB_IDEMAKECONTEXTUALMENU_LONG_X2=(int32*)mem_static_malloc(4);
*_SUB_IDEMAKECONTEXTUALMENU_LONG_X2=0; *_SUB_IDEMAKECONTEXTUALMENU_LONG_X2=0;
} }
byte_element_struct *byte_element_5431=NULL; byte_element_struct *byte_element_5455=NULL;
if (!byte_element_5431){ if (!byte_element_5455){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5431=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5431=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5455=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5455=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5434=NULL; byte_element_struct *byte_element_5458=NULL;
if (!byte_element_5434){ if (!byte_element_5458){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5434=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5434=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5458=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5458=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5435=NULL; byte_element_struct *byte_element_5459=NULL;
if (!byte_element_5435){ if (!byte_element_5459){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5435=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5435=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5459=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5459=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_SUB_IDEMAKECONTEXTUALMENU_STRING_A3=NULL; qbs *_SUB_IDEMAKECONTEXTUALMENU_STRING_A3=NULL;
if (!_SUB_IDEMAKECONTEXTUALMENU_STRING_A3)_SUB_IDEMAKECONTEXTUALMENU_STRING_A3=qbs_new(0,0); if (!_SUB_IDEMAKECONTEXTUALMENU_STRING_A3)_SUB_IDEMAKECONTEXTUALMENU_STRING_A3=qbs_new(0,0);
byte_element_struct *byte_element_5436=NULL; byte_element_struct *byte_element_5460=NULL;
if (!byte_element_5436){ if (!byte_element_5460){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5436=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5436=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5460=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5460=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5437=NULL; byte_element_struct *byte_element_5461=NULL;
if (!byte_element_5437){ if (!byte_element_5461){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5437=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5437=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5461=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5461=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5438=NULL; byte_element_struct *byte_element_5462=NULL;
if (!byte_element_5438){ if (!byte_element_5462){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5438=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5438=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5462=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5462=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDEMAKECONTEXTUALMENU_LONG_CHECKSF=NULL; int32 *_SUB_IDEMAKECONTEXTUALMENU_LONG_CHECKSF=NULL;
if(_SUB_IDEMAKECONTEXTUALMENU_LONG_CHECKSF==NULL){ if(_SUB_IDEMAKECONTEXTUALMENU_LONG_CHECKSF==NULL){
_SUB_IDEMAKECONTEXTUALMENU_LONG_CHECKSF=(int32*)mem_static_malloc(4); _SUB_IDEMAKECONTEXTUALMENU_LONG_CHECKSF=(int32*)mem_static_malloc(4);
*_SUB_IDEMAKECONTEXTUALMENU_LONG_CHECKSF=0; *_SUB_IDEMAKECONTEXTUALMENU_LONG_CHECKSF=0;
} }
int64 fornext_value5440; int64 fornext_value5464;
int64 fornext_finalvalue5440; int64 fornext_finalvalue5464;
int64 fornext_step5440; int64 fornext_step5464;
uint8 fornext_step_negative5440; uint8 fornext_step_negative5464;
qbs *_SUB_IDEMAKECONTEXTUALMENU_STRING_CURRSF=NULL; qbs *_SUB_IDEMAKECONTEXTUALMENU_STRING_CURRSF=NULL;
if (!_SUB_IDEMAKECONTEXTUALMENU_STRING_CURRSF)_SUB_IDEMAKECONTEXTUALMENU_STRING_CURRSF=qbs_new(0,0); if (!_SUB_IDEMAKECONTEXTUALMENU_STRING_CURRSF)_SUB_IDEMAKECONTEXTUALMENU_STRING_CURRSF=qbs_new(0,0);
byte_element_struct *byte_element_5441=NULL; byte_element_struct *byte_element_5465=NULL;
if (!byte_element_5441){ if (!byte_element_5465){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5441=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5441=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5465=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5465=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5443=NULL; byte_element_struct *byte_element_5467=NULL;
if (!byte_element_5443){ if (!byte_element_5467){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5443=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5443=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5467=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5467=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5444=NULL; byte_element_struct *byte_element_5468=NULL;
if (!byte_element_5444){ if (!byte_element_5468){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5444=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5444=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5468=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5468=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_SUB_IDEMAKECONTEXTUALMENU_STRING_CURSORSF=NULL; qbs *_SUB_IDEMAKECONTEXTUALMENU_STRING_CURSORSF=NULL;
if (!_SUB_IDEMAKECONTEXTUALMENU_STRING_CURSORSF)_SUB_IDEMAKECONTEXTUALMENU_STRING_CURSORSF=qbs_new(0,0); if (!_SUB_IDEMAKECONTEXTUALMENU_STRING_CURSORSF)_SUB_IDEMAKECONTEXTUALMENU_STRING_CURSORSF=qbs_new(0,0);
@ -178,7 +178,7 @@ if(_SUB_IDEMAKECONTEXTUALMENU_LONG_V==NULL){
_SUB_IDEMAKECONTEXTUALMENU_LONG_V=(int32*)mem_static_malloc(4); _SUB_IDEMAKECONTEXTUALMENU_LONG_V=(int32*)mem_static_malloc(4);
*_SUB_IDEMAKECONTEXTUALMENU_LONG_V=0; *_SUB_IDEMAKECONTEXTUALMENU_LONG_V=0;
} }
int32 pass5445; int32 pass5469;
int32 *_SUB_IDEMAKECONTEXTUALMENU_LONG_IGNORE=NULL; int32 *_SUB_IDEMAKECONTEXTUALMENU_LONG_IGNORE=NULL;
if(_SUB_IDEMAKECONTEXTUALMENU_LONG_IGNORE==NULL){ if(_SUB_IDEMAKECONTEXTUALMENU_LONG_IGNORE==NULL){
_SUB_IDEMAKECONTEXTUALMENU_LONG_IGNORE=(int32*)mem_static_malloc(4); _SUB_IDEMAKECONTEXTUALMENU_LONG_IGNORE=(int32*)mem_static_malloc(4);
@ -196,9 +196,9 @@ _SUB_IDEMAKECONTEXTUALMENU_LONG_LABELLINENUMBER=(int32*)mem_static_malloc(4);
} }
qbs *_SUB_IDEMAKECONTEXTUALMENU_STRING_THISLABELSCOPE=NULL; qbs *_SUB_IDEMAKECONTEXTUALMENU_STRING_THISLABELSCOPE=NULL;
if (!_SUB_IDEMAKECONTEXTUALMENU_STRING_THISLABELSCOPE)_SUB_IDEMAKECONTEXTUALMENU_STRING_THISLABELSCOPE=qbs_new(0,0); if (!_SUB_IDEMAKECONTEXTUALMENU_STRING_THISLABELSCOPE)_SUB_IDEMAKECONTEXTUALMENU_STRING_THISLABELSCOPE=qbs_new(0,0);
byte_element_struct *byte_element_5446=NULL; byte_element_struct *byte_element_5470=NULL;
if (!byte_element_5446){ if (!byte_element_5470){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5446=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5446=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5470=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5470=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDEMAKECONTEXTUALMENU_LONG_FH=NULL; int32 *_SUB_IDEMAKECONTEXTUALMENU_LONG_FH=NULL;
if(_SUB_IDEMAKECONTEXTUALMENU_LONG_FH==NULL){ if(_SUB_IDEMAKECONTEXTUALMENU_LONG_FH==NULL){
@ -223,13 +223,13 @@ qbs *_SUB_IDEMAKECONTEXTUALMENU_STRING_L1=NULL;
if (!_SUB_IDEMAKECONTEXTUALMENU_STRING_L1)_SUB_IDEMAKECONTEXTUALMENU_STRING_L1=qbs_new(0,0); if (!_SUB_IDEMAKECONTEXTUALMENU_STRING_L1)_SUB_IDEMAKECONTEXTUALMENU_STRING_L1=qbs_new(0,0);
qbs *_SUB_IDEMAKECONTEXTUALMENU_STRING_L2=NULL; qbs *_SUB_IDEMAKECONTEXTUALMENU_STRING_L2=NULL;
if (!_SUB_IDEMAKECONTEXTUALMENU_STRING_L2)_SUB_IDEMAKECONTEXTUALMENU_STRING_L2=qbs_new(0,0); if (!_SUB_IDEMAKECONTEXTUALMENU_STRING_L2)_SUB_IDEMAKECONTEXTUALMENU_STRING_L2=qbs_new(0,0);
byte_element_struct *byte_element_5449=NULL; byte_element_struct *byte_element_5473=NULL;
if (!byte_element_5449){ if (!byte_element_5473){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5449=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5449=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5473=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5473=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5450=NULL; byte_element_struct *byte_element_5474=NULL;
if (!byte_element_5450){ if (!byte_element_5474){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5450=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5450=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5474=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5474=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDEMAKECONTEXTUALMENU_LONG_FOUND_RGB=NULL; int32 *_SUB_IDEMAKECONTEXTUALMENU_LONG_FOUND_RGB=NULL;
if(_SUB_IDEMAKECONTEXTUALMENU_LONG_FOUND_RGB==NULL){ if(_SUB_IDEMAKECONTEXTUALMENU_LONG_FOUND_RGB==NULL){
@ -238,9 +238,9 @@ _SUB_IDEMAKECONTEXTUALMENU_LONG_FOUND_RGB=(int32*)mem_static_malloc(4);
} }
qbs *_SUB_IDEMAKECONTEXTUALMENU_STRING_CLIP=NULL; qbs *_SUB_IDEMAKECONTEXTUALMENU_STRING_CLIP=NULL;
if (!_SUB_IDEMAKECONTEXTUALMENU_STRING_CLIP)_SUB_IDEMAKECONTEXTUALMENU_STRING_CLIP=qbs_new(0,0); if (!_SUB_IDEMAKECONTEXTUALMENU_STRING_CLIP)_SUB_IDEMAKECONTEXTUALMENU_STRING_CLIP=qbs_new(0,0);
byte_element_struct *byte_element_5451=NULL; byte_element_struct *byte_element_5475=NULL;
if (!byte_element_5451){ if (!byte_element_5475){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5451=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5451=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5475=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5475=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDEMAKECONTEXTUALMENU_LONG_Y1=NULL; int32 *_SUB_IDEMAKECONTEXTUALMENU_LONG_Y1=NULL;
if(_SUB_IDEMAKECONTEXTUALMENU_LONG_Y1==NULL){ if(_SUB_IDEMAKECONTEXTUALMENU_LONG_Y1==NULL){
@ -252,11 +252,11 @@ if(_SUB_IDEMAKECONTEXTUALMENU_LONG_Y2==NULL){
_SUB_IDEMAKECONTEXTUALMENU_LONG_Y2=(int32*)mem_static_malloc(4); _SUB_IDEMAKECONTEXTUALMENU_LONG_Y2=(int32*)mem_static_malloc(4);
*_SUB_IDEMAKECONTEXTUALMENU_LONG_Y2=0; *_SUB_IDEMAKECONTEXTUALMENU_LONG_Y2=0;
} }
int64 fornext_value5453; int64 fornext_value5477;
int64 fornext_finalvalue5453; int64 fornext_finalvalue5477;
int64 fornext_step5453; int64 fornext_step5477;
uint8 fornext_step_negative5453; uint8 fornext_step_negative5477;
byte_element_struct *byte_element_5454=NULL; byte_element_struct *byte_element_5478=NULL;
if (!byte_element_5454){ if (!byte_element_5478){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5454=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5454=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5478=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5478=(byte_element_struct*)mem_static_malloc(12);
} }

View file

@ -10,9 +10,9 @@ _SUB_IDEMAKEEDITMENU_LONG_I=(int32*)mem_static_malloc(4);
} }
qbs *_SUB_IDEMAKEEDITMENU_STRING_CLIP=NULL; qbs *_SUB_IDEMAKEEDITMENU_STRING_CLIP=NULL;
if (!_SUB_IDEMAKEEDITMENU_STRING_CLIP)_SUB_IDEMAKEEDITMENU_STRING_CLIP=qbs_new(0,0); if (!_SUB_IDEMAKEEDITMENU_STRING_CLIP)_SUB_IDEMAKEEDITMENU_STRING_CLIP=qbs_new(0,0);
byte_element_struct *byte_element_5455=NULL; byte_element_struct *byte_element_5479=NULL;
if (!byte_element_5455){ if (!byte_element_5479){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5455=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5455=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5479=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5479=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDEMAKEEDITMENU_LONG_Y1=NULL; int32 *_SUB_IDEMAKEEDITMENU_LONG_Y1=NULL;
if(_SUB_IDEMAKEEDITMENU_LONG_Y1==NULL){ if(_SUB_IDEMAKEEDITMENU_LONG_Y1==NULL){
@ -43,11 +43,11 @@ if(_SUB_IDEMAKEEDITMENU_LONG_X==NULL){
_SUB_IDEMAKEEDITMENU_LONG_X=(int32*)mem_static_malloc(4); _SUB_IDEMAKEEDITMENU_LONG_X=(int32*)mem_static_malloc(4);
*_SUB_IDEMAKEEDITMENU_LONG_X=0; *_SUB_IDEMAKEEDITMENU_LONG_X=0;
} }
int64 fornext_value5457; int64 fornext_value5481;
int64 fornext_finalvalue5457; int64 fornext_finalvalue5481;
int64 fornext_step5457; int64 fornext_step5481;
uint8 fornext_step_negative5457; uint8 fornext_step_negative5481;
byte_element_struct *byte_element_5458=NULL; byte_element_struct *byte_element_5482=NULL;
if (!byte_element_5458){ if (!byte_element_5482){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5458=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5458=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5482=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5482=(byte_element_struct*)mem_static_malloc(12);
} }

View file

@ -1,12 +1,12 @@
qbs*oldstr5459=NULL; qbs*oldstr5483=NULL;
if(_SUB_IDEADDRECENT_STRING_F2->tmp||_SUB_IDEADDRECENT_STRING_F2->fixed||_SUB_IDEADDRECENT_STRING_F2->readonly){ if(_SUB_IDEADDRECENT_STRING_F2->tmp||_SUB_IDEADDRECENT_STRING_F2->fixed||_SUB_IDEADDRECENT_STRING_F2->readonly){
oldstr5459=_SUB_IDEADDRECENT_STRING_F2; oldstr5483=_SUB_IDEADDRECENT_STRING_F2;
if (oldstr5459->cmem_descriptor){ if (oldstr5483->cmem_descriptor){
_SUB_IDEADDRECENT_STRING_F2=qbs_new_cmem(oldstr5459->len,0); _SUB_IDEADDRECENT_STRING_F2=qbs_new_cmem(oldstr5483->len,0);
}else{ }else{
_SUB_IDEADDRECENT_STRING_F2=qbs_new(oldstr5459->len,0); _SUB_IDEADDRECENT_STRING_F2=qbs_new(oldstr5483->len,0);
} }
memcpy(_SUB_IDEADDRECENT_STRING_F2->chr,oldstr5459->chr,oldstr5459->len); memcpy(_SUB_IDEADDRECENT_STRING_F2->chr,oldstr5483->chr,oldstr5483->len);
} }
qbs *_SUB_IDEADDRECENT_STRING_F=NULL; qbs *_SUB_IDEADDRECENT_STRING_F=NULL;
if (!_SUB_IDEADDRECENT_STRING_F)_SUB_IDEADDRECENT_STRING_F=qbs_new(0,0); if (!_SUB_IDEADDRECENT_STRING_F)_SUB_IDEADDRECENT_STRING_F=qbs_new(0,0);
@ -22,15 +22,15 @@ if(_SUB_IDEADDRECENT_LONG_X==NULL){
_SUB_IDEADDRECENT_LONG_X=(int32*)mem_static_malloc(4); _SUB_IDEADDRECENT_LONG_X=(int32*)mem_static_malloc(4);
*_SUB_IDEADDRECENT_LONG_X=0; *_SUB_IDEADDRECENT_LONG_X=0;
} }
byte_element_struct *byte_element_5460=NULL; byte_element_struct *byte_element_5484=NULL;
if (!byte_element_5460){ if (!byte_element_5484){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5460=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5460=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5484=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5484=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5461=NULL; byte_element_struct *byte_element_5485=NULL;
if (!byte_element_5461){ if (!byte_element_5485){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5461=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5461=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5485=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5485=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5462=NULL; byte_element_struct *byte_element_5486=NULL;
if (!byte_element_5462){ if (!byte_element_5486){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5462=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5462=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5486=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5486=(byte_element_struct*)mem_static_malloc(12);
} }

View file

@ -1,12 +1,12 @@
qbs*oldstr5463=NULL; qbs*oldstr5487=NULL;
if(_SUB_IDEADDSEARCHED_STRING_S2->tmp||_SUB_IDEADDSEARCHED_STRING_S2->fixed||_SUB_IDEADDSEARCHED_STRING_S2->readonly){ if(_SUB_IDEADDSEARCHED_STRING_S2->tmp||_SUB_IDEADDSEARCHED_STRING_S2->fixed||_SUB_IDEADDSEARCHED_STRING_S2->readonly){
oldstr5463=_SUB_IDEADDSEARCHED_STRING_S2; oldstr5487=_SUB_IDEADDSEARCHED_STRING_S2;
if (oldstr5463->cmem_descriptor){ if (oldstr5487->cmem_descriptor){
_SUB_IDEADDSEARCHED_STRING_S2=qbs_new_cmem(oldstr5463->len,0); _SUB_IDEADDSEARCHED_STRING_S2=qbs_new_cmem(oldstr5487->len,0);
}else{ }else{
_SUB_IDEADDSEARCHED_STRING_S2=qbs_new(oldstr5463->len,0); _SUB_IDEADDSEARCHED_STRING_S2=qbs_new(oldstr5487->len,0);
} }
memcpy(_SUB_IDEADDSEARCHED_STRING_S2->chr,oldstr5463->chr,oldstr5463->len); memcpy(_SUB_IDEADDSEARCHED_STRING_S2->chr,oldstr5487->chr,oldstr5487->len);
} }
qbs *_SUB_IDEADDSEARCHED_STRING_S=NULL; qbs *_SUB_IDEADDSEARCHED_STRING_S=NULL;
if (!_SUB_IDEADDSEARCHED_STRING_S)_SUB_IDEADDSEARCHED_STRING_S=qbs_new(0,0); if (!_SUB_IDEADDSEARCHED_STRING_S)_SUB_IDEADDSEARCHED_STRING_S=qbs_new(0,0);
@ -22,15 +22,15 @@ if(_SUB_IDEADDSEARCHED_LONG_X==NULL){
_SUB_IDEADDSEARCHED_LONG_X=(int32*)mem_static_malloc(4); _SUB_IDEADDSEARCHED_LONG_X=(int32*)mem_static_malloc(4);
*_SUB_IDEADDSEARCHED_LONG_X=0; *_SUB_IDEADDSEARCHED_LONG_X=0;
} }
byte_element_struct *byte_element_5464=NULL; byte_element_struct *byte_element_5488=NULL;
if (!byte_element_5464){ if (!byte_element_5488){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5464=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5464=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5488=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5488=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5465=NULL; byte_element_struct *byte_element_5489=NULL;
if (!byte_element_5465){ if (!byte_element_5489){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5465=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5465=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5489=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5489=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5466=NULL; byte_element_struct *byte_element_5490=NULL;
if (!byte_element_5466){ if (!byte_element_5490){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5466=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5466=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5490=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5490=(byte_element_struct*)mem_static_malloc(12);
} }

View file

@ -53,37 +53,37 @@ if(_SUB_IDEASCIIBOX_LONG_Y==NULL){
_SUB_IDEASCIIBOX_LONG_Y=(int32*)mem_static_malloc(4); _SUB_IDEASCIIBOX_LONG_Y=(int32*)mem_static_malloc(4);
*_SUB_IDEASCIIBOX_LONG_Y=0; *_SUB_IDEASCIIBOX_LONG_Y=0;
} }
int64 fornext_value5468; int64 fornext_value5492;
int64 fornext_finalvalue5468; int64 fornext_finalvalue5492;
int64 fornext_step5468; int64 fornext_step5492;
uint8 fornext_step_negative5468; uint8 fornext_step_negative5492;
int32 *_SUB_IDEASCIIBOX_LONG_X=NULL; int32 *_SUB_IDEASCIIBOX_LONG_X=NULL;
if(_SUB_IDEASCIIBOX_LONG_X==NULL){ if(_SUB_IDEASCIIBOX_LONG_X==NULL){
_SUB_IDEASCIIBOX_LONG_X=(int32*)mem_static_malloc(4); _SUB_IDEASCIIBOX_LONG_X=(int32*)mem_static_malloc(4);
*_SUB_IDEASCIIBOX_LONG_X=0; *_SUB_IDEASCIIBOX_LONG_X=0;
} }
int64 fornext_value5470; int64 fornext_value5494;
int64 fornext_finalvalue5470; int64 fornext_finalvalue5494;
int64 fornext_step5470; int64 fornext_step5494;
uint8 fornext_step_negative5470; uint8 fornext_step_negative5494;
int32 *_SUB_IDEASCIIBOX_LONG_COUNTER=NULL; int32 *_SUB_IDEASCIIBOX_LONG_COUNTER=NULL;
if(_SUB_IDEASCIIBOX_LONG_COUNTER==NULL){ if(_SUB_IDEASCIIBOX_LONG_COUNTER==NULL){
_SUB_IDEASCIIBOX_LONG_COUNTER=(int32*)mem_static_malloc(4); _SUB_IDEASCIIBOX_LONG_COUNTER=(int32*)mem_static_malloc(4);
*_SUB_IDEASCIIBOX_LONG_COUNTER=0; *_SUB_IDEASCIIBOX_LONG_COUNTER=0;
} }
int64 fornext_value5472; int64 fornext_value5496;
int64 fornext_finalvalue5472; int64 fornext_finalvalue5496;
int64 fornext_step5472; int64 fornext_step5496;
uint8 fornext_step_negative5472; uint8 fornext_step_negative5496;
int64 fornext_value5474; int64 fornext_value5498;
int64 fornext_finalvalue5474; int64 fornext_finalvalue5498;
int64 fornext_step5474; int64 fornext_step5498;
uint8 fornext_step_negative5474; uint8 fornext_step_negative5498;
qbs *_SUB_IDEASCIIBOX_STRING_TEXT=NULL; qbs *_SUB_IDEASCIIBOX_STRING_TEXT=NULL;
if (!_SUB_IDEASCIIBOX_STRING_TEXT)_SUB_IDEASCIIBOX_STRING_TEXT=qbs_new(0,0); if (!_SUB_IDEASCIIBOX_STRING_TEXT)_SUB_IDEASCIIBOX_STRING_TEXT=qbs_new(0,0);
byte_element_struct *byte_element_5475=NULL; byte_element_struct *byte_element_5499=NULL;
if (!byte_element_5475){ if (!byte_element_5499){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5475=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5475=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5499=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5499=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDEASCIIBOX_LONG_OLDMOUSEX=NULL; int32 *_SUB_IDEASCIIBOX_LONG_OLDMOUSEX=NULL;
if(_SUB_IDEASCIIBOX_LONG_OLDMOUSEX==NULL){ if(_SUB_IDEASCIIBOX_LONG_OLDMOUSEX==NULL){
@ -115,18 +115,18 @@ if(_SUB_IDEASCIIBOX_LONG_FLASHCOUNTER==NULL){
_SUB_IDEASCIIBOX_LONG_FLASHCOUNTER=(int32*)mem_static_malloc(4); _SUB_IDEASCIIBOX_LONG_FLASHCOUNTER=(int32*)mem_static_malloc(4);
*_SUB_IDEASCIIBOX_LONG_FLASHCOUNTER=0; *_SUB_IDEASCIIBOX_LONG_FLASHCOUNTER=0;
} }
byte_element_struct *byte_element_5479=NULL; byte_element_struct *byte_element_5503=NULL;
if (!byte_element_5479){ if (!byte_element_5503){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5479=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5479=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5503=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5503=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDEASCIIBOX_LONG_TOGGLE=NULL; int32 *_SUB_IDEASCIIBOX_LONG_TOGGLE=NULL;
if(_SUB_IDEASCIIBOX_LONG_TOGGLE==NULL){ if(_SUB_IDEASCIIBOX_LONG_TOGGLE==NULL){
_SUB_IDEASCIIBOX_LONG_TOGGLE=(int32*)mem_static_malloc(4); _SUB_IDEASCIIBOX_LONG_TOGGLE=(int32*)mem_static_malloc(4);
*_SUB_IDEASCIIBOX_LONG_TOGGLE=0; *_SUB_IDEASCIIBOX_LONG_TOGGLE=0;
} }
byte_element_struct *byte_element_5480=NULL; byte_element_struct *byte_element_5504=NULL;
if (!byte_element_5480){ if (!byte_element_5504){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5480=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5480=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5504=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5504=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDEASCIIBOX_LONG_K1=NULL; int32 *_SUB_IDEASCIIBOX_LONG_K1=NULL;
if(_SUB_IDEASCIIBOX_LONG_K1==NULL){ if(_SUB_IDEASCIIBOX_LONG_K1==NULL){
@ -174,26 +174,26 @@ qbs *_SUB_IDEASCIIBOX_STRING_L=NULL;
if (!_SUB_IDEASCIIBOX_STRING_L)_SUB_IDEASCIIBOX_STRING_L=qbs_new(0,0); if (!_SUB_IDEASCIIBOX_STRING_L)_SUB_IDEASCIIBOX_STRING_L=qbs_new(0,0);
qbs *_SUB_IDEASCIIBOX_STRING_R=NULL; qbs *_SUB_IDEASCIIBOX_STRING_R=NULL;
if (!_SUB_IDEASCIIBOX_STRING_R)_SUB_IDEASCIIBOX_STRING_R=qbs_new(0,0); if (!_SUB_IDEASCIIBOX_STRING_R)_SUB_IDEASCIIBOX_STRING_R=qbs_new(0,0);
byte_element_struct *byte_element_5482=NULL; byte_element_struct *byte_element_5506=NULL;
if (!byte_element_5482){ if (!byte_element_5506){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5482=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5482=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5506=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5506=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDEASCIIBOX_LONG_TEXTLEN=NULL; int32 *_SUB_IDEASCIIBOX_LONG_TEXTLEN=NULL;
if(_SUB_IDEASCIIBOX_LONG_TEXTLEN==NULL){ if(_SUB_IDEASCIIBOX_LONG_TEXTLEN==NULL){
_SUB_IDEASCIIBOX_LONG_TEXTLEN=(int32*)mem_static_malloc(4); _SUB_IDEASCIIBOX_LONG_TEXTLEN=(int32*)mem_static_malloc(4);
*_SUB_IDEASCIIBOX_LONG_TEXTLEN=0; *_SUB_IDEASCIIBOX_LONG_TEXTLEN=0;
} }
byte_element_struct *byte_element_5483=NULL; byte_element_struct *byte_element_5507=NULL;
if (!byte_element_5483){ if (!byte_element_5507){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5483=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5483=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5507=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5507=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_SUB_IDEASCIIBOX_STRING_M=NULL; qbs *_SUB_IDEASCIIBOX_STRING_M=NULL;
if (!_SUB_IDEASCIIBOX_STRING_M)_SUB_IDEASCIIBOX_STRING_M=qbs_new(0,0); if (!_SUB_IDEASCIIBOX_STRING_M)_SUB_IDEASCIIBOX_STRING_M=qbs_new(0,0);
byte_element_struct *byte_element_5484=NULL; byte_element_struct *byte_element_5508=NULL;
if (!byte_element_5484){ if (!byte_element_5508){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5484=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5484=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5508=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5508=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5485=NULL; byte_element_struct *byte_element_5509=NULL;
if (!byte_element_5485){ if (!byte_element_5509){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5485=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5485=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5509=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5509=(byte_element_struct*)mem_static_malloc(12);
} }

View file

@ -1,14 +1,14 @@
qbs *_FUNC_IDEF1BOX_STRING_IDEF1BOX=NULL; qbs *_FUNC_IDEF1BOX_STRING_IDEF1BOX=NULL;
if (!_FUNC_IDEF1BOX_STRING_IDEF1BOX)_FUNC_IDEF1BOX_STRING_IDEF1BOX=qbs_new(0,0); if (!_FUNC_IDEF1BOX_STRING_IDEF1BOX)_FUNC_IDEF1BOX_STRING_IDEF1BOX=qbs_new(0,0);
qbs*oldstr5486=NULL; qbs*oldstr5510=NULL;
if(_FUNC_IDEF1BOX_STRING_LNKS->tmp||_FUNC_IDEF1BOX_STRING_LNKS->fixed||_FUNC_IDEF1BOX_STRING_LNKS->readonly){ if(_FUNC_IDEF1BOX_STRING_LNKS->tmp||_FUNC_IDEF1BOX_STRING_LNKS->fixed||_FUNC_IDEF1BOX_STRING_LNKS->readonly){
oldstr5486=_FUNC_IDEF1BOX_STRING_LNKS; oldstr5510=_FUNC_IDEF1BOX_STRING_LNKS;
if (oldstr5486->cmem_descriptor){ if (oldstr5510->cmem_descriptor){
_FUNC_IDEF1BOX_STRING_LNKS=qbs_new_cmem(oldstr5486->len,0); _FUNC_IDEF1BOX_STRING_LNKS=qbs_new_cmem(oldstr5510->len,0);
}else{ }else{
_FUNC_IDEF1BOX_STRING_LNKS=qbs_new(oldstr5486->len,0); _FUNC_IDEF1BOX_STRING_LNKS=qbs_new(oldstr5510->len,0);
} }
memcpy(_FUNC_IDEF1BOX_STRING_LNKS->chr,oldstr5486->chr,oldstr5486->len); memcpy(_FUNC_IDEF1BOX_STRING_LNKS->chr,oldstr5510->chr,oldstr5510->len);
} }
int32 *_FUNC_IDEF1BOX_LONG_FOCUS=NULL; int32 *_FUNC_IDEF1BOX_LONG_FOCUS=NULL;
if(_FUNC_IDEF1BOX_LONG_FOCUS==NULL){ if(_FUNC_IDEF1BOX_LONG_FOCUS==NULL){
@ -47,12 +47,12 @@ if(_FUNC_IDEF1BOX_LONG_I==NULL){
_FUNC_IDEF1BOX_LONG_I=(int32*)mem_static_malloc(4); _FUNC_IDEF1BOX_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_IDEF1BOX_LONG_I=0; *_FUNC_IDEF1BOX_LONG_I=0;
} }
int32 pass5487; int32 pass5511;
int32 pass5488; int32 pass5512;
int64 fornext_value5490; int64 fornext_value5514;
int64 fornext_finalvalue5490; int64 fornext_finalvalue5514;
int64 fornext_step5490; int64 fornext_step5514;
uint8 fornext_step_negative5490; uint8 fornext_step_negative5514;
int32 *_FUNC_IDEF1BOX_LONG_F=NULL; int32 *_FUNC_IDEF1BOX_LONG_F=NULL;
if(_FUNC_IDEF1BOX_LONG_F==NULL){ if(_FUNC_IDEF1BOX_LONG_F==NULL){
_FUNC_IDEF1BOX_LONG_F=(int32*)mem_static_malloc(4); _FUNC_IDEF1BOX_LONG_F=(int32*)mem_static_malloc(4);
@ -68,10 +68,10 @@ if(_FUNC_IDEF1BOX_LONG_CY==NULL){
_FUNC_IDEF1BOX_LONG_CY=(int32*)mem_static_malloc(4); _FUNC_IDEF1BOX_LONG_CY=(int32*)mem_static_malloc(4);
*_FUNC_IDEF1BOX_LONG_CY=0; *_FUNC_IDEF1BOX_LONG_CY=0;
} }
int64 fornext_value5493; int64 fornext_value5517;
int64 fornext_finalvalue5493; int64 fornext_finalvalue5517;
int64 fornext_step5493; int64 fornext_step5517;
uint8 fornext_step_negative5493; uint8 fornext_step_negative5517;
int32 *_FUNC_IDEF1BOX_LONG_LASTFOCUS=NULL; int32 *_FUNC_IDEF1BOX_LONG_LASTFOCUS=NULL;
if(_FUNC_IDEF1BOX_LONG_LASTFOCUS==NULL){ if(_FUNC_IDEF1BOX_LONG_LASTFOCUS==NULL){
_FUNC_IDEF1BOX_LONG_LASTFOCUS=(int32*)mem_static_malloc(4); _FUNC_IDEF1BOX_LONG_LASTFOCUS=(int32*)mem_static_malloc(4);
@ -104,9 +104,9 @@ _FUNC_IDEF1BOX_LONG_OLDALT=(int32*)mem_static_malloc(4);
} }
qbs *_FUNC_IDEF1BOX_STRING_ALTLETTER=NULL; qbs *_FUNC_IDEF1BOX_STRING_ALTLETTER=NULL;
if (!_FUNC_IDEF1BOX_STRING_ALTLETTER)_FUNC_IDEF1BOX_STRING_ALTLETTER=qbs_new(0,0); if (!_FUNC_IDEF1BOX_STRING_ALTLETTER)_FUNC_IDEF1BOX_STRING_ALTLETTER=qbs_new(0,0);
byte_element_struct *byte_element_5495=NULL; byte_element_struct *byte_element_5519=NULL;
if (!byte_element_5495){ if (!byte_element_5519){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5495=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5495=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5519=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5519=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDEF1BOX_LONG_K=NULL; int32 *_FUNC_IDEF1BOX_LONG_K=NULL;
if(_FUNC_IDEF1BOX_LONG_K==NULL){ if(_FUNC_IDEF1BOX_LONG_K==NULL){
@ -118,10 +118,10 @@ if(_FUNC_IDEF1BOX_LONG_INFO==NULL){
_FUNC_IDEF1BOX_LONG_INFO=(int32*)mem_static_malloc(4); _FUNC_IDEF1BOX_LONG_INFO=(int32*)mem_static_malloc(4);
*_FUNC_IDEF1BOX_LONG_INFO=0; *_FUNC_IDEF1BOX_LONG_INFO=0;
} }
int64 fornext_value5497; int64 fornext_value5521;
int64 fornext_finalvalue5497; int64 fornext_finalvalue5521;
int64 fornext_step5497; int64 fornext_step5521;
uint8 fornext_step_negative5497; uint8 fornext_step_negative5521;
int32 *_FUNC_IDEF1BOX_LONG_T=NULL; int32 *_FUNC_IDEF1BOX_LONG_T=NULL;
if(_FUNC_IDEF1BOX_LONG_T==NULL){ if(_FUNC_IDEF1BOX_LONG_T==NULL){
_FUNC_IDEF1BOX_LONG_T=(int32*)mem_static_malloc(4); _FUNC_IDEF1BOX_LONG_T=(int32*)mem_static_malloc(4);

View file

@ -44,24 +44,24 @@ if(_SUB_MATHBOX_LONG_W==NULL){
_SUB_MATHBOX_LONG_W=(int32*)mem_static_malloc(4); _SUB_MATHBOX_LONG_W=(int32*)mem_static_malloc(4);
*_SUB_MATHBOX_LONG_W=0; *_SUB_MATHBOX_LONG_W=0;
} }
byte_element_struct *byte_element_5498=NULL; byte_element_struct *byte_element_5522=NULL;
if (!byte_element_5498){ if (!byte_element_5522){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5498=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5498=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5522=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5522=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_MATHBOX_LONG_W2=NULL; int32 *_SUB_MATHBOX_LONG_W2=NULL;
if(_SUB_MATHBOX_LONG_W2==NULL){ if(_SUB_MATHBOX_LONG_W2==NULL){
_SUB_MATHBOX_LONG_W2=(int32*)mem_static_malloc(4); _SUB_MATHBOX_LONG_W2=(int32*)mem_static_malloc(4);
*_SUB_MATHBOX_LONG_W2=0; *_SUB_MATHBOX_LONG_W2=0;
} }
byte_element_struct *byte_element_5499=NULL; byte_element_struct *byte_element_5523=NULL;
if (!byte_element_5499){ if (!byte_element_5523){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5499=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5499=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5523=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5523=(byte_element_struct*)mem_static_malloc(12);
} }
int32 pass5500; int32 pass5524;
int64 fornext_value5502; int64 fornext_value5526;
int64 fornext_finalvalue5502; int64 fornext_finalvalue5526;
int64 fornext_step5502; int64 fornext_step5526;
uint8 fornext_step_negative5502; uint8 fornext_step_negative5526;
int32 *_SUB_MATHBOX_LONG_F=NULL; int32 *_SUB_MATHBOX_LONG_F=NULL;
if(_SUB_MATHBOX_LONG_F==NULL){ if(_SUB_MATHBOX_LONG_F==NULL){
_SUB_MATHBOX_LONG_F=(int32*)mem_static_malloc(4); _SUB_MATHBOX_LONG_F=(int32*)mem_static_malloc(4);
@ -77,10 +77,10 @@ if(_SUB_MATHBOX_LONG_CY==NULL){
_SUB_MATHBOX_LONG_CY=(int32*)mem_static_malloc(4); _SUB_MATHBOX_LONG_CY=(int32*)mem_static_malloc(4);
*_SUB_MATHBOX_LONG_CY=0; *_SUB_MATHBOX_LONG_CY=0;
} }
int64 fornext_value5505; int64 fornext_value5529;
int64 fornext_finalvalue5505; int64 fornext_finalvalue5529;
int64 fornext_step5505; int64 fornext_step5529;
uint8 fornext_step_negative5505; uint8 fornext_step_negative5529;
int32 *_SUB_MATHBOX_LONG_LASTFOCUS=NULL; int32 *_SUB_MATHBOX_LONG_LASTFOCUS=NULL;
if(_SUB_MATHBOX_LONG_LASTFOCUS==NULL){ if(_SUB_MATHBOX_LONG_LASTFOCUS==NULL){
_SUB_MATHBOX_LONG_LASTFOCUS=(int32*)mem_static_malloc(4); _SUB_MATHBOX_LONG_LASTFOCUS=(int32*)mem_static_malloc(4);
@ -113,9 +113,9 @@ _SUB_MATHBOX_LONG_OLDALT=(int32*)mem_static_malloc(4);
} }
qbs *_SUB_MATHBOX_STRING_ALTLETTER=NULL; qbs *_SUB_MATHBOX_STRING_ALTLETTER=NULL;
if (!_SUB_MATHBOX_STRING_ALTLETTER)_SUB_MATHBOX_STRING_ALTLETTER=qbs_new(0,0); if (!_SUB_MATHBOX_STRING_ALTLETTER)_SUB_MATHBOX_STRING_ALTLETTER=qbs_new(0,0);
byte_element_struct *byte_element_5508=NULL; byte_element_struct *byte_element_5532=NULL;
if (!byte_element_5508){ if (!byte_element_5532){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5508=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5508=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5532=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5532=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_MATHBOX_LONG_K=NULL; int32 *_SUB_MATHBOX_LONG_K=NULL;
if(_SUB_MATHBOX_LONG_K==NULL){ if(_SUB_MATHBOX_LONG_K==NULL){
@ -127,14 +127,14 @@ if(_SUB_MATHBOX_LONG_INFO==NULL){
_SUB_MATHBOX_LONG_INFO=(int32*)mem_static_malloc(4); _SUB_MATHBOX_LONG_INFO=(int32*)mem_static_malloc(4);
*_SUB_MATHBOX_LONG_INFO=0; *_SUB_MATHBOX_LONG_INFO=0;
} }
byte_element_struct *byte_element_5509=NULL; byte_element_struct *byte_element_5533=NULL;
if (!byte_element_5509){ if (!byte_element_5533){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5509=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5509=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5533=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5533=(byte_element_struct*)mem_static_malloc(12);
} }
int64 fornext_value5511; int64 fornext_value5535;
int64 fornext_finalvalue5511; int64 fornext_finalvalue5535;
int64 fornext_step5511; int64 fornext_step5535;
uint8 fornext_step_negative5511; uint8 fornext_step_negative5535;
int32 *_SUB_MATHBOX_LONG_T=NULL; int32 *_SUB_MATHBOX_LONG_T=NULL;
if(_SUB_MATHBOX_LONG_T==NULL){ if(_SUB_MATHBOX_LONG_T==NULL){
_SUB_MATHBOX_LONG_T=(int32*)mem_static_malloc(4); _SUB_MATHBOX_LONG_T=(int32*)mem_static_malloc(4);
@ -149,36 +149,36 @@ qbs *_SUB_MATHBOX_STRING_TEMP=NULL;
if (!_SUB_MATHBOX_STRING_TEMP)_SUB_MATHBOX_STRING_TEMP=qbs_new(0,0); if (!_SUB_MATHBOX_STRING_TEMP)_SUB_MATHBOX_STRING_TEMP=qbs_new(0,0);
qbs *_SUB_MATHBOX_STRING_EV=NULL; qbs *_SUB_MATHBOX_STRING_EV=NULL;
if (!_SUB_MATHBOX_STRING_EV)_SUB_MATHBOX_STRING_EV=qbs_new(0,0); if (!_SUB_MATHBOX_STRING_EV)_SUB_MATHBOX_STRING_EV=qbs_new(0,0);
byte_element_struct *byte_element_5512=NULL; byte_element_struct *byte_element_5536=NULL;
if (!byte_element_5512){ if (!byte_element_5536){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5512=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5512=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5536=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5536=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5513=NULL; byte_element_struct *byte_element_5537=NULL;
if (!byte_element_5513){ if (!byte_element_5537){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5513=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5513=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5537=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5537=(byte_element_struct*)mem_static_malloc(12);
} }
int32 pass5514; int32 pass5538;
int64 fornext_value5516; int64 fornext_value5540;
int64 fornext_finalvalue5516; int64 fornext_finalvalue5540;
int64 fornext_step5516; int64 fornext_step5540;
uint8 fornext_step_negative5516; uint8 fornext_step_negative5540;
int64 fornext_value5519; int64 fornext_value5543;
int64 fornext_finalvalue5519; int64 fornext_finalvalue5543;
int64 fornext_step5519; int64 fornext_step5543;
uint8 fornext_step_negative5519; uint8 fornext_step_negative5543;
byte_element_struct *byte_element_5522=NULL; byte_element_struct *byte_element_5546=NULL;
if (!byte_element_5522){ if (!byte_element_5546){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5522=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5522=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5546=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5546=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_MATHBOX_LONG_COMMENT=NULL; int32 *_SUB_MATHBOX_LONG_COMMENT=NULL;
if(_SUB_MATHBOX_LONG_COMMENT==NULL){ if(_SUB_MATHBOX_LONG_COMMENT==NULL){
_SUB_MATHBOX_LONG_COMMENT=(int32*)mem_static_malloc(4); _SUB_MATHBOX_LONG_COMMENT=(int32*)mem_static_malloc(4);
*_SUB_MATHBOX_LONG_COMMENT=0; *_SUB_MATHBOX_LONG_COMMENT=0;
} }
int64 fornext_value5524; int64 fornext_value5548;
int64 fornext_finalvalue5524; int64 fornext_finalvalue5548;
int64 fornext_step5524; int64 fornext_step5548;
uint8 fornext_step_negative5524; uint8 fornext_step_negative5548;
int32 *_SUB_MATHBOX_LONG_L=NULL; int32 *_SUB_MATHBOX_LONG_L=NULL;
if(_SUB_MATHBOX_LONG_L==NULL){ if(_SUB_MATHBOX_LONG_L==NULL){
_SUB_MATHBOX_LONG_L=(int32*)mem_static_malloc(4); _SUB_MATHBOX_LONG_L=(int32*)mem_static_malloc(4);
@ -190,9 +190,9 @@ qbs *_SUB_MATHBOX_STRING_L=NULL;
if (!_SUB_MATHBOX_STRING_L)_SUB_MATHBOX_STRING_L=qbs_new(0,0); if (!_SUB_MATHBOX_STRING_L)_SUB_MATHBOX_STRING_L=qbs_new(0,0);
qbs *_SUB_MATHBOX_STRING_R=NULL; qbs *_SUB_MATHBOX_STRING_R=NULL;
if (!_SUB_MATHBOX_STRING_R)_SUB_MATHBOX_STRING_R=qbs_new(0,0); if (!_SUB_MATHBOX_STRING_R)_SUB_MATHBOX_STRING_R=qbs_new(0,0);
byte_element_struct *byte_element_5525=NULL; byte_element_struct *byte_element_5549=NULL;
if (!byte_element_5525){ if (!byte_element_5549){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5525=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5525=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5549=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5549=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_SUB_MATHBOX_STRING_TEXT=NULL; qbs *_SUB_MATHBOX_STRING_TEXT=NULL;
if (!_SUB_MATHBOX_STRING_TEXT)_SUB_MATHBOX_STRING_TEXT=qbs_new(0,0); if (!_SUB_MATHBOX_STRING_TEXT)_SUB_MATHBOX_STRING_TEXT=qbs_new(0,0);
@ -201,21 +201,21 @@ if(_SUB_MATHBOX_LONG_TEXTLEN==NULL){
_SUB_MATHBOX_LONG_TEXTLEN=(int32*)mem_static_malloc(4); _SUB_MATHBOX_LONG_TEXTLEN=(int32*)mem_static_malloc(4);
*_SUB_MATHBOX_LONG_TEXTLEN=0; *_SUB_MATHBOX_LONG_TEXTLEN=0;
} }
byte_element_struct *byte_element_5526=NULL; byte_element_struct *byte_element_5550=NULL;
if (!byte_element_5526){ if (!byte_element_5550){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5526=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5526=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5550=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5550=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_SUB_MATHBOX_STRING_M=NULL; qbs *_SUB_MATHBOX_STRING_M=NULL;
if (!_SUB_MATHBOX_STRING_M)_SUB_MATHBOX_STRING_M=qbs_new(0,0); if (!_SUB_MATHBOX_STRING_M)_SUB_MATHBOX_STRING_M=qbs_new(0,0);
byte_element_struct *byte_element_5527=NULL; byte_element_struct *byte_element_5551=NULL;
if (!byte_element_5527){ if (!byte_element_5551){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5527=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5527=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5551=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5551=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5528=NULL; byte_element_struct *byte_element_5552=NULL;
if (!byte_element_5528){ if (!byte_element_5552){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5528=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5528=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5552=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5552=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5529=NULL; byte_element_struct *byte_element_5553=NULL;
if (!byte_element_5529){ if (!byte_element_5553){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5529=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5529=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5553=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5553=(byte_element_struct*)mem_static_malloc(12);
} }

View file

@ -3,10 +3,10 @@ if(_SUB_SORT_LONG_I==NULL){
_SUB_SORT_LONG_I=(int32*)mem_static_malloc(4); _SUB_SORT_LONG_I=(int32*)mem_static_malloc(4);
*_SUB_SORT_LONG_I=0; *_SUB_SORT_LONG_I=0;
} }
int64 fornext_value5531; int64 fornext_value5555;
int64 fornext_finalvalue5531; int64 fornext_finalvalue5555;
int64 fornext_step5531; int64 fornext_step5555;
uint8 fornext_step_negative5531; uint8 fornext_step_negative5555;
qbs *_SUB_SORT_STRING_X=NULL; qbs *_SUB_SORT_STRING_X=NULL;
if (!_SUB_SORT_STRING_X)_SUB_SORT_STRING_X=qbs_new(0,0); if (!_SUB_SORT_STRING_X)_SUB_SORT_STRING_X=qbs_new(0,0);
int32 *_SUB_SORT_LONG_J=NULL; int32 *_SUB_SORT_LONG_J=NULL;

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