OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sCrcTable
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/
Utils.java
39
private static long[]
sCrcTable
= new long[256];
151
sCrcTable
[i] = part;
158
crc =
sCrcTable
[(((int) crc) ^ buffer[k]) & 0xff] ^ (crc >> 8);
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
Utils.java
39
private static long[]
sCrcTable
= new long[256];
151
sCrcTable
[i] = part;
158
crc =
sCrcTable
[(((int) crc) ^ buffer[k]) & 0xff] ^ (crc >> 8);
Completed in 2993 milliseconds