Home
last modified time | relevance | path

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

/PHP-8.3/ext/hash/xxhash/
H A Dxxhash.h3697 XXH_FORCE_INLINE void XXH_writeLE64(void* dst, xxh_u64 v64) in XXH_writeLE64() function
3826 (void)(&XXH_writeLE64); in XXH3_initCustomSecret_avx512()
3924 (void)(&XXH_writeLE64); in XXH3_initCustomSecret_avx2()
4028 (void)(&XXH_writeLE64); in XXH3_initCustomSecret_sse2()
4320 XXH_writeLE64((xxh_u8*)customSecret + 16*i, lo); in XXH3_initCustomSecret_scalar()
4321 XXH_writeLE64((xxh_u8*)customSecret + 16*i + 8, hi); in XXH3_initCustomSecret_scalar()
5538 XXH_writeLE64( dst, XXH_readLE64(dst) ^ h128.low64 ); in XXH3_combine16()
5539 XXH_writeLE64( (char*)dst+8, XXH_readLE64((char*)dst+8) ^ h128.high64 ); in XXH3_combine16()

Completed in 48 milliseconds