Home
last modified time | relevance | path

Searched refs:rptcnt (Results 1 – 18 of 18) sorted by path

/dports/audio/xmcd/xmcd-3.3.2/cda_d/
H A Dcda.c2478 p->arg[2] = (word32_t) s->rptcnt; in cda_do_status()
H A Dvisual.c855 rptcnt; in cda_screen() local
1054 rptcnt = (int) arg[2]; in cda_screen()
1310 if (rptcnt >= 0) in cda_screen()
1311 (void) wprintw(status_win, "Count %u", rptcnt); in cda_screen()
/dports/audio/xmcd/xmcd-3.3.2/common_d/
H A Dappenv.h736 word32_t rptcnt; /* Repeat iteration count */ member
/dports/audio/xmcd/xmcd-3.3.2/libdi_d/
H A Daixioc.c1161 s->rptcnt = 0; in aixioc_get_playstatus()
2276 s->rptcnt++; in aixioc_run_repeat()
2286 s->rptcnt++; in aixioc_run_repeat()
2701 if (s->rptcnt > 0) in aixioc_repeat()
2702 s->rptcnt--; in aixioc_repeat()
3206 s->rptcnt = 0; in aixioc_stop()
H A Dfbioc.c1377 s->rptcnt = 0; in fbioc_get_playstatus()
2474 s->rptcnt++; in fbioc_run_repeat()
2484 s->rptcnt++; in fbioc_run_repeat()
2923 if (s->rptcnt > 0) in fbioc_repeat()
2924 s->rptcnt--; in fbioc_repeat()
3428 s->rptcnt = 0; in fbioc_stop()
H A Dlibdi.c1429 s->sav_iaddr, s->rptcnt, s->repeat, s->shuffle, s->program); in di_dump_curstat()
3550 s->rptcnt = 0; in di_reset_curstat()
3563 s->rptcnt = 0; in di_reset_curstat()
H A Dscsipt.c2323 s->rptcnt++; in scsipt_get_playstatus()
2339 s->rptcnt++; in scsipt_get_playstatus()
2357 s->rptcnt = 0; in scsipt_get_playstatus()
3246 s->rptcnt++; in scsipt_disc_ready()
3263 s->rptcnt++; in scsipt_disc_ready()
3905 s->rptcnt++; in scsipt_run_repeat()
3915 s->rptcnt++; in scsipt_run_repeat()
5286 if (s->rptcnt > 0) in scsipt_repeat()
5287 s->rptcnt--; in scsipt_repeat()
5853 s->rptcnt = 0; in scsipt_stop()
[all …]
H A Dslioc.c1620 s->rptcnt++;
1636 s->rptcnt++;
1654 s->rptcnt = 0;
2259 s->rptcnt++;
2276 s->rptcnt++;
2839 s->rptcnt++;
2849 s->rptcnt++;
3285 if (s->rptcnt > 0)
3286 s->rptcnt--;
3780 s->rptcnt = 0;
[all …]
/dports/audio/xmcd/xmcd-3.3.2/xmcd_d/
H A Dcdfunc.c3305 (void) sprintf(str, "%u", s->rptcnt); in dpy_rptcnt()
/dports/emulators/jzintv/jzintv-20200712-src/src/asm/
H A Dfryylex.c216 void frarptpush(int rptcnt) in frarptpush() argument
230 frarptcnt = rptcnt - 1; in frarptpush()
231 frarptskip = rptcnt == 0; in frarptpush()
/dports/graphics/grads/grads-1.9b4/src/
H A Dgaio.c1220 stn->rptcnt = RPTNUM; /* Force new block allocation */ in gaarpt()
1224 stn->rptcnt++; in gaarpt()
1227 if (stn->rptcnt>=RPTNUM) { in gaarpt()
1239 stn->rptcnt = 0; in gaarpt()
H A Dgrads.h677 int rptcnt,blkcnt; member
/dports/graphics/netpbm/netpbm-10.91.01/lib/
H A Dpam.h382 unsigned int const rptcnt);
/dports/lang/chez-scheme/ChezScheme-9.5.4/c/
H A Dexpeditor.c83 static int rptcnt = 0; in s_ee_read_char() local
90 if (--rptcnt == 0) buflen = 0; in s_ee_read_char()
126 rptcnt = ker.wRepeatCount; in s_ee_read_char()
/dports/lang/racket-minimal/racket-8.3/src/ChezScheme/c/
H A Dexpeditor.c83 static int rptcnt = 0; in s_ee_read_char() local
90 if (--rptcnt == 0) buflen = 0; in s_ee_read_char()
126 rptcnt = ker.wRepeatCount; in s_ee_read_char()
/dports/lang/racket/racket-8.3/src/ChezScheme/c/
H A Dexpeditor.c83 static int rptcnt = 0; in s_ee_read_char() local
90 if (--rptcnt == 0) buflen = 0; in s_ee_read_char()
126 rptcnt = ker.wRepeatCount; in s_ee_read_char()
/dports/lang/sdcc/sdcc-4.0.0/sdas/asxxsrc/
H A Dasmcro.c127 int d, rptcnt; local
189 np->rptcnt = np->xarg;
248 if (rptcnt < 0) {
249 rptcnt = 0;
253 rptcnt = 0;
255 np->rptcnt = rptcnt;
287 rptcnt = 0;
289 rptcnt += 1;
766 nfp->rptcnt = np->rptcnt;
771 nfp->npexit = nfp->rptcnt ? 0 : 1;
[all …]
H A Dasxxxx.h786 int rptcnt; /* repeat counter */ member
830 int rptcnt; /* repeat counter */ member