Home | History | Annotate | Download | only in crc

Lines Matching refs:bEnd

168     const uint8_t * const bEnd = p + len;
177 const uint8_t * const limit = bEnd - 16;
200 while (p<=bEnd-4)
207 while (p<bEnd)
289 const uint8_t * const bEnd = p + len;
318 if (p <= bEnd-16)
320 const uint8_t * const limit = bEnd - 16;
340 if (p < bEnd)
342 memcpy(state->memory, p, bEnd-p);
343 state->memsize = (int)(bEnd-p);
365 uint8_t * bEnd = (uint8_t *)state->memory + state->memsize;
379 while (p<=bEnd-4)
386 while (p<bEnd)