Lines Matching refs:Byte
38 const Byte *cur;
39 const Byte *end;
40 const Byte *begin;
47 static Byte ReadByte(void *pp) in ReadByte()
68 static SRes SzDecodePpmd(const Byte *props, unsigned propsSize, UInt64 inSize, ILookInStream *inStr… in SzDecodePpmd()
69 Byte *outBuffer, SizeT outSize, ISzAlloc *allocMain) in SzDecodePpmd()
114 outBuffer[i] = (Byte)sym; in SzDecodePpmd()
129 static SRes SzDecodeLzma(const Byte *props, unsigned propsSize, UInt64 inSize, ILookInStream *inStr… in SzDecodeLzma()
130 Byte *outBuffer, SizeT outSize, ISzAlloc *allocMain) in SzDecodeLzma()
143 Byte *inBuf = NULL; in SzDecodeLzma()
177 static SRes SzDecodeLzma2(const Byte *props, unsigned propsSize, UInt64 inSize, ILookInStream *inSt… in SzDecodeLzma2()
178 Byte *outBuffer, SizeT outSize, ISzAlloc *allocMain) in SzDecodeLzma2()
193 Byte *inBuf = NULL; in SzDecodeLzma2()
226 static SRes SzDecodeCopy(UInt64 inSize, ILookInStream *inStream, Byte *outBuffer) in SzDecodeCopy()
330 const Byte *propsData, in SzFolder_Decode2()
334 Byte *outBuffer, SizeT outSize, ISzAlloc *allocMain, in SzFolder_Decode2()
335 Byte *tempBuf[]) in SzFolder_Decode2()
340 Byte *tempBuf3 = 0; in SzFolder_Decode2()
353 Byte *outBufCur = outBuffer; in SzFolder_Decode2()
362 Byte *temp; in SzFolder_Decode2()
366 temp = (Byte *)IAlloc_Alloc(allocMain, outSizeCur); in SzFolder_Decode2()
420 tempBuf[2] = (Byte *)IAlloc_Alloc(allocMain, tempSizes[2]); in SzFolder_Decode2()
458 Byte *outBuffer, size_t outSize, in SzAr_DecodeFolder()
466 const Byte *data = p->CodersData + p->FoCodersOffsets[folderIndex]; in SzAr_DecodeFolder()
484 Byte *tempBuf[3] = { 0, 0, 0}; in SzAr_DecodeFolder()