Lines Matching refs:next_index
215 uint32_t next_index;
222 next_index = 0;
225 new_index[symbols[i]] = next_index;
226 ++next_index;
231 tmp = BROTLI_ALLOC(m, HistogramType, next_index);
233 next_index = 0;
235 if (new_index[symbols[i]] == next_index) {
236 tmp[next_index] = out[symbols[i]];
237 ++next_index;
242 for (i = 0; i < next_index; ++i) {
246 return next_index;