Searched refs:Method_193 (Results 1 – 1 of 1) sorted by relevance
197 int Method_193 (int a, int b, int c, int d); in Method_193() method2200 public virtual int Method_193 (int a, int b, int c, int d) { return a - b - c -d + 193; } in Method_193() method in Impl_20004787 if ((r = var_2000.Method_193 (10,5,3,2)) != 193) { in Test_2000()