Home
last modified time | relevance | path

Searched refs:gotorow (Results 1 – 3 of 3) sorted by relevance

/dports/audio/ocp/ocp-0.2.90/playit/
H A Dittime.c43 int gotorow=(startpos>>8)&0xFF; in it_precalctime() local
88 gotorow=0; in it_precalctime()
104 if (gotorow>=this->patlens[this->orders[gotoord]]) in it_precalctime()
107 gotorow=0; in it_precalctime()
117 for (currow=0; currow<gotorow; currow++) in it_precalctime()
148 gotorow=0; in it_precalctime()
154 gotorow=data; in it_precalctime()
171 gotorow=patloopstart[ch]; in it_precalctime()
H A Ditplay.c604 this->gotorow=0;
610 this->gotorow=data;
907 this->gotorow=c->patloopstart;
1684 this->gotorow=0;
1714 if (this->gotorow>=this->patlens[this->orders[this->gotoord]])
1717 this->gotorow=0;
1725 for (this->currow=0; this->currow<this->gotorow; this->currow++)
1819 this->gotorow=0;
1933 return (this->gotorow<<8)|(this->gotoord<<16);
1984 this->gotorow=(row>0xFF)?0xFF:(row<0)?0:row;
[all …]
H A Ditplay.h312 int gotorow; member