Searched refs:crc64 (Results 1 – 7 of 7) sorted by relevance
/third_party/lzma/C/ |
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()
|
D | Xz.h | 88 UInt64 crc64; member
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/ |
D | DictionaryTest.java | 22 private static long crc64(ByteBuffer data) { in crc64() method in DictionaryTest 36 assertEquals(37084801881332636L, crc64(Dictionary.getData())); in testGetData()
|
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/ |
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 : corrupt… 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/ |
D | mkntfs.c | 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()
|
/third_party/NuttX/ |
D | ReleaseNotes | 11342 - Add crc64 support. From Paul Alexander Patience. 19550 - include/crc64.h: Fix warning: integer constant is too large for
|