integer test_at114 array AssistTimestamps_nextFree284 integer AssistTimestamps_firstFree905 integer AssistTimestamps_maxIndex156 array AssistTimestamps_vals_0943 array AssistTimestamps_vals_1341 array AssistTimestamps_vals_2265 array AssistTimestamps_vals_3205 array AssistTimestamps_vals_4974 array AssistTimestamps_vals_5707 array AssistTimestamps_vals_6930 array AssistTimestamps_vals_7525 array AssistTimestamps_vals_8181 array AssistTimestamps_vals_9212 array AssistTimestamps_vals_10167 array AssistTimestamps_vals_11376 integer test_at114 = new_AssistTimestamps177() integer AssistTimestamps_firstFree905 = 0 integer AssistTimestamps_maxIndex156 = 0 function initGlobals732() { AssistTimestamps_firstFree_905 = 0; AssistTimestamps_maxIndex_156 = 0; } function main826() { initGlobals732(); init_test163(); } function config170() { } function init_test163() { test_at_114 = new_AssistTimestamps177(); AssistTimestamps_vals_set103(test_at_114, 4, 42); foo681(); if (AssistTimestamps_vals_get121(test_at_114, 4) == 42) { testSuccess193(); } else { }; } function foo681() { AssistTimestamps_vals_set103(test_at_114, 3, 72); } IS_NATIVE function testSuccess193() { } function AssistTimestamps_init488(integer this122) { } function new_AssistTimestamps177() returns integer { local integer this816 this_816 = alloc_AssistTimestamps486(); construct_AssistTimestamps122(this_816); return this_816; } function construct_AssistTimestamps122(integer this971) { AssistTimestamps_init488(this_971); } function alloc_AssistTimestamps486() returns integer { local integer this343 if (AssistTimestamps_firstFree_905 == 0) { if (AssistTimestamps_maxIndex_156 < 32768) { AssistTimestamps_maxIndex_156 = (AssistTimestamps_maxIndex_156 + 1); this_343 = AssistTimestamps_maxIndex_156; } else { error458("Out of memory: Could not create AssistTimestamps."); this_343 = 0; }; } else { AssistTimestamps_firstFree_905 = (AssistTimestamps_firstFree_905 - 1); this_343 = AssistTimestamps_nextFree_284[AssistTimestamps_firstFree_905]; }; return this_343; } function error458(string msg144) { $debugPrint153((msg_144 + (" " + #getStackTrace()))); } function AssistTimestamps_vals_set103(integer instanceId156, integer arrayIndex161, integer value674) { if ((arrayIndex_161 < 0) or (arrayIndex_161 >= 12)) { error458("Index out of Bounds"); } else { if (arrayIndex_161 <= 5) { if (arrayIndex_161 <= 2) { if (arrayIndex_161 <= 1) { if (arrayIndex_161 <= 0) { AssistTimestamps_vals_0_943[instanceId_156] = value_674; } else { AssistTimestamps_vals_1_341[instanceId_156] = value_674; }; } else { AssistTimestamps_vals_2_265[instanceId_156] = value_674; }; } else { if (arrayIndex_161 <= 4) { if (arrayIndex_161 <= 3) { AssistTimestamps_vals_3_205[instanceId_156] = value_674; } else { AssistTimestamps_vals_4_974[instanceId_156] = value_674; }; } else { AssistTimestamps_vals_5_707[instanceId_156] = value_674; }; }; } else { if (arrayIndex_161 <= 8) { if (arrayIndex_161 <= 7) { if (arrayIndex_161 <= 6) { AssistTimestamps_vals_6_930[instanceId_156] = value_674; } else { AssistTimestamps_vals_7_525[instanceId_156] = value_674; }; } else { AssistTimestamps_vals_8_181[instanceId_156] = value_674; }; } else { if (arrayIndex_161 <= 10) { if (arrayIndex_161 <= 9) { AssistTimestamps_vals_9_212[instanceId_156] = value_674; } else { AssistTimestamps_vals_10_167[instanceId_156] = value_674; }; } else { AssistTimestamps_vals_11_376[instanceId_156] = value_674; }; }; }; }; } function AssistTimestamps_vals_get121(integer index1204, integer index2120) returns integer { local integer returnVal735 if ((index2_120 < 0) or (index2_120 >= 12)) { error458("Index out of Bounds"); } else { if (index2_120 <= 5) { if (index2_120 <= 2) { if (index2_120 <= 1) { if (index2_120 <= 0) { returnVal_735 = AssistTimestamps_vals_0_943[index1_204]; } else { returnVal_735 = AssistTimestamps_vals_1_341[index1_204]; }; } else { returnVal_735 = AssistTimestamps_vals_2_265[index1_204]; }; } else { if (index2_120 <= 4) { if (index2_120 <= 3) { returnVal_735 = AssistTimestamps_vals_3_205[index1_204]; } else { returnVal_735 = AssistTimestamps_vals_4_974[index1_204]; }; } else { returnVal_735 = AssistTimestamps_vals_5_707[index1_204]; }; }; } else { if (index2_120 <= 8) { if (index2_120 <= 7) { if (index2_120 <= 6) { returnVal_735 = AssistTimestamps_vals_6_930[index1_204]; } else { returnVal_735 = AssistTimestamps_vals_7_525[index1_204]; }; } else { returnVal_735 = AssistTimestamps_vals_8_181[index1_204]; }; } else { if (index2_120 <= 10) { if (index2_120 <= 9) { returnVal_735 = AssistTimestamps_vals_9_212[index1_204]; } else { returnVal_735 = AssistTimestamps_vals_10_167[index1_204]; }; } else { returnVal_735 = AssistTimestamps_vals_11_376[index1_204]; }; }; }; }; return returnVal_735; }