Home
last modified time | relevance | path

Searched refs:tabl_cnt (Results 1 – 2 of 2) sorted by relevance

/dports/audio/csound/csound-6.15.0/Opcodes/
H A Doscbnk.h95 int32 tabl_cnt; /* current param in table */ member
H A Doscbnk.c133 if ((p->tabl_cnt < p->tabl_len) && (p->tabl[p->tabl_cnt] >= FL(0.0))) in oscbnk_rand()
134 y = p->tabl[p->tabl_cnt]; in oscbnk_rand()
135 switch (p->tabl_cnt % 5) { in oscbnk_rand()
146 if (p->tabl_cnt < p->outft_len) p->outft[p->tabl_cnt] = y; in oscbnk_rand()
148 p->tabl_cnt++; in oscbnk_rand()
358 p->tabl_cnt = 0L; /* table ptr. */ in oscbnkset()