HomeSort by relevance Sort by last modified time
    Searched refs:LITERALS (Results 1 - 4 of 4) sorted by null

  /external/qemu/distrib/zlib-1.2.3/
deflate.h 33 #define LITERALS 256
36 #define L_CODES (LITERALS+1+LENGTH_CODES)
214 uchf *l_buf; /* buffer for literals or lengths */
217 /* Size of match buffer for literals/lengths. There are 4 reasons for
321 s->dyn_ltree[_length_code[len]+LITERALS+1].Freq++; \
trees.c 130 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
    [all...]
  /external/zlib/src/
deflate.h 33 #define LITERALS 256
36 #define L_CODES (LITERALS+1+LENGTH_CODES)
217 uchf *l_buf; /* buffer for literals or lengths */
220 /* Size of match buffer for literals/lengths. There are 4 reasons for
336 s->dyn_ltree[_length_code[len]+LITERALS+1].Freq++; \
trees.c 126 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
    [all...]

Completed in 27 milliseconds