Searched refs:pop_int (Results 1 – 7 of 7) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | moflex.c | 58 static int pop_int(BitReader *br, AVIOContext *pb, int n) in pop_int() function 296 stream_index = pop_int(br, pb, bits); in moflex_read_packet() 309 pop_int(br, pb, bits); in moflex_read_packet() 314 pop_int(br, pb, bits * 2 + 26); in moflex_read_packet() 317 pkt_size = pop_int(br, pb, 13) + 1; in moflex_read_packet()
|
/third_party/harfbuzz/src/ |
D | hb-cff-interp-common.hh | 488 int pop_int () { return this->pop ().to_int (); } in pop_int() function 492 int i = pop_int (); in pop_uint()
|
D | hb-cff-interp-cs-common.hh | 153 int n = SUPER::argStack.pop_int (); in pop_subr_num()
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-cff-interp-common.hh | 512 int pop_int () { return this->pop ().to_int (); } in pop_int() function 516 int i = pop_int (); in pop_uint()
|
D | hb-cff-interp-cs-common.hh | 153 int n = SUPER::argStack.pop_int (); in pop_subr_num()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-cff-interp-common.hh | 488 int pop_int () { return this->pop ().to_int (); } in pop_int() function 492 int i = pop_int (); in pop_uint()
|
D | hb-cff-interp-cs-common.hh | 153 int n = SUPER::argStack.pop_int (); in pop_subr_num()
|