integer test_at754 array AssistTimestamps_nextFree180 integer AssistTimestamps_firstFree257 integer AssistTimestamps_maxIndex168 array AssistTimestamps_vals_0103 array AssistTimestamps_vals_1138 array AssistTimestamps_vals_2709 array AssistTimestamps_vals_3188 array AssistTimestamps_vals_4175 array AssistTimestamps_vals_5454 array AssistTimestamps_vals_6111 array AssistTimestamps_vals_7402 array AssistTimestamps_vals_8245 array AssistTimestamps_vals_9126 array AssistTimestamps_vals_10125 array AssistTimestamps_vals_11314 integer test_at754 = new_AssistTimestamps184() integer AssistTimestamps_firstFree257 = 0 integer AssistTimestamps_maxIndex168 = 0 function initGlobals100() { AssistTimestamps_firstFree_257 = 0; AssistTimestamps_maxIndex_168 = 0; } function main560() { initGlobals100(); init_test187(); } function config512() { } function init_test187() { test_at_754 = new_AssistTimestamps184(); AssistTimestamps_vals_set961(test_at_754, 4, 42); foo147(); if (AssistTimestamps_vals_get153(test_at_754, 4) == 42) { testSuccess978(); } else { }; } function foo147() { AssistTimestamps_vals_set961(test_at_754, 3, 72); } IS_NATIVE function testSuccess978() { } function AssistTimestamps_init309(integer this599) { } function new_AssistTimestamps184() returns integer { local integer this148 this_148 = alloc_AssistTimestamps137(); construct_AssistTimestamps164(this_148); return this_148; } function construct_AssistTimestamps164(integer this405) { AssistTimestamps_init309(this_405); } function alloc_AssistTimestamps137() returns integer { local integer this907 if (AssistTimestamps_firstFree_257 == 0) { if (AssistTimestamps_maxIndex_168 < 32768) { AssistTimestamps_maxIndex_168 = (AssistTimestamps_maxIndex_168 + 1); this_907 = AssistTimestamps_maxIndex_168; } else { error693("Out of memory: Could not create AssistTimestamps."); this_907 = 0; }; } else { AssistTimestamps_firstFree_257 = (AssistTimestamps_firstFree_257 - 1); this_907 = AssistTimestamps_nextFree_180[AssistTimestamps_firstFree_257]; }; return this_907; } function error693(string msg175) { $debugPrint607((msg_175 + (" " + #getStackTrace()))); } function AssistTimestamps_vals_set961(integer instanceId918, integer arrayIndex195, integer value158) { if ((arrayIndex_195 < 0) or (arrayIndex_195 >= 12)) { error693("Index out of Bounds"); } else { if (arrayIndex_195 <= 5) { if (arrayIndex_195 <= 2) { if (arrayIndex_195 <= 1) { if (arrayIndex_195 <= 0) { AssistTimestamps_vals_0_103[instanceId_918] = value_158; } else { AssistTimestamps_vals_1_138[instanceId_918] = value_158; }; } else { AssistTimestamps_vals_2_709[instanceId_918] = value_158; }; } else { if (arrayIndex_195 <= 4) { if (arrayIndex_195 <= 3) { AssistTimestamps_vals_3_188[instanceId_918] = value_158; } else { AssistTimestamps_vals_4_175[instanceId_918] = value_158; }; } else { AssistTimestamps_vals_5_454[instanceId_918] = value_158; }; }; } else { if (arrayIndex_195 <= 8) { if (arrayIndex_195 <= 7) { if (arrayIndex_195 <= 6) { AssistTimestamps_vals_6_111[instanceId_918] = value_158; } else { AssistTimestamps_vals_7_402[instanceId_918] = value_158; }; } else { AssistTimestamps_vals_8_245[instanceId_918] = value_158; }; } else { if (arrayIndex_195 <= 10) { if (arrayIndex_195 <= 9) { AssistTimestamps_vals_9_126[instanceId_918] = value_158; } else { AssistTimestamps_vals_10_125[instanceId_918] = value_158; }; } else { AssistTimestamps_vals_11_314[instanceId_918] = value_158; }; }; }; }; } function AssistTimestamps_vals_get153(integer index1664, integer index2114) returns integer { local integer returnVal142 if ((index2_114 < 0) or (index2_114 >= 12)) { error693("Index out of Bounds"); } else { if (index2_114 <= 5) { if (index2_114 <= 2) { if (index2_114 <= 1) { if (index2_114 <= 0) { returnVal_142 = AssistTimestamps_vals_0_103[index1_664]; } else { returnVal_142 = AssistTimestamps_vals_1_138[index1_664]; }; } else { returnVal_142 = AssistTimestamps_vals_2_709[index1_664]; }; } else { if (index2_114 <= 4) { if (index2_114 <= 3) { returnVal_142 = AssistTimestamps_vals_3_188[index1_664]; } else { returnVal_142 = AssistTimestamps_vals_4_175[index1_664]; }; } else { returnVal_142 = AssistTimestamps_vals_5_454[index1_664]; }; }; } else { if (index2_114 <= 8) { if (index2_114 <= 7) { if (index2_114 <= 6) { returnVal_142 = AssistTimestamps_vals_6_111[index1_664]; } else { returnVal_142 = AssistTimestamps_vals_7_402[index1_664]; }; } else { returnVal_142 = AssistTimestamps_vals_8_245[index1_664]; }; } else { if (index2_114 <= 10) { if (index2_114 <= 9) { returnVal_142 = AssistTimestamps_vals_9_126[index1_664]; } else { returnVal_142 = AssistTimestamps_vals_10_125[index1_664]; }; } else { returnVal_142 = AssistTimestamps_vals_11_314[index1_664]; }; }; }; }; return returnVal_142; }