Home
last modified time | relevance | path

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

/external/oss-fuzz/projects/boost/
Dboost_ptree_xmlread_fuzzer.cc33 const auto firstbyte = Data[0]; in readXml() local
42 if (firstbyte & 0x1) { in readXml()
45 if (firstbyte & 0x2) { in readXml()
48 if (firstbyte & 0x4) { in readXml()
/external/fonttools/Lib/fontTools/ttLib/tables/
D_c_m_a_p.py494 firstbyte = charCode >> 8
497 if firstbyte != lastFirstByte: # Need to update the current subhead, and start a new one.
516 subHeaderKeys[firstbyte] = len(subHeaderList) -1
517 lastFirstByte = firstbyte
/external/zopfli/src/zopflipng/lodepng/
Dlodepng.cpp1610 unsigned char firstbyte; in deflateNoCompression() local
1615 firstbyte = (unsigned char)(BFINAL + ((BTYPE & 1) << 1) + ((BTYPE & 2) << 1)); in deflateNoCompression()
1616 ucvector_push_back(out, firstbyte); in deflateNoCompression()