Searched refs:XXH32 (Results 1 – 10 of 10) sorted by relevance
/external/lz4/tests/ |
D | fuzzer.c | 372 U32 const crcOrig = XXH32(block, blockSize, 0); in FUZ_test() 397 U32 const crcBase = XXH32(block, srcSize, 0); in FUZ_test() 407 { U32 const crcDec = XXH32(decodedBuffer, srcSize, 0); in FUZ_test() 432 U32 const crcBase = XXH32(block, srcSize, 0); in FUZ_test() 442 { U32 const crcDec = XXH32(decodedBuffer, srcSize, 0); in FUZ_test() 489 { U32 const crcCheck = XXH32(decodedBuffer, blockSize, 0); in FUZ_test() 537 { U32 const crcCheck = XXH32(decodedBuffer, blockSize, 0); in FUZ_test() 549 { U32 const crcCheck = XXH32(decodedBuffer, blockSize, 0); in FUZ_test() 655 { U32 const crcCheck = XXH32(decodedBuffer+dictSize, blockSize, 0); in FUZ_test() 663 { U32 const crcCheck = XXH32(decodedBuffer+dictSize, blockSize, 0); in FUZ_test() [all …]
|
D | roundTripTest.c | 83 unsigned const h32 = XXH32(refBuff, hashLength, 0); in select_clevel()
|
D | fullbench.c | 414 crcOriginal = XXH32(orig_buff, benchedSize,0); in fullSpeedBench() 613 crcDecoded = XXH32(orig_buff, (int)benchedSize, 0); in fullSpeedBench()
|
D | frametest.c | 1069 U32 const h = XXH32(&t, sizeof(t), 1); in main()
|
/external/lz4/lib/ |
D | xxhash.h | 126 # define XXH32 XXH_NAME2(XXH_NAMESPACE, XXH32) macro 167 XXH_PUBLIC_API XXH32_hash_t XXH32 (const void* input, size_t length, unsigned int seed);
|
D | lz4frame.c | 279 U32 const xxh = XXH32(header, length, 0); in LZ4F_headerChecksum() 732 U32 const crc32 = XXH32(cSizePtr+4, cSize, 0); /* checksum of compressed data */ in LZ4F_makeBlock() 1540 U32 const calcBlockCrc = XXH32(selectedIn, dctx->tmpInTarget, 0); in LZ4F_decompress()
|
D | xxhash.c | 326 XXH_PUBLIC_API unsigned int XXH32 (const void* input, size_t len, unsigned int seed) in XXH32() function
|
/external/vulkan-validation-layers/layers/ |
D | xxhash.h | 126 # define XXH32 XXH_NAME2(XXH_NAMESPACE, XXH32) macro 167 XXH_PUBLIC_API XXH32_hash_t XXH32 (const void* input, size_t length, unsigned int seed);
|
D | xxhash.c | 320 XXH_PUBLIC_API unsigned int XXH32 (const void* input, size_t len, unsigned int seed) in XXH32() function
|
D | shader_validation.cpp | 2262 uint32_t ValidationCache::MakeShaderHash(VkShaderModuleCreateInfo const *smci) { return XXH32(smci-… in MakeShaderHash()
|