Home
last modified time | relevance | path

Searched refs:writeU16 (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/engine/flutter/third_party/txt/tests/
DCmapCoverageTest.cpp27 size_t writeU16(uint16_t x, uint8_t* out, size_t offset) { in writeU16() function
34 return writeU16(static_cast<uint16_t>(sx), out, offset); in writeI16()
60 head = writeU16(4, out.data(), head); // format in buildCmapFormat4Table()
61 head = writeU16(finalLength, out.data(), head); // length in buildCmapFormat4Table()
62 head = writeU16(0, out.data(), head); // language in buildCmapFormat4Table()
67 head = writeU16(segmentCount * 2, out.data(), head); // segCountX2 in buildCmapFormat4Table()
68 head = writeU16(searchRange, out.data(), head); // searchRange in buildCmapFormat4Table()
70 head = writeU16(ctz_win(searchRange) - 1, out.data(), head); in buildCmapFormat4Table()
72 head = writeU16(__builtin_ctz(searchRange) - 1, out.data(), in buildCmapFormat4Table()
76 writeU16(segmentCount * 2 - searchRange, out.data(), head); // rangeShift in buildCmapFormat4Table()
[all …]
/third_party/skia/src/sksl/
DSkSLDehydrator.cpp136 this->writeU16(offset); in write()
143 this->writeU16(id); in write()
155 this->writeU16(this->symbolId(p)); in write()
219 this->writeU16(this->symbolId(&f.owner())); in write()
231 this->writeU16(symbols.fOwnedSymbols.size()); in write()
235 this->writeU16(symbols.fSymbols.count()); in write()
245 this->writeU16(i); in write()
532 this->writeU16(this->symbolId(&v.var())); in write()
552 this->writeU16(this->symbolId(&f.declaration())); in write()
DSkSLDehydrator.h79 void writeU16(int32_t i) { in writeU16() function
93 this->writeU16(symbolId(s)); in writeId()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/
DFileWriter.h47 void writeU16(uint16_t Value);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
DFileWriter.cpp38 void FileWriter::writeU16(uint16_t U) { in writeU16() function in FileWriter
DHeader.cpp90 O.writeU16(Version); in encode()
DGsymCreator.cpp104 case 2: O.writeU16(static_cast<uint16_t>(AddrOffset)); break; in encode()