Searched defs:LzmaDecode (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/coreboot/payloads/libpayload/liblzma/ |
H A D | lzmadecode.c | 131 int LzmaDecode(CLzmaDecoderState *vs, in LzmaDecode() function
|
/aosp_15_r20/external/coreboot/src/lib/ |
H A D | lzmadecode.c | 193 int LzmaDecode(CLzmaDecoderState *vs, in LzmaDecode() function
|
/aosp_15_r20/external/coreboot/util/cbfstool/lzma/C/ |
H A D | LzmaDec.c | 963 SRes LzmaDecode(uint8_t *dest, size_t *destLen, const uint8_t *src, size_t *srcLen, in LzmaDecode() function
|
/aosp_15_r20/external/lzma/C/ |
H A D | LzmaDec.c | 1340 SRes LzmaDecode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, in LzmaDecode() function
|