Home
last modified time | relevance | path

Searched defs:outSize (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/lib/lzma/
H A DLzmaTools.c48 SizeT outSize; in lzmaBuffToBuffDecompress() local
H A DLzmaDec.c868 SizeT outSize = *destLen; in LzmaDec_DecodeToBuf() local
1002 SizeT outSize = *destLen; in LzmaDecode() local
/openbmc/intel-ipmi-oem/src/
H A Dsmbiosmdrv2handler.cpp679 size_t outSize = (xferLength > mdrv2->smbiosDir.dir[idIndex].xferSize) in mdr2GetDataBlock() local
/openbmc/linux/fs/coda/
H A Dupcall.c710 int inSize, int *outSize, in coda_upcall()