Lines Matching refs:Int_Loc
104 One_Fifty Int_Loc; local
106 Int_Loc = Int_1_Par_Val + 2;
107 *Int_Par_Ref = Int_2_Par_Val + Int_Loc;
122 REG One_Fifty Int_Loc; local
124 Int_Loc = Int_1_Par_Val + 5;
125 Arr_1_Par_Ref [Int_Loc] = Int_2_Par_Val;
126 Arr_1_Par_Ref [Int_Loc+1] = Arr_1_Par_Ref [Int_Loc];
127 Arr_1_Par_Ref [Int_Loc+30] = Int_Loc;
128 for (Int_Index = Int_Loc; Int_Index <= Int_Loc+1; ++Int_Index)
129 Arr_2_Par_Ref [Int_Loc] [Int_Index] = Int_Loc;
130 Arr_2_Par_Ref [Int_Loc] [Int_Loc-1] += 1;
131 Arr_2_Par_Ref [Int_Loc+20] [Int_Loc] = Arr_1_Par_Ref [Int_Loc];
169 REG One_Thirty Int_Loc; local
173 Int_Loc = 2;
174 while (Int_Loc <= 2) /* loop body executed once */
175 if (Func_1 (Str_1_Par_Ref[Int_Loc],
176 Str_2_Par_Ref[Int_Loc+1]) == Ident_1)
180 Int_Loc += 1;
184 Int_Loc = 7;
193 Int_Loc += 7;
194 Int_Glob = Int_Loc;