Home
last modified time | relevance | path

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

/openbmc/qemu/audio/
H A Drate_template.h71 while (rate->ipos <= (rate->opos >> 32)) { in NAME()
91 rate->opos &= 0xffffffff; in NAME()
97 t = (rate->opos & UINT_MAX) * (1.f / UINT_MAX); in NAME()
99 t = (rate->opos & UINT_MAX) / (mixeng_real) UINT_MAX; in NAME()
104 t = rate->opos & 0xffffffff; in NAME()
113 rate->opos += rate->opos_inc; in NAME()
H A Dmixeng.c406 uint64_t opos; member
419 rate->opos = 0; in st_rate_start()
475 if (opos_end + rate->opos_inc <= rate->opos) { in st_rate_frames_out()
478 opos_delta = opos_end - rate->opos + rate->opos_inc; in st_rate_frames_out()
505 opos_start = rate->opos; in st_rate_frames_in()
512 opos_start = rate->opos + offset; in st_rate_frames_in()
/openbmc/linux/include/linux/
H A Dsplice.h43 loff_t *opos; /* sendfile: output position */ member
H A Dfs.h3004 loff_t *opos, size_t len, unsigned int flags);
/openbmc/linux/fs/
H A Dsplice.c1142 return do_splice_from(pipe, file, sd->opos, sd->total_len, in direct_splice_actor()
1171 loff_t *opos, size_t len, unsigned int flags) in do_splice_direct() argument
1180 .opos = opos, in do_splice_direct()
1190 ret = rw_verify_area(WRITE, out, opos, len); in do_splice_direct()
/openbmc/u-boot/include/
H A Dec_commands.h4256 uint16_t opos; /* Object Position */ member
4272 uint8_t opos; /* Object Position */ member
/openbmc/linux/include/linux/platform_data/
H A Dcros_ec_commands.h5206 uint16_t opos; /* Object Position */ member
5222 uint8_t opos; /* Object Position */ member