Home
last modified time | relevance | path

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

/lib/
Dxxhash.c105 const uint8_t *b_end = p + len; in xxh32() local
109 const uint8_t *const limit = b_end - 16; in xxh32()
134 while (p + 4 <= b_end) { in xxh32()
140 while (p < b_end) { in xxh32()
175 const uint8_t *const b_end = p + len; in xxh64() local
179 const uint8_t *const limit = b_end - 32; in xxh64()
209 while (p + 8 <= b_end) { in xxh64()
217 if (p + 4 <= b_end) { in xxh64()
223 while (p < b_end) { in xxh64()
273 const uint8_t *const b_end = p + len; in xxh32_update() local
[all …]