Lines Matching refs:Byte
36 const Byte *cur;
37 const Byte *end;
38 const Byte *begin;
45 static Byte ReadByte(void *pp) in ReadByte()
67 Byte *outBuffer, SizeT outSize, ISzAlloc *allocMain) in SzDecodePpmd()
112 outBuffer[i] = (Byte)sym; in SzDecodePpmd()
128 Byte *outBuffer, SizeT outSize, ISzAlloc *allocMain) in SzDecodeLzma()
141 Byte *inBuf = NULL; in SzDecodeLzma()
176 Byte *outBuffer, SizeT outSize, ISzAlloc *allocMain) in SzDecodeLzma2()
191 Byte *inBuf = NULL; in SzDecodeLzma2()
224 static SRes SzDecodeCopy(UInt64 inSize, ILookInStream *inStream, Byte *outBuffer) in SzDecodeCopy()
337 Byte *outBuffer, SizeT outSize, ISzAlloc *allocMain, in SzFolder_Decode2()
338 Byte *tempBuf[]) in SzFolder_Decode2()
356 Byte *outBufCur = outBuffer; in SzFolder_Decode2()
365 Byte *temp; in SzFolder_Decode2()
369 temp = (Byte *)IAlloc_Alloc(allocMain, outSizeCur); in SzFolder_Decode2()
420 Byte *outBuffer, size_t outSize, ISzAlloc *allocMain) in SzFolder_Decode()
422 Byte *tempBuf[3] = { 0, 0, 0}; in SzFolder_Decode()