/titanic_41/usr/src/uts/sparc/os/ |
H A D | sundep.c | 154 size_t framesz; in thread_load() local 168 framesz = SA(len); in thread_load() 169 sp -= framesz; in thread_load()
|
/titanic_41/usr/src/uts/common/io/audio/impl/ |
H A D | audio_client.c | 215 uint_t framesz; in auclnt_consume_data() local 222 framesz = sp->s_framesz; in auclnt_consume_data() 230 data = sp->s_data + (sp->s_tidx * framesz); in auclnt_consume_data() 235 nb = nf * framesz; in auclnt_consume_data() 283 uint_t framesz; in auclnt_produce_data() local 290 framesz = sp->s_framesz; in auclnt_produce_data() 298 data = sp->s_data + (sp->s_hidx * framesz); in auclnt_produce_data() 303 nb = nf * framesz; in auclnt_produce_data() 336 uint_t framesz; in auclnt_read() local 350 framesz = sp->s_framesz; in auclnt_read() [all …]
|
H A D | audio_input.c | 97 uint_t framesz; in auimpl_produce_data() local 102 framesz = sp->s_framesz; in auimpl_produce_data() 113 data = sp->s_data + (sp->s_hidx * framesz); in auimpl_produce_data() 119 nb = nf * framesz; in auimpl_produce_data()
|
H A D | audio_output.c | 227 uint_t framesz; in auimpl_consume_fragment() local 235 framesz = sp->s_framesz; in auimpl_consume_fragment() 253 nbytes = framesz * n; in auimpl_consume_fragment() 254 bcopy(sp->s_data + (sp->s_tidx * framesz), cnvbuf, nbytes); in auimpl_consume_fragment()
|
H A D | audio_oss.c | 1514 unsigned framesz; in sndctl_dsp_getodelay() local 1519 framesz = auclnt_get_framesz(sp); in sndctl_dsp_getodelay() 1521 *bytes = (slen + flen) * framesz; in sndctl_dsp_getodelay() 1561 unsigned framesz; in sndctl_dsp_getoptr() local 1569 framesz = auclnt_get_framesz(sp); in sndctl_dsp_getoptr() 1571 ci->blocks = auclnt_get_samples(sp) * framesz / fragsz; in sndctl_dsp_getoptr() 1573 ci->bytes = auclnt_get_tail(sp) * framesz; in sndctl_dsp_getoptr() 1574 ci->ptr = auclnt_get_tidx(sp) * framesz; in sndctl_dsp_getoptr() 1582 unsigned framesz; in sndctl_dsp_getiptr() local 1590 framesz = auclnt_get_framesz(sp); in sndctl_dsp_getiptr() [all …]
|
H A D | audio_format.c | 705 uint_t framesz; in auimpl_format_setup() local 815 framesz = info->sampsize * uparms->p_nchan; in auimpl_format_setup() 817 fragbytes = fragfr * framesz; in auimpl_format_setup() 888 sp->s_framesz = framesz; in auimpl_format_setup() 893 sp->s_nbytes = sp->s_nframes * framesz; in auimpl_format_setup()
|
H A D | audio_sun.c | 527 unsigned framesz = auclnt_get_framesz(sp); in devaudio_input() local 531 unsigned count = nbytes / framesz; in devaudio_input() 1364 unsigned framesz; in devaudio_wsrv() local 1368 framesz = auclnt_get_framesz(sp); in devaudio_wsrv() 1412 MBLKL(mp) / framesz); in devaudio_wsrv() 1414 mp->b_rptr += count * framesz; in devaudio_wsrv() 1416 if (MBLKL(mp) >= framesz) { in devaudio_wsrv()
|
/titanic_41/usr/src/uts/common/io/1394/targets/av1394/ |
H A D | av1394_isoch_chan.c | 244 int framesz; in av1394_ic_validate_init_params() local 262 framesz = ii->ii_frame_size * ii->ii_pkt_size; in av1394_ic_validate_init_params() 263 if (framesz > AV1394_IC_FRAME_SIZE_MAX) { in av1394_ic_validate_init_params() 425 av1394_ic_alloc_pool(av1394_isoch_pool_t *pool, size_t framesz, int cnt, in av1394_ic_alloc_pool() argument 437 totalsz = framesz * cnt; in av1394_ic_alloc_pool() 449 segsz = framesz; in av1394_ic_alloc_pool() 451 if (framesz < AV1394_IXL_BUFSZ_MAX / 2) { in av1394_ic_alloc_pool() 452 fps = AV1394_IXL_BUFSZ_MAX / framesz; in av1394_ic_alloc_pool() 453 segsz = framesz * fps; in av1394_ic_alloc_pool() 487 ret = pool->ip_size / framesz; in av1394_ic_alloc_pool()
|
H A D | av1394_isoch_xmit.c | 1164 int framesz = icp->ic_framesz; in av1394_it_copyin() local 1173 frame_resid = framesz - itp->it_write_off; in av1394_it_copyin() 1184 if ((itp->it_write_off == framesz) && dv) { in av1394_it_copyin() 1190 kaddr_end = kaddr + framesz; in av1394_it_copyin() 1198 if (start_resid != framesz) { in av1394_it_copyin() 1203 if (itp->it_write_off == framesz) { in av1394_it_copyin()
|
/titanic_41/usr/src/common/crypto/sha2/amd64/ |
H A D | sha512-x86_64.pl | 67 $ctx, $round, $inp, $Tbl, $_ctx, $_inp, $_end, $_rsp, $framesz); 118 $framesz="16*$SZ+4*8"; 235 sub \$$framesz,%rsp
|
/titanic_41/usr/src/uts/intel/ia32/os/ |
H A D | sundep.c | 257 size_t framesz; in thread_load() local 273 framesz = SA(len); in thread_load() 274 sp -= framesz; in thread_load()
|
/titanic_41/usr/src/uts/common/sys/usb/clients/audio/usb_ac/ |
H A D | usb_ac.h | 141 unsigned framesz; /* frame size */ member
|
/titanic_41/usr/src/uts/common/io/usb/clients/audio/usb_ac/ |
H A D | usb_ac.c | 5462 engp->framesz = engp->sampsz * engp->fmt.ch; in usb_engine_open() 5479 engp->fragfr = engp->fragsz / engp->framesz; in usb_engine_open()
|