Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/common/
A Dunlz4.c34 size_t uncomp_chunksize = LZ4_DEFAULT_UNCOMPRESSED_CHUNK_SIZE; in unlz4() local
51 outp = large_malloc(uncomp_chunksize); in unlz4()
67 inp = large_malloc(lz4_compressbound(uncomp_chunksize)); in unlz4()
113 if (chunksize > lz4_compressbound(uncomp_chunksize)) { in unlz4()
120 if (out_len >= uncomp_chunksize) { in unlz4()
121 dest_len = uncomp_chunksize; in unlz4()
127 dest_len = uncomp_chunksize; in unlz4()

Completed in 2 milliseconds