HomeSort by relevance Sort by last modified time
    Searched defs:NCompress (Results 1 - 19 of 19) sorted by null

  /external/lzma/CPP/7zip/Compress/
CopyCoder.h 10 namespace NCompress {
Lzma2Encoder.h 12 namespace NCompress {
LzmaEncoder.h 12 namespace NCompress {
Bcj2Coder.h 12 namespace NCompress {
CopyCoder.cpp 11 namespace NCompress {
68 NCompress::CCopyCoder *copyCoderSpec = new NCompress::CCopyCoder;
Lzma2Decoder.h 12 namespace NCompress {
PpmdDecoder.h 15 namespace NCompress {
PpmdEncoder.h 14 namespace NCompress {
Lzma2Encoder.cpp 12 namespace NCompress {
RangeCoderBit.h 9 namespace NCompress {
LzmaDecoder.h 11 namespace NCompress {
LzmaEncoder.cpp 12 namespace NCompress {
PpmdDecoder.cpp 13 namespace NCompress {
PpmdEncoder.cpp 12 namespace NCompress {
Lzma2Decoder.cpp 24 namespace NCompress {
LzmaDecoder.cpp 24 namespace NCompress {
RangeCoder.h 10 namespace NCompress {
Bcj2Coder.cpp 9 namespace NCompress {
  /external/lzma/CPP/7zip/Archive/
XzHandler.cpp 28 namespace NCompress {
863 RINOK(NCompress::NLzma2::SetLzma2Prop(NCoderPropID::kReduceSize, prop, lzma2Props));
878 RINOK(NCompress::NLzma2::SetLzma2Prop(prop.Id, prop.Value, lzma2Props));
934 return NCompress::CopyStream(_stream, outStream, NULL);

Completed in 4988 milliseconds