Home
last modified time | relevance | path

Searched refs:complen (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/xtensa/boot/boot-redboot/
H A Dbootstrap.S183 movi abi_arg3, complen
253 .comm complen, 4
/openbmc/linux/drivers/gpu/drm/gud/
H A Dgud_pipe.c213 int complen; in gud_prep_flush() local
215 complen = LZ4_compress_default(buf, gdrm->bulk_buf, len, len, gdrm->lz4_comp_mem); in gud_prep_flush()
216 if (complen <= 0) { in gud_prep_flush()
222 req->compressed_length = cpu_to_le32(complen); in gud_prep_flush()
/openbmc/u-boot/lib/zlib/
H A Ddeflate.c491 uLong complen, wraplen; local
495 complen = sourceLen +
500 return complen + 6;
536 return complen + wraplen;