Searched defs:crc64Long (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DUtils.java157 public static final long crc64Long(String in) { method in class:Utils
161 return crc64Long(getBytes(in));
177 public static final long crc64Long(byte[] buffer) { method in class:Utils

Completed in 107 milliseconds