Lines Matching refs:Int_Loc
103 One_Fifty Int_Loc; local
105 Int_Loc = Int_1_Par_Val + 2;
106 *Int_Par_Ref = Int_2_Par_Val + Int_Loc;
121 REG One_Fifty Int_Loc; local
123 Int_Loc = Int_1_Par_Val + 5;
124 Arr_1_Par_Ref [Int_Loc] = Int_2_Par_Val;
125 Arr_1_Par_Ref [Int_Loc+1] = Arr_1_Par_Ref [Int_Loc];
126 Arr_1_Par_Ref [Int_Loc+30] = Int_Loc;
127 for (Int_Index = Int_Loc; Int_Index <= Int_Loc+1; ++Int_Index)
128 Arr_2_Par_Ref [Int_Loc] [Int_Index] = Int_Loc;
129 Arr_2_Par_Ref [Int_Loc] [Int_Loc-1] += 1;
130 Arr_2_Par_Ref [Int_Loc+20] [Int_Loc] = Arr_1_Par_Ref [Int_Loc];
168 REG One_Thirty Int_Loc; local
172 Int_Loc = 2;
173 while (Int_Loc <= 2) /* loop body executed once */
174 if (Func_1 (Str_1_Par_Ref[Int_Loc],
175 Str_2_Par_Ref[Int_Loc+1]) == Ident_1)
179 Int_Loc += 1;
183 Int_Loc = 7;
192 Int_Loc += 7;
193 Int_Glob = Int_Loc;