integer test_at583 array AssistTimestamps_nextFree517 integer AssistTimestamps_firstFree381 integer AssistTimestamps_maxIndex199 array AssistTimestamps_vals_0173 array AssistTimestamps_vals_1171 array AssistTimestamps_vals_2181 array AssistTimestamps_vals_3846 array AssistTimestamps_vals_4181 array AssistTimestamps_vals_5160 array AssistTimestamps_vals_6212 array AssistTimestamps_vals_7133 array AssistTimestamps_vals_8724 array AssistTimestamps_vals_9362 array AssistTimestamps_vals_10186 array AssistTimestamps_vals_11668 integer test_at583 = new_AssistTimestamps156() integer AssistTimestamps_firstFree381 = 0 integer AssistTimestamps_maxIndex199 = 0 function initGlobals160() { } function main143() { initGlobals160(); init_test177(); } function config899() { } function init_test177() { test_at_583 = new_AssistTimestamps156(); AssistTimestamps_vals_set135(test_at_583, 4, 42); foo417(); if (AssistTimestamps_vals_get201(test_at_583, 4) == 42) { testSuccess127(); } else { }; } function foo417() { AssistTimestamps_vals_set135(test_at_583, 3, 72); } IS_NATIVE function testSuccess127() { } function AssistTimestamps_init342(integer this162) { } function new_AssistTimestamps156() returns integer { local integer this617 this_617 = alloc_AssistTimestamps141(); construct_AssistTimestamps114(this_617); return this_617; } function construct_AssistTimestamps114(integer this130) { AssistTimestamps_init342(this_130); } function alloc_AssistTimestamps141() returns integer { local integer this213 if (AssistTimestamps_firstFree_381 == 0) { if (AssistTimestamps_maxIndex_199 < 32768) { AssistTimestamps_maxIndex_199 = (AssistTimestamps_maxIndex_199 + 1); this_213 = AssistTimestamps_maxIndex_199; } else { error185("Out of memory: Could not create AssistTimestamps."); this_213 = 0; }; } else { AssistTimestamps_firstFree_381 = (AssistTimestamps_firstFree_381 - 1); this_213 = AssistTimestamps_nextFree_517[AssistTimestamps_firstFree_381]; }; return this_213; } function error185(string msg106) { $debugPrint102((msg_106 + (" " + #getStackTrace()))); } function AssistTimestamps_vals_set135(integer instanceId289, integer arrayIndex512, integer value857) { if ((arrayIndex_512 < 0) or (arrayIndex_512 >= 12)) { error185("Index out of Bounds"); } else { if (arrayIndex_512 <= 5) { if (arrayIndex_512 <= 2) { if (arrayIndex_512 <= 1) { if (arrayIndex_512 <= 0) { AssistTimestamps_vals_0_173[instanceId_289] = value_857; } else { AssistTimestamps_vals_1_171[instanceId_289] = value_857; }; } else { AssistTimestamps_vals_2_181[instanceId_289] = value_857; }; } else { if (arrayIndex_512 <= 4) { if (arrayIndex_512 <= 3) { AssistTimestamps_vals_3_846[instanceId_289] = value_857; } else { AssistTimestamps_vals_4_181[instanceId_289] = value_857; }; } else { AssistTimestamps_vals_5_160[instanceId_289] = value_857; }; }; } else { if (arrayIndex_512 <= 8) { if (arrayIndex_512 <= 7) { if (arrayIndex_512 <= 6) { AssistTimestamps_vals_6_212[instanceId_289] = value_857; } else { AssistTimestamps_vals_7_133[instanceId_289] = value_857; }; } else { AssistTimestamps_vals_8_724[instanceId_289] = value_857; }; } else { if (arrayIndex_512 <= 10) { if (arrayIndex_512 <= 9) { AssistTimestamps_vals_9_362[instanceId_289] = value_857; } else { AssistTimestamps_vals_10_186[instanceId_289] = value_857; }; } else { AssistTimestamps_vals_11_668[instanceId_289] = value_857; }; }; }; }; } function AssistTimestamps_vals_get201(integer index1169, integer index2821) returns integer { local integer returnVal186 if ((index2_821 < 0) or (index2_821 >= 12)) { error185("Index out of Bounds"); } else { if (index2_821 <= 5) { if (index2_821 <= 2) { if (index2_821 <= 1) { if (index2_821 <= 0) { returnVal_186 = AssistTimestamps_vals_0_173[index1_169]; } else { returnVal_186 = AssistTimestamps_vals_1_171[index1_169]; }; } else { returnVal_186 = AssistTimestamps_vals_2_181[index1_169]; }; } else { if (index2_821 <= 4) { if (index2_821 <= 3) { returnVal_186 = AssistTimestamps_vals_3_846[index1_169]; } else { returnVal_186 = AssistTimestamps_vals_4_181[index1_169]; }; } else { returnVal_186 = AssistTimestamps_vals_5_160[index1_169]; }; }; } else { if (index2_821 <= 8) { if (index2_821 <= 7) { if (index2_821 <= 6) { returnVal_186 = AssistTimestamps_vals_6_212[index1_169]; } else { returnVal_186 = AssistTimestamps_vals_7_133[index1_169]; }; } else { returnVal_186 = AssistTimestamps_vals_8_724[index1_169]; }; } else { if (index2_821 <= 10) { if (index2_821 <= 9) { returnVal_186 = AssistTimestamps_vals_9_362[index1_169]; } else { returnVal_186 = AssistTimestamps_vals_10_186[index1_169]; }; } else { returnVal_186 = AssistTimestamps_vals_11_668[index1_169]; }; }; }; }; return returnVal_186; }