Searched refs:Arr_2_Glob (Results 1 - 1 of 1) sorted by relevance

/linux-master/lib/
H A Ddhry_1.c34 static int Arr_2_Glob[50][50]; variable
160 Arr_2_Glob[8][7] = 10;
162 /* Arr_2_Glob[8][7] would have an undefined value. */
198 Proc_8(Arr_1_Glob, Arr_2_Glob, Int_1_Loc, Int_3_Loc);
255 dhry_assert_int_eq(Arr_2_Glob[8][7], Number_Of_Runs + 10);

Completed in 142 milliseconds