Searched refs:Method_960 (Results 1 – 1 of 1) sorted by relevance
964 int Method_960 (int a, int b, int c, int d); in Method_960() method2967 public virtual int Method_960 (int a, int b, int c, int d) { return a - b - c -d + 960; } in Method_960() method in Impl_20007855 if ((r = var_2000.Method_960 (10,5,3,2)) != 960) { in Test_2000()