Lines Matching defs:count
199 int i, j, count, ret;
269 count = ffio_read_varlen(bc);
271 count = tmp_mul - (unsigned)tmp_size;
286 if (count <= 0 || count > 256 - (i <= 'N') - i) {
287 av_log(s, AV_LOG_ERROR, "illegal count %d at %d\n", count, i);
297 if (tmp_size < 0 || tmp_size > INT_MAX - count) {
303 for (j = 0; j < count; j++, i++) {
508 unsigned int stream_id_plus1, count;
526 count = ffio_read_varlen(bc);
550 for (i = 0; i < count; i++) {
880 int count = ffio_read_varlen(bc);
890 for (i=0; i<count; i++) {