Searched refs:inbuf_size (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() 320 size_t inbuf_size, in ape_section_uncompress() argument 356 c = get_char(inbuf, &inbuf_idx, inbuf_size); in ape_section_uncompress() 361 if (exp_size > inbuf_size) in ape_section_uncompress() 370 c = get_char(inbuf, &inbuf_idx, inbuf_size); in ape_section_uncompress() 375 if (exp_size > inbuf_size) in ape_section_uncompress() 384 i = get_char(inbuf, &inbuf_idx, inbuf_size); in ape_section_uncompress() 389 if (exp_size > inbuf_size) in ape_section_uncompress() 392 j = get_char(inbuf, &inbuf_idx, inbuf_size); in ape_section_uncompress() [all …]
|
Completed in 4 milliseconds