Home
last modified time | relevance | path

Searched refs:WriteByte (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Bitcode/
H A DBitstreamWriter.h72 void WriteByte(unsigned char Value) { in WriteByte() function
359 WriteByte((unsigned char)BlobData[i]); in EmitRecordWithAbbrevImpl()
367 WriteByte((unsigned char)Vals[RecordIdx]); in EmitRecordWithAbbrevImpl()
373 WriteByte(0); in EmitRecordWithAbbrevImpl()
/minix3/common/dist/zlib/contrib/dotzlib/DotZLib/
H A DGZipStream.cs226 public override void WriteByte(byte value) in WriteByte() method in DotZLib.GZipStream