Lines Matching defs:count
135 size_t count;137 count = 1;140 count++;155 count++;156 od->end = count << PART_SHIFT;246 size_t count;248 count = ((ctx->pos & PART_MASK) >> PART_SHIFT) - 1;251 while (part->next && count) {252 count--;256 if (count) {