Searched refs:inbuf_idx (Results 1 – 1 of 1) sorted by relevance
/optee_os-3.20.0/core/drivers/bnxt/ |
A D | bnxt_fw.c | 294 static int get_char(uint8_t *inbuf, size_t *inbuf_idx, size_t inbuf_size) in get_char() argument 298 if (*inbuf_idx >= inbuf_size) in get_char() 301 c = inbuf[*inbuf_idx]; in get_char() 302 *inbuf_idx += 1; in get_char() 327 size_t inbuf_idx = 0, outbuf_idx = 0; in ape_section_uncompress() local 346 inbuf_idx = 0; in ape_section_uncompress() 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 5 milliseconds