Lines Matching refs:Byte
30 Byte lc;
31 Byte lp;
32 Byte pb;
33 Byte _pad_;
43 SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size);
59 Byte *dic;
62 const Byte *buf;
73 Byte tempBuf[LZMA_REQUIRED_INPUT_MAX];
140 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAllocPtr alloc);
143 SRes LzmaDec_Allocate(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAllocPtr alloc);
189 const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status);
205 SRes LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen,
206 const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status);
231 SRes LzmaDecode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen,
232 const Byte *propData, unsigned propSize, ELzmaFinishMode finishMode,