Searched refs:out_buf (Results 1 – 3 of 3) sorted by relevance
60 int gunzip(uintptr_t *in_buf, size_t in_len, uintptr_t *out_buf, in gunzip() argument72 stream.next_out = (typeof(stream.next_out))*out_buf; in gunzip()98 *out_buf = (uintptr_t)stream.next_out; in gunzip()
13 int gunzip(uintptr_t *in_buf, size_t in_len, uintptr_t *out_buf,
16 uintptr_t *out_buf, size_t out_len,
Completed in 3 milliseconds