Searched defs:crc64 (Results 1 – 5 of 5) sorted by relevance
22 private static long crc64(ByteBuffer data) { in crc64() method in DictionaryTest
23 private static long crc64(byte[] data) { in crc64() method in TransformTest
43 uint64_t crc64 = crc; in av1_get_crc32c_value_sse4_2() local
1194 { U64 const crc64 = XXH64(testInput, testCompressedSize, 0); in FUZ_unitTests() local1237 { U64 const crc64 = XXH64(testInput + 64 KB, testCompressedSize, 0); in FUZ_unitTests() local1254 …XXH64_hash_t const crc64 = ( (void)assert((unsigned)segSize + testCompressedSize < testInputSize) , in FUZ_unitTests() local1274 { U64 const crc64 = XXH64(testInput + 64 KB, testCompressedSize, 0); in FUZ_unitTests() local
88 UInt64 crc64; member