Lines Matching defs:count
78 unsigned count;
99 s->count = 0;
105 if ((s->box_flags & STYL_BOX) && s->count) {
108 bytestream_put_be32(&p, s->count * STYLE_RECORD_SIZE + SIZE_ADD);
110 bytestream_put_be16(&p, s->count);
114 for (unsigned j = 0; j < s->count; j++) {
208 // 0x00, 0x01, // uint16_t entry-count
356 if (s->count + 1 > FFMIN(SIZE_MAX / sizeof(*s->style_attributes), UINT16_MAX) ||
359 (s->count + 1) * sizeof(*s->style_attributes)))) {
367 s->style_attributes[s->count++] = s->style_attributes_temp;
644 s->count = 0;