Searched defs:inSize (Results 1 – 5 of 5) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/ |
D | LzmaCompress.c | 99 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/ |
D | LzmaDec.c | 578 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/ |
D | LzmaDec.c | 580 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/ |
D | LzmaDec.c | 580 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/ |
D | JSONObject.cpp | 521 static void EscapeString(const char *in, size_t inSize, AString *out) { in EscapeString()
|