Home
last modified time | relevance | path

Searched refs:XXH_writeLE64 (Results 1 – 1 of 1) sorted by relevance

/PHP-8.2/ext/hash/xxhash/
H A Dxxhash.h3666 XXH_FORCE_INLINE void XXH_writeLE64(void* dst, xxh_u64 v64) in XXH_writeLE64() function
3795 (void)(&XXH_writeLE64); in XXH3_initCustomSecret_avx512()
3893 (void)(&XXH_writeLE64); in XXH3_initCustomSecret_avx2()
3997 (void)(&XXH_writeLE64); in XXH3_initCustomSecret_sse2()
4289 XXH_writeLE64((xxh_u8*)customSecret + 16*i, lo); in XXH3_initCustomSecret_scalar()
4290 XXH_writeLE64((xxh_u8*)customSecret + 16*i + 8, hi); in XXH3_initCustomSecret_scalar()
5507 XXH_writeLE64( dst, XXH_readLE64(dst) ^ h128.low64 ); in XXH3_combine16()
5508 XXH_writeLE64( (char*)dst+8, XXH_readLE64((char*)dst+8) ^ h128.high64 ); in XXH3_combine16()

Completed in 19 milliseconds