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

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

Completed in 61 milliseconds