Searched refs:decompressed (Results 1 – 7 of 7) sorted by relevance
510 byte decompressed[MP_MAX_UNCOMPRESSED_TEXT_LEN]; in mp_obj_new_exception_msg_vlist() local512 mp_decompress_rom_string(decompressed, fmt); in mp_obj_new_exception_msg_vlist()513 fmt2 = (const char *)decompressed; in mp_obj_new_exception_msg_vlist()
20 - Fix extraction to buffer with exact known decompressed size. Error reported by
39 decompressed data at dest. puff() is the only external symbol in puff.c The
405 # USER_CHUNK_MALLOC_MAX: maximum in-memory (decompressed) size of a single chunk719 # the decompressed size of an LZ stream from a compressed ancillary chunk; the720 # decompressed data is never used so a different size may be optimal. This size
584 the decompressed output.
657 Now you can read the decompressed image data by calling jpeg_read_scanlines()
693 decompressed (prior to libpng-1.6.32 the limit was only applied to compressed
Completed in 15 milliseconds