Home
last modified time | relevance | path

Searched refs:INDEX_8 (Results 1 - 1 of 1) sorted by relevance

/third_party/zlib/
H A Dtrees.c151 #define INDEX_8 8 macro
182 } else if (s->bi_valid >= INDEX_8) { in bi_flush()
184 s->bi_buf >>= INDEX_8; in bi_flush()
185 s->bi_valid -= INDEX_8; in bi_flush()
194 if (s->bi_valid > INDEX_8) { in bi_windup()
937 dist += (unsigned)(s->sym_buf[sx++] & 0xff) << INDEX_8; in compress_block()

Completed in 3 milliseconds