Searched refs:outStream (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/ovmf/ovmf/ |
| H A D | 0001-BaseTools-fix-gcc12-warning-1.patch | 7 …Enc.c:2828:19: error: storing the address of local variable ?outStream? in ?*p.rc.outStream? [-Wer… 8 2828 | p->rc.outStream = &outStream.vt; 10 Sdk/C/LzmaEnc.c:2811:28: note: ?outStream? declared here 11 2811 | CLzmaEnc_SeqOutStreamBuf outStream; 14 …2828:19: error: storing the address of local variable ?outStream? in ?*(CLzmaEnc *)pp.rc.outStream… 15 2828 | p->rc.outStream = &outStream.vt; 17 Sdk/C/LzmaEnc.c:2811:28: note: ?outStream? declared here 18 2811 | CLzmaEnc_SeqOutStreamBuf outStream; 38 - p->rc.outStream = &outStream.vt; 43 + p->rc.outStream = &outStream.vt; [all …]
|
| /OK3568_Linux_fs/u-boot/lib/lzma/ |
| H A D | LzmaTools.c | 50 int lzmaBuffToBuffDecompress (unsigned char *outStream, SizeT *uncompressedSize, in lzmaBuffToBuffDecompress() argument 68 debug ("LZMA: Destination address......... 0x%p\n", outStream); in lzmaBuffToBuffDecompress() 120 outStream, &outProcessed, in lzmaBuffToBuffDecompress()
|
| H A D | LzmaTools.h | 18 extern int lzmaBuffToBuffDecompress (unsigned char *outStream, SizeT *uncompressedSize,
|
| H A D | lzma.txt | 482 CFileSeqOutStream outStream; 486 outStream.funcTable.Write = MyWrite; 487 outStream.file = outFile; 523 res = LzmaEnc_Encode(enc, &outStream.funcTable, &inStream.funcTable,
|