Home | History | Annotate | Download | only in enc

Lines Matching defs:next_size

486   uint64_t next_size;
490 next_size = (uint64_t)w->size + data_size;
491 if (next_size > w->max_size) {
494 if (next_max_size < next_size) next_max_size = next_size;