Searched refs:opos (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/audio/ |
H A D | rate_template.h | 71 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 D | mixeng.c | 406 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 D | splice.h | 43 loff_t *opos; /* sendfile: output position */ member
|
H A D | fs.h | 3004 loff_t *opos, size_t len, unsigned int flags);
|
/openbmc/linux/fs/ |
H A D | splice.c | 1142 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 D | ec_commands.h | 4256 uint16_t opos; /* Object Position */ member 4272 uint8_t opos; /* Object Position */ member
|
/openbmc/linux/include/linux/platform_data/ |
H A D | cros_ec_commands.h | 5206 uint16_t opos; /* Object Position */ member 5222 uint8_t opos; /* Object Position */ member
|