Home
last modified time | relevance | path

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

/lib/
A Ddecompress_unlz4.c42 u8 *outp; in unlz4() local
51 outp = output; in unlz4()
56 outp = large_malloc(uncomp_chunksize); in unlz4()
57 if (!outp) { in unlz4()
160 ret = LZ4_decompress_fast(inp, outp, dest_len); in unlz4()
165 ret = LZ4_decompress_safe(inp, outp, chunksize, dest_len); in unlz4()
174 if (flush && flush(outp, dest_len) != dest_len) in unlz4()
177 outp += dest_len; in unlz4()
201 large_free(outp); in unlz4()
/lib/crypto/powerpc/
A Dchacha-p10le-8x.S603 li 14, 0 # offset to inp and outp
A Dpoly1305-p10le_64.S955 li 25, 0 # offset to inp and outp

Completed in 6 milliseconds