Searched refs:firstbyte (Results 1 – 3 of 3) sorted by relevance
33 const auto firstbyte = Data[0]; in readXml() local42 if (firstbyte & 0x1) { in readXml()45 if (firstbyte & 0x2) { in readXml()48 if (firstbyte & 0x4) { in readXml()
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()