Searched refs:Method_626 (Results 1 – 1 of 1) sorted by relevance
630 int Method_626 (int a, int b, int c, int d); in Method_626() method2633 public virtual int Method_626 (int a, int b, int c, int d) { return a - b - c -d + 626; } in Method_626() method in Impl_20006519 if ((r = var_2000.Method_626 (10,5,3,2)) != 626) { in Test_2000()