Home
last modified time | relevance | path

Searched refs:propsSize (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/lib/lzma/
H A DLzmaDec.h130 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc);
133 SRes LzmaDec_Allocate(CLzmaDec *state, const Byte *prop, unsigned propsSize, ISzAlloc *alloc);
H A DLzmaDec.c964 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc) in LzmaDec_AllocateProbs() argument
967 RINOK(LzmaProps_Decode(&propNew, props, propsSize)); in LzmaDec_AllocateProbs()
973 SRes LzmaDec_Allocate(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc) in LzmaDec_Allocate() argument
977 RINOK(LzmaProps_Decode(&propNew, props, propsSize)); in LzmaDec_Allocate()
H A Dlzma.txt541 CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark,