HomeSort by: relevance | last modified time | path
    Searched refs:sub_loop_counter (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/brotli/dist/c/dec/
state.h 197 uint32_t sub_loop_counter; member in struct:BrotliMetablockHeaderArena
decode.c 482 uint32_t i = h->sub_loop_counter;
487 h->sub_loop_counter = i;
697 uint32_t i = h->sub_loop_counter;
710 h->sub_loop_counter = i;
759 if (!BrotliSafeReadBits(br, 2, &h->sub_loop_counter)) {
762 BROTLI_LOG_UINT(h->sub_loop_counter);
766 if (h->sub_loop_counter != 1) {
784 h->sub_loop_counter = 0;
2259 h->sub_loop_counter = 0;

Completed in 6 milliseconds