Searched refs:Method_831 (Results 1 – 1 of 1) sorted by relevance
835 int Method_831 (int a, int b, int c, int d); in Method_831() method2838 public virtual int Method_831 (int a, int b, int c, int d) { return a - b - c -d + 831; } in Method_831() method in Impl_20007339 if ((r = var_2000.Method_831 (10,5,3,2)) != 831) { in Test_2000()