Searched refs:Int_3_Loc (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/u-boot/lib/dhry/ |
| H A D | dhry_1.c | 118 One_Fifty Int_3_Loc; in dhry() local 198 Int_3_Loc = 5 * Int_1_Loc - Int_2_Loc; in dhry() 200 Proc_7 (Int_1_Loc, Int_2_Loc, &Int_3_Loc); in dhry() 205 Proc_8 (Arr_1_Glob, Arr_2_Glob, Int_1_Loc, Int_3_Loc); in dhry() 222 Int_1_Loc = Int_2_Loc / Int_3_Loc; in dhry() 223 Int_2_Loc = 7 * (Int_2_Loc - Int_3_Loc) - Int_1_Loc; in dhry() 288 printf ("Int_3_Loc: %d\n", Int_3_Loc); in dhry()
|
| /OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/src/ |
| H A D | dhry_1.c | 117 One_Fifty Int_3_Loc; local 204 Int_3_Loc = 5 * Int_1_Loc - Int_2_Loc; 206 Proc_7 (Int_1_Loc, Int_2_Loc, &Int_3_Loc); 211 Proc_8 (Arr_1_Glob, Arr_2_Glob, Int_1_Loc, Int_3_Loc); 228 Int_1_Loc = Int_2_Loc / Int_3_Loc; 229 Int_2_Loc = 7 * (Int_2_Loc - Int_3_Loc) - Int_1_Loc; 294 printf ("Int_3_Loc: %d\n", Int_3_Loc);
|
| /OK3568_Linux_fs/buildroot/dl/dhrystone/ |
| H A D | dhry-c | 1111 - One_Fifty Int_3_Loc; 1187 - Int_3_Loc = 5 * Int_1_Loc - Int_2_Loc; 1188 - /* Int_3_Loc == 7 */ 1189 - Proc_7 (Int_1_Loc, Int_2_Loc, &Int_3_Loc); 1190 - /* Int_3_Loc == 7 */ 1193 - /* Int_1_Loc == 3, Int_2_Loc == 3, Int_3_Loc == 7 */ 1194 - Proc_8 (Arr_1_Glob, Arr_2_Glob, Int_1_Loc, Int_3_Loc); 1209 - /* Int_1_Loc == 3, Int_2_Loc == 3, Int_3_Loc == 7 */ 1211 - Int_1_Loc = Int_2_Loc / Int_3_Loc; 1212 - Int_2_Loc = 7 * (Int_2_Loc - Int_3_Loc) - Int_1_Loc; [all …]
|