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

/external/zlib/src/examples/
H A Denough.c98 needed to represent the symbols in a flat code. The code_t type identifies
111 typedef unsigned long long code_t; /* type for bit pattern counting */ typedef
234 most = (((code_t)left << (max - len)) - syms) /
235 (((code_t)1 << (max - len)) - 1);
370 most = (((code_t)left << (max - len)) - syms) /
371 (((code_t)1 << (max - len)) - 1);
464 code_t word; /* for counting bits in code_t */
493 /* determine the number of bits in a code_t */
498 if (max > n || (code_t)(sym
[all...]

Completed in 77 milliseconds