enum class oadd.org.apache.curator.shaded.com.google.common.math.LongMath$MillerRabinTester$1 extends oadd.org.apache.curator.shaded.com.google.common.math.LongMath$MillerRabinTester
{
private void <init>(java.lang.String, int)
{
int v;
oadd.org.apache.curator.shaded.com.google.common.math.LongMath$MillerRabinTester$1 v;
java.lang.String v;
v := @this: oadd.org.apache.curator.shaded.com.google.common.math.LongMath$MillerRabinTester$1;
v := @parameter: java.lang.String;
v := @parameter: int;
specialinvoke v.<oadd.org.apache.curator.shaded.com.google.common.math.LongMath$MillerRabinTester: void <init>(java.lang.String,int)>(v, v);
return;
}
long mulMod(long, long, long)
{
oadd.org.apache.curator.shaded.com.google.common.math.LongMath$MillerRabinTester$1 v;
long v, v, v, v, v;
v := @this: oadd.org.apache.curator.shaded.com.google.common.math.LongMath$MillerRabinTester$1;
v := @parameter: long;
v := @parameter: long;
v := @parameter: long;
v = v * v;
v = v % v;
return v;
}
long squareMod(long, long)
{
oadd.org.apache.curator.shaded.com.google.common.math.LongMath$MillerRabinTester$1 v;
long v, v, v, v;
v := @this: oadd.org.apache.curator.shaded.com.google.common.math.LongMath$MillerRabinTester$1;
v := @parameter: long;
v := @parameter: long;
v = v * v;
v = v % v;
return v;
}
}