Searched refs:Method_585 (Results 1 – 1 of 1) sorted by relevance
589 int Method_585 (int a, int b, int c, int d); in Method_585() method2592 public virtual int Method_585 (int a, int b, int c, int d) { return a - b - c -d + 585; } in Method_585() method in Impl_20006355 if ((r = var_2000.Method_585 (10,5,3,2)) != 585) { in Test_2000()