Searched refs:XXH64 (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/contrib/zstd/lib/common/ |
| H A D | xxhash.h | 106 # define XXH64 XXH_NAME2(XXH_NAMESPACE, XXH64) macro 147 XXH_PUBLIC_API XXH64_hash_t XXH64 (const void* input, size_t length, unsigned long long seed);
|
| H A D | xxhash.c | 462 XXH_PUBLIC_API unsigned long long XXH64 (const void* input, size_t len, unsigned long long seed) in XXH64() function
|
| /f-stack/freebsd/contrib/zstd/programs/ |
| H A D | benchzstd.c | 393 { U64 const crcOrig = (adv->mode == BMK_decodeOnly) ? 0 : XXH64(srcBuffer, srcSize, 0); in BMK_benchMemAdvancedNoAlloc() 497 U64 const crcCheck = XXH64(resultBuffer, srcSize, 0); in BMK_benchMemAdvancedNoAlloc()
|
| H A D | README.md | 167 --[no-]check : during compression, add XXH64 integrity checksum to frame (default: enabled). If spe…
|
| /f-stack/freebsd/contrib/zstd/zlibWrapper/examples/ |
| H A D | zwrapbench.c | 201 U64 const crcOrig = XXH64(srcBuffer, srcSize, 0); in BMK_benchMem() 519 { U64 const crcCheck = XXH64(resultBuffer, srcSize, 0); in BMK_benchMem()
|
| /f-stack/freebsd/contrib/zstd/lib/dictBuilder/ |
| H A D | zdict.c | 906 { U64 const randomID = XXH64(customDictContent, dictContentSize, 0); in ZDICT_finalizeDictionary() 959 …{ U64 const randomID = XXH64((char*)dictBuffer + dictBufferCapacity - dictContentSize, dictConte… in ZDICT_addEntropyTablesFromBuffer_advanced()
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 5290 # define XXH64 XXH_NAME2(XXH_NAMESPACE, XXH64) macro 5328 XXH_PUBLIC_API XXH64_hash_t XXH64 (const void* input, size_t length, unsigned long long seed); 5961 XXH_PUBLIC_API unsigned long long XXH64 (const void* input, size_t len, unsigned long long seed) in XXH64() function
|