Files
rr3-apk/smali_classes5/kotlin/internal/ProgressionUtilKt.smali
Daniel Elliott f3960ee359 Add Discord APKTool decompilation (Smali source for modding)
- Imported from https://github.com/supermegamestre/Project-Real-Resurrection-3
- APKTool decompilation (Smali bytecode) for modding and rebuilding APK
- Supports both 32-bit (armeabi-v7a) and 64-bit (arm64-v8a) architectures
- Includes full Smali source, resources, and native libraries
- Ready to rebuild APK after modifications with apktool b command
- Added comprehensive README-apktool.md with modding guide

This branch complements the JADX branches:
- Use JADX (main/discord-community) to UNDERSTAND code (readable Java)
- Use APKTool (this branch) to MODIFY and REBUILD APK (editable Smali)

Total: 44,417 files, 538.51 MB Smali source code
2026-02-18 16:13:44 -08:00

204 lines
3.4 KiB
Smali

.class public abstract Lkotlin/internal/ProgressionUtilKt;
.super Ljava/lang/Object;
.source "SourceFile"
# direct methods
.method public static final differenceModulo(III)I
.locals 0
.line 21
invoke-static {p0, p2}, Lkotlin/internal/ProgressionUtilKt;->mod(II)I
move-result p0
invoke-static {p1, p2}, Lkotlin/internal/ProgressionUtilKt;->mod(II)I
move-result p1
sub-int/2addr p0, p1
invoke-static {p0, p2}, Lkotlin/internal/ProgressionUtilKt;->mod(II)I
move-result p0
return p0
.end method
.method public static final differenceModulo(JJJ)J
.locals 0
.line 25
invoke-static {p0, p1, p4, p5}, Lkotlin/internal/ProgressionUtilKt;->mod(JJ)J
move-result-wide p0
invoke-static {p2, p3, p4, p5}, Lkotlin/internal/ProgressionUtilKt;->mod(JJ)J
move-result-wide p2
sub-long/2addr p0, p2
invoke-static {p0, p1, p4, p5}, Lkotlin/internal/ProgressionUtilKt;->mod(JJ)J
move-result-wide p0
return-wide p0
.end method
.method public static final getProgressionLastElement(III)I
.locals 0
if-lez p2, :cond_1
if-lt p0, p1, :cond_0
goto :goto_0
.line 46
:cond_0
invoke-static {p1, p0, p2}, Lkotlin/internal/ProgressionUtilKt;->differenceModulo(III)I
move-result p0
sub-int/2addr p1, p0
goto :goto_0
:cond_1
if-gez p2, :cond_3
if-gt p0, p1, :cond_2
goto :goto_0
:cond_2
neg-int p2, p2
.line 47
invoke-static {p0, p1, p2}, Lkotlin/internal/ProgressionUtilKt;->differenceModulo(III)I
move-result p0
add-int/2addr p1, p0
:goto_0
return p1
.line 48
:cond_3
new-instance p0, Ljava/lang/IllegalArgumentException;
const-string p1, "Step is zero."
invoke-direct {p0, p1}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
throw p0
.end method
.method public static final getProgressionLastElement(JJJ)J
.locals 7
const-wide/16 v0, 0x0
cmp-long v0, p4, v0
if-lez v0, :cond_1
cmp-long v0, p0, p2
if-ltz v0, :cond_0
goto :goto_0
:cond_0
move-wide v0, p2
move-wide v2, p0
move-wide v4, p4
.line 69
invoke-static/range {v0 .. v5}, Lkotlin/internal/ProgressionUtilKt;->differenceModulo(JJJ)J
move-result-wide p0
sub-long/2addr p2, p0
goto :goto_0
:cond_1
if-gez v0, :cond_3
cmp-long v0, p0, p2
if-gtz v0, :cond_2
goto :goto_0
:cond_2
neg-long v5, p4
move-wide v1, p0
move-wide v3, p2
.line 70
invoke-static/range {v1 .. v6}, Lkotlin/internal/ProgressionUtilKt;->differenceModulo(JJJ)J
move-result-wide p0
add-long/2addr p2, p0
:goto_0
return-wide p2
.line 71
:cond_3
new-instance p0, Ljava/lang/IllegalArgumentException;
const-string p1, "Step is zero."
invoke-direct {p0, p1}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
throw p0
.end method
.method public static final mod(II)I
.locals 0
.line 10
rem-int/2addr p0, p1
if-ltz p0, :cond_0
goto :goto_0
:cond_0
add-int/2addr p0, p1
:goto_0
return p0
.end method
.method public static final mod(JJ)J
.locals 2
.line 15
rem-long/2addr p0, p2
const-wide/16 v0, 0x0
cmp-long v0, p0, v0
if-ltz v0, :cond_0
goto :goto_0
:cond_0
add-long/2addr p0, p2
:goto_0
return-wide p0
.end method