Home
last modified time | relevance | path

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

/optee_os/core/drivers/bnxt/
A Dbnxt_fw.c294 static int get_char(uint8_t *inbuf, size_t *inbuf_idx, size_t inbuf_size) in get_char() argument
301 c = inbuf[*inbuf_idx]; in get_char()
319 static size_t ape_section_uncompress(uint8_t *inbuf, in ape_section_uncompress() argument
356 c = get_char(inbuf, &inbuf_idx, inbuf_size); in ape_section_uncompress()
370 c = get_char(inbuf, &inbuf_idx, inbuf_size); in ape_section_uncompress()
384 i = get_char(inbuf, &inbuf_idx, inbuf_size); in ape_section_uncompress()
392 j = get_char(inbuf, &inbuf_idx, inbuf_size); in ape_section_uncompress()

Completed in 19 milliseconds