Home
last modified time | relevance | path

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

/php-src/ext/hash/xxhash/
H A Dxxhash.h1618 typedef uint8_t xxh_u8; typedef
1625 # define BYTE xxh_u8
1626 # define U8 xxh_u8
1863 const xxh_u8* bytePtr = (const xxh_u8 *)memPtr; in XXH_readLE32()
1872 const xxh_u8* bytePtr = (const xxh_u8 *)memPtr; in XXH_readBE32()
2212 { const xxh_u8* p = (const xxh_u8*)input; in XXH32_update()
2394 const xxh_u8* bytePtr = (const xxh_u8 *)memPtr; in XXH_readLE64()
2407 const xxh_u8* bytePtr = (const xxh_u8 *)memPtr; in XXH_readBE64()
2627 { const xxh_u8* p = (const xxh_u8*)input; in XXH64_update()
4651 xxh_u8* base = (xxh_u8*)XXH_malloc(s + align); in XXH_alignedMalloc()
[all …]

Completed in 22 milliseconds