Searched defs:max_code (Results 1 - 5 of 5) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkImgGIF.c530 static int max_code, max_code_size;
545 max_code = clear_code+2;
588 max_code = clear_code+2;
609 if (code >= max_code) {
631 if ((code = max_code) <(1<<MAX_LWZ_BITS)) {
635 ++max_code;
636 if ((max_code>=max_code_size) && (max_code_size < (1<<MAX_LWZ_BITS))) {
527 static int max_code, max_code_size; local
/ast/src/cmd/codexlib/lzd/
H A Dlzd.c45 unsigned int max_code; member in struct:State_s
109 state->max_code = 512;
118 if (++state->free_code >= state->max_code && state->nbits < MAXBITS)
123 state->max_code = state->max_code << 1;
/ast/src/lib/libz/
H A Ddeflate.h82 int max_code; /* largest code with non zero frequency */ member in struct:tree_desc_s
H A Dtrees.c146 local void gen_codes OF((ct_data *tree, int max_code, ushf *bl_count));
148 local void scan_tree OF((deflate_state *s, ct_data *tree, int max_code));
149 local void send_tree OF((deflate_state *s, ct_data *tree, int max_code));
495 int max_code = desc->max_code; local
521 if (n > max_code) continue; /* not a leaf node */
557 if (m > max_code) continue;
577 local void gen_codes (tree, max_code, bl_count)
579 int max_code; /* largest code with non zero frequency */
598 Tracev((stderr,"\ngen_codes: max_code
627 int max_code = -1; /* largest code with non zero frequency */ local
[all...]
/ast/src/cmd/INIT/
H A Dratz.c1292 int max_code; /* largest code with non zero frequency */ member in struct:tree_desc_s

Completed in 42 milliseconds