Searched refs:XXH_aligned (Results 1 – 1 of 1) sorted by relevance
/PHP-8.2/ext/hash/xxhash/ |
H A D | xxhash.h | 1819 XXH_aligned, /*!< Aligned */ enumerator 2127 return XXH32_endian_align((const xxh_u8*)input, len, seed, XXH_aligned); in XXH32() 2243 return XXH32_finalize(h32, (const xxh_u8*)state->mem32, state->memsize, XXH_aligned); in XXH32_digest() 2545 return XXH64_endian_align((const xxh_u8*)input, len, seed, XXH_aligned); in XXH64() 2656 return XXH64_finalize(h64, (const xxh_u8*)state->mem64, (size_t)state->total_len, XXH_aligned); in XXH64_digest()
|
Completed in 19 milliseconds