HomeSort by relevance Sort by last modified time
    Searched refs:SubFilter (Results 1 - 6 of 6) sorted by null

  /external/lzma/CPP/7zip/Compress/
BranchMisc.cpp 9 UInt32 CBC_ARM_Encoder::SubFilter(Byte *data, UInt32 size)
12 UInt32 CBC_ARM_Decoder::SubFilter(Byte *data, UInt32 size)
15 UInt32 CBC_ARMT_Encoder::SubFilter(Byte *data, UInt32 size)
18 UInt32 CBC_ARMT_Decoder::SubFilter(Byte *data, UInt32 size)
21 UInt32 CBC_PPC_Encoder::SubFilter(Byte *data, UInt32 size)
24 UInt32 CBC_PPC_Decoder::SubFilter(Byte *data, UInt32 size)
27 UInt32 CBC_SPARC_Encoder::SubFilter(Byte *data, UInt32 size)
30 UInt32 CBC_SPARC_Decoder::SubFilter(Byte *data, UInt32 size)
33 UInt32 CBC_IA64_Encoder::SubFilter(Byte *data, UInt32 size)
36 UInt32 CBC_IA64_Decoder::SubFilter(Byte *data, UInt32 size)
    [all...]
BcjCoder.cpp 7 UInt32 CBCJ_x86_Encoder::SubFilter(Byte *data, UInt32 size)
12 UInt32 CBCJ_x86_Decoder::SubFilter(Byte *data, UInt32 size)
BranchCoder.h 17 virtual UInt32 SubFilter(Byte *data, UInt32 size) = 0;
25 { public: UInt32 SubFilter(Byte *data, UInt32 size); };
28 { public: UInt32 SubFilter(Byte *data, UInt32 size); };
31 { public: UInt32 SubFilter(Byte *data, UInt32 size); ADD_INIT};
34 { public: UInt32 SubFilter(Byte *data, UInt32 size); ADD_INIT};
BranchCoder.cpp 16 UInt32 processedSize = SubFilter(data, size);
  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfSignatureDictionary_autogen.cpp 35 SkString SkPdfSignatureDictionary::SubFilter(SkPdfNativeDoc* doc) {
36 SkPdfNativeObject* ret = get("SubFilter", "");
44 return get("SubFilter", "") != NULL;
SkPdfSignatureDictionary_autogen.h     [all...]

Completed in 672 milliseconds