Home
last modified time | relevance | path

Searched defs:input_hi (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/hash/xxhash/
H A Dxxhash.h3524 xxh_u64 const input_hi = XXH_readLE64(input + len - 8) ^ bitflip2; in XXH3_len_9to16_64b() local
3593 xxh_u64 const input_hi = XXH_readLE64(input+8); in XXH3_mix16B() local
5048 xxh_u32 const input_hi = XXH_readLE32(input + len - 4); in XXH3_len_4to8_128b() local
5076 xxh_u64 input_hi = XXH_readLE64(input + len - 8); in XXH3_len_9to16_128b() local

Completed in 39 milliseconds