Lines Matching defs:count
331 size_t count)
336 v0 = count / biL;
337 v1 = count & (biL - 1);
345 * shift by count / limb_size
358 * shift by count % limb_size
371 size_t count)
376 v0 = count / (biL);
377 v1 = count & (biL - 1);
380 * shift by count / limb_size
393 * shift by count % limb_size
600 size_t count,
603 for (size_t i = 0; i < count; i++, table += limbs) {
663 * is small, use a higher repeat count, otherwise the probability of
666 int count = (n_bytes > 4 ? 30 : 250);
682 if (--count == 0) {