OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Arr_2_Glob
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/lib/dhry/
dhry_1.c
66
int
Arr_2_Glob
[50] [50];
136
Arr_2_Glob
[8][7] = 10;
138
/*
Arr_2_Glob
[8][7] would have an undefined value. */
204
Proc_8 (Arr_1_Glob,
Arr_2_Glob
, Int_1_Loc, Int_3_Loc);
258
printf ("
Arr_2_Glob
[8][7]: %d\n",
Arr_2_Glob
[8][7]);
/cts/hostsidetests/sustainedperf/dhrystone/
dhry_1.c
29
int
Arr_2_Glob
[50] [50];
101
Arr_2_Glob
[8][7] = 10;
103
/*
Arr_2_Glob
[8][7] would have an undefined value. */
147
Proc_8 (Arr_1_Glob,
Arr_2_Glob
, Int_1_Loc, Int_3_Loc);
Completed in 82 milliseconds