Home
last modified time | relevance | path

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

/PHP-8.1/ext/hash/xxhash/
H A Dxxhash.h987 typedef uint8_t xxh_u8; typedef
994 # define BYTE xxh_u8
995 # define U8 xxh_u8
1143 const xxh_u8* bytePtr = (const xxh_u8 *)memPtr; in XXH_readLE32()
1152 const xxh_u8* bytePtr = (const xxh_u8 *)memPtr; in XXH_readBE32()
1455 { const xxh_u8* p = (const xxh_u8*)input; in XXH32_update()
1665 const xxh_u8* bytePtr = (const xxh_u8 *)memPtr; in XXH_readLE64()
1678 const xxh_u8* bytePtr = (const xxh_u8 *)memPtr; in XXH_readBE64()
1995 { const xxh_u8* p = (const xxh_u8*)input; in XXH64_update()
3915 xxh_u8* base = (xxh_u8*)XXH_malloc(s + align); in XXH_alignedMalloc()
[all …]

Completed in 44 milliseconds