Searched refs:Int_Par_Ref (Results 1 - 3 of 3) sorted by relevance

/linux-master/lib/
H A Ddhry.h352 One_Fifty *Int_Par_Ref);
H A Ddhry_2.c76 void Proc_7(One_Fifty Int_1_Par_Val, One_Fifty Int_2_Par_Val, One_Fifty *Int_Par_Ref) argument
80 /* Int_Par_Ref becomes 7 */
82 /* Int_Par_Ref becomes 17 */
84 /* Int_Par_Ref becomes 18 */
89 *Int_Par_Ref = Int_2_Par_Val + Int_Loc;
H A Ddhry_1.c80 static void Proc_2(One_Fifty *Int_Par_Ref) argument
83 /* *Int_Par_Ref == 1, becomes 4 */
88 Int_Loc = *Int_Par_Ref + 10;
94 *Int_Par_Ref = Int_Loc - Int_Glob;

Completed in 102 milliseconds