integer test_at105 array AssistTimestamps_nextFree116 integer AssistTimestamps_firstFree191 integer AssistTimestamps_maxIndex664 array AssistTimestamps_vals_0169 array AssistTimestamps_vals_1121 array AssistTimestamps_vals_2993 array AssistTimestamps_vals_3858 array AssistTimestamps_vals_4806 array AssistTimestamps_vals_5101 array AssistTimestamps_vals_6137 array AssistTimestamps_vals_7987 array AssistTimestamps_vals_8129 array AssistTimestamps_vals_9312 array AssistTimestamps_vals_10722 array AssistTimestamps_vals_11125 integer test_at105 = new_AssistTimestamps604() integer AssistTimestamps_firstFree191 = 0 integer AssistTimestamps_maxIndex664 = 0 function initGlobals999() { } function main127() { initGlobals999(); init_test154(); } function config118() { } function init_test154() { test_at_105 = new_AssistTimestamps604(); AssistTimestamps_vals_set155(test_at_105, 4, 42); foo546(); if (AssistTimestamps_vals_get166(test_at_105, 4) == 42) { testSuccess930(); } else { }; } function foo546() { AssistTimestamps_vals_set155(test_at_105, 3, 72); } IS_NATIVE function testSuccess930() { } function AssistTimestamps_init125(integer this106) { } function new_AssistTimestamps604() returns integer { local integer this183 this_183 = alloc_AssistTimestamps415(); construct_AssistTimestamps196(this_183); return this_183; } function construct_AssistTimestamps196(integer this161) { AssistTimestamps_init125(this_161); } function alloc_AssistTimestamps415() returns integer { local integer this954 if (AssistTimestamps_firstFree_191 == 0) { if (AssistTimestamps_maxIndex_664 < 32768) { AssistTimestamps_maxIndex_664 = (AssistTimestamps_maxIndex_664 + 1); this_954 = AssistTimestamps_maxIndex_664; } else { error161("Out of memory: Could not create AssistTimestamps."); this_954 = 0; }; } else { AssistTimestamps_firstFree_191 = (AssistTimestamps_firstFree_191 - 1); this_954 = AssistTimestamps_nextFree_116[AssistTimestamps_firstFree_191]; }; return this_954; } function error161(string msg115) { $debugPrint209((msg_115 + (" " + #getStackTrace()))); } function AssistTimestamps_vals_set155(integer instanceId140, integer arrayIndex818, integer value557) { if ((arrayIndex_818 < 0) or (arrayIndex_818 >= 12)) { error161("Index out of Bounds"); } else { if (arrayIndex_818 <= 5) { if (arrayIndex_818 <= 2) { if (arrayIndex_818 <= 1) { if (arrayIndex_818 <= 0) { AssistTimestamps_vals_0_169[instanceId_140] = value_557; } else { AssistTimestamps_vals_1_121[instanceId_140] = value_557; }; } else { AssistTimestamps_vals_2_993[instanceId_140] = value_557; }; } else { if (arrayIndex_818 <= 4) { if (arrayIndex_818 <= 3) { AssistTimestamps_vals_3_858[instanceId_140] = value_557; } else { AssistTimestamps_vals_4_806[instanceId_140] = value_557; }; } else { AssistTimestamps_vals_5_101[instanceId_140] = value_557; }; }; } else { if (arrayIndex_818 <= 8) { if (arrayIndex_818 <= 7) { if (arrayIndex_818 <= 6) { AssistTimestamps_vals_6_137[instanceId_140] = value_557; } else { AssistTimestamps_vals_7_987[instanceId_140] = value_557; }; } else { AssistTimestamps_vals_8_129[instanceId_140] = value_557; }; } else { if (arrayIndex_818 <= 10) { if (arrayIndex_818 <= 9) { AssistTimestamps_vals_9_312[instanceId_140] = value_557; } else { AssistTimestamps_vals_10_722[instanceId_140] = value_557; }; } else { AssistTimestamps_vals_11_125[instanceId_140] = value_557; }; }; }; }; } function AssistTimestamps_vals_get166(integer index1877, integer index2356) returns integer { local integer returnVal131 if ((index2_356 < 0) or (index2_356 >= 12)) { error161("Index out of Bounds"); } else { if (index2_356 <= 5) { if (index2_356 <= 2) { if (index2_356 <= 1) { if (index2_356 <= 0) { returnVal_131 = AssistTimestamps_vals_0_169[index1_877]; } else { returnVal_131 = AssistTimestamps_vals_1_121[index1_877]; }; } else { returnVal_131 = AssistTimestamps_vals_2_993[index1_877]; }; } else { if (index2_356 <= 4) { if (index2_356 <= 3) { returnVal_131 = AssistTimestamps_vals_3_858[index1_877]; } else { returnVal_131 = AssistTimestamps_vals_4_806[index1_877]; }; } else { returnVal_131 = AssistTimestamps_vals_5_101[index1_877]; }; }; } else { if (index2_356 <= 8) { if (index2_356 <= 7) { if (index2_356 <= 6) { returnVal_131 = AssistTimestamps_vals_6_137[index1_877]; } else { returnVal_131 = AssistTimestamps_vals_7_987[index1_877]; }; } else { returnVal_131 = AssistTimestamps_vals_8_129[index1_877]; }; } else { if (index2_356 <= 10) { if (index2_356 <= 9) { returnVal_131 = AssistTimestamps_vals_9_312[index1_877]; } else { returnVal_131 = AssistTimestamps_vals_10_722[index1_877]; }; } else { returnVal_131 = AssistTimestamps_vals_11_125[index1_877]; }; }; }; }; return returnVal_131; }