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

/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/data/
H A DCRC64.java15 * CRC64 checksum calculator based on the polynom specified in ISO 3309. The
23 public final class CRC64 { class
45 * Calculates the CRC64 checksum for the given data array.
60 private CRC64() { method in class:CRC64
/external/lzma/Java/Tukaani/src/org/tukaani/xz/check/
H A DCRC64.java2 * CRC64
12 public class CRC64 extends Check { class in inherits:Check
32 public CRC64() { method in class:CRC64
34 name = "CRC64";

Completed in 913 milliseconds