Searched refs:crc64 (Results 1 - 6 of 6) sorted by relevance
/third_party/lzma/C/ |
H A D | Xz.c | 53 case XZ_CHECK_CRC64: p->crc64 = CRC64_INIT_VAL; break;
in XzCheck_Init() 63 case XZ_CHECK_CRC64: p->crc64 = Crc64Update(p->crc64, data, size); break;
in XzCheck_Update() 78 UInt64 v = CRC64_GET_DIGEST(p->crc64);
in XzCheck_Final()
|
H A D | Xz.h | 90 UInt64 crc64;
member
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/ |
H A D | DictionaryTest.java | 22 private static long crc64(ByteBuffer data) { in crc64() method in DictionaryTest 36 assertEquals(37084801881332636L, crc64(Dictionary.getData())); in testGetData()
|
H A D | TransformTest.java | 23 private static long crc64(byte[] data) { in crc64() method in TransformTest 69 assertEquals(8929191060211225186L, crc64(output)); in testAllTransforms()
|
/third_party/lz4/tests/ |
H A D | fuzzer.c | 1323 { U64 const crc64 = XXH64(testInput, testCompressedSize, 0); in FUZ_unitTests() local 1332 FUZ_CHECKTEST(crc64!=crcNew, "LZ4_decompress_safe() decompression corruption"); in FUZ_unitTests() 1387 { U64 const crc64 = XXH64(testInput + 64 KB, testCompressedSize, 0); in FUZ_unitTests() local 1397 FUZ_CHECKTEST(crc64!=crcNew, "LZ4_decompress_safe() simple dictionary decompression test : corruption"); in FUZ_unitTests() 1404 XXH64_hash_t const crc64 = ( (void)assert((unsigned)segSize + testCompressedSize < testInputSize) , in FUZ_unitTests() local 1420 FUZ_CHECKTEST(crc64!=crcNew, "LZ4_decompress_safe() dictionary decompression corruption"); in FUZ_unitTests() 1424 { U64 const crc64 = XXH64(testInput + 64 KB, testCompressedSize, 0); in FUZ_unitTests() local 1434 FUZ_CHECKTEST(crc64!=crcNew, "LZ4_decompress_safe_usingDict() decompression corruption"); in FUZ_unitTests()
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | mkntfs.c | 296 * crc64, adapted from http://rpm5.org/docs/api/digest_8c-source.html 307 static uint64_t crc64(uint64_t crc, const byte * data, size_t size) in crc64() function 5008 crc64(0,(byte*)NULL,0); /* initialize the crc computation */ in mkntfs_redirect() 5009 upcase_crc = crc64(0,(byte*)g_vol->upcase, in mkntfs_redirect()
|
Completed in 11 milliseconds