Searched refs:xxh_u8 (Results 1 – 1 of 1) sorted by relevance
1563 typedef uint8_t xxh_u8; typedef1565 typedef unsigned char xxh_u8; typedef1570 # define BYTE xxh_u81571 # define U8 xxh_u81716 const union { xxh_u32 u; xxh_u8 c[4]; } one = { 1 }; in XXH_isLittleEndian()1808 const xxh_u8* bytePtr = (const xxh_u8 *)memPtr; in XXH_readLE32()1817 const xxh_u8* bytePtr = (const xxh_u8 *)memPtr; in XXH_readBE32()1970 XXH32_finalize(xxh_u32 h32, const xxh_u8* ptr, size_t len, XXH_alignment align) in XXH32_finalize()2059 XXH32_endian_align(const xxh_u8* input, size_t len, xxh_u32 seed, XXH_alignment align) in XXH32_endian_align()2066 const xxh_u8* const bEnd = input + len; in XXH32_endian_align()[all …]