Home
last modified time | relevance | path

Searched refs:sCrcTable (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/
H A DUtils.java39 private static long[] sCrcTable = new long[256]; field in Utils
151 sCrcTable[i] = part;
158 crc = sCrcTable[(((int) crc) ^ buffer[k]) & 0xff] ^ (crc >> 8); in crc64Long()
/aosp12/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DUtils.java39 private static long[] sCrcTable = new long[256]; field in Utils
151 sCrcTable[i] = part;
158 crc = sCrcTable[(((int) crc) ^ buffer[k]) & 0xff] ^ (crc >> 8); in crc64Long()