Home
last modified time | relevance | path

Searched refs:auxch (Results 1 – 25 of 79) sorted by relevance

1234

/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_dp.c44 nouveau_dp_probe_oui(struct drm_device *dev, struct nouveau_i2c_port *auxch, in nouveau_dp_probe_oui() argument
53 if (!nv_rdaux(auxch, DP_SINK_OUI, buf, 3)) in nouveau_dp_probe_oui()
57 if (!nv_rdaux(auxch, DP_BRANCH_OUI, buf, 3)) in nouveau_dp_probe_oui()
69 struct nouveau_i2c_port *auxch; in nouveau_dp_detect() local
73 auxch = nv_encoder->i2c; in nouveau_dp_detect()
74 if (!auxch) in nouveau_dp_detect()
77 ret = nv_rdaux(auxch, DP_DPCD_REV, dpcd, 8); in nouveau_dp_detect()
98 nouveau_dp_probe_oui(dev, auxch, dpcd); in nouveau_dp_detect()
/dports/audio/zplugins-lv2/ZPlugins-0.2.4/ext/Soundpipe/modules/
H A Dwaveset.c25 sp_auxdata_free(&pp->auxch); in sp_waveset_destroy()
34 sp_auxdata_alloc(&p->auxch, p->length * sizeof(SPFLOAT)); in sp_waveset_init()
48 SPFLOAT *insert = (SPFLOAT*)(p->auxch.ptr) + index; in sp_waveset_compute()
57 insert = (SPFLOAT*)(p->auxch.ptr); in sp_waveset_compute()
64 insert = (SPFLOAT*)(p->auxch.ptr) + index; in sp_waveset_compute()
70 insert = (SPFLOAT*)(p->auxch.ptr); in sp_waveset_compute()
84 insert = (SPFLOAT*)(p->auxch.ptr) + index; in sp_waveset_compute()
H A Dpluck.c29 sp_auxdata_free(&pp->auxch); in sp_pluck_destroy()
38 SPFLOAT *ap = (SPFLOAT *)p->auxch.ptr; in sp_pluck_reinit()
58 sp_auxdata_alloc(&p->auxch, (npts + 1) * sizeof(SPFLOAT)); in sp_pluck_init()
90 fp = (SPFLOAT *)p->auxch.ptr + offset; /* lookup position */ in sp_pluck_compute()
98 fp=(SPFLOAT *)p->auxch.ptr; in sp_pluck_compute()
/dports/audio/csound/csound-6.15.0/Opcodes/
H A Dspectra.c40 if (downdp->auxch.auxp == NULL || downdp->auxch.size != (uint32_t)nbytes) in DOWNset()
41 p->AuxAlloc(p, nbytes, &downdp->auxch); in DOWNset()
49 if (specdp->auxch.auxp == NULL || (uint32_t)nbytes != specdp->auxch.size) in SPECset()
50 p->AuxAlloc(p, nbytes, &specdp->auxch); in SPECset()
301 dftp = (MYFLT *) specp->auxch.auxp; in spectrum()
941 lclp = (MYFLT *) p->specsave.auxch.auxp; in spdifset()
942 outp = (MYFLT *) p->wdiff->auxch.auxp; in spdifset()
959 (p->specsave.auxch.auxp==NULL) in specdiff()
1096 lclp = (MYFLT *) p->accumer.auxch.auxp; in sphstset()
1097 outp = (MYFLT *) p->wacout->auxch.auxp; in sphstset()
[all …]
H A Dvpvoc.c52 if ((segp = (TSEG *) p->auxch.auxp) == NULL || in tblesegset()
53 p->auxch.size<(nsegs+1)*sizeof(TSEG)) { in tblesegset()
54 csound->AuxAlloc(csound, (size_t)(nsegs+1)*sizeof(TSEG), &p->auxch); in tblesegset()
55 p->cursegp = segp = (TSEG *) p->auxch.auxp; in tblesegset()
105 if (UNLIKELY(p->auxch.auxp==NULL)) goto err1; in ktableseg()
137 if (UNLIKELY(p->auxch.auxp==NULL)) goto err1; in ktablexseg()
190 if (p->auxch.auxp == NULL) { /* if no buffers yet, alloc now */ in vpvset_()
194 &p->auxch); in vpvset_()
195 fltp = (MYFLT *) p->auxch.auxp; in vpvset_()
300 if (UNLIKELY(p->auxch.auxp == NULL)) goto err1; in vpvoc()
H A Dpvinterp.h33 AUXCH auxch; member
50 AUXCH auxch; /* manage AUXDS for the following 5 buffer spaces */ member
72 AUXCH auxch; /* manage AUXDS for the following 5 buffer spaces */ member
H A Dcellular.c36 AUXCH auxch; member
69 if (p->auxch.auxp == NULL) in cell_set()
70 csound->AuxAlloc(csound, elements * sizeof(MYFLT) * 2, &p->auxch); in cell_set()
71 currLine = (p->currLine = (MYFLT *) p->auxch.auxp); in cell_set()
H A Dlame.c37 AUXCH auxch; member
95 &p->auxch); in mp3out_init()
96 p->mp3buffer = p->auxch.auxp; in mp3out_init()
97 p->leftpcm = p->auxch.auxp+p->mp3buffer_size; in mp3out_init()
H A Dpvinterp.c50 if (p->auxch.auxp == NULL) { /* if no buffers yet, alloc now */ in pvbufreadset_()
55 &p->auxch); in pvbufreadset_()
56 fltp = (MYFLT *) p->auxch.auxp; in pvbufreadset_()
129 if (UNLIKELY(p->auxch.auxp == NULL)) goto err1; /* RWD fix */ in pvbufread()
165 if (p->auxch.auxp == NULL) { /* if no buffers yet, alloc now */ in pvinterpset_()
169 &p->auxch); in pvinterpset_()
170 fltp = (MYFLT *) p->auxch.auxp; in pvinterpset_()
270 if (UNLIKELY(p->auxch.auxp == NULL)) goto err1; /* RWD Fix */ in pvinterp()
361 &p->auxch); in pvcrossset_()
362 fltp = (MYFLT *) p->auxch.auxp; in pvcrossset_()
[all …]
H A Dsndwarp.c47 if ((auxp = p->auxch.auxp) == NULL || nsections != p->nsections) { in sndwarpgetset()
49 auxp = p->auxch.auxp=NULL; in sndwarpgetset()
50 csound->AuxAlloc(csound, (size_t)nsections*sizeof(WARPSECTION), &p->auxch); in sndwarpgetset()
51 auxp = p->auxch.auxp; in sndwarpgetset()
111 if (UNLIKELY(p->auxch.auxp==NULL)) goto err1; in sndwarp()
218 if ((auxp = p->auxch.auxp) == NULL || nsections != p->nsections) { in sndwarpstgetset()
220 auxp=p->auxch.auxp=NULL; in sndwarpstgetset()
221 csound->AuxAlloc(csound, (size_t)nsections*sizeof(WARPSECTION), &p->auxch); in sndwarpstgetset()
222 auxp = p->auxch.auxp; in sndwarpstgetset()
285 if (UNLIKELY(p->auxch.auxp==NULL)) goto err1; /* RWD fix */ in sndwarpst()
H A Dugnorman.h117 AUXCH auxch; member
169 AUXCH auxch; member
193 AUXCH auxch; member
218 AUXCH auxch; member
H A Dspectra.h53 AUXCH auxch;
112 AUXCH auxch; member
128 AUXCH auxch; member
H A Dvpvoc.h36 AUXCH auxch; member
50 AUXCH auxch; /* manage AUXDS for the following 5 buffer spaces */ member
H A Dsndwarp.h37 AUXCH auxch; member
49 AUXCH auxch; member
H A Dpitch.c176 p->fundp = (MYFLT *) p->wfund.auxch.auxp; in pitchset()
307 dftp = (MYFLT *) specp->auxch.auxp; in pitch()
350 MYFLT *inp = (MYFLT *) specp->auxch.auxp; in pitch()
1732 p->curinc = ((NSEG*)p->auxch.auxp)[0].c1; in trnset()
1786 p->curinc = ((NSEG*)p->auxch.auxp)[0].c1; in trnset_bkpt()
1831 if (UNLIKELY(p->auxch.auxp==NULL)) { in trnseg()
1933 p->curinc = ((NSEG*)p->auxch.auxp)[0].c1; in trnsetr()
2011 if (UNLIKELY(p->auxch.auxp==NULL)) { in trnsegr()
2263 insert = (MYFLT*)(p->auxch.auxp); in waveset()
2269 insert = (MYFLT*)(p->auxch.auxp) + index; in waveset()
[all …]
/dports/audio/csound/csound-6.15.0/OOps/
H A Dugens6.c272 auxp = p->auxch.auxp; in delset()
313 auxp = (MYFLT*)p->auxch.auxp; in delrset()
394 endp = (MYFLT *) p->auxch.endp; in delay()
425 endp = (MYFLT *) p->auxch.endp; in delayr()
448 endp = (MYFLT *) q->auxch.endp; in delayw()
480 endp = (MYFLT *) q->auxch.endp; in deltap()
509 begp = (MYFLT *) q->auxch.auxp; in deltapi()
510 endp = (MYFLT *) q->auxch.endp; in deltapi()
571 begp = (MYFLT *) q->auxch.auxp; in deltapn()
572 endp = (MYFLT *) q->auxch.endp; in deltapn()
[all …]
H A Dugens1.c155 p->cursegp = (SEG *) p->auxch.auxp; in lsgset()
311 if ((segp = (SEG *) p->auxch.auxp) == NULL || in adsrset1()
314 p->cursegp = segp = (SEG *) p->auxch.auxp; in adsrset1()
512 p->cursegp = segp = (XSEG *) p->auxch.auxp; in xsgset()
566 p->cursegp = segp = (XSEG *) p->auxch.auxp; in xsgset_bkpt()
623 if ((segp = (XSEG*) p->auxch.auxp) == NULL || in xsgset2b()
626 p->cursegp = segp = (XSEG *) p->auxch.auxp; in xsgset2b()
684 if ((segp = (XSEG*) p->auxch.auxp) == NULL || in xsgset2()
779 segp = (XSEG *) p->auxch.auxp; in xdsrset()
906 p->cursegp = segp = (SEG *) p->auxch.auxp; in xsgrset()
[all …]
H A Ddisprep.c105 if ((auxp = p->auxch.auxp) == NULL || totpts != p->totpts) { in dspset()
106 csound->AuxAlloc(csound, totpts * sizeof(MYFLT), &p->auxch); in dspset()
107 auxp = p->auxch.auxp; in dspset()
128 if (UNLIKELY(p->auxch.auxp==NULL)) goto err1; /* RWD fix */ in kdsplay()
284 hWin = (MYFLT *) p->auxch.auxp; in fftset()
376 if (UNLIKELY(p->auxch.auxp==NULL)) goto err1; /* RWD fix */ in kdspfft()
384 MYFLT *hWin = (MYFLT *) p->auxch.auxp; in kdspfft()
423 if (UNLIKELY(p->auxch.auxp==NULL)) goto err1; in dspfft()
434 MYFLT *hWin = (MYFLT *) p->auxch.auxp; in dspfft()
503 csound->AuxAlloc(csound, (int32_t)auxsiz, &p->auxch); in tempeset()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Di2c.c98 info->auxch = DCB_I2C_UNUSED; in dcb_i2c_parse()
114 info->auxch = nvbios_rd08(bios, ent + 0) & 0x0f; in dcb_i2c_parse()
116 info->share = info->auxch; in dcb_i2c_parse()
122 info->auxch = (nvbios_rd16(bios, ent + 0) & 0x3e0) >> 5; in dcb_i2c_parse()
123 if (info->auxch == 0x1f) in dcb_i2c_parse()
124 info->auxch = DCB_I2C_UNUSED; in dcb_i2c_parse()
125 info->share = info->auxch; in dcb_i2c_parse()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Di2c.c98 info->auxch = DCB_I2C_UNUSED; in dcb_i2c_parse()
114 info->auxch = nvbios_rd08(bios, ent + 0) & 0x0f; in dcb_i2c_parse()
116 info->share = info->auxch; in dcb_i2c_parse()
122 info->auxch = (nvbios_rd16(bios, ent + 0) & 0x3e0) >> 5; in dcb_i2c_parse()
123 if (info->auxch == 0x1f) in dcb_i2c_parse()
124 info->auxch = DCB_I2C_UNUSED; in dcb_i2c_parse()
125 info->share = info->auxch; in dcb_i2c_parse()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Di2c.c98 info->auxch = DCB_I2C_UNUSED; in dcb_i2c_parse()
114 info->auxch = nvbios_rd08(bios, ent + 0) & 0x0f; in dcb_i2c_parse()
116 info->share = info->auxch; in dcb_i2c_parse()
122 info->auxch = (nvbios_rd16(bios, ent + 0) & 0x3e0) >> 5; in dcb_i2c_parse()
123 if (info->auxch == 0x1f) in dcb_i2c_parse()
124 info->auxch = DCB_I2C_UNUSED; in dcb_i2c_parse()
125 info->share = info->auxch; in dcb_i2c_parse()
/dports/audio/csound/csound-6.15.0/H/
H A Dugens1.h55 AUXCH auxch; member
66 AUXCH auxch; member
77 AUXCH auxch; member
88 AUXCH auxch; member
128 AUXCH auxch; member
H A Ddisprep.h38 AUXCH auxch; member
62 AUXCH auxch; member
79 AUXCH auxch; member
H A Dugens6.h63 AUXCH auxch; member
71 AUXCH auxch; member
105 AUXCH auxch; member
114 AUXCH auxch; member
/dports/audio/csound/csound-6.15.0/Opcodes/gab/
H A Dvectorial.h120 AUXCH auxch; member
132 AUXCH auxch; member
155 AUXCH auxch; member
163 AUXCH auxch; member
187 AUXCH auxch; member
203 AUXCH auxch; member

1234