Searched defs:crc64 (Results 1 – 8 of 8) sorted by relevance
/external/pytorch/c10/util/ |
D | ConstexprCrc.h | 120 crc64(const char* str, size_t size) { in crc64() function 124 inline C10_HOST_CONSTEXPR_EXCEPT_WIN_CUDA crc64_t crc64(c10::string_view str) { in crc64() function
|
/external/brotli/java/org/brotli/dec/ |
D | DictionaryTest.java | 22 private static long crc64(ByteBuffer data) { in crc64() method in DictionaryTest
|
D | TransformTest.java | 23 private static long crc64(byte[] data) { in crc64() method in TransformTest
|
/external/libaom/av1/encoder/x86/ |
D | hash_sse42.c | 45 uint64_t crc64 = crc; in av1_get_crc32c_value_sse4_2() local
|
/external/rust/android-crates-io/crates/crc/src/ |
D | util.rs | 55 pub(crate) const fn crc64(poly: u64, reflect: bool, mut value: u64) -> u64 { in crc64() function
|
D | lib.rs | 37 mod crc64; module
|
/external/lz4/tests/ |
D | fuzzer.c | 1337 { U64 const crc64 = XXH64(testInput, testCompressedSize, 0); in FUZ_unitTests() local 1401 { U64 const crc64 = XXH64(testInput + 64 KB, testCompressedSize, 0); in FUZ_unitTests() local 1418 …XXH64_hash_t const crc64 = ( (void)assert((unsigned)segSize + testCompressedSize < testInputSize) , in FUZ_unitTests() local 1438 { U64 const crc64 = XXH64(testInput + 64 KB, testCompressedSize, 0); in FUZ_unitTests() local
|
/external/lzma/C/ |
D | Xz.h | 91 UInt64 crc64; member
|