Home
last modified time | relevance | path

Searched refs:code_t (Results 1 – 1 of 1) sorted by relevance

/third_party/zlib/examples/
Denough.c117 typedef uintmax_t code_t; // type for bit pattern counting typedef
284 int most = (((code_t)left << (g.max - len)) - syms) / in count()
285 (((code_t)1 << (g.max - len)) - 1); in count()
421 int most = (((code_t)left << (g.max - len)) - syms) / in examine()
422 (((code_t)1 << (g.max - len)) - 1); in examine()
529 for (code_t word = 1; word; word <<= 1) in main()
533 if (g.max > bits || (code_t)(syms - 2) >= ((code_t)-1 >> (g.max - 1))) { in main()
539 if ((code_t)(syms - 1) > ((code_t)1 << g.max) - 1) { in main()
589 if ((code_t)syms < ((code_t)1 << (g.root + 1))) in main()