Home | History | Annotate | Download | only in dhrystone

Lines Matching full:arr_2_glob

855 Xint             Arr_2_Glob [50] [50];
928 X Arr_2_Glob [8][7] = 10;
930 X /* Arr_2_Glob [8][7] would have an undefined value. */
993 X Proc_8 (Arr_1_Glob, Arr_2_Glob, Int_1_Loc, Int_3_Loc);
1047 X printf ("Arr_2_Glob[8][7]: %d\n", Arr_2_Glob[8][7]);