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

/ast/src/lib/libz/
H A Ddeflate.h33 #define LITERALS 256 macro
36 #define L_CODES (LITERALS+1+LENGTH_CODES)
321 s->dyn_ltree[_length_code[len]+LITERALS+1].Freq++; \
H A Dtrees.c130 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
1040 s->dyn_ltree[_length_code[lc]+LITERALS+1].Freq++;
1092 send_code(s, code+LITERALS+1, ltree); /* send the length code */
/ast/src/cmd/INIT/
H A Dratz.c1243 #define LITERALS 256 macro
1246 #define L_CODES (LITERALS+1+LENGTH_CODES)
1531 s->dyn_ltree[_length_code[len]+LITERALS+1].Freq++; \

Completed in 42 milliseconds