Searched refs:bEnd (Results 1 – 1 of 1) sorted by relevance
1356 const xxh_u8* bEnd = input + len; in XXH32_endian_align() local1362 bEnd=input=(const xxh_u8*)(size_t)16; in XXH32_endian_align()1456 const xxh_u8* const bEnd = p + len; in XXH32_update() local1479 if (p <= bEnd-16) { in XXH32_update()1499 if (p < bEnd) { in XXH32_update()1894 const xxh_u8* bEnd = input + len; in XXH64_endian_align() local1996 const xxh_u8* const bEnd = p + len; in XXH64_update() local2016 if (p+32 <= bEnd) { in XXH64_update()2036 if (p < bEnd) { in XXH64_update()4098 XXH_ASSERT(input < bEnd); in XXH3_update()[all …]
Completed in 35 milliseconds