Home
last modified time | relevance | path

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

/lib/
A Ddecompress_unlz4.c80 if (posp) in unlz4()
81 *posp = 0; in unlz4()
102 if (posp) in unlz4()
103 *posp += 4; in unlz4()
126 if (posp) in unlz4()
127 *posp += 4; in unlz4()
136 if (posp) in unlz4()
137 *posp += 4; in unlz4()
178 if (posp) in unlz4()
179 *posp += chunksize; in unlz4()
[all …]
A Ddecompress_unlzo.c100 u8 *output, long *posp, in unlzo() argument
140 if (posp) in unlzo()
141 *posp = 0; in unlzo()
167 if (posp) in unlzo()
168 *posp = skip; in unlzo()
187 if (posp) in unlzo()
188 *posp += 4; in unlzo()
247 if (posp) in unlzo()
248 *posp += src_len + 12; in unlzo()
A Ddecompress_unlzma.c543 long *posp, in unlzma() argument
655 if (posp) in unlzma()
656 *posp = rc.ptr-rc.buffer; in unlzma()
676 long *posp, in __decompress() argument
679 return unlzma(buf, in_len - 4, fill, flush, output, posp, error); in __decompress()

Completed in 9 milliseconds