Changes of com.discord v1349
This commit is contained in:
parent
ee3363e6d6
commit
3f4974bc38
11672 changed files with 479129 additions and 478996 deletions
158
com.discord/smali_classes2/x/p/c.smali
Normal file
158
com.discord/smali_classes2/x/p/c.smali
Normal file
|
@ -0,0 +1,158 @@
|
|||
.class public Lx/p/c;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Progressions.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/lang/Iterable;
|
||||
.implements Lx/m/c/x/a;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/lang/Object;",
|
||||
"Ljava/lang/Iterable<",
|
||||
"Ljava/lang/Long;",
|
||||
">;",
|
||||
"Lx/m/c/x/a;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final d:J
|
||||
|
||||
.field public final e:J
|
||||
|
||||
.field public final f:J
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(JJJ)V
|
||||
.locals 4
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
const-wide/16 v0, 0x0
|
||||
|
||||
cmp-long v2, p5, v0
|
||||
|
||||
if-eqz v2, :cond_5
|
||||
|
||||
const-wide/high16 v0, -0x8000000000000000L
|
||||
|
||||
cmp-long v3, p5, v0
|
||||
|
||||
if-eqz v3, :cond_4
|
||||
|
||||
iput-wide p1, p0, Lx/p/c;->d:J
|
||||
|
||||
if-lez v2, :cond_1
|
||||
|
||||
cmp-long v0, p1, p3
|
||||
|
||||
if-ltz v0, :cond_0
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
invoke-static {p3, p4, p5, p6}, Lf/h/a/f/f/n/g;->T(JJ)J
|
||||
|
||||
move-result-wide v0
|
||||
|
||||
invoke-static {p1, p2, p5, p6}, Lf/h/a/f/f/n/g;->T(JJ)J
|
||||
|
||||
move-result-wide p1
|
||||
|
||||
sub-long/2addr v0, p1
|
||||
|
||||
invoke-static {v0, v1, p5, p6}, Lf/h/a/f/f/n/g;->T(JJ)J
|
||||
|
||||
move-result-wide p1
|
||||
|
||||
sub-long/2addr p3, p1
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_1
|
||||
if-gez v2, :cond_3
|
||||
|
||||
cmp-long v0, p1, p3
|
||||
|
||||
if-gtz v0, :cond_2
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_2
|
||||
neg-long v0, p5
|
||||
|
||||
invoke-static {p1, p2, v0, v1}, Lf/h/a/f/f/n/g;->T(JJ)J
|
||||
|
||||
move-result-wide p1
|
||||
|
||||
invoke-static {p3, p4, v0, v1}, Lf/h/a/f/f/n/g;->T(JJ)J
|
||||
|
||||
move-result-wide v2
|
||||
|
||||
sub-long/2addr p1, v2
|
||||
|
||||
invoke-static {p1, p2, v0, v1}, Lf/h/a/f/f/n/g;->T(JJ)J
|
||||
|
||||
move-result-wide p1
|
||||
|
||||
add-long/2addr p3, p1
|
||||
|
||||
:goto_0
|
||||
iput-wide p3, p0, Lx/p/c;->e:J
|
||||
|
||||
iput-wide p5, p0, Lx/p/c;->f:J
|
||||
|
||||
return-void
|
||||
|
||||
:cond_3
|
||||
new-instance p1, Ljava/lang/IllegalArgumentException;
|
||||
|
||||
const-string p2, "Step is zero."
|
||||
|
||||
invoke-direct {p1, p2}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
|
||||
:cond_4
|
||||
new-instance p1, Ljava/lang/IllegalArgumentException;
|
||||
|
||||
const-string p2, "Step must be greater than Long.MIN_VALUE to avoid overflow on negation."
|
||||
|
||||
invoke-direct {p1, p2}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
|
||||
:cond_5
|
||||
new-instance p1, Ljava/lang/IllegalArgumentException;
|
||||
|
||||
const-string p2, "Step must be non-zero."
|
||||
|
||||
invoke-direct {p1, p2}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public iterator()Ljava/util/Iterator;
|
||||
.locals 8
|
||||
|
||||
new-instance v7, Lx/p/d;
|
||||
|
||||
iget-wide v1, p0, Lx/p/c;->d:J
|
||||
|
||||
iget-wide v3, p0, Lx/p/c;->e:J
|
||||
|
||||
iget-wide v5, p0, Lx/p/c;->f:J
|
||||
|
||||
move-object v0, v7
|
||||
|
||||
invoke-direct/range {v0 .. v6}, Lx/p/d;-><init>(JJJ)V
|
||||
|
||||
return-object v7
|
||||
.end method
|
Loading…
Add table
Add a link
Reference in a new issue