Searched refs:xxh_u8 (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/contrib/zstd/lib/common/
H A Dxxhash.h1563 typedef uint8_t xxh_u8; typedef
1565 typedef unsigned char xxh_u8; typedef
1570 # define BYTE xxh_u8
1571 # define U8 xxh_u8
1716 const union { xxh_u32 u; xxh_u8 c[4]; } one = { 1 };
1808 const xxh_u8* bytePtr = (const xxh_u8 *)memPtr;
1817 const xxh_u8* bytePtr = (const xxh_u8 *)memPtr;
1970 XXH32_finalize(xxh_u32 h32, const xxh_u8* pt
[all...]

Completed in 142 milliseconds