Home
last modified time | relevance | path

Searched refs:kPropSize (Results 1 - 3 of 3) sorted by relevance

/third_party/lzma/CPP/7zip/Compress/
H A DPpmdEncoder.cpp132 const UInt32 kPropSize = 5; in WriteCoderProperties() local
133 Byte props[kPropSize]; in WriteCoderProperties()
136 return WriteStream(outStream, props, kPropSize); in WriteCoderProperties()
/third_party/lzma/Java/SevenZip/Compression/LZMA/
H A DEncoder.java1300 public static final int kPropSize = 5; field in Encoder
1301 byte[] properties = new byte[kPropSize];
1308 outStream.write(properties, 0, kPropSize); in WriteCoderProperties()
/third_party/lzma/CS/7zip/Compress/LZMA/
H A DLzmaEncoder.cs1300 const int kPropSize = 5; field in SevenZip.Compression.LZMA.Encoder
1301 Byte[] properties = new Byte[kPropSize];
1308 outStream.Write(properties, 0, kPropSize); in WriteCoderProperties()

Completed in 5 milliseconds