📄 ah.java
字号:
// Decompiled by DJ v3.9.9.91 Copyright 2005 Atanas Neshkov Date: 2006-5-1 19:31:40
// Home Page : http://members.fortunecity.com/neshkov/dj.html - Check often for new version!
// Decompiler options: packimports(3)
public final class ah
{
public ah()
{
}
public static final long a(long l, byte abyte0[], int i, int j)
{
if(abyte0 == null)
return 1L;
long l1 = l & 65535L;
long l2;
for(l2 = l >> 16 & 65535L; j > 0; l2 %= 65521L)
{
int k = j >= 5552 ? 5552 : j;
j -= k;
for(; k >= 16; k -= 16)
{
l1 += abyte0[i++] & 0xff;
l2 += l1;
l1 += abyte0[i++] & 0xff;
l2 += l1;
l1 += abyte0[i++] & 0xff;
l2 += l1;
l1 += abyte0[i++] & 0xff;
l2 += l1;
l1 += abyte0[i++] & 0xff;
l2 += l1;
l1 += abyte0[i++] & 0xff;
l2 += l1;
l1 += abyte0[i++] & 0xff;
l2 += l1;
l1 += abyte0[i++] & 0xff;
l2 += l1;
l1 += abyte0[i++] & 0xff;
l2 += l1;
l1 += abyte0[i++] & 0xff;
l2 += l1;
l1 += abyte0[i++] & 0xff;
l2 += l1;
l1 += abyte0[i++] & 0xff;
l2 += l1;
l1 += abyte0[i++] & 0xff;
l2 += l1;
l1 += abyte0[i++] & 0xff;
l2 += l1;
l1 += abyte0[i++] & 0xff;
l2 += l1;
l1 += abyte0[i++] & 0xff;
l2 += l1;
}
if(k != 0)
do
{
l1 += abyte0[i++] & 0xff;
l2 += l1;
} while(--k != 0);
l1 %= 65521L;
}
return l2 << 16 | l1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -