Searched refs:numlit (Results 1 – 3 of 3) sorted by relevance
322 numlit = re.compile("[0-9]+") variable363 if numlit.match(token):
144 size_t numlit; //number of lit codes in this block member
483 size_t numcodes = 0, numlit = 0, numlen = 0; //for logging in inflateHuffmanBlock() local502 numlit++; in inflateHuffmanBlock()529 zlibinfo->back().numlit = numlit; //output number of literal symbols in inflateHuffmanBlock()