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

/ast/src/cmd/codexlib/zip/
H A Dhuff.c61 ulg el; /* length of EOB code (value 256) */ local
82 el = n > 256 ? b[256] : BMAX; /* set length of EOB code, if any */
171 if((ulg)w + j > el && (ulg)w < el)
172 j = el - w; /* make EOB code end at table */

Completed in 10 milliseconds