1 1 Source: source/zz-iatdemo/zz-iatdemo-B1.0/pwr/anylogevents.c
1-0 . /*
1-1 . ----------------------------------------------------------------------------
1-2 . --| BEGIN PROLOGUE
1-3 . --|
1-4 . --| CLASSIFICATION: UNCLASSIFIED
1-5 . --|
1-6 . --| FILE NAME: anylogevents.c
1-7 . --|
1-8 . --| ABSTRACT:
1-9 . --| This file contains the functions that do file 1 stuff.
1-10 . --|
1-11 . --| HISTORY:
1-12 . --| CCCQ_NAME:
1-13 . --| CCCQ_VER: 10/20/2003 ws
1-14 . --|
1-15 . --| END PROLOGUE
1-16 . ----------------------------------------------------------------------------
1-17 . */
1-18 .
1-19 .
1-20 . #include "file-1.h"
1-21 .
1-22 . int function_lefirst () {
1-23 . A = B + C;
1-24 . /* LE SV TOC-001 completed the orange portion of req 1*/
1-25 . A = B + C;
1-26 . A = B + C;
1-27 . A = B + C;
1-28 . }
1-29 .
1-30 . A = B + C;
1-31 . A = B + C;
1-32 . A = B + C;
1-33 .
1-34 .
1-35 . /*
1-36 . -----------------------------------------------------------------------------
1-37 . --| NAME: function_lea
1-38 . --|
1-39 . --| ABSTRACT:
1-40 . --| function a does function stuff.
1-41 . --|
1-42 . --| RETURNS:
1-43 . --| NONE.
1-44 . --|
1-45 . ----------------------------------------------------------------------------
1-46 . */
1-47 .
1-48 . int A;
1-49 . int B;
1-50 . long C;
1-51 . long D;
1-52 . double E;
1-53 . double E;
1-54 .
1-55 . static void function_lea (void)
1-56 . {
1-57 . A = B + C;
1-58 . A = B + C;
1-59 . A = B + C;
1-60 . function_a;
1-61 . /* LE SV TOC-001 completed the blue portion of req 1*/
1-62 .
1-63 . if ($stuff > $otherstuff)
1-64 . {
1-65 . /* LE SV TOC-002 completed req 2*/
1-66 . A = B + C;
1-67 . A = B + C;
1-68 . }
1-69 . }
1-70 .
1-71 . /*
1-72 . -----------------------------------------------------------------------------
1-73 . --| NAME: function_leb
1-74 . --|
1-75 . --| ABSTRACT:
1-76 . --| function b does function stuff.
1-77 . --|
1-78 . --| RETURNS:
1-79 . --| NONE.
1-80 . --|
1-81 . ----------------------------------------------------------------------------
1-82 . */
1-83 . static void function_leb (void)
1-84 . {
1-85 . variable = function_le1 + function_le2 + function_le3;
1-86 . variable = function_leb + function_lec + function_led;
1-87 . A = B + C;
1-88 . A = B + C;
1-89 . A = B + C;
1-90 .
1-91 . /* LE SV TOC-003 starting req 3 - this is a huge loop 3*/
1-92 . if ($stuff > $otherstuff)
1-93 . {
1-94 . A = B + C;
1-95 . A = B + C;
1-96 . /* LE SV TOC-003 req 3 - but you can log in loop and filter during test */
1-97 . }
1-98 . /* LE SV TOC-003 finished req 3 - so its ok to bracket huge loops */
1-99 .
1-100 . A = B + C;
1-101 . A = B + C;
1-102 . A = B + C;
1-103 . A = B + C;
1-104 . A = B + C;
1-105 . A = B + C;
1-106 .
1-107 . /* LE SV TOC-004 starting req 4 - this is a realtime loop */
1-108 . if ($stuff > $otherstuff)
1-109 . {
1-110 . A = B + C;
1-111 . A = B + C;
1-112 . /* LE SV TOC-004 req - but you can log in loop and filter during test 3*/
1-113 . }
1-114 . /* LE SV TOC-004 finished req 4 - so its ok to bracket real time loops */
1-115 .
1-116 .
1-117 . A = B + C;
1-118 . A = B + C;
1-119 . A = B + C;
1-120 .
1-121 . if {
1-122 . X = Y + Z;
1-123 . }
1-124 . else {
1-125 . A = B + C;
1-126 . }
1-127 .
1-128 . A = B + C;
1-129 . A = B + C;
1-130 . A = B + C;
1-131 .
1-132 . /* LE SV TOC-004 completed req 4 its ok to no place a req in the exact spot where its completed */
1-133 . /* LE SV TOC-005 completed req 5 stuff */
1-134 .
1-135 . A = B + C;
1-136 . A = B + C;
1-137 . A = B + C;
1-138 .
1-139 . }
1-140 .
1-141 . A = B + C;
1-142 . A = B + C;
1-143 . A = B + C;
1-144 .
1-145 . switch (stuff)
1-146 . {
1-147 . case one:
1-148 . {
1-149 . run_this;
1-150 . /* LE SV TOC-006 completed req 6 */
1-151 . /* LE SV TOC-007 completed req 7 */
1-152 . /* LE SV TOC-008 completed req 8 */
1-153 . /* SV SV TOC-009 started green portion of req 9 */
1-154 . A = B + C;
1-155 . A = B + C;
1-156 . A = B + C;
1-157 . /* SV SV TOC-009 completed green portion of req 9 */
1-158 . break;
1-159 . }
1-160 . case two:
1-161 . {
1-162 . run_this;
1-163 . break;
1-164 . }
1-165 . default:
1-166 . {
1-167 . /* LE SV TOC-010 this is divide by zero error */
1-168 . SwError;
1-169 . }
1-170 . }
1-171 .
1-172 . }
1-173 .
1-174 . /*
1-175 . -----------------------------------------------------------------------------
1-176 . --| NAME: function_led
1-177 . --|
1-178 . --| ABSTRACT:
1-179 . --| function led does function stuff.
1-180 . --|
1-181 . --| RETURNS:
1-182 . --| NONE.
1-183 . --|
1-184 . ----------------------------------------------------------------------------
1-185 . */
1-186 .
1-187 . static void function_led (void)
1-188 . {
1-189 .
1-190 . switch (stuff)
1-191 . {
1-192 . case one:
1-193 . {
1-194 . run_this;
1-195 . break;
1-196 . }
1-197 . case two:
1-198 . {
1-199 . run_this;
1-200 . break;
1-201 . }
1-202 . default:
1-203 . {
1-204 . SwError;
1-205 . }
1-206 . }
1-207 .
1-208 . /* LE SV TOC-011 completed req 11 stuff */
1-209 . /* LE SV TOC-012 completed req 12 stuff */
1-210 . /* LE SV TOC-013 completed req 13 stuff */
1-211 . /* LE SV TOC-014 completed req 14 stuff */
1-212 .
1-213 . }
1-214 .
1-215 . /*
1-216 . -----------------------------------------------------------------------------
1-217 . --| NAME: function_lee
1-218 . --|
1-219 . --| ABSTRACT:
1-220 . --| function lee does function stuff.
1-221 . --|
1-222 . --| RETURNS:
1-223 . --| NONE.
1-224 . --|
1-225 . ----------------------------------------------------------------------------
1-226 . */
1-227 .
1-228 . static function_lee ()
1-229 . {
1-230 .
1-231 . /* LE SV TOC-015 started req 15 stuff - pick start or end but not both */
1-232 . /* LE SV TOC-016 started req 16 stuff - pick start or end but not both */
1-233 . /* LE SV TOC-017 started req 17 stuff - pick start or end but not both */
1-234 .
1-235 . A = B+C;
1-236 . A = B-C;
1-237 . A = B*C;
1-238 . A = B/C;
1-239 .
1-240 . A = 0x0001;
1-241 . A = 0x0002;
1-242 . A = 0x0004;
1-243 . A = 0x0007;
1-244 . A = 0x0008;
1-245 . A = 0x0003;
1-246 . A = 0x0006;
1-247 . A = 0x0009;
1-248 .
1-249 . if (A < B)
1-250 . {
1-251 . HMI_CALL(Happy Face);
1-252 . A = B + C;
1-253 . D = E + F;
1-254 . }
1-255 .
1-256 . if (A > B)
1-257 . {
1-258 . A = B + C;
1-259 . D = E + F;
1-260 . }
1-261 .
1-262 . if (A < = B)
1-263 . {
1-264 . A = B + C;
1-265 . D = E + F;
1-266 . }
1-267 .
1-268 . if (A > = B)
1-269 . {
1-270 . log = any + loc(aslong_as_there_is_semicolon);
1-271 . A = B + C;
1-272 . D = E + F;
1-273 . }
1-274 .
1-275 . if (A == B)
1-276 . {
1-277 . A = B + C;
1-278 . D = E + F;
1-279 . }
1-280 .
1-281 . if (A != B)
1-282 . {
1-283 . log = any + loc;
1-284 . A = B + C;
1-285 . D = E + F;
1-286 . }
1-287 .
1-288 . if (A lt B)
1-289 . {
1-290 . log = any+loc;
1-291 . A = B + C;
1-292 . D = E + F;
1-293 . }
1-294 .
1-295 . if (A gt B)
1-296 . {
1-297 . log = any-loc*(some+more+stuff);
1-298 . A = B + C;
1-299 . D = E + F;
1-300 . }
1-301 .
1-302 . if (A le B)
1-303 . {
1-304 . log = any*loc;
1-305 . A = B + C;
1-306 . D = E + F;
1-307 . }
1-308 .
1-309 . if (A ge B)
1-310 . {
1-311 . log = any/loc(nice_broad_pattern);
1-312 . A = B + C;
1-313 . D = E + F;
1-314 . }
1-315 .
1-316 . if (A eq B)
1-317 . {
1-318 . PURGE_BUFFER;
1-319 . A = B + C;
1-320 . D = E + F;
1-321 . }
1-322 .
1-323 . if (A ne B)
1-324 . {
1-325 . PURGE_BUFFER;
1-326 . A = B + C;
1-327 . D = E + F;
1-328 . }
1-329 .
1-330 . /* LE SV TOC-015 completed req 15 stuff */
1-331 . /* LE SV TOC-016 completed req 16 stuff */
1-332 . /* LE SV TOC-017 completed req 17 stuff */
1-333 .
1-334 .
1-335 . }
1-336 .
1 1 Result: result/source/zz-iatdemo/zz-iatdemo-B1.0/pwr/anylogevents.c
2 2 Source: source/zz-iatdemo/zz-iatdemo-B1.0/pwr/badcoding.c
2-0 . /*
2-1 . ----------------------------------------------------------------------------
2-2 . --| BEGIN PROLOGUE
2-3 . --|
2-4 . --| CLASSIFICATION: UNCLASSIFIED
2-5 . --|
2-6 . --| FILE NAME: badcoding.c
2-7 . --|
2-8 . --| ABSTRACT:
2-9 . --| This file contains the functions that do file 1 stuff.
2-10 . --| ??? I am really clueless about what to say ???
2-11 . --|
2-12 . --| HISTORY:
2-13 . --| CCCQ_NAME:
2-14 . --| CCCQ_VER: 10/20/2003 ws
2-15 . --|
2-16 . --| END PROLOGUE
2-17 . ----------------------------------------------------------------------------
2-18 . */
2-19 .
2-20 . /* LE SV TOC-001 this is a real rocket scientist - will not compile here */
2-21 .
2-22 . #include "file-1.h"
2-23 .
2-24 . int function_first () {
2-25 . A = B + C;
2-26 . }
2-27 .
2-28 . /*
2-29 . -----------------------------------------------------------------------------
2-30 . --| NAME: function_a
2-31 . --|
2-32 . --| ABSTRACT:
2-33 . --| function a does function stuff.
2-34 . --| /* LE SV TOC-001 this is a real rocket scientist - will not compile here */
2-35 . --|
2-36 . --| RETURNS:
2-37 . --| NONE.
2-38 . --|
2-39 . ----------------------------------------------------------------------------
2-40 . */
2-41 .
2-42 . int A;
2-43 . int B;
2-44 . long C;
2-45 . /* LE SV TOC-001 this is a real rocket scientist - will not compile here */
2-46 . long D;
2-47 . double E;
2-48 . double E;
2-49 .
2-50 . static void function_a (void)
2-51 . {
2-52 .
2-53 . // uncalled function
2-54 .
2-55 . }
2-56 .
2-57 . /*
2-58 . -----------------------------------------------------------------------------
2-59 . --| NAME: function_b
2-60 . --|
2-61 . --| ABSTRACT:
2-62 . --| function b does function stuff.
2-63 . --|
2-64 . --| RETURNS:
2-65 . --| NONE.
2-66 . --|
2-67 . ----------------------------------------------------------------------------
2-68 . */
2-69 . static void function_b (void)
2-70 . {
2-71 . variable = function_1 + function_2 + function_3;
2-72 . variable = function_b + function_c + function_d;
2-73 .
2-74 . if (veg)
2-75 . // missing curly brace
2-76 . variable = orange;
2-77 .
2-78 . A = B + C;
2-79 . A = B + C;
2-80 . A = B + C;
2-81 .
2-82 . #ifdef LAZY
2-83 . // this is not nice
2-84 . A = B + C;
2-85 . A = B + C;
2-86 . #endif
2-87 .
2-88 . A = B + C;
2-89 . A = B + C;
2-90 . A = B + C;
2-91 .
2-92 . if ($stuff > $otherstuff)
2-93 . /* LE SV TOC-008 split the if block */
2-94 . {
2-95 . A = B + C;
2-96 . A = B + C;
2-97 . }
2-98 .
2-99 . A = B + C;
2-100 . A = B + C;
2-101 . A = B + C;
2-102 .
2-103 . if {
2-104 . X = Y + Z;
2-105 . }
2-106 . else {
2-107 . // bad keyword
2-108 . halt;
2-109 . }
2-110 .
2-111 . A = B + C;
2-112 . A = B + C;
2-113 . A = B + C;
2-114 .
2-115 .
2-116 . /* LE SV TOC-002 this is paraphrase of req 2 */
2-117 . /* LE SV TOC-003 this is paraphrase of req 3 */
2-118 .
2-119 . // TBD - what do I do now
2-120 . A = B + C;
2-121 . A = B + C;
2-122 . A = B + C;
2-123 .
2-124 . // TBS - I need to figure this out
2-125 . A = B + C;
2-126 . A = B + C;
2-127 . A = B + C;
2-128 .
2-129 . // ??? go see ws
2-130 . A = B + C;
2-131 . A = B + C;
2-132 . A = B + C;
2-133 .
2-134 . // (P) this is really important
2-135 . A = B + C;
2-136 . A = B + C;
2-137 . A = B + C;
2-138 .
2-139 . }
2-140 .
2-141 . static void function_c (void)
2-142 . {
2-143 . // TBD - what do I do now
2-144 .
2-145 . A = B + C;
2-146 . A = B + C;
2-147 . A = B + C;
2-148 .
2-149 . switch (stuff)
2-150 . {
2-151 . case one:
2-152 . {
2-153 . run_this;
2-154 . /* LE S TOC-003 this is paraphrase of 003 - but bad encoding */
2-155 . /* L SV TOC-004 this is paraphrase of 004 - but bad encoding */
2-156 . /* LE TOC-005 this is paraphrase of 005 - but bad encoding */
2-157 . /* SV TOC-006 this is paraphrase of 006 - but bad encoding */
2-158 . /* LE SV TOC-007 */ // too lazy to paraphrase req
2-159 . break;
2-160 . }
2-161 . case two:
2-162 . {
2-163 . run_this;
2-164 . break;
2-165 . }
2-166 . // missing default
2-167 . }
2-168 .
2-169 . A = B + C;
2-170 . A = B + C;
2-171 . A = B + C;
2-172 .
2-173 . switch (stuff)
2-174 . {
2-175 . case one:
2-176 . {
2-177 . run_this;
2-178 . break;
2-179 . }
2-180 . case two:
2-181 . {
2-182 . run_this;
2-183 . break;
2-184 . }
2-185 . default:
2-186 . {
2-187 . // missing error call
2-188 . }
2-189 . }
2-190 .
2-191 . A = B + C;
2-192 . A = B + C;
2-193 . A = B + C;
2-194 .
2-195 . switch (stuff)
2-196 . {
2-197 . case:
2-198 . case:
2-199 . // stacked case statements but only if there is a new line in between
2-200 .
2-201 . case:
2-202 . case:
2-203 . case:
2-204 . {
2-205 . run_this;
2-206 . break;
2-207 . }
2-208 . default:
2-209 . {
2-210 . halt;
2-211 . }
2-212 . }
2-213 .
2-214 . A = B + C;
2-215 . A = B + C;
2-216 . A = B + C;
2-217 .
2-218 . switch (stuff)
2-219 . {
2-220 . case one:
2-221 . {
2-222 . run_this;
2-223 . // missing break
2-224 . }
2-225 . case two:
2-226 . {
2-227 . run_this;
2-228 . break;
2-229 . }
2-230 . default:
2-231 . {
2-232 . SwError;
2-233 . /* LE SV TOC-008 we really should log all error calls but NOT HERE */
2-234 . }
2-235 . }
2-236 .
2-237 . A = B + C;
2-238 . A = B + C;
2-239 . A = B + C;
2-240 .
2-241 . switch (stuff)
2-242 . {
2-243 . case one:
2-244 . {
2-245 . switch (nested)
2-246 . {
2-247 . case:
2-248 . X = Y + Z;
2-249 . case:
2-250 . X = Y + Z;
2-251 . default:
2-252 . SwError;
2-253 . }
2-254 . }
2-255 . case two:
2-256 . {
2-257 . run_this;
2-258 . break;
2-259 . }
2-260 . default:
2-261 . {
2-262 . /* LE SV TOC-008 we really should log all error calls */
2-263 . SwError;
2-264 . }
2-265 . }
2-266 .
2-267 . one_huge_line = A + A + A + A + A + A + A + A + A + A + A + A + A + A + A + A + A + A + A + A + A + A + A + A + A + A + A + A + A + A;
2-268 .
2-269 . A = B + C;
2-270 . A = B + C;
2-271 .
2-272 . // dead code
2-273 . /* dead_code1 = A * B; */
2-274 .
2-275 . A = B + C;
2-276 .
2-277 . // tricky not dead_code
2-278 . A = B + C; /* A = A * B; */
2-279 . AA = BA + CA; /* AA = AA * BA; */
2-280 .
2-281 . A = B + C;
2-282 .
2-283 . /* dead_codes2 = B + C;
2-284 . dead_code2 = D + E;
2-285 . dead_code2 = F + G; */
2-286 .
2-287 . A = B + C;
2-288 .
2-289 . /*
2-290 . dead_code3 = B - C;
2-291 . dead_code3 = D - E;
2-292 . dead_code3 = F - G;
2-293 . */
2-294 .
2-295 . A = B + C;
2-296 .
2-297 . if ($stuff > $otherstuff)
2-298 . /* LE SV TOC-008 we really should log all error calls */
2-299 . {
2-300 . A = B + C;
2-301 . }
2-302 . else {
2-303 . /* LE SV TOC-008 we really should log all error calls */
2-304 . SwError;
2-305 . }
2-306 .
2-307 . // recast
2-308 . A = (int)B + C;
2-309 . A = B + C;
2-310 . A = (long)B + C;
2-311 . A = B + C;
2-312 . A = (float)B + C;
2-313 .
2-314 . A = B + C;
2-315 . A = B + C;
2-316 . A = B + C;
2-317 .
2-318 . send_buffer = (U16 *) malloc(size+1);
2-319 . A = B + C;
2-320 . A = B + C;
2-321 .
2-322 . rcv_buffer = (U16 *) alloc(size+1);
2-323 . A = B + C;
2-324 . A = B + C;
2-325 .
2-326 . FreePtr = HmiStringPtr;
2-327 . free(FreePtr);
2-328 .
2-329 . A = B + C;
2-330 .
2-331 . // endless loops
2-332 . goto error;
2-333 .
2-334 . A = B + C;
2-335 . A = B + C;
2-336 .
2-337 . // endless loops
2-338 . do forever;
2-339 .
2-340 . A = B + C;
2-341 . A = B + C;
2-342 . A = B + C;
2-343 .
2-344 . // endless loops
2-345 . while(1) {
2-346 . A = B + C;
2-347 . A = B + C;
2-348 . A = B + C;
2-349 . A = B + C;
2-350 . }
2-351 .
2-352 . A = B + C;
2-353 .
2-354 . #ifdef LAZY
2-355 . // this is not nice
2-356 . A = B + C;
2-357 . A = B + C;
2-358 . #endif
2-359 .
2-360 . A = B + C;
2-361 .
2-362 . A = 0x0001;
2-363 . A = 0x0002;
2-364 . A = 0x0003;
2-365 . A = 0x0004;
2-366 . A = 0x0006;
2-367 . A = 0x0007;
2-368 . A = 0x0008;
2-369 . A = 0x0009;
2-370 .
2-371 . }
2-372 .
2-373 . /*
2-374 . -----------------------------------------------------------------------------
2-375 . --| NAME: function_d
2-376 . --|
2-377 . --| ABSTRACT:
2-378 . --| function b does function stuff.
2-379 . --|
2-380 . --| RETURNS:
2-381 . --| NONE.
2-382 . --|
2-383 . ----------------------------------------------------------------------------
2-384 . */
2-385 .
2-386 . static void function_d (void)
2-387 . {
2-388 . this_func_is_way_too_big;
2-389 . this_func_is_way_too_big;
2-390 . this_func_is_way_too_big;
2-391 . this_func_is_way_too_big;
2-392 . this_func_is_way_too_big;
2-393 . this_func_is_way_too_big;
2-394 . this_func_is_way_too_big;
2-395 . this_func_is_way_too_big;
2-396 . this_func_is_way_too_big;
2-397 . this_func_is_way_too_big;
2-398 . this_func_is_way_too_big;
2-399 . this_func_is_way_too_big;
2-400 . this_func_is_way_too_big;
2-401 . this_func_is_way_too_big;
2-402 . this_func_is_way_too_big;
2-403 . this_func_is_way_too_big;
2-404 . this_func_is_way_too_big;
2-405 . this_func_is_way_too_big;
2-406 . this_func_is_way_too_big;
2-407 . this_func_is_way_too_big;
2-408 . this_func_is_way_too_big;
2-409 . this_func_is_way_too_big;
2-410 . this_func_is_way_too_big;
2-411 . this_func_is_way_too_big;
2-412 . this_func_is_way_too_big;
2-413 . this_func_is_way_too_big;
2-414 . this_func_is_way_too_big;
2-415 . this_func_is_way_too_big;
2-416 . this_func_is_way_too_big;
2-417 . this_func_is_way_too_big;
2-418 . this_func_is_way_too_big;
2-419 . this_func_is_way_too_big;
2-420 . this_func_is_way_too_big;
2-421 . this_func_is_way_too_big;
2-422 . this_func_is_way_too_big;
2-423 . this_func_is_way_too_big;
2-424 . this_func_is_way_too_big;
2-425 . this_func_is_way_too_big;
2-426 . this_func_is_way_too_big;
2-427 . this_func_is_way_too_big;
2-428 . this_func_is_way_too_big;
2-429 . this_func_is_way_too_big;
2-430 . this_func_is_way_too_big;
2-431 . this_func_is_way_too_big;
2-432 . this_func_is_way_too_big;
2-433 . this_func_is_way_too_big;
2-434 . this_func_is_way_too_big;
2-435 . this_func_is_way_too_big;
2-436 . this_func_is_way_too_big;
2-437 . this_func_is_way_too_big;
2-438 . this_func_is_way_too_big;
2-439 . this_func_is_way_too_big;
2-440 . this_func_is_way_too_big;
2-441 . this_func_is_way_too_big;
2-442 . this_func_is_way_too_big;
2-443 . this_func_is_way_too_big;
2-444 . this_func_is_way_too_big;
2-445 . this_func_is_way_too_big;
2-446 . this_func_is_way_too_big;
2-447 . this_func_is_way_too_big;
2-448 . this_func_is_way_too_big;
2-449 . this_func_is_way_too_big;
2-450 . this_func_is_way_too_big;
2-451 . this_func_is_way_too_big;
2-452 . this_func_is_way_too_big;
2-453 . this_func_is_way_too_big;
2-454 . this_func_is_way_too_big;
2-455 . this_func_is_way_too_big;
2-456 . this_func_is_way_too_big;
2-457 . this_func_is_way_too_big;
2-458 . this_func_is_way_too_big;
2-459 . this_func_is_way_too_big;
2-460 . this_func_is_way_too_big;
2-461 . this_func_is_way_too_big;
2-462 . this_func_is_way_too_big;
2-463 . this_func_is_way_too_big;
2-464 . this_func_is_way_too_big;
2-465 . this_func_is_way_too_big;
2-466 . this_func_is_way_too_big;
2-467 . this_func_is_way_too_big;
2-468 . this_func_is_way_too_big;
2-469 . this_func_is_way_too_big;
2-470 . this_func_is_way_too_big;
2-471 . this_func_is_way_too_big;
2-472 . this_func_is_way_too_big;
2-473 . this_func_is_way_too_big;
2-474 . this_func_is_way_too_big;
2-475 . this_func_is_way_too_big;
2-476 . this_func_is_way_too_big;
2-477 . this_func_is_way_too_big;
2-478 . this_func_is_way_too_big;
2-479 . this_func_is_way_too_big;
2-480 . this_func_is_way_too_big;
2-481 . this_func_is_way_too_big;
2-482 . this_func_is_way_too_big;
2-483 . this_func_is_way_too_big;
2-484 . this_func_is_way_too_big;
2-485 . this_func_is_way_too_big;
2-486 . this_func_is_way_too_big;
2-487 . this_func_is_way_too_big;
2-488 . this_func_is_way_too_big;
2-489 . this_func_is_way_too_big;
2-490 . this_func_is_way_too_big;
2-491 . this_func_is_way_too_big;
2-492 . this_func_is_way_too_big;
2-493 . this_func_is_way_too_big;
2-494 . this_func_is_way_too_big;
2-495 . this_func_is_way_too_big;
2-496 . this_func_is_way_too_big;
2-497 . this_func_is_way_too_big;
2-498 . this_func_is_way_too_big;
2-499 . this_func_is_way_too_big;
2-500 . this_func_is_way_too_big;
2-501 . this_func_is_way_too_big;
2-502 . this_func_is_way_too_big;
2-503 . this_func_is_way_too_big;
2-504 . this_func_is_way_too_big;
2-505 . }
2-506 .
2-507 . /*
2-508 . -----------------------------------------------------------------------------
2-509 . --| NAME: function_e
2-510 . --|
2-511 . --| ABSTRACT:
2-512 . --| function b does function stuff.
2-513 . --|
2-514 . --| RETURNS:
2-515 . --| NONE.
2-516 . --|
2-517 . ----------------------------------------------------------------------------
2-518 . */
2-519 .
2-520 . static function_e ()
2-521 . {
2-522 . this_func_is_way_too_big;
2-523 . this_func_is_way_too_big;
2-524 . this_func_is_way_too_big;
2-525 . this_func_is_way_too_big;
2-526 . this_func_is_way_too_big;
2-527 . this_func_is_way_too_big;
2-528 . this_func_is_way_too_big;
2-529 . this_func_is_way_too_big;
2-530 . this_func_is_way_too_big;
2-531 . this_func_is_way_too_big;
2-532 . this_func_is_way_too_big;
2-533 . this_func_is_way_too_big;
2-534 . this_func_is_way_too_big;
2-535 . this_func_is_way_too_big;
2-536 . this_func_is_way_too_big;
2-537 . this_func_is_way_too_big;
2-538 . this_func_is_way_too_big;
2-539 . this_func_is_way_too_big;
2-540 . this_func_is_way_too_big;
2-541 . this_func_is_way_too_big;
2-542 . this_func_is_way_too_big;
2-543 . this_func_is_way_too_big;
2-544 . this_func_is_way_too_big;
2-545 . this_func_is_way_too_big;
2-546 . this_func_is_way_too_big;
2-547 . this_func_is_way_too_big;
2-548 . this_func_is_way_too_big;
2-549 . this_func_is_way_too_big;
2-550 . this_func_is_way_too_big;
2-551 . this_func_is_way_too_big;
2-552 . this_func_is_way_too_big;
2-553 . this_func_is_way_too_big;
2-554 . this_func_is_way_too_big;
2-555 . this_func_is_way_too_big;
2-556 . this_func_is_way_too_big;
2-557 . this_func_is_way_too_big;
2-558 . this_func_is_way_too_big;
2-559 . this_func_is_way_too_big;
2-560 . this_func_is_way_too_big;
2-561 . this_func_is_way_too_big;
2-562 . this_func_is_way_too_big;
2-563 . this_func_is_way_too_big;
2-564 . this_func_is_way_too_big;
2-565 . this_func_is_way_too_big;
2-566 . this_func_is_way_too_big;
2-567 . this_func_is_way_too_big;
2-568 . this_func_is_way_too_big;
2-569 . this_func_is_way_too_big;
2-570 . this_func_is_way_too_big;
2-571 . this_func_is_way_too_big;
2-572 . this_func_is_way_too_big;
2-573 . this_func_is_way_too_big;
2-574 . this_func_is_way_too_big;
2-575 . this_func_is_way_too_big;
2-576 . this_func_is_way_too_big;
2-577 . this_func_is_way_too_big;
2-578 . this_func_is_way_too_big;
2-579 . this_func_is_way_too_big;
2-580 . this_func_is_way_too_big;
2-581 . this_func_is_way_too_big;
2-582 . this_func_is_way_too_big;
2-583 . this_func_is_way_too_big;
2-584 . this_func_is_way_too_big;
2-585 . this_func_is_way_too_big;
2-586 . this_func_is_way_too_big;
2-587 . this_func_is_way_too_big;
2-588 . this_func_is_way_too_big;
2-589 . this_func_is_way_too_big;
2-590 . this_func_is_way_too_big;
2-591 . this_func_is_way_too_big;
2-592 . this_func_is_way_too_big;
2-593 . this_func_is_way_too_big;
2-594 . this_func_is_way_too_big;
2-595 . this_func_is_way_too_big;
2-596 . this_func_is_way_too_big;
2-597 . this_func_is_way_too_big;
2-598 . this_func_is_way_too_big;
2-599 . this_func_is_way_too_big;
2-600 . this_func_is_way_too_big;
2-601 . this_func_is_way_too_big;
2-602 . this_func_is_way_too_big;
2-603 . this_func_is_way_too_big;
2-604 . this_func_is_way_too_big;
2-605 . this_func_is_way_too_big;
2-606 . this_func_is_way_too_big;
2-607 . this_func_is_way_too_big;
2-608 . this_func_is_way_too_big;
2-609 . this_func_is_way_too_big;
2-610 . this_func_is_way_too_big;
2-611 . this_func_is_way_too_big;
2-612 . this_func_is_way_too_big;
2-613 . this_func_is_way_too_big;
2-614 . this_func_is_way_too_big;
2-615 . this_func_is_way_too_big;
2-616 . this_func_is_way_too_big;
2-617 . this_func_is_way_too_big;
2-618 . this_func_is_way_too_big;
2-619 . this_func_is_way_too_big;
2-620 . this_func_is_way_too_big;
2-621 . this_func_is_way_too_big;
2-622 . this_func_is_way_too_big;
2-623 . this_func_is_way_too_big;
2-624 . this_func_is_way_too_big;
2-625 . this_func_is_way_too_big;
2-626 . this_func_is_way_too_big;
2-627 . this_func_is_way_too_big;
2-628 . this_func_is_way_too_big;
2-629 . this_func_is_way_too_big;
2-630 . this_func_is_way_too_big;
2-631 . this_func_is_way_too_big;
2-632 . this_func_is_way_too_big;
2-633 . }
2-634 .
2 2 Result: result/source/zz-iatdemo/zz-iatdemo-B1.0/pwr/badcoding.c
3 3 Source: source/zz-iatdemo/zz-iatdemo-B1.0/pwr/badheader.c
3-0 . /*
3-1 . ----------------------------------------------------------------------------
3-2 . --| BEGIN PROLOGUE
3-3 . --|
3-4 . --| CLASSIFICATION: UNCLASSIFIED
3-5 . --|
3-6 . --| FILE NAME: badheader.c
3-7 . --|
3-8 . --|
3-9 . --| This file contains a bad header.
3-10 . --|
3-11 . --| HISTORY:
3-12 . --| CCCQ_NAME:
3-13 . --| CCCQ_VER: 10/20/2003 ws
3-14 . --|
3-15 . --| END PROLOGUE
3-16 . ----------------------------------------------------------------------------
3-17 . */
3-18 .
3-19 . #include "file-1.h"
3-20 .
3 3 Result: result/source/zz-iatdemo/zz-iatdemo-B1.0/pwr/badheader.c
4 4 Source: source/zz-iatdemo/zz-iatdemo-B1.0/pwr/file.c
4-0 . /*
4-1 . ----------------------------------------------------------------------------
4-2 . --| BEGIN PROLOGUE
4-3 . --|
4-4 . --| CLASSIFICATION: UNCLASSIFIED
4-5 . --|
4-6 . --| FILE NAME: file.c
4-7 . --|
4-8 . --| ABSTRACT:
4-9 . --| This file contains the functions that do file 1 stuff.
4-10 . --|
4-11 . --| HISTORY:
4-12 . --| CCCQ_NAME:
4-13 . --| CCCQ_VER: 10/20/2003 ws
4-14 . --|
4-15 . --| END PROLOGUE
4-16 . ----------------------------------------------------------------------------
4-17 . */
4-18 .
4-19 . #include "file-1.h"
4-20 .
4-21 . /*
4-22 . -----------------------------------------------------------------------------
4-23 . --| NAME: function_1
4-24 . --|
4-25 . --| ABSTRACT:
4-26 . --| function 1 does function stuff.
4-27 . --|
4-28 . --| RETURNS:
4-29 . --| NONE.
4-30 . --|
4-31 . ----------------------------------------------------------------------------
4-32 . */
4-33 . static void function_1 (void)
4-34 . {
4-35 .
4-36 . }
4-37 .
4-38 . /*
4-39 . -----------------------------------------------------------------------------
4-40 . --| NAME: function_2
4-41 . --|
4-42 . --| ABSTRACT:
4-43 . --| function 2 does function stuff.
4-44 . --|
4-45 . --| RETURNS:
4-46 . --| NONE.
4-47 . --|
4-48 . ----------------------------------------------------------------------------
4-49 . */
4-50 . static void function_2 (void)
4-51 . {
4-52 .
4-53 . }
4-54 .
4-55 . /*
4-56 . -----------------------------------------------------------------------------
4-57 . --| NAME: function_3
4-58 . --|
4-59 . --| ABSTRACT:
4-60 . --| function 3 does function stuff.
4-61 . --|
4-62 . --| RETURNS:
4-63 . --| NONE.
4-64 . --|
4-65 . ----------------------------------------------------------------------------
4-66 . */
4-67 . static void function_3 (void)
4-68 . {
4-69 .
4-70 . }
4-71 .
4 4 Result: result/source/zz-iatdemo/zz-iatdemo-B1.0/pwr/file.c
5 5 Source: source/zz-iatdemo/zz-iatdemo-B1.0/pwr/missingheader.c
5-0 .
5-1 . #include "file-1.h"
5-2 .
5 5 Result: result/source/zz-iatdemo/zz-iatdemo-B1.0/pwr/missingheader.c
6 6 Source: source/zz-iatdemo/zz-iatdemo-B1.0/pwr/possclasscontent.c
6-0 . /*
6-1 . ----------------------------------------------------------------------------
6-2 . --| BEGIN PROLOGUE
6-3 . --|
6-4 . --| CLASSIFICATION: UNCLASSIFIED
6-5 . --|
6-6 . --| FILE NAME: possclasscontent.c
6-7 . --|
6-8 . --| ABSTRACT:
6-9 . --| This file contains the functions that do stuff.
6-10 . --|
6-11 . --| HISTORY:
6-12 . --| CCCQ_NAME:
6-13 . --| CCCQ_VER: 10/20/2003 ws
6-14 . --|
6-15 . --| END PROLOGUE
6-16 . ----------------------------------------------------------------------------
6-17 . */
6-18 .
6-19 . #include "file-1.h"
6-20 .
6-21 . /*
6-22 . -----------------------------------------------------------------------------
6-23 . --| NAME: function_1a
6-24 . --|
6-25 . --| ABSTRACT:
6-26 . --| function 1a does function stuff.
6-27 . --|
6-28 . --| RETURNS:
6-29 . --| NONE.
6-30 . --|
6-31 . ----------------------------------------------------------------------------
6-32 . */
6-33 . static void function_1a (void)
6-34 . {
6-35 . A = A + B;
6-36 . A = A + B;
6-37 . A = A + B;
6-38 . A = A + B;
6-39 . A = A + B;
6-40 . A = A + B;
6-41 . printf("this is bad for most embedded worlds - use logevent services");
6-42 . }
6-43 .
6-44 . /*
6-45 . -----------------------------------------------------------------------------
6-46 . --| NAME: function_2a
6-47 . --|
6-48 . --| ABSTRACT:
6-49 . --| function 2a does function stuff.
6-50 . --|
6-51 . --| RETURNS:
6-52 . --| NONE.
6-53 . --|
6-54 . ----------------------------------------------------------------------------
6-55 . */
6-56 . static void function_2a (void)
6-57 . {
6-58 . A = A + B;
6-59 . A = A + B;
6-60 . A = A + B;
6-61 . A = A + B;
6-62 . A = A + B;
6-63 . A = A + halt;
6-64 . }
6-65 .
6-66 .
6 6 Result: result/source/zz-iatdemo/zz-iatdemo-B1.0/pwr/possclasscontent.c
7 7 Source: source/zz-iatdemo/zz-iatdemo-B1.0/pwr/toomanyfuncs.c
7-0 . /*
7-1 . ----------------------------------------------------------------------------
7-2 . --| BEGIN PROLOGUE
7-3 . --|
7-4 . --| CLASSIFICATION: UNCLASSIFIED
7-5 . --|
7-6 . --| FILE NAME: toomanyfuncs.c
7-7 . --|
7-8 . --| ABSTRACT:
7-9 . --| This file contains the functions that do file 1 stuff.
7-10 . --|
7-11 . --| HISTORY:
7-12 . --| CCCQ_NAME:
7-13 . --| CCCQ_VER: 10/20/2003 ws
7-14 . --|
7-15 . --| END PROLOGUE
7-16 . ----------------------------------------------------------------------------
7-17 . */
7-18 .
7-19 . #include "file-1.h"
7-20 .
7-21 . /*
7-22 . -----------------------------------------------------------------------------
7-23 . --| NAME: function_1
7-24 . --|
7-25 . --| ABSTRACT:
7-26 . --| function 1 does function stuff.
7-27 . --|
7-28 . --| RETURNS:
7-29 . --| NONE.
7-30 . --|
7-31 . ----------------------------------------------------------------------------
7-32 . */
7-33 . static void function_1 (void)
7-34 . {
7-35 . A = A + B;
7-36 . A = A + B;
7-37 . }
7-38 .
7-39 . /*
7-40 . -----------------------------------------------------------------------------
7-41 . --| NAME: function_2
7-42 . --|
7-43 . --| ABSTRACT:
7-44 . --| function 2 does function stuff.
7-45 . --|
7-46 . --| RETURNS:
7-47 . --| NONE.
7-48 . --|
7-49 . ----------------------------------------------------------------------------
7-50 . */
7-51 . static void function_2 (void)
7-52 . {
7-53 . A = A + B;
7-54 . A = A + B;
7-55 . }
7-56 .
7-57 . /*
7-58 . -----------------------------------------------------------------------------
7-59 . --| NAME: function_3
7-60 . --|
7-61 . --| ABSTRACT:
7-62 . --| function 3 does function stuff.
7-63 . --|
7-64 . --| RETURNS:
7-65 . --| NONE.
7-66 . --|
7-67 . ----------------------------------------------------------------------------
7-68 . */
7-69 . static void function_3 (void)
7-70 . {
7-71 . A = A + B;
7-72 . A = A + B;
7-73 . A = A + B;
7-74 . A = A + B;
7-75 . A = A + B;
7-76 . A = A + B;
7-77 . A = A + B;
7-78 . A = A + B;
7-79 . }
7-80 .
7-81 . /*
7-82 . -----------------------------------------------------------------------------
7-83 . --| NAME: function_4
7-84 . --|
7-85 . --| ABSTRACT:
7-86 . --| function 1 does function stuff.
7-87 . --|
7-88 . --| RETURNS:
7-89 . --| NONE.
7-90 . --|
7-91 . ----------------------------------------------------------------------------
7-92 . */
7-93 . static void function_4 (void)
7-94 . {
7-95 . A = A + B;
7-96 . A = A + B;
7-97 . A = A + B;
7-98 . A = A + B;
7-99 . A = A + B;
7-100 . A = A + B;
7-101 . A = A + B;
7-102 . A = A + B;
7-103 . }
7-104 .
7-105 . /*
7-106 . -----------------------------------------------------------------------------
7-107 . --| NAME: function_5
7-108 . --|
7-109 . --| ABSTRACT:
7-110 . --| function 5 does function stuff.
7-111 . --|
7-112 . --| RETURNS:
7-113 . --| NONE.
7-114 . --|
7-115 . ----------------------------------------------------------------------------
7-116 . */
7-117 . static void function_5 (void)
7-118 . {
7-119 . A = A + B;
7-120 . A = A + B;
7-121 . A = A + B;
7-122 . A = A + B;
7-123 . A = A + B;
7-124 . A = A + B;
7-125 . A = A + B;
7-126 . A = A + B;
7-127 . }
7-128 .
7-129 . /*
7-130 . -----------------------------------------------------------------------------
7-131 . --| NAME: function_6
7-132 . --|
7-133 . --| ABSTRACT:
7-134 . --| function 6 does function stuff.
7-135 . --|
7-136 . --| RETURNS:
7-137 . --| NONE.
7-138 . --|
7-139 . ----------------------------------------------------------------------------
7-140 . */
7-141 . static void function_6 (void)
7-142 . {
7-143 . A = A + B;
7-144 . A = A + B;
7-145 . A = A + B;
7-146 . A = A + B;
7-147 . A = A + B;
7-148 . A = A + B;
7-149 . A = A + B;
7-150 . A = A + B;
7-151 . }
7-152 .
7-153 . /*
7-154 . -----------------------------------------------------------------------------
7-155 . --| NAME: function_7
7-156 . --|
7-157 . --| ABSTRACT:
7-158 . --| function 7 does function stuff.
7-159 . --|
7-160 . --| RETURNS:
7-161 . --| NONE.
7-162 . --|
7-163 . ----------------------------------------------------------------------------
7-164 . */
7-165 . static void function_7 (void)
7-166 . {
7-167 . A = A + B;
7-168 . A = A + B;
7-169 . A = A + B;
7-170 . A = A + B;
7-171 . A = A + B;
7-172 . A = A + B;
7-173 . A = A + B;
7-174 . A = A + B;
7-175 . }
7-176 .
7-177 . /*
7-178 . -----------------------------------------------------------------------------
7-179 . --| NAME: function_8
7-180 . --|
7-181 . --| ABSTRACT:
7-182 . --| function 8 does function stuff.
7-183 . --|
7-184 . --| RETURNS:
7-185 . --| NONE.
7-186 . --|
7-187 . ----------------------------------------------------------------------------
7-188 . */
7-189 . static void function_8 (void)
7-190 . {
7-191 . A = A + B;
7-192 . A = A + B;
7-193 . A = A + B;
7-194 . A = A + B;
7-195 . A = A + B;
7-196 . A = A + B;
7-197 . A = A + B;
7-198 . A = A + B;
7-199 . }
7-200 .
7-201 . /*
7-202 . -----------------------------------------------------------------------------
7-203 . --| NAME: function_9
7-204 . --|
7-205 . --| ABSTRACT:
7-206 . --| function 9 does function stuff.
7-207 . --|
7-208 . --| RETURNS:
7-209 . --| NONE.
7-210 . --|
7-211 . ----------------------------------------------------------------------------
7-212 . */
7-213 . static void function_9 (void)
7-214 . {
7-215 . A = A + B;
7-216 . A = A + B;
7-217 . A = A + B;
7-218 . A = A + B;
7-219 . A = A + B;
7-220 . A = A + B;
7-221 . A = A + B;
7-222 . A = A + B;
7-223 . }
7-224 .
7-225 . /*
7-226 . -----------------------------------------------------------------------------
7-227 . --| NAME: function_10
7-228 . --|
7-229 . --| ABSTRACT:
7-230 . --| function 10 does function stuff.
7-231 . --|
7-232 . --| RETURNS:
7-233 . --| NONE.
7-234 . --|
7-235 . ----------------------------------------------------------------------------
7-236 . */
7-237 . static void function_10 (void)
7-238 . {
7-239 . A = A + B;
7-240 . A = A + B;
7-241 . A = A + B;
7-242 . A = A + B;
7-243 . A = A + B;
7-244 . A = A + B;
7-245 . A = A + B;
7-246 . A = A + B;
7-247 . }
7-248 .
7-249 . /*
7-250 . -----------------------------------------------------------------------------
7-251 . --| NAME: function_11
7-252 . --|
7-253 . --| ABSTRACT:
7-254 . --| function 11 does function stuff.
7-255 . --|
7-256 . --| RETURNS:
7-257 . --| NONE.
7-258 . --|
7-259 . ----------------------------------------------------------------------------
7-260 . */
7-261 . static void function_11 (void)
7-262 . {
7-263 . A = A + B;
7-264 . A = A + B;
7-265 . A = A + B;
7-266 . A = A + B;
7-267 . A = A + B;
7-268 . A = A + B;
7-269 . A = A + B;
7-270 . A = A + B;
7-271 . }
7-272 .
7-273 . /*
7-274 . -----------------------------------------------------------------------------
7-275 . --| NAME: function_12
7-276 . --|
7-277 . --| ABSTRACT:
7-278 . --| function 12 does function stuff.
7-279 . --|
7-280 . --| RETURNS:
7-281 . --| NONE.
7-282 . --|
7-283 . ----------------------------------------------------------------------------
7-284 . */
7-285 . static void function_12 (void)
7-286 . {
7-287 . A = A + B;
7-288 . A = A + B;
7-289 . A = A + B;
7-290 . A = A + B;
7-291 . A = A + B;
7-292 . A = A + B;
7-293 . A = A + B;
7-294 . A = A + B;
7-295 . }
7-296 .
7-297 . /*
7-298 . -----------------------------------------------------------------------------
7-299 . --| NAME: function_13
7-300 . --|
7-301 . --| ABSTRACT:
7-302 . --| function 13 does function stuff.
7-303 . --|
7-304 . --| RETURNS:
7-305 . --| NONE.
7-306 . --|
7-307 . ----------------------------------------------------------------------------
7-308 . */
7-309 . static void function_13 (void)
7-310 . {
7-311 . A = A + B;
7-312 . A = A + B;
7-313 . A = A + B;
7-314 . A = A + B;
7-315 . A = A + B;
7-316 . A = A + B;
7-317 . A = A + B;
7-318 . A = A + B;
7-319 . }
7-320 .
7-321 . /*
7-322 . -----------------------------------------------------------------------------
7-323 . --| NAME: function_14
7-324 . --|
7-325 . --| ABSTRACT:
7-326 . --| function 14 does function stuff.
7-327 . --|
7-328 . --| RETURNS:
7-329 . --| NONE.
7-330 . --|
7-331 . ----------------------------------------------------------------------------
7-332 . */
7-333 . static void function_14 (void)
7-334 . {
7-335 . A = A + B;
7-336 . A = A + B;
7-337 . A = A + B;
7-338 . A = A + B;
7-339 . A = A + B;
7-340 . A = A + B;
7-341 . A = A + B;
7-342 . A = A + B;
7-343 . }
7-344 .
7-345 . /*
7-346 . -----------------------------------------------------------------------------
7-347 . --| NAME: function_15
7-348 . --|
7-349 . --| ABSTRACT:
7-350 . --| function 15 does function stuff.
7-351 . --|
7-352 . --| RETURNS:
7-353 . --| NONE.
7-354 . --|
7-355 . ----------------------------------------------------------------------------
7-356 . */
7-357 . static void function_15 (void)
7-358 . {
7-359 . A = A + B;
7-360 . A = A + B;
7-361 . A = A + B;
7-362 . A = A + B;
7-363 . A = A + B;
7-364 . A = A + B;
7-365 . A = A + B;
7-366 . A = A + B;
7-367 . }
7-368 .
7-369 . static void function_16 (void)
7-370 . {
7-371 . A = A + B;
7-372 . A = A + B;
7-373 . A = A + B;
7-374 . A = A + B;
7-375 . A = A + B;
7-376 . A = A + B;
7-377 . A = A + B;
7-378 . A = A + B;
7-379 . }
7-380 .
7-381 . /*
7-382 . -----------------------------------------------------------------------------
7-383 . --| NAME: function_17
7-384 . --|
7-385 . --| ABSTRACT:
7-386 . --| function 17 does function stuff.
7-387 . --|
7-388 . --| RETURNS:
7-389 . --| NONE.
7-390 . --|
7-391 . ----------------------------------------------------------------------------
7-392 . */
7-393 . static void function_17 (void)
7-394 . {
7-395 . A = A + B;
7-396 . A = A + B;
7-397 . A = A + B;
7-398 . A = A + B;
7-399 . A = A + B;
7-400 . A = A + B;
7-401 . A = A + B;
7-402 . A = A + B;
7-403 . }
7-404 .
7-405 . /*
7 7 Result: result/source/zz-iatdemo/zz-iatdemo-B1.0/pwr/toomanyfuncs.c
8 8 Source: source/zz-iatdemo/zz-iatdemo-B1.0/pwr/toomanyloc.c
8-0 . /*
8-1 . ----------------------------------------------------------------------------
8-2 . --| BEGIN PROLOGUE
8-3 . --|
8-4 . --| CLASSIFICATION: UNCLASSIFIED
8-5 . --|
8-6 . --| FILE NAME: toomanyloc.c
8-7 . --|
8-8 . --| ABSTRACT:
8-9 . --| This file contains the functions that do file 1 stuff.
8-10 . --|
8-11 . --| HISTORY:
8-12 . --| CCCQ_NAME:
8-13 . --| CCCQ_VER: 10/20/2003 ws
8-14 . --|
8-15 . --| END PROLOGUE
8-16 . ----------------------------------------------------------------------------
8-17 . */
8-18 .
8-19 . #include "file-1.h"
8-20 .
8-21 . /*
8-22 . -----------------------------------------------------------------------------
8-23 . --| NAME: function_1b
8-24 . --|
8-25 . --| ABSTRACT:
8-26 . --| function 1 does function stuff.
8-27 . --|
8-28 . --| RETURNS:
8-29 . --| NONE.
8-30 . --|
8-31 . ----------------------------------------------------------------------------
8-32 . */
8-33 . static void function_1b (void)
8-34 . {
8-35 . this_func_is_way_too_big;
8-36 . this_func_is_way_too_big;
8-37 . this_func_is_way_too_big;
8-38 . this_func_is_way_too_big;
8-39 . this_func_is_way_too_big;
8-40 . this_func_is_way_too_big;
8-41 . this_func_is_way_too_big;
8-42 . this_func_is_way_too_big;
8-43 . this_func_is_way_too_big;
8-44 . this_func_is_way_too_big;
8-45 . this_func_is_way_too_big;
8-46 . this_func_is_way_too_big;
8-47 . this_func_is_way_too_big;
8-48 . this_func_is_way_too_big;
8-49 . this_func_is_way_too_big;
8-50 . this_func_is_way_too_big;
8-51 . this_func_is_way_too_big;
8-52 . this_func_is_way_too_big;
8-53 . this_func_is_way_too_big;
8-54 . this_func_is_way_too_big;
8-55 . this_func_is_way_too_big;
8-56 . this_func_is_way_too_big;
8-57 . this_func_is_way_too_big;
8-58 . this_func_is_way_too_big;
8-59 . this_func_is_way_too_big;
8-60 . this_func_is_way_too_big;
8-61 . this_func_is_way_too_big;
8-62 . this_func_is_way_too_big;
8-63 . this_func_is_way_too_big;
8-64 . this_func_is_way_too_big;
8-65 . this_func_is_way_too_big;
8-66 . this_func_is_way_too_big;
8-67 . this_func_is_way_too_big;
8-68 . this_func_is_way_too_big;
8-69 . this_func_is_way_too_big;
8-70 . this_func_is_way_too_big;
8-71 . this_func_is_way_too_big;
8-72 . this_func_is_way_too_big;
8-73 . this_func_is_way_too_big;
8-74 . this_func_is_way_too_big;
8-75 . this_func_is_way_too_big;
8-76 . this_func_is_way_too_big;
8-77 . this_func_is_way_too_big;
8-78 . this_func_is_way_too_big;
8-79 . this_func_is_way_too_big;
8-80 . this_func_is_way_too_big;
8-81 . this_func_is_way_too_big;
8-82 . this_func_is_way_too_big;
8-83 . this_func_is_way_too_big;
8-84 . this_func_is_way_too_big;
8-85 . this_func_is_way_too_big;
8-86 . this_func_is_way_too_big;
8-87 . this_func_is_way_too_big;
8-88 . this_func_is_way_too_big;
8-89 . this_func_is_way_too_big;
8-90 . this_func_is_way_too_big;
8-91 . this_func_is_way_too_big;
8-92 . this_func_is_way_too_big;
8-93 . this_func_is_way_too_big;
8-94 . this_func_is_way_too_big;
8-95 . this_func_is_way_too_big;
8-96 . this_func_is_way_too_big;
8-97 . this_func_is_way_too_big;
8-98 . this_func_is_way_too_big;
8-99 . this_func_is_way_too_big;
8-100 . this_func_is_way_too_big;
8-101 . this_func_is_way_too_big;
8-102 . this_func_is_way_too_big;
8-103 . this_func_is_way_too_big;
8-104 . this_func_is_way_too_big;
8-105 . this_func_is_way_too_big;
8-106 . this_func_is_way_too_big;
8-107 . this_func_is_way_too_big;
8-108 . this_func_is_way_too_big;
8-109 . this_func_is_way_too_big;
8-110 . this_func_is_way_too_big;
8-111 . this_func_is_way_too_big;
8-112 . this_func_is_way_too_big;
8-113 . this_func_is_way_too_big;
8-114 . this_func_is_way_too_big;
8-115 . this_func_is_way_too_big;
8-116 . this_func_is_way_too_big;
8-117 . this_func_is_way_too_big;
8-118 . this_func_is_way_too_big;
8-119 . this_func_is_way_too_big;
8-120 . this_func_is_way_too_big;
8-121 . this_func_is_way_too_big;
8-122 . this_func_is_way_too_big;
8-123 . this_func_is_way_too_big;
8-124 . this_func_is_way_too_big;
8-125 . this_func_is_way_too_big;
8-126 . this_func_is_way_too_big;
8-127 . this_func_is_way_too_big;
8-128 . this_func_is_way_too_big;
8-129 . this_func_is_way_too_big;
8-130 . this_func_is_way_too_big;
8-131 . this_func_is_way_too_big;
8-132 . }
8-133 .
8-134 . /*
8-135 . -----------------------------------------------------------------------------
8-136 . --| NAME: function_2b
8-137 . --|
8-138 . --| ABSTRACT:
8-139 . --| function 2b does function stuff.
8-140 . --|
8-141 . --| RETURNS:
8-142 . --| NONE.
8-143 . --|
8-144 . ----------------------------------------------------------------------------
8-145 . */
8-146 . static void function_2b (void)
8-147 . {
8-148 . this_func_is_way_too_big;
8-149 . this_func_is_way_too_big;
8-150 . this_func_is_way_too_big;
8-151 . this_func_is_way_too_big;
8-152 . this_func_is_way_too_big;
8-153 . this_func_is_way_too_big;
8-154 . this_func_is_way_too_big;
8-155 . this_func_is_way_too_big;
8-156 . this_func_is_way_too_big;
8-157 . this_func_is_way_too_big;
8-158 . this_func_is_way_too_big;
8-159 . this_func_is_way_too_big;
8-160 . this_func_is_way_too_big;
8-161 . this_func_is_way_too_big;
8-162 . this_func_is_way_too_big;
8-163 . this_func_is_way_too_big;
8-164 . this_func_is_way_too_big;
8-165 . this_func_is_way_too_big;
8-166 . this_func_is_way_too_big;
8-167 . this_func_is_way_too_big;
8-168 . this_func_is_way_too_big;
8-169 . this_func_is_way_too_big;
8-170 . this_func_is_way_too_big;
8-171 . this_func_is_way_too_big;
8-172 . this_func_is_way_too_big;
8-173 . this_func_is_way_too_big;
8-174 . this_func_is_way_too_big;
8-175 . this_func_is_way_too_big;
8-176 . this_func_is_way_too_big;
8-177 . this_func_is_way_too_big;
8-178 . this_func_is_way_too_big;
8-179 . this_func_is_way_too_big;
8-180 . this_func_is_way_too_big;
8-181 . this_func_is_way_too_big;
8-182 . this_func_is_way_too_big;
8-183 . this_func_is_way_too_big;
8-184 . this_func_is_way_too_big;
8-185 . this_func_is_way_too_big;
8-186 . this_func_is_way_too_big;
8-187 . this_func_is_way_too_big;
8-188 . this_func_is_way_too_big;
8-189 . this_func_is_way_too_big;
8-190 . this_func_is_way_too_big;
8-191 . this_func_is_way_too_big;
8-192 . this_func_is_way_too_big;
8-193 . this_func_is_way_too_big;
8-194 . this_func_is_way_too_big;
8-195 . this_func_is_way_too_big;
8-196 . this_func_is_way_too_big;
8-197 . this_func_is_way_too_big;
8-198 . this_func_is_way_too_big;
8-199 . this_func_is_way_too_big;
8-200 . this_func_is_way_too_big;
8-201 . this_func_is_way_too_big;
8-202 . this_func_is_way_too_big;
8-203 . this_func_is_way_too_big;
8-204 . this_func_is_way_too_big;
8-205 . this_func_is_way_too_big;
8-206 . this_func_is_way_too_big;
8-207 . this_func_is_way_too_big;
8-208 . this_func_is_way_too_big;
8-209 . this_func_is_way_too_big;
8-210 . this_func_is_way_too_big;
8-211 . this_func_is_way_too_big;
8-212 . this_func_is_way_too_big;
8-213 . this_func_is_way_too_big;
8-214 . this_func_is_way_too_big;
8-215 . this_func_is_way_too_big;
8-216 . this_func_is_way_too_big;
8-217 . this_func_is_way_too_big;
8-218 . this_func_is_way_too_big;
8-219 . this_func_is_way_too_big;
8-220 . this_func_is_way_too_big;
8-221 . this_func_is_way_too_big;
8-222 . this_func_is_way_too_big;
8-223 . this_func_is_way_too_big;
8-224 . this_func_is_way_too_big;
8-225 . this_func_is_way_too_big;
8-226 . this_func_is_way_too_big;
8-227 . this_func_is_way_too_big;
8-228 . this_func_is_way_too_big;
8-229 . this_func_is_way_too_big;
8-230 . this_func_is_way_too_big;
8-231 . this_func_is_way_too_big;
8-232 . this_func_is_way_too_big;
8-233 . this_func_is_way_too_big;
8-234 . this_func_is_way_too_big;
8-235 . this_func_is_way_too_big;
8-236 . this_func_is_way_too_big;
8-237 . this_func_is_way_too_big;
8-238 . this_func_is_way_too_big;
8-239 . this_func_is_way_too_big;
8-240 . this_func_is_way_too_big;
8-241 . this_func_is_way_too_big;
8-242 . this_func_is_way_too_big;
8-243 . this_func_is_way_too_big;
8-244 . this_func_is_way_too_big;
8-245 . }
8-246 .
8-247 . /*
8-248 . -----------------------------------------------------------------------------
8-249 . --| NAME: function_4b
8-250 . --|
8-251 . --| ABSTRACT:
8-252 . --| function 4b does function stuff.
8-253 . --|
8-254 . --| RETURNS:
8-255 . --| NONE.
8-256 . --|
8-257 . ----------------------------------------------------------------------------
8-258 . */
8-259 . static void function_4b (void)
8-260 . {
8-261 . this_func_is_way_too_big;
8-262 . this_func_is_way_too_big;
8-263 . this_func_is_way_too_big;
8-264 . this_func_is_way_too_big;
8-265 . this_func_is_way_too_big;
8-266 . this_func_is_way_too_big;
8-267 . this_func_is_way_too_big;
8-268 . this_func_is_way_too_big;
8-269 . this_func_is_way_too_big;
8-270 . this_func_is_way_too_big;
8-271 . this_func_is_way_too_big;
8-272 . this_func_is_way_too_big;
8-273 . this_func_is_way_too_big;
8-274 . this_func_is_way_too_big;
8-275 . this_func_is_way_too_big;
8-276 . this_func_is_way_too_big;
8-277 . this_func_is_way_too_big;
8-278 . this_func_is_way_too_big;
8-279 . this_func_is_way_too_big;
8-280 . this_func_is_way_too_big;
8-281 . this_func_is_way_too_big;
8-282 . this_func_is_way_too_big;
8-283 . this_func_is_way_too_big;
8-284 . this_func_is_way_too_big;
8-285 . this_func_is_way_too_big;
8-286 . this_func_is_way_too_big;
8-287 . this_func_is_way_too_big;
8-288 . this_func_is_way_too_big;
8-289 . this_func_is_way_too_big;
8-290 . this_func_is_way_too_big;
8-291 . this_func_is_way_too_big;
8-292 . this_func_is_way_too_big;
8-293 . this_func_is_way_too_big;
8-294 . this_func_is_way_too_big;
8-295 . this_func_is_way_too_big;
8-296 . this_func_is_way_too_big;
8-297 . this_func_is_way_too_big;
8-298 . this_func_is_way_too_big;
8-299 . this_func_is_way_too_big;
8-300 . this_func_is_way_too_big;
8-301 . this_func_is_way_too_big;
8-302 . this_func_is_way_too_big;
8-303 . this_func_is_way_too_big;
8-304 . this_func_is_way_too_big;
8-305 . this_func_is_way_too_big;
8-306 . this_func_is_way_too_big;
8-307 . this_func_is_way_too_big;
8-308 . this_func_is_way_too_big;
8-309 . this_func_is_way_too_big;
8-310 . this_func_is_way_too_big;
8-311 . this_func_is_way_too_big;
8-312 . this_func_is_way_too_big;
8-313 . this_func_is_way_too_big;
8-314 . this_func_is_way_too_big;
8-315 . this_func_is_way_too_big;
8-316 . this_func_is_way_too_big;
8-317 . this_func_is_way_too_big;
8-318 . this_func_is_way_too_big;
8-319 . this_func_is_way_too_big;
8-320 . this_func_is_way_too_big;
8-321 . this_func_is_way_too_big;
8-322 . this_func_is_way_too_big;
8-323 . this_func_is_way_too_big;
8-324 . this_func_is_way_too_big;
8-325 . this_func_is_way_too_big;
8-326 . this_func_is_way_too_big;
8-327 . this_func_is_way_too_big;
8-328 . this_func_is_way_too_big;
8-329 . this_func_is_way_too_big;
8-330 . this_func_is_way_too_big;
8-331 . this_func_is_way_too_big;
8-332 . this_func_is_way_too_big;
8-333 . this_func_is_way_too_big;
8-334 . this_func_is_way_too_big;
8-335 . this_func_is_way_too_big;
8-336 . this_func_is_way_too_big;
8-337 . this_func_is_way_too_big;
8-338 . this_func_is_way_too_big;
8-339 . this_func_is_way_too_big;
8-340 . this_func_is_way_too_big;
8-341 . this_func_is_way_too_big;
8-342 . this_func_is_way_too_big;
8-343 . this_func_is_way_too_big;
8-344 . this_func_is_way_too_big;
8-345 . this_func_is_way_too_big;
8-346 . this_func_is_way_too_big;
8-347 . this_func_is_way_too_big;
8-348 . this_func_is_way_too_big;
8-349 . this_func_is_way_too_big;
8-350 . this_func_is_way_too_big;
8-351 . this_func_is_way_too_big;
8-352 . this_func_is_way_too_big;
8-353 . this_func_is_way_too_big;
8-354 . this_func_is_way_too_big;
8-355 . this_func_is_way_too_big;
8-356 . this_func_is_way_too_big;
8-357 . this_func_is_way_too_big;
8-358 . }
8-359 . /*
8-360 . -----------------------------------------------------------------------------
8-361 . --| NAME: function_5b
8-362 . --|
8-363 . --| ABSTRACT:
8-364 . --| function 5b does function stuff.
8-365 . --|
8-366 . --| RETURNS:
8-367 . --| NONE.
8-368 . --|
8-369 . ----------------------------------------------------------------------------
8-370 . */
8-371 . static void function_5b (void)
8-372 . {
8-373 . this_func_is_way_too_big;
8-374 . this_func_is_way_too_big;
8-375 . this_func_is_way_too_big;
8-376 . this_func_is_way_too_big;
8-377 . this_func_is_way_too_big;
8-378 . this_func_is_way_too_big;
8-379 . this_func_is_way_too_big;
8-380 . this_func_is_way_too_big;
8-381 . this_func_is_way_too_big;
8-382 . this_func_is_way_too_big;
8-383 . this_func_is_way_too_big;
8-384 . this_func_is_way_too_big;
8-385 . this_func_is_way_too_big;
8-386 . this_func_is_way_too_big;
8-387 . this_func_is_way_too_big;
8-388 . this_func_is_way_too_big;
8-389 . this_func_is_way_too_big;
8-390 . this_func_is_way_too_big;
8-391 . this_func_is_way_too_big;
8-392 . this_func_is_way_too_big;
8-393 . this_func_is_way_too_big;
8-394 . this_func_is_way_too_big;
8-395 . this_func_is_way_too_big;
8-396 . this_func_is_way_too_big;
8-397 . this_func_is_way_too_big;
8-398 . this_func_is_way_too_big;
8-399 . this_func_is_way_too_big;
8-400 . this_func_is_way_too_big;
8-401 . this_func_is_way_too_big;
8-402 . this_func_is_way_too_big;
8-403 . this_func_is_way_too_big;
8-404 . this_func_is_way_too_big;
8-405 . this_func_is_way_too_big;
8-406 . this_func_is_way_too_big;
8-407 . this_func_is_way_too_big;
8-408 . this_func_is_way_too_big;
8-409 . this_func_is_way_too_big;
8-410 . this_func_is_way_too_big;
8-411 . this_func_is_way_too_big;
8-412 . this_func_is_way_too_big;
8-413 . this_func_is_way_too_big;
8-414 . this_func_is_way_too_big;
8-415 . this_func_is_way_too_big;
8-416 . this_func_is_way_too_big;
8-417 . this_func_is_way_too_big;
8-418 . this_func_is_way_too_big;
8-419 . this_func_is_way_too_big;
8-420 . this_func_is_way_too_big;
8-421 . this_func_is_way_too_big;
8-422 . this_func_is_way_too_big;
8-423 . this_func_is_way_too_big;
8-424 . this_func_is_way_too_big;
8-425 . this_func_is_way_too_big;
8-426 . this_func_is_way_too_big;
8-427 . this_func_is_way_too_big;
8-428 . this_func_is_way_too_big;
8-429 . this_func_is_way_too_big;
8-430 . this_func_is_way_too_big;
8-431 . this_func_is_way_too_big;
8-432 . this_func_is_way_too_big;
8-433 . this_func_is_way_too_big;
8-434 . this_func_is_way_too_big;
8-435 . this_func_is_way_too_big;
8-436 . this_func_is_way_too_big;
8-437 . this_func_is_way_too_big;
8-438 . this_func_is_way_too_big;
8-439 . this_func_is_way_too_big;
8-440 . this_func_is_way_too_big;
8-441 . this_func_is_way_too_big;
8-442 . this_func_is_way_too_big;
8-443 . this_func_is_way_too_big;
8-444 . this_func_is_way_too_big;
8-445 . this_func_is_way_too_big;
8-446 . this_func_is_way_too_big;
8-447 . this_func_is_way_too_big;
8-448 . this_func_is_way_too_big;
8-449 . this_func_is_way_too_big;
8-450 . this_func_is_way_too_big;
8-451 . this_func_is_way_too_big;
8-452 . this_func_is_way_too_big;
8-453 . this_func_is_way_too_big;
8-454 . this_func_is_way_too_big;
8-455 . this_func_is_way_too_big;
8-456 . this_func_is_way_too_big;
8-457 . this_func_is_way_too_big;
8-458 . this_func_is_way_too_big;
8-459 . this_func_is_way_too_big;
8-460 . this_func_is_way_too_big;
8-461 . this_func_is_way_too_big;
8-462 . this_func_is_way_too_big;
8-463 . this_func_is_way_too_big;
8-464 . this_func_is_way_too_big;
8-465 . this_func_is_way_too_big;
8-466 . this_func_is_way_too_big;
8-467 . this_func_is_way_too_big;
8-468 . this_func_is_way_too_big;
8-469 . this_func_is_way_too_big;
8-470 . }
8-471 . /*
8-472 . -----------------------------------------------------------------------------
8-473 . --| NAME: function_6b
8-474 . --|
8-475 . --| ABSTRACT:
8-476 . --| function 6b does function stuff.
8-477 . --|
8-478 . --| RETURNS:
8-479 . --| NONE.
8-480 . --|
8-481 . ----------------------------------------------------------------------------
8-482 . */
8-483 . static void function_6b (void)
8-484 . {
8-485 . this_func_is_way_too_big;
8-486 . this_func_is_way_too_big;
8-487 . this_func_is_way_too_big;
8-488 . this_func_is_way_too_big;
8-489 . this_func_is_way_too_big;
8-490 . this_func_is_way_too_big;
8-491 . this_func_is_way_too_big;
8-492 . this_func_is_way_too_big;
8-493 . this_func_is_way_too_big;
8-494 . this_func_is_way_too_big;
8-495 . this_func_is_way_too_big;
8-496 . this_func_is_way_too_big;
8-497 . this_func_is_way_too_big;
8-498 . this_func_is_way_too_big;
8-499 . this_func_is_way_too_big;
8-500 . this_func_is_way_too_big;
8-501 . this_func_is_way_too_big;
8-502 . this_func_is_way_too_big;
8-503 . this_func_is_way_too_big;
8-504 . this_func_is_way_too_big;
8-505 . this_func_is_way_too_big;
8-506 . this_func_is_way_too_big;
8-507 . this_func_is_way_too_big;
8-508 . this_func_is_way_too_big;
8-509 . this_func_is_way_too_big;
8-510 . this_func_is_way_too_big;
8-511 . this_func_is_way_too_big;
8-512 . this_func_is_way_too_big;
8-513 . this_func_is_way_too_big;
8-514 . this_func_is_way_too_big;
8-515 . this_func_is_way_too_big;
8-516 . this_func_is_way_too_big;
8-517 . this_func_is_way_too_big;
8-518 . this_func_is_way_too_big;
8-519 . this_func_is_way_too_big;
8-520 . this_func_is_way_too_big;
8-521 . this_func_is_way_too_big;
8-522 . this_func_is_way_too_big;
8-523 . this_func_is_way_too_big;
8-524 . this_func_is_way_too_big;
8-525 . this_func_is_way_too_big;
8-526 . this_func_is_way_too_big;
8-527 . this_func_is_way_too_big;
8-528 . this_func_is_way_too_big;
8-529 . this_func_is_way_too_big;
8-530 . this_func_is_way_too_big;
8-531 . this_func_is_way_too_big;
8-532 . this_func_is_way_too_big;
8-533 . this_func_is_way_too_big;
8-534 . this_func_is_way_too_big;
8-535 . this_func_is_way_too_big;
8-536 . this_func_is_way_too_big;
8-537 . this_func_is_way_too_big;
8-538 . this_func_is_way_too_big;
8-539 . this_func_is_way_too_big;
8-540 . this_func_is_way_too_big;
8-541 . this_func_is_way_too_big;
8-542 . this_func_is_way_too_big;
8-543 . this_func_is_way_too_big;
8-544 . this_func_is_way_too_big;
8-545 . this_func_is_way_too_big;
8-546 . this_func_is_way_too_big;
8-547 . this_func_is_way_too_big;
8-548 . this_func_is_way_too_big;
8-549 . this_func_is_way_too_big;
8-550 . this_func_is_way_too_big;
8-551 . this_func_is_way_too_big;
8-552 . this_func_is_way_too_big;
8-553 . this_func_is_way_too_big;
8-554 . this_func_is_way_too_big;
8-555 . this_func_is_way_too_big;
8-556 . this_func_is_way_too_big;
8-557 . this_func_is_way_too_big;
8-558 . this_func_is_way_too_big;
8-559 . this_func_is_way_too_big;
8-560 . this_func_is_way_too_big;
8-561 . this_func_is_way_too_big;
8-562 . this_func_is_way_too_big;
8-563 . this_func_is_way_too_big;
8-564 . this_func_is_way_too_big;
8-565 . this_func_is_way_too_big;
8-566 . this_func_is_way_too_big;
8-567 . this_func_is_way_too_big;
8-568 . this_func_is_way_too_big;
8-569 . this_func_is_way_too_big;
8-570 . this_func_is_way_too_big;
8-571 . this_func_is_way_too_big;
8-572 . this_func_is_way_too_big;
8-573 . this_func_is_way_too_big;
8-574 . this_func_is_way_too_big;
8-575 . this_func_is_way_too_big;
8-576 . this_func_is_way_too_big;
8-577 . this_func_is_way_too_big;
8-578 . this_func_is_way_too_big;
8-579 . this_func_is_way_too_big;
8-580 . this_func_is_way_too_big;
8-581 . this_func_is_way_too_big;
8-582 . }
8-583 . /*
8-584 . -----------------------------------------------------------------------------
8-585 . --| NAME: function_7b
8-586 . --|
8-587 . --| ABSTRACT:
8-588 . --| function 7b does function stuff.
8-589 . --|
8-590 . --| RETURNS:
8-591 . --| NONE.
8-592 . --|
8-593 . ----------------------------------------------------------------------------
8-594 . */
8-595 . static void function_7b (void)
8-596 . {
8-597 . this_func_is_way_too_big;
8-598 . this_func_is_way_too_big;
8-599 . this_func_is_way_too_big;
8-600 . this_func_is_way_too_big;
8-601 . this_func_is_way_too_big;
8-602 . this_func_is_way_too_big;
8-603 . this_func_is_way_too_big;
8-604 . this_func_is_way_too_big;
8-605 . this_func_is_way_too_big;
8-606 . this_func_is_way_too_big;
8-607 . this_func_is_way_too_big;
8-608 . this_func_is_way_too_big;
8-609 . this_func_is_way_too_big;
8-610 . this_func_is_way_too_big;
8-611 . this_func_is_way_too_big;
8-612 . this_func_is_way_too_big;
8-613 . this_func_is_way_too_big;
8-614 . this_func_is_way_too_big;
8-615 . this_func_is_way_too_big;
8-616 . this_func_is_way_too_big;
8-617 . this_func_is_way_too_big;
8-618 . this_func_is_way_too_big;
8-619 . this_func_is_way_too_big;
8-620 . this_func_is_way_too_big;
8-621 . this_func_is_way_too_big;
8-622 . this_func_is_way_too_big;
8-623 . this_func_is_way_too_big;
8-624 . this_func_is_way_too_big;
8-625 . this_func_is_way_too_big;
8-626 . this_func_is_way_too_big;
8-627 . this_func_is_way_too_big;
8-628 . this_func_is_way_too_big;
8-629 . this_func_is_way_too_big;
8-630 . this_func_is_way_too_big;
8-631 . this_func_is_way_too_big;
8-632 . this_func_is_way_too_big;
8-633 . this_func_is_way_too_big;
8-634 . this_func_is_way_too_big;
8-635 . this_func_is_way_too_big;
8-636 . this_func_is_way_too_big;
8-637 . this_func_is_way_too_big;
8-638 . this_func_is_way_too_big;
8-639 . this_func_is_way_too_big;
8-640 . this_func_is_way_too_big;
8-641 . this_func_is_way_too_big;
8-642 . this_func_is_way_too_big;
8-643 . this_func_is_way_too_big;
8-644 . this_func_is_way_too_big;
8-645 . this_func_is_way_too_big;
8-646 . this_func_is_way_too_big;
8-647 . this_func_is_way_too_big;
8-648 . this_func_is_way_too_big;
8-649 . this_func_is_way_too_big;
8-650 . this_func_is_way_too_big;
8-651 . this_func_is_way_too_big;
8-652 . this_func_is_way_too_big;
8-653 . this_func_is_way_too_big;
8-654 . this_func_is_way_too_big;
8-655 . this_func_is_way_too_big;
8-656 . this_func_is_way_too_big;
8-657 . this_func_is_way_too_big;
8-658 . this_func_is_way_too_big;
8-659 . this_func_is_way_too_big;
8-660 . this_func_is_way_too_big;
8-661 . this_func_is_way_too_big;
8-662 . this_func_is_way_too_big;
8-663 . this_func_is_way_too_big;
8-664 . this_func_is_way_too_big;
8-665 . this_func_is_way_too_big;
8-666 . this_func_is_way_too_big;
8-667 . this_func_is_way_too_big;
8-668 . this_func_is_way_too_big;
8-669 . this_func_is_way_too_big;
8-670 . this_func_is_way_too_big;
8-671 . this_func_is_way_too_big;
8-672 . this_func_is_way_too_big;
8-673 . this_func_is_way_too_big;
8-674 . this_func_is_way_too_big;
8-675 . this_func_is_way_too_big;
8-676 . this_func_is_way_too_big;
8-677 . this_func_is_way_too_big;
8-678 . this_func_is_way_too_big;
8-679 . this_func_is_way_too_big;
8-680 . this_func_is_way_too_big;
8-681 . this_func_is_way_too_big;
8-682 . this_func_is_way_too_big;
8-683 . this_func_is_way_too_big;
8-684 . this_func_is_way_too_big;
8-685 . this_func_is_way_too_big;
8-686 . this_func_is_way_too_big;
8-687 . this_func_is_way_too_big;
8-688 . this_func_is_way_too_big;
8-689 . this_func_is_way_too_big;
8-690 . this_func_is_way_too_big;
8-691 . this_func_is_way_too_big;
8-692 . this_func_is_way_too_big;
8-693 . this_func_is_way_too_big;
8-694 . }
8-695 .
8 8 Result: result/source/zz-iatdemo/zz-iatdemo-B1.0/pwr/toomanyloc.c