Home
last modified time | relevance | path

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

/rk3399_ARM-atf/lib/zlib/
H A Dtf_gunzip.c60 int gunzip(uintptr_t *in_buf, size_t in_len, uintptr_t *out_buf, in gunzip() argument
70 stream.next_in = (typeof(stream.next_in))*in_buf; in gunzip()
97 *in_buf = (uintptr_t)stream.next_in; in gunzip()
/rk3399_ARM-atf/include/lib/zlib/
H A Dtf_gunzip.h13 int gunzip(uintptr_t *in_buf, size_t in_len, uintptr_t *out_buf,
/rk3399_ARM-atf/include/common/
H A Dimage_decompress.h15 typedef int (decompressor_t)(uintptr_t *in_buf, size_t in_len,