Home
last modified time | relevance | path

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

/PHP-8.3/ext/hash/xxhash/
H A Dxxhash.h2121 const xxh_u8* const bEnd = input + len; in XXH32_endian_align() local
2122 const xxh_u8* const limit = bEnd - 15; in XXH32_endian_align()
2213 const xxh_u8* const bEnd = p + len; in XXH32_update() local
2236 if (p <= bEnd-16) { in XXH32_update()
2248 if (p < bEnd) { in XXH32_update()
2535 const xxh_u8* const limit = bEnd - 31; in XXH64_endian_align()
2628 const xxh_u8* const bEnd = p + len; in XXH64_update() local
2648 if (p+32 <= bEnd) { in XXH64_update()
2660 if (p < bEnd) { in XXH64_update()
4868 XXH_ASSERT(input < bEnd); in XXH3_update()
[all …]

Completed in 25 milliseconds