Searched refs:sCrcTable (Results 1 – 2 of 2) sorted by relevance
35 private static long[] sCrcTable = new long[256]; field in ImageCacheService134 sCrcTable[i] = part;141 crc = sCrcTable[(((int) crc) ^ buffer[k]) & 0xff] ^ (crc >> 8); in crc64Long()
39 private static long[] sCrcTable = new long[256]; field in Utils151 sCrcTable[i] = part;158 crc = sCrcTable[(((int) crc) ^ buffer[k]) & 0xff] ^ (crc >> 8); in crc64Long()