Home
last modified time | relevance | path

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

/php-src/ext/hash/xxhash/
H A Dxxhash.h1861 XXH_FORCE_INLINE xxh_u32 XXH_readLE32(const void* memPtr) in XXH_readLE32() function
1880 XXH_FORCE_INLINE xxh_u32 XXH_readLE32(const void* ptr) in XXH_readLE32() function
1895 return XXH_readLE32(ptr); in XXH_readLE32_align()
2230 state->v[3] = XXH32_round(state->v[3], XXH_readLE32(p32)); in XXH32_update()
3493 xxh_u64 const bitflip = (XXH_readLE32(secret) ^ XXH_readLE32(secret+4)) + seed; in XXH3_len_1to3_64b()
3506 { xxh_u32 const input1 = XXH_readLE32(input); in XXH3_len_4to8_64b()
3507 xxh_u32 const input2 = XXH_readLE32(input + len - 4); in XXH3_len_4to8_64b()
5029 xxh_u64 const bitflipl = (XXH_readLE32(secret) ^ XXH_readLE32(secret+4)) + seed; in XXH3_len_1to3_128b()
5030 xxh_u64 const bitfliph = (XXH_readLE32(secret+8) ^ XXH_readLE32(secret+12)) - seed; in XXH3_len_1to3_128b()
5047 { xxh_u32 const input_lo = XXH_readLE32(input); in XXH3_len_4to8_128b()
[all …]

Completed in 28 milliseconds