Lines Matching defs:order
20 * assumed to be 16 bits, for arrays in order to conserve memory. The code
201 * each length, which for a canonical code are stepped through in order.
202 * symbol[] are the symbol values in canonical order, where the number of
222 * build the code value reversed from what is in the stream in order to
312 * sorted by length, retaining their original order within each length. The
337 * - Within a given code length, the symbols are kept in ascending order for
370 * put symbols in table sorted by length, by symbol order within each
592 * - The code lengths are stored in order for the symbols, so lengths are
641 * code. The code length code lengths are received in a permuted order (see
642 * the order[] array below) to make a short code length code length list more
674 static const short order[19] = /* permutation of code length codes */
692 lengths[order[index]] = bits(s, 3);
694 lengths[order[index]] = 0;