OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Int_1_Loc
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/lib/dhry/
dhry_1.c
115
One_Fifty
Int_1_Loc
;
189
Int_1_Loc
= 2;
195
while (
Int_1_Loc
< Int_2_Loc) /* loop body executed once */
197
Int_3_Loc = 5 *
Int_1_Loc
- Int_2_Loc;
199
Proc_7 (
Int_1_Loc
, Int_2_Loc, &Int_3_Loc);
201
Int_1_Loc
+= 1;
203
/*
Int_1_Loc
== 3, Int_2_Loc == 3, Int_3_Loc == 7 */
204
Proc_8 (Arr_1_Glob, Arr_2_Glob,
Int_1_Loc
, Int_3_Loc);
219
/*
Int_1_Loc
== 3, Int_2_Loc == 3, Int_3_Loc == 7 */
220
Int_2_Loc = Int_2_Loc *
Int_1_Loc
;
[
all
...]
/cts/hostsidetests/sustainedperf/dhrystone/
dhry_1.c
78
One_Fifty
Int_1_Loc
;
132
Int_1_Loc
= 2;
138
while (
Int_1_Loc
< Int_2_Loc) /* loop body executed once */
140
Int_3_Loc = 5 *
Int_1_Loc
- Int_2_Loc;
142
Proc_7 (
Int_1_Loc
, Int_2_Loc, &Int_3_Loc);
144
Int_1_Loc
+= 1;
146
/*
Int_1_Loc
== 3, Int_2_Loc == 3, Int_3_Loc == 7 */
147
Proc_8 (Arr_1_Glob, Arr_2_Glob,
Int_1_Loc
, Int_3_Loc);
162
/*
Int_1_Loc
== 3, Int_2_Loc == 3, Int_3_Loc == 7 */
163
Int_2_Loc = Int_2_Loc *
Int_1_Loc
;
[
all
...]
Completed in 50 milliseconds