Rabbit-R1/android (non root)/smali/smali_classes3/com/google/common/math/LongMath$MillerRabinTester$1.smali
2024-05-21 17:08:36 -04:00

51 lines
1,009 B
Smali

.class final enum Lcom/google/common/math/LongMath$MillerRabinTester$1;
.super Lcom/google/common/math/LongMath$MillerRabinTester;
.source "LongMath.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/common/math/LongMath$MillerRabinTester;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x4010
name = null
.end annotation
# direct methods
.method constructor <init>(Ljava/lang/String;I)V
.locals 1
const/4 v0, 0x0
.line 1091
invoke-direct {p0, p1, p2, v0}, Lcom/google/common/math/LongMath$MillerRabinTester;-><init>(Ljava/lang/String;ILcom/google/common/math/LongMath$1;)V
return-void
.end method
# virtual methods
.method mulMod(JJJ)J
.locals 0
mul-long/2addr p1, p3
.line 1100
rem-long/2addr p1, p5
return-wide p1
.end method
.method squareMod(JJ)J
.locals 0
mul-long/2addr p1, p1
.line 1105
rem-long/2addr p1, p3
return-wide p1
.end method