Home
last modified time | relevance | path

Searched refs:FIXLCODES (Results 1 – 1 of 1) sorted by relevance

/external/zlib/contrib/puff/
Dpuff.c94 #define FIXLCODES 288 /* number of fixed literal/length codes */ macro
538 static short lencnt[MAXBITS+1], lensym[FIXLCODES]; in fixed()
545 short lengths[FIXLCODES]; in fixed()
560 for (; symbol < FIXLCODES; symbol++) in fixed()
562 construct(&lencode, lengths, FIXLCODES); in fixed()