Searched refs:Method_979 (Results 1 – 1 of 1) sorted by relevance
983 int Method_979 (int a, int b, int c, int d); in Method_979() method2986 public virtual int Method_979 (int a, int b, int c, int d) { return a - b - c -d + 979; } in Method_979() method in Impl_20007931 if ((r = var_2000.Method_979 (10,5,3,2)) != 979) { in Test_2000()