Searched refs:firstbyte (Results 1 – 2 of 2) sorted by relevance
494 firstbyte = charCode >> 8497 if firstbyte != lastFirstByte: # Need to update the current subhead, and start a new one.516 subHeaderKeys[firstbyte] = len(subHeaderList) -1517 lastFirstByte = firstbyte
1610 unsigned char firstbyte; in deflateNoCompression() local1615 firstbyte = (unsigned char)(BFINAL + ((BTYPE & 1) << 1) + ((BTYPE & 2) << 1)); in deflateNoCompression()1616 ucvector_push_back(out, firstbyte); in deflateNoCompression()