Searched refs:code_t (Results 1 – 1 of 1) sorted by relevance
111 typedef unsigned long long code_t; /* type for bit pattern counting */ typedef234 most = (((code_t)left << (max - len)) - syms) / in count()235 (((code_t)1 << (max - len)) - 1); in count()370 most = (((code_t)left << (max - len)) - syms) / in examine()371 (((code_t)1 << (max - len)) - 1); in examine()464 code_t word; /* for counting bits in code_t */ in main()498 if (max > n || (code_t)(syms - 2) >= (((code_t)0 - 1) >> (max - 1))) { in main()504 if ((code_t)(syms - 1) > ((code_t)1 << max) - 1) { in main()564 if ((code_t)syms < ((code_t)1 << (root + 1))) in main()