Searched refs:SizeT (Results 1 - 20 of 20) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
H A DBra.h45 SizeT processed = Convert(data, size, ip, 1);
53 SizeT x86_Convert(Byte *data, SizeT size, UInt32 ip, UInt32 *state, int encoding);
54 SizeT ARM_Convert(Byte *data, SizeT size, UInt32 ip, int encoding);
55 SizeT ARMT_Convert(Byte *data, SizeT size, UInt32 ip, int encoding);
56 SizeT PPC_Convert(Byte *data, SizeT size, UInt32 ip, int encoding);
57 SizeT SPARC_Conver
[all...]
H A DLzmaDec.h53 SizeT dicPos;
54 SizeT dicBufSize;
177 SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit,
178 const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status);
194 SRes LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen,
195 const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status);
219 SRes LzmaDecode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen,
H A DLzmaEnc.h51 SRes LzmaEnc_WriteProperties(CLzmaEncHandle p, Byte *properties, SizeT *size);
54 SRes LzmaEnc_MemEncode(CLzmaEncHandle p, Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen,
68 SRes LzmaEncode(Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen,
69 const CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark,
H A DBra86.c11 SizeT x86_Convert(Byte *data, SizeT size, UInt32 ip, UInt32 *state, int encoding)
13 SizeT bufferPos = 0, prevPosT;
18 prevPosT = (SizeT)0 - 1;
27 bufferPos = (SizeT)(p - data);
H A DLzmaDec.c137 static int MY_FAST_CALL LzmaDec_DecodeReal(CLzmaDec *p, SizeT limit, const Byte *bufLimit)
148 SizeT dicBufSize = p->dicBufSize;
149 SizeT dicPos = p->dicPos;
389 SizeT rem = limit - dicPos;
391 SizeT pos = (dicPos - rep0) + ((dicPos < rep0) ? dicBufSize : 0);
436 static void MY_FAST_CALL LzmaDec_WriteRem(CLzmaDec *p, SizeT limit)
441 SizeT dicPos = p->dicPos;
442 SizeT dicBufSize = p->dicBufSize;
462 static int MY_FAST_CALL LzmaDec_DecodeReal2(CLzmaDec *p, SizeT limit, const Byte *bufLimit)
466 SizeT limit
[all...]
H A DTypes.h76 typedef UInt32 SizeT; typedef
78 typedef size_t SizeT; typedef
H A DLzmaEnc.c252 SizeT rem;
2092 static void LzmaEnc_SetInputBuf(CLzmaEnc *p, const Byte *src, SizeT srcLen)
2099 SRes LzmaEnc_MemPrepare(CLzmaEncHandle pp, const Byte *src, SizeT srcLen,
2123 SizeT rem;
2222 SRes LzmaEnc_WriteProperties(CLzmaEncHandle pp, Byte *props, SizeT *size)
2251 SRes LzmaEnc_MemEncode(CLzmaEncHandle pp, Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen,
2276 SRes LzmaEncode(Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen,
2277 const CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSiz
[all...]
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
H A DBra.h45 SizeT processed = Convert(data, size, ip, 1);
53 SizeT x86_Convert(Byte *data, SizeT size, UInt32 ip, UInt32 *state, int encoding);
54 SizeT ARM_Convert(Byte *data, SizeT size, UInt32 ip, int encoding);
55 SizeT ARMT_Convert(Byte *data, SizeT size, UInt32 ip, int encoding);
56 SizeT PPC_Convert(Byte *data, SizeT size, UInt32 ip, int encoding);
57 SizeT SPARC_Conver
[all...]
H A DLzmaDec.h53 SizeT dicPos;
54 SizeT dicBufSize;
177 SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit,
178 const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status);
194 SRes LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen,
195 const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status);
219 SRes LzmaDecode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen,
H A DBra86.c11 SizeT x86_Convert(Byte *data, SizeT size, UInt32 ip, UInt32 *state, int encoding)
13 SizeT bufferPos = 0, prevPosT;
18 prevPosT = (SizeT)0 - 1;
27 bufferPos = (SizeT)(p - data);
H A DLzmaDec.c156 static int MY_FAST_CALL LzmaDec_DecodeReal(CLzmaDec *p, SizeT limit, const Byte *bufLimit)
167 SizeT dicBufSize = p->dicBufSize;
168 SizeT dicPos = p->dicPos;
408 SizeT rem = limit - dicPos;
410 SizeT pos = (dicPos - rep0) + ((dicPos < rep0) ? dicBufSize : 0);
455 static void MY_FAST_CALL LzmaDec_WriteRem(CLzmaDec *p, SizeT limit)
460 SizeT dicPos = p->dicPos;
461 SizeT dicBufSize = p->dicBufSize;
481 static int MY_FAST_CALL LzmaDec_DecodeReal2(CLzmaDec *p, SizeT limit, const Byte *bufLimit)
485 SizeT limit
[all...]
H A DTypes.h99 typedef UInt32 SizeT; typedef
101 typedef size_t SizeT; typedef
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
H A DBra.h45 SizeT processed = Convert(data, size, ip, 1);
53 SizeT x86_Convert(Byte *data, SizeT size, UInt32 ip, UInt32 *state, int encoding);
54 SizeT ARM_Convert(Byte *data, SizeT size, UInt32 ip, int encoding);
55 SizeT ARMT_Convert(Byte *data, SizeT size, UInt32 ip, int encoding);
56 SizeT PPC_Convert(Byte *data, SizeT size, UInt32 ip, int encoding);
57 SizeT SPARC_Conver
[all...]
H A DLzmaDec.h53 SizeT dicPos;
54 SizeT dicBufSize;
177 SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit,
178 const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status);
194 SRes LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen,
195 const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status);
219 SRes LzmaDecode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen,
H A DBra86.c11 SizeT x86_Convert(Byte *data, SizeT size, UInt32 ip, UInt32 *state, int encoding)
13 SizeT bufferPos = 0, prevPosT;
18 prevPosT = (SizeT)0 - 1;
27 bufferPos = (SizeT)(p - data);
H A DLzmaDec.c156 static int MY_FAST_CALL LzmaDec_DecodeReal(CLzmaDec *p, SizeT limit, const Byte *bufLimit)
167 SizeT dicBufSize = p->dicBufSize;
168 SizeT dicPos = p->dicPos;
408 SizeT rem = limit - dicPos;
410 SizeT pos = (dicPos - rep0) + ((dicPos < rep0) ? dicBufSize : 0);
455 static void MY_FAST_CALL LzmaDec_WriteRem(CLzmaDec *p, SizeT limit)
460 SizeT dicPos = p->dicPos;
461 SizeT dicBufSize = p->dicBufSize;
481 static int MY_FAST_CALL LzmaDec_DecodeReal2(CLzmaDec *p, SizeT limit, const Byte *bufLimit)
485 SizeT limit
[all...]
H A DTypes.h99 typedef UInt32 SizeT; typedef
101 typedef size_t SizeT; typedef
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/
H A DLzmaDecompress.c190 SizeT DecodedBufSize;
191 SizeT EncodedDataSize;
199 DecodedBufSize = (SizeT)GetDecodedSizeOfBuf((UINT8*)Source);
200 EncodedDataSize = (SizeT) (SourceSize - LZMA_HEADER_SIZE);
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/
H A DLzmaDecompress.c190 SizeT DecodedBufSize;
191 SizeT EncodedDataSize;
199 DecodedBufSize = (SizeT)GetDecodedSizeOfBuf((UINT8*)Source);
200 EncodedDataSize = (SizeT) (SourceSize - LZMA_HEADER_SIZE);
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/
H A DLzmaCompress.c153 x86_Convert(filteredStream, (SizeT) inSize, 0, &x86State, 1);
235 x86_Convert(outBuffer, (SizeT) outSize, 0, &x86State, 0);

Completed in 291 milliseconds