Searched refs:exp_ofs (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | dolby_e.c | 44 uint16_t exp_ofs; member 650 c->exponents[g->exp_ofs + k] = mstr_exp[i] + bias_exp[k]; in unbias_exponents() 663 memcpy(c->exponents + g->exp_ofs, in parse_exponents() 664 c->exponents + p->exp_ofs, in parse_exponents() 795 c->exponents + g->exp_ofs, c->bap + g->exp_ofs, in parse_bit_alloc() 798 memcpy(c->bap + g->exp_ofs, in parse_bit_alloc() 799 c->bap + p->exp_ofs, in parse_bit_alloc() 822 c->idx[g->exp_ofs + j] = 0; in parse_indices() 825 c->idx[g->exp_ofs + j] = get_bits(&s->gb, 2); in parse_indices() 827 memcpy(c->idx + g->exp_ofs, in parse_indices() [all …]
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-tokenize.h | 169 size_t *pos, size_t olen, size_t *exp_ofs); 179 size_t exp_ofs; member
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_tokenize/ |
D | main.c | 291 size_t *exp_ofs) in exp_cb1() argument 306 total -= *exp_ofs; in exp_cb1() 311 memcpy(out + *pos, replace + (*exp_ofs), budget); in exp_cb1() 312 *exp_ofs += budget; in exp_cb1()
|
/third_party/libwebsockets/lib/secure-streams/ |
D | secure-streams.c | 484 size_t olen, size_t *exp_ofs) in lws_ss_exp_cb_metadata() argument 509 total -= *exp_ofs; in lws_ss_exp_cb_metadata() 514 memcpy(out + *pos, replace + (*exp_ofs), budget); in lws_ss_exp_cb_metadata() 515 *exp_ofs += budget; in lws_ss_exp_cb_metadata()
|
D | private-lib-secure-streams.h | 496 size_t olen, size_t *exp_ofs);
|
/third_party/libwebsockets/lib/core/ |
D | libwebsockets.c | 1127 exp->exp_ofs = 0; in lws_strexp_expand() 1159 exp->olen, &exp->exp_ofs); in lws_strexp_expand()
|