Searched refs:xxh_u8 (Results 1 – 1 of 1) sorted by relevance
1587 typedef uint8_t xxh_u8; typedef1594 # define BYTE xxh_u81595 # define U8 xxh_u81832 const xxh_u8* bytePtr = (const xxh_u8 *)memPtr; in XXH_readLE32()1841 const xxh_u8* bytePtr = (const xxh_u8 *)memPtr; in XXH_readBE32()2181 { const xxh_u8* p = (const xxh_u8*)input; in XXH32_update()2363 const xxh_u8* bytePtr = (const xxh_u8 *)memPtr; in XXH_readLE64()2376 const xxh_u8* bytePtr = (const xxh_u8 *)memPtr; in XXH_readBE64()2596 { const xxh_u8* p = (const xxh_u8*)input; in XXH64_update()4620 xxh_u8* base = (xxh_u8*)XXH_malloc(s + align); in XXH_alignedMalloc()[all …]
Completed in 20 milliseconds