Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/common/
A Dunlz4.c35 u8 *inp; in unlz4() local
62 inp = input; in unlz4()
68 if (!inp) { in unlz4()
73 inp_start = inp; in unlz4()
79 fill(inp, 4); in unlz4()
83 inp += 4; in unlz4()
96 fill(inp, 4); in unlz4()
100 inp += 4; in unlz4()
106 inp += 4; in unlz4()
153 inp += chunksize; in unlz4()
[all …]
/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_dom_decompress_lz4.c42 unsigned char *inp = *blob, *output, *outp; in xc_try_lz4_decode() local
52 out_len = get_unaligned_le32(inp + size); in xc_try_lz4_decode()
65 chunksize = get_unaligned_le32(inp); in xc_try_lz4_decode()
67 inp += 4; in xc_try_lz4_decode()
79 chunksize = get_unaligned_le32(inp); in xc_try_lz4_decode()
81 inp += 4; in xc_try_lz4_decode()
85 inp += 4; in xc_try_lz4_decode()
93 ret = lz4_decompress_unknownoutputsize(inp, chunksize, outp, in xc_try_lz4_decode()
121 inp += chunksize; in xc_try_lz4_decode()

Completed in 3 milliseconds