Home
last modified time | relevance | path

Searched refs:Run_Index (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/lib/dhry/
H A Ddhry_1.c51 unsigned long Run_Index; variable
55 printf("%ld loops\n", Run_Index); in report()
168 Run_Index = 0; in dhry()
184 for (Run_Index = 1; Run_Index < Number_Of_Runs; ++Run_Index) in dhry()
216 Int_2_Loc = Run_Index; in dhry()
217 Int_Glob = Run_Index; in dhry()
/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/src/
H A Ddhry_1.c43 unsigned long Run_Index; variable
47 fprintf(stderr,"COUNT|%ld|1|lps\n", Run_Index); in report()
173 Run_Index = 0;
190 for (Run_Index = 1; ; ++Run_Index)
222 Int_2_Loc = Run_Index;
223 Int_Glob = Run_Index;
/OK3568_Linux_fs/buildroot/dl/dhrystone/
H A Ddhry-c150 - Int_2_Loc = Run_Index;
151 - Int_Glob = Run_Index;
158 - Int_Glob possibly dependent from the value of Run_Index.
1116 - REG int Run_Index;
1173 - for (Run_Index = 1; Run_Index <= Number_Of_Runs; ++Run_Index)
1205 - Int_2_Loc = Run_Index;
1206 - Int_Glob = Run_Index;
1217 - } /* loop "for Run_Index" */