Lines Matching defs:chunk
293 /* first figure out which chunk */
307 /* we know it's in this chunk */
393 uint32_t children, instances, co, sl, agg, slt, chunk,
534 chunk = (uint32_t)(ra - bp);
535 if (chunk > slt)
536 chunk = slt;
538 if ((chunk == 1 && needle[pos] != buf[bp]) ||
539 (chunk != 1 &&
540 memcmp(&needle[pos], &buf[bp], chunk))) {
552 slt -= chunk;
553 pos += (int)chunk;
554 bp += (int)chunk;
574 chunk = sizeof(buf);
575 if (slt < chunk)
576 chunk = slt;
578 if (ra - bp >= (int)chunk)