Searched refs:Method_587 (Results 1 – 1 of 1) sorted by relevance
591 int Method_587 (int a, int b, int c, int d); in Method_587() method2594 public virtual int Method_587 (int a, int b, int c, int d) { return a - b - c -d + 587; } in Method_587() method in Impl_20006363 if ((r = var_2000.Method_587 (10,5,3,2)) != 587) { in Test_2000()