Lines Matching defs:count
67 * amount of line numbers needs to meet average count for best
75 char count;
96 char count;
295 /* count of filepaths */
431 spill((3 * MAX_VLI) + tif->count, 0);
447 memcpy(&buf[bp], &tif->vli, (size_t)tif->count);
448 bp += tif->count;
452 spill(i->count, 0);
453 memcpy(&buf[bp], &i->vli, (size_t)i->count);
454 bp += i->count;
970 tif->count = 0;
996 if (LWS_ARRAY_SIZE(tif->vli) - (size_t)tif->count >= n) {
997 tif->count = (char)((char)tif->count + (char)wq32(tif->vli + tif->count,
1007 (unsigned char)tif->lines_tail->count >= n) {
1008 tif->lines_tail->count = (char)((char)tif->lines_tail->count + (char)wq32(tif->lines_tail->vli +
1009 tif->lines_tail->count,
1031 tl->count = (char)wq32(tl->vli, (uint32_t)t->line_number);
1183 /* record the fileoffset of the filepath map and filepath count */