/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/ |
D | writable_font_data.cc | 57 int32_t WritableFontData::WriteByte(int32_t index, uint8_t b) { in WriteByte() function in sfntly::WritableFontData 105 return WriteByte(index, c); in WriteChar() 109 WriteByte(index, (uint8_t)((us >> 8) & 0xff)); in WriteUShort() 110 WriteByte(index + 1, (uint8_t)(us & 0xff)); in WriteUShort() 115 WriteByte(index, (uint8_t)(us & 0xff)); in WriteUShortLE() 116 WriteByte(index + 1, (uint8_t)((us >> 8) & 0xff)); in WriteUShortLE() 125 WriteByte(index, (uint8_t)((ui >> 16) & 0xff)); in WriteUInt24() 126 WriteByte(index + 1, (uint8_t)((ui >> 8) & 0xff)); in WriteUInt24() 127 WriteByte(index + 2, (uint8_t)(ui & 0xff)); in WriteUInt24() 132 WriteByte(index, (uint8_t)((ul >> 24) & 0xff)); in WriteULong() [all …]
|
D | writable_font_data.h | 51 virtual int32_t WriteByte(int32_t index, uint8_t b);
|
/third_party/lzma/CPP/7zip/Archive/7z/ |
D | 7zOut.cpp | 156 void COutArchive::WriteByte(Byte b) in WriteByte() function in NArchive::N7z::COutArchive 162 _outByte.WriteByte(b); in WriteByte() 166 _outByte2.WriteByte(b); in WriteByte() 173 WriteByte((Byte)value); in WriteUInt32() 182 WriteByte((Byte)value); in WriteUInt64() 202 WriteByte(firstByte); in WriteNumber() 205 WriteByte((Byte)value); in WriteNumber() 316 WriteByte(b); in WriteBoolVector() 322 WriteByte(b); in WriteBoolVector() 329 WriteByte(id); in WritePropBoolVector() [all …]
|
D | 7zOut.h | 39 void WriteByte(Byte b) in WriteByte() function 250 void WriteByte(Byte b);
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/ |
D | big_glyph_metrics.cc | 81 InternalWriteData()->WriteByte(Offset::kHeight, height); in SetHeight() 89 InternalWriteData()->WriteByte(Offset::kWidth, width); in SetWidth() 97 InternalWriteData()->WriteByte(Offset::kHoriBearingX, bearing); in SetHoriBearingX() 105 InternalWriteData()->WriteByte(Offset::kHoriBearingY, bearing); in SetHoriBearingY() 113 InternalWriteData()->WriteByte(Offset::kHoriAdvance, advance); in SetHoriAdvance() 121 InternalWriteData()->WriteByte(Offset::kVertBearingX, bearing); in SetVertBearingX() 129 InternalWriteData()->WriteByte(Offset::kVertBearingY, bearing); in SetVertBearingY() 137 InternalWriteData()->WriteByte(Offset::kVertAdvance, advance); in SetVertAdvance()
|
D | small_glyph_metrics.cc | 69 InternalWriteData()->WriteByte(Offset::kHeight, height); in SetHeight() 77 InternalWriteData()->WriteByte(Offset::kWidth, width); in SetWidth() 85 InternalWriteData()->WriteByte(Offset::kBearingX, bearing); in SetBearingX() 93 InternalWriteData()->WriteByte(Offset::kBearingY, bearing); in SetBearingY() 101 InternalWriteData()->WriteByte(Offset::kAdvance, advance); in SetAdvance()
|
/third_party/node/deps/v8/src/diagnostics/ |
D | eh-frame.cc | 102 WriteByte(kCIEVersion); in WriteCie() 116 WriteByte(EhFrameConstants::kOmit); in WriteCie() 118 WriteByte(EhFrameConstants::kSData4 | EhFrameConstants::kPcRel); in WriteCie() 154 WriteByte(0); in WriteFdeHeader() 211 WriteByte(EhFrameConstants::kEhFrameHdrVersion); in WriteEhFrameHdr() 214 WriteByte(EhFrameConstants::kSData4 | EhFrameConstants::kPcRel); in WriteEhFrameHdr() 216 WriteByte(EhFrameConstants::kUData4); in WriteEhFrameHdr() 218 WriteByte(EhFrameConstants::kSData4 | EhFrameConstants::kDataRel); in WriteEhFrameHdr() 260 WriteByte((EhFrameConstants::kLocationTag in AdvanceLocation() 265 WriteByte(factored_delta); in AdvanceLocation() [all …]
|
D | eh-frame.h | 141 void WriteByte(byte value) { eh_frame_buffer_.push_back(value); } in WriteByte() function 143 WriteByte(static_cast<byte>(opcode)); in WriteOpcode()
|
/third_party/lzma/CPP/7zip/Common/ |
D | OutBuffer.h | 48 void WriteByte(Byte b) in WriteByte() function 60 WriteByte(((const Byte *)data)[i]); in WriteBytes()
|
D | CWrappers.h | 151 void WriteByte(Byte b) in WriteByte() function
|
/third_party/lzma/CS/7zip/Common/ |
D | OutBuffer.cs | 30 public void WriteByte(byte b) in WriteByte() method in SevenZip.Buffer.OutBuffer
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/ |
D | byte_array_table_builder.cc | 42 data->WriteByte(index, b); in SetByteValue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/ |
D | BitstreamWriter.h | 65 void WriteByte(unsigned char Value) { in WriteByte() function 395 WriteByte((unsigned char)B); 400 WriteByte(0);
|
/third_party/lzma/CS/7zip/Compress/RangeCoder/ |
D | RangeCoder.cs | 72 Stream.WriteByte((byte)(temp + (Low >> 32))); in ShiftLow()
|
/third_party/zlib/contrib/dotzlib/DotZLib/ |
D | GZipStream.cs | 226 public override void WriteByte(byte value) in WriteByte() method in DotZLib.GZipStream
|
/third_party/lzma/CPP/7zip/Bundles/LzmaSpec/ |
D | LzmaSpec.cpp | 55 void WriteByte(Byte b) in WriteByte() function 96 OutStream.WriteByte(b); in PutByte()
|
/third_party/lzma/CS/7zip/Compress/LzmaAlone/ |
D | LzmaAlone.cs | 304 outStream.WriteByte((Byte)(fileSize >> (8 * i))); in Main2()
|
D | LzmaBench.cs | 136 public override void WriteByte(byte b) in WriteByte() method in SevenZip.LzmaBench.CrcOutStream
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/ |
D | font_data_test.cc | 182 wfd->WriteByte(index, b); in WriteFontDataWithSingleByte()
|
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/ |
D | CodedInputStreamTest.cs | 85 memoryStream.WriteByte(0); in AssertReadVarint()
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/ |
D | CodedInputStreamTest.cs | 108 memoryStream.WriteByte(0); in AssertReadVarint()
|
/third_party/lzma/DOC/ |
D | lzma-specification.txt | 275 OutStream.WriteByte(b);
|