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

/darwin-on-arm/xnu/libkern/zlib/
H A Ddeflate.h60 #define LITERALS 256 macro
63 #define L_CODES (LITERALS+1+LENGTH_CODES)
348 s->dyn_ltree[_length_code[len]+LITERALS+1].Freq++; \
H A Dtrees.c157 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
1067 s->dyn_ltree[_length_code[lc]+LITERALS+1].Freq++;
1119 send_code(s, code+LITERALS+1, ltree); /* send the length code */

Completed in 19 milliseconds