Home
last modified time | relevance | path

Searched refs:zastart (Results 1 – 8 of 8) sorted by relevance

/dports/audio/csound/csound-6.15.0/Opcodes/
H A Dzak.c117 zak->zastart = (MYFLT*) csound->Calloc(csound, length); in zakinit()
468 readloc = zak->zastart + (indx * CS_KSMPS); in zar()
515 readloc = zak->zastart + (indx * CS_KSMPS); in zarg()
557 writeloc = zak->zastart + (indx * CS_KSMPS); in zaw()
598 writeloc = zak->zastart + (indx * CS_KSMPS); in zawm()
661 readloc = zak->zastart + (indx * CS_KSMPS); in zamod()
709 writeloc = zak->zastart + (first * CS_KSMPS); in zacl()
H A Dvbap_zak.c206 MYFLT* zastart; in vbap_zak_init() local
207 int zalast = csound->GetZaBounds(csound, &zastart); in vbap_zak_init()
220 p->out_array = zastart + (indx * CS_KSMPS);/* outputs */ in vbap_zak_init()
520 MYFLT* zastart; in vbap_zak_moving_init() local
521 int zalast = csound->GetZaBounds(csound, &zastart); in vbap_zak_moving_init()
532 p->out_array = zastart + (indx * CS_KSMPS);/* outputs */ in vbap_zak_moving_init()
H A Dzak.h28 MYFLT *zastart; member
/dports/audio/csound/csound-6.15.0/OOps/
H A Dugrw1.c723 MYFLT* zastart; in inz() local
724 int zalast = csound->GetZaBounds(csound, &zastart); in inz()
731 writeloc = zastart + (indx * nsmps); in inz()
759 MYFLT* zastart; in outz() local
760 int zalast = csound->GetZaBounds(csound, &zastart); in outz()
767 readloc = zastart + (indx * nsmps); in outz()
/dports/audio/csound/csound-6.15.0/Top/
H A Dcsound.c235 static int csoundGetZaBounds(CSOUND *csound, MYFLT **zastart){ in csoundGetZaBounds() argument
239 *zastart = NULL; in csoundGetZaBounds()
242 *zastart = zz->zastart; in csoundGetZaBounds()
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/headers/
H A DcsoundCore.h1489 MYFLT *zastart; member
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/headers/
H A DcsoundCore.h1489 MYFLT *zastart; member
/dports/audio/csound/csound-6.15.0/etc/
H A DChangeLog5828 * OOps/vbap_zak.c (vbap_zak_moving_init): Fix zastart/zkstart
11530 (zaset): Also for zastart