• Home
  • Raw
  • Download

Lines Matching refs:loop_counter

261         s->loop_counter = 0;  in DecodeMetaBlockLength()
271 i = s->loop_counter; in DecodeMetaBlockLength()
274 s->loop_counter = i; in DecodeMetaBlockLength()
320 i = s->loop_counter; in DecodeMetaBlockLength()
323 s->loop_counter = i; in DecodeMetaBlockLength()
1444 int i = s->loop_counter; in ReadContextModes()
1449 s->loop_counter = i; in ReadContextModes()
1640 int i = s->loop_counter; in ProcessCommandsInternal()
1922 s->loop_counter = i; in ProcessCommandsInternal()
2170 s->loop_counter = 0; in BrotliDecoderDecompressStream()
2199 if (s->loop_counter >= 3) { in BrotliDecoderDecompressStream()
2204 result = DecodeVarLenUint8(s, br, &s->num_block_types[s->loop_counter]); in BrotliDecoderDecompressStream()
2208 s->num_block_types[s->loop_counter]++; in BrotliDecoderDecompressStream()
2209 BROTLI_LOG_UINT(s->num_block_types[s->loop_counter]); in BrotliDecoderDecompressStream()
2210 if (s->num_block_types[s->loop_counter] < 2) { in BrotliDecoderDecompressStream()
2211 s->loop_counter++; in BrotliDecoderDecompressStream()
2218 uint32_t alphabet_size = s->num_block_types[s->loop_counter] + 2; in BrotliDecoderDecompressStream()
2219 int tree_offset = s->loop_counter * BROTLI_HUFFMAN_MAX_SIZE_258; in BrotliDecoderDecompressStream()
2229 int tree_offset = s->loop_counter * BROTLI_HUFFMAN_MAX_SIZE_26; in BrotliDecoderDecompressStream()
2238 int tree_offset = s->loop_counter * BROTLI_HUFFMAN_MAX_SIZE_26; in BrotliDecoderDecompressStream()
2239 if (!SafeReadBlockLength(s, &s->block_length[s->loop_counter], in BrotliDecoderDecompressStream()
2244 BROTLI_LOG_UINT(s->block_length[s->loop_counter]); in BrotliDecoderDecompressStream()
2245 s->loop_counter++; in BrotliDecoderDecompressStream()
2269 s->loop_counter = 0; in BrotliDecoderDecompressStream()
2324 s->loop_counter = 0; in BrotliDecoderDecompressStream()
2331 switch (s->loop_counter) { in BrotliDecoderDecompressStream()
2340 s->loop_counter++; in BrotliDecoderDecompressStream()
2341 if (s->loop_counter >= 3) { in BrotliDecoderDecompressStream()
2392 if (s->loop_counter == 0) { in BrotliDecoderDecompressStream()