Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/drivers/bnxt/
A Dbnxt_fw.c308 size_t *outbuf_idx, in put_char() argument
312 if (*outbuf_idx >= outbuf_size) in put_char()
315 outbuf[*outbuf_idx] = ch; in put_char()
316 *outbuf_idx += 1; in put_char()
327 size_t inbuf_idx = 0, outbuf_idx = 0; in ape_section_uncompress() local
347 outbuf_idx = 0; in ape_section_uncompress()
378 put_char(outbuf, &outbuf_idx, outbuf_size, c); in ape_section_uncompress()
405 put_char(outbuf, &outbuf_idx, outbuf_size, c); in ape_section_uncompress()

Completed in 3 milliseconds