Searched refs:XXH_readLE32 (Results 1 – 1 of 1) sorted by relevance
1830 XXH_FORCE_INLINE xxh_u32 XXH_readLE32(const void* memPtr) in XXH_readLE32() function1849 XXH_FORCE_INLINE xxh_u32 XXH_readLE32(const void* ptr) in XXH_readLE32() function1864 return XXH_readLE32(ptr); in XXH_readLE32_align()2199 state->v[3] = XXH32_round(state->v[3], XXH_readLE32(p32)); in XXH32_update()3462 xxh_u64 const bitflip = (XXH_readLE32(secret) ^ XXH_readLE32(secret+4)) + seed; in XXH3_len_1to3_64b()3475 { xxh_u32 const input1 = XXH_readLE32(input); in XXH3_len_4to8_64b()3476 xxh_u32 const input2 = XXH_readLE32(input + len - 4); in XXH3_len_4to8_64b()4998 xxh_u64 const bitflipl = (XXH_readLE32(secret) ^ XXH_readLE32(secret+4)) + seed; in XXH3_len_1to3_128b()4999 xxh_u64 const bitfliph = (XXH_readLE32(secret+8) ^ XXH_readLE32(secret+12)) - seed; in XXH3_len_1to3_128b()5016 { xxh_u32 const input_lo = XXH_readLE32(input); in XXH3_len_4to8_128b()[all …]
Completed in 24 milliseconds