Searched refs:Method_833 (Results 1 – 1 of 1) sorted by relevance
837 int Method_833 (int a, int b, int c, int d); in Method_833() method2840 public virtual int Method_833 (int a, int b, int c, int d) { return a - b - c -d + 833; } in Method_833() method in Impl_20007347 if ((r = var_2000.Method_833 (10,5,3,2)) != 833) { in Test_2000()