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

  /external/lzma/C/
LzmaDec.h 30 } CLzmaProps;
38 SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size);
50 CLzmaProps prop;
LzmaDec.c 931 SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size)
957 static SRes LzmaDec_AllocateProbs2(CLzmaDec *p, const CLzmaProps *propNew, ISzAlloc *alloc)
973 CLzmaProps propNew;
982 CLzmaProps propNew;

Completed in 97 milliseconds