HomeSort by relevance Sort by last modified time
    Searched defs:crc64Long (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/
Utils.java 135 public static final long crc64Long(String in) {
139 return crc64Long(getBytes(in));
155 public static final long crc64Long(byte[] buffer) {
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
Utils.java 135 public static final long crc64Long(String in) {
139 return crc64Long(getBytes(in));
155 public static final long crc64Long(byte[] buffer) {

Completed in 221 milliseconds