Lines Matching refs:Int_Loc
77 One_Fifty Int_Loc; local
79 Int_Loc = Int_1_Par_Val + 2;
80 *Int_Par_Ref = Int_2_Par_Val + Int_Loc;
95 REG One_Fifty Int_Loc; local
97 Int_Loc = Int_1_Par_Val + 5;
98 Arr_1_Par_Ref [Int_Loc] = Int_2_Par_Val;
99 Arr_1_Par_Ref [Int_Loc+1] = Arr_1_Par_Ref [Int_Loc];
100 Arr_1_Par_Ref [Int_Loc+30] = Int_Loc;
101 for (Int_Index = Int_Loc; Int_Index <= Int_Loc+1; ++Int_Index)
102 Arr_2_Par_Ref [Int_Loc] [Int_Index] = Int_Loc;
103 Arr_2_Par_Ref [Int_Loc] [Int_Loc-1] += 1;
104 Arr_2_Par_Ref [Int_Loc+20] [Int_Loc] = Arr_1_Par_Ref [Int_Loc];
144 REG One_Thirty Int_Loc; local
147 Int_Loc = 2;
148 while (Int_Loc <= 2) /* loop body executed once */
149 if (Func_1 (Str_1_Par_Ref[Int_Loc],
150 Str_2_Par_Ref[Int_Loc+1]) == Ident_1)
154 Int_Loc += 1;
158 Int_Loc = 7;
167 Int_Loc += 7;
168 Int_Glob = Int_Loc;