Searched refs:xxh_u8 (Results 1 – 1 of 1) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | xxhash.h | 504 typedef uint8_t xxh_u8; typedef 506 typedef unsigned char xxh_u8; typedef 555 …const union { xxh_u32 u; xxh_u8 c[4]; } one = { 1 }; /* don't use static : performance detriment… in XXH_isLittleEndian() 708 XXH32_finalize(xxh_u32 h32, const xxh_u8* ptr, size_t len, XXH_alignment align) in XXH32_finalize() 777 XXH32_endian_align(const xxh_u8* input, size_t len, xxh_u32 seed, XXH_alignment align) in XXH32_endian_align() 779 const xxh_u8* bEnd = input + len; in XXH32_endian_align() 785 bEnd=input=(const xxh_u8*)(size_t)16; in XXH32_endian_align() 790 const xxh_u8* const limit = bEnd - 15; in XXH32_endian_align() 821 XXH32_update(&state, (const xxh_u8*)input, len); in XXH32() 828 return XXH32_endian_align((const xxh_u8*)input, len, seed, XXH_aligned); in XXH32() [all …]
|