Home
last modified time | relevance | path

Searched defs:inSize (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/
DLzmaCompress.c99 size_t inSize = (size_t)fileSize; in Encode() local
183 size_t inSize = (size_t)fileSize; in Decode() local
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DLzmaDec.c578 static ELzmaDummy LzmaDec_TryDummy(const CLzmaDec *p, const Byte *buf, SizeT inSize) in LzmaDec_TryDummy()
806 SizeT inSize = *srcLen; in LzmaDec_DecodeToDic() local
941 SizeT inSize = *srcLen; in LzmaDec_DecodeToBuf() local
1083 SizeT outSize = *destLen, inSize = *srcLen; in LzmaDecode() local
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzmaDec.c580 static ELzmaDummy LzmaDec_TryDummy(const CLzmaDec *p, const Byte *buf, SizeT inSize) in LzmaDec_TryDummy()
808 SizeT inSize = *srcLen; in LzmaDec_DecodeToDic() local
943 SizeT inSize = *srcLen; in LzmaDec_DecodeToBuf() local
1085 SizeT outSize = *destLen, inSize = *srcLen; in LzmaDecode() local
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzmaDec.c580 static ELzmaDummy LzmaDec_TryDummy(const CLzmaDec *p, const Byte *buf, SizeT inSize) in LzmaDec_TryDummy()
808 SizeT inSize = *srcLen; in LzmaDec_DecodeToDic() local
943 SizeT inSize = *srcLen; in LzmaDec_DecodeToBuf() local
1085 SizeT outSize = *destLen, inSize = *srcLen; in LzmaDecode() local
/device/google/contexthub/util/common/
DJSONObject.cpp521 static void EscapeString(const char *in, size_t inSize, AString *out) { in EscapeString()