ProgressionUtilKt.smali
5.0 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
.class public final Lkotlin/internal/ProgressionUtilKt;
.super Ljava/lang/Object;
.source "progressionUtil.kt"
# annotations
.annotation runtime Lkotlin/Metadata;
bv = {
0x1,
0x0,
0x3
}
d1 = {
"\u0000\u0012\n\u0000\n\u0002\u0010\u0008\n\u0002\u0008\u0003\n\u0002\u0010\t\n\u0002\u0008\u0006\u001a \u0010\u0000\u001a\u00020\u00012\u0006\u0010\u0002\u001a\u00020\u00012\u0006\u0010\u0003\u001a\u00020\u00012\u0006\u0010\u0004\u001a\u00020\u0001H\u0002\u001a \u0010\u0000\u001a\u00020\u00052\u0006\u0010\u0002\u001a\u00020\u00052\u0006\u0010\u0003\u001a\u00020\u00052\u0006\u0010\u0004\u001a\u00020\u0005H\u0002\u001a \u0010\u0006\u001a\u00020\u00012\u0006\u0010\u0007\u001a\u00020\u00012\u0006\u0010\u0008\u001a\u00020\u00012\u0006\u0010\t\u001a\u00020\u0001H\u0001\u001a \u0010\u0006\u001a\u00020\u00052\u0006\u0010\u0007\u001a\u00020\u00052\u0006\u0010\u0008\u001a\u00020\u00052\u0006\u0010\t\u001a\u00020\u0005H\u0001\u001a\u0018\u0010\n\u001a\u00020\u00012\u0006\u0010\u0002\u001a\u00020\u00012\u0006\u0010\u0003\u001a\u00020\u0001H\u0002\u001a\u0018\u0010\n\u001a\u00020\u00052\u0006\u0010\u0002\u001a\u00020\u00052\u0006\u0010\u0003\u001a\u00020\u0005H\u0002\u00a8\u0006\u000b"
}
d2 = {
"differenceModulo",
"",
"a",
"b",
"c",
"",
"getProgressionLastElement",
"start",
"end",
"step",
"mod",
"kotlin-stdlib"
}
k = 0x2
mv = {
0x1,
0x1,
0xf
}
.end annotation
# direct methods
.method private 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 private 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
.annotation build Lkotlin/PublishedApi;
.end annotation
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
check-cast p0, Ljava/lang/Throwable;
throw p0
.end method
.method public static final getProgressionLastElement(JJJ)J
.locals 7
.annotation build Lkotlin/PublishedApi;
.end annotation
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
check-cast p0, Ljava/lang/Throwable;
throw p0
.end method
.method private 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 private 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