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