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

  /external/chromium_org/third_party/lzma_sdk/
LzmaDec.h 32 } CLzmaProps;
40 SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size);
52 CLzmaProps prop;
LzmaDec.c 898 SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size)
924 static SRes LzmaDec_AllocateProbs2(CLzmaDec *p, const CLzmaProps *propNew, ISzAlloc *alloc)
940 CLzmaProps propNew;
949 CLzmaProps propNew;
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaDec.h 33 } CLzmaProps;
41 SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size);
53 CLzmaProps prop;
LzmaDec.c 899 SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size)
925 static SRes LzmaDec_AllocateProbs2(CLzmaDec *p, const CLzmaProps *propNew, ISzAlloc *alloc)
941 CLzmaProps propNew;
950 CLzmaProps propNew;
  /external/lzma/C/
LzmaDec.h 32 } CLzmaProps;
40 SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size);
52 CLzmaProps prop;
LzmaDec.c 898 SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size)
924 static SRes LzmaDec_AllocateProbs2(CLzmaDec *p, const CLzmaProps *propNew, ISzAlloc *alloc)
940 CLzmaProps propNew;
949 CLzmaProps propNew;

Completed in 2319 milliseconds