integer test_at967 array AssistTimestamps_nextFree718 integer AssistTimestamps_firstFree128 integer AssistTimestamps_maxIndex609 array AssistTimestamps_vals_0703 array AssistTimestamps_vals_1113 array AssistTimestamps_vals_2118 array AssistTimestamps_vals_3569 array AssistTimestamps_vals_4202 array AssistTimestamps_vals_5197 array AssistTimestamps_vals_6162 array AssistTimestamps_vals_7107 array AssistTimestamps_vals_8148 array AssistTimestamps_vals_9115 array AssistTimestamps_vals_10167 array AssistTimestamps_vals_11124 integer test_at967 = new_AssistTimestamps186() integer AssistTimestamps_firstFree128 = 0 integer AssistTimestamps_maxIndex609 = 0 function initGlobals348() { } function main785() { initGlobals348(); init_test186(); } function config154() { } function init_test186() { test_at_967 = new_AssistTimestamps186(); AssistTimestamps_vals_set156(test_at_967, 4, 42); foo164(); if (AssistTimestamps_vals_get824(test_at_967, 4) == 42) { testSuccess208(); } else { }; } function foo164() { AssistTimestamps_vals_set156(test_at_967, 3, 72); } IS_NATIVE function testSuccess208() { } function AssistTimestamps_init107(integer this118) { } function new_AssistTimestamps186() returns integer { local integer this464 this_464 = alloc_AssistTimestamps529(); construct_AssistTimestamps431(this_464); return this_464; } function construct_AssistTimestamps431(integer this212) { AssistTimestamps_init107(this_212); } function alloc_AssistTimestamps529() returns integer { local integer this158 if (AssistTimestamps_firstFree_128 == 0) { if (AssistTimestamps_maxIndex_609 < 32768) { AssistTimestamps_maxIndex_609 = (AssistTimestamps_maxIndex_609 + 1); this_158 = AssistTimestamps_maxIndex_609; } else { error331("Out of memory: Could not create AssistTimestamps."); this_158 = 0; }; } else { AssistTimestamps_firstFree_128 = (AssistTimestamps_firstFree_128 - 1); this_158 = AssistTimestamps_nextFree_718[AssistTimestamps_firstFree_128]; }; return this_158; } function error331(string msg159) { $debugPrint182((msg_159 + (" " + #getStackTrace()))); } function AssistTimestamps_vals_set156(integer instanceId341, integer arrayIndex209, integer value738) { if ((arrayIndex_209 < 0) or (arrayIndex_209 >= 12)) { error331("Index out of Bounds"); } else { if (arrayIndex_209 <= 5) { if (arrayIndex_209 <= 2) { if (arrayIndex_209 <= 1) { if (arrayIndex_209 <= 0) { AssistTimestamps_vals_0_703[instanceId_341] = value_738; } else { AssistTimestamps_vals_1_113[instanceId_341] = value_738; }; } else { AssistTimestamps_vals_2_118[instanceId_341] = value_738; }; } else { if (arrayIndex_209 <= 4) { if (arrayIndex_209 <= 3) { AssistTimestamps_vals_3_569[instanceId_341] = value_738; } else { AssistTimestamps_vals_4_202[instanceId_341] = value_738; }; } else { AssistTimestamps_vals_5_197[instanceId_341] = value_738; }; }; } else { if (arrayIndex_209 <= 8) { if (arrayIndex_209 <= 7) { if (arrayIndex_209 <= 6) { AssistTimestamps_vals_6_162[instanceId_341] = value_738; } else { AssistTimestamps_vals_7_107[instanceId_341] = value_738; }; } else { AssistTimestamps_vals_8_148[instanceId_341] = value_738; }; } else { if (arrayIndex_209 <= 10) { if (arrayIndex_209 <= 9) { AssistTimestamps_vals_9_115[instanceId_341] = value_738; } else { AssistTimestamps_vals_10_167[instanceId_341] = value_738; }; } else { AssistTimestamps_vals_11_124[instanceId_341] = value_738; }; }; }; }; } function AssistTimestamps_vals_get824(integer index1205, integer index2185) returns integer { local integer returnVal144 if ((index2_185 < 0) or (index2_185 >= 12)) { error331("Index out of Bounds"); } else { if (index2_185 <= 5) { if (index2_185 <= 2) { if (index2_185 <= 1) { if (index2_185 <= 0) { returnVal_144 = AssistTimestamps_vals_0_703[index1_205]; } else { returnVal_144 = AssistTimestamps_vals_1_113[index1_205]; }; } else { returnVal_144 = AssistTimestamps_vals_2_118[index1_205]; }; } else { if (index2_185 <= 4) { if (index2_185 <= 3) { returnVal_144 = AssistTimestamps_vals_3_569[index1_205]; } else { returnVal_144 = AssistTimestamps_vals_4_202[index1_205]; }; } else { returnVal_144 = AssistTimestamps_vals_5_197[index1_205]; }; }; } else { if (index2_185 <= 8) { if (index2_185 <= 7) { if (index2_185 <= 6) { returnVal_144 = AssistTimestamps_vals_6_162[index1_205]; } else { returnVal_144 = AssistTimestamps_vals_7_107[index1_205]; }; } else { returnVal_144 = AssistTimestamps_vals_8_148[index1_205]; }; } else { if (index2_185 <= 10) { if (index2_185 <= 9) { returnVal_144 = AssistTimestamps_vals_9_115[index1_205]; } else { returnVal_144 = AssistTimestamps_vals_10_167[index1_205]; }; } else { returnVal_144 = AssistTimestamps_vals_11_124[index1_205]; }; }; }; }; return returnVal_144; }