Searched refs:XXH32_finalize (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/contrib/zstd/lib/common/
H A Dxxhash.h1378 * @brief Whether to use a jump for `XXH32_finalize`.
1380 * For performance, `XXH32_finalize` uses multiple branches in the finalizer.
1970 XXH32_finalize(xxh_u32 h32, const xxh_u8* ptr, size_t len, XXH_alignment align) function
2088 return XXH32_finalize(h32, input, len&15, align);
2217 return XXH32_finalize(h32, (const xxh_u8*)state->mem32, state->memsize, XXH_aligned);

Completed in 115 milliseconds