Home
last modified time | relevance | path

Searched refs:loopid (Results 1 – 25 of 35) sorted by relevance

12

/dports/audio/libaudiofile/audiofile-0.3.6/libaudiofile/
H A DLoop.cpp91 return instrument->getLoop(loopid); in getLoop()
99 Loop *loop = getLoop(file, instid, loopid, true); in afSetLoopMode()
120 Loop *loop = getLoop(file, instid, loopid, false); in afGetLoopMode()
133 Loop *loop = getLoop(file, instid, loopid, true); in afSetLoopCount()
153 Loop *loop = getLoop(file, instid, loopid, false); in afGetLoopCount()
166 Loop *loop = getLoop(file, instid, loopid, true); in afSetLoopStart()
179 Loop *loop = getLoop(file, instid, loopid, false); in afGetLoopStart()
192 Loop *loop = getLoop(file, instid, loopid, true); in afSetLoopStartFrame()
230 Loop *loop = getLoop(file, instid, loopid, true); in afSetLoopTrack()
255 Loop *loop = getLoop(file, instid, loopid, true); in afSetLoopEnd()
[all …]
H A Daudiofile.h555 AFAPI int afGetLoopMode (AFfilehandle, int instid, int loopid);
557 AFAPI int afGetLoopCount (AFfilehandle, int instid, int loopid);
558 AFAPI void afSetLoopStart (AFfilehandle, int instid, int loopid, int markerid);
559 AFAPI int afGetLoopStart (AFfilehandle, int instid, int loopid);
560 AFAPI void afSetLoopEnd (AFfilehandle, int instid, int loopid, int markerid);
561 AFAPI int afGetLoopEnd (AFfilehandle, int instid, int loopid);
570 AFAPI void afSetLoopTrack (AFfilehandle, int instid, int loopid, int trackid);
571 AFAPI int afGetLoopTrack (AFfilehandle, int instid, int loopid);
/dports/lang/racket/racket-8.3/share/pkgs/srfi-lib/srfi/5/
H A Dlet.rkt8 (define-syntax-class loopid
22 (pattern (~seq (~optional loop*:loopid)
26 (pattern (~seq (~optional loop*:loopid)
31 (pattern (~seq (loop*:loopid :binding-pair ...))
34 (pattern (~seq (loop*:loopid
/dports/games/flightgear-aircraft/fgaircraft/R44/Nasal/
H A Dpilot-dual-control.nas41 me.loopid = 0;
51 me.loopid += 1;
52 me._loop_(me.loopid);
79 me.loopid += 1;
100 me.loopid += 1;
104 id == me.loopid or return;
H A Dcopilot-dual-control.nas179 me.loopid = 0;
189 me.loopid += 1;
190 me._loop_(me.loopid);
216 me.loopid += 1;
240 me.loopid += 1;
243 id == me.loopid or return;
/dports/games/flightgear-data/fgdata/Aircraft/Generic/DualControl/
H A Dpilot-dual-control.nas42 me.loopid = 0;
58 me.loopid += 1;
59 me._loop_(me.loopid);
85 me.loopid += 1;
106 me.loopid += 1;
110 id == me.loopid or return;
H A Dcopilot-dual-control.nas174 me.loopid = 0;
191 me.loopid += 1;
192 me._loop_(me.loopid);
218 me.loopid += 1;
242 me.loopid += 1;
245 id == me.loopid or return;
/dports/games/flightgear-data/fgdata/Nasal/
H A Dscenery.nas27 obj.loopid = 0;
36 me._loop(me.loopid += 1);
39 me.loopid += 1;
54 id == me.loopid or return;
H A Dglide_slope_tunnel.nas70 id == loopid or return;
88 var loopid = 0;
96 loopid += 1;
99 return loop(loopid);
H A Daircraft.nas158 m.loopid = 0;
186 me.loopid += 1;
209 me.loopid += 1;
222 me.loopid += 1;
436 m.loopid = 0;
471 me.loopid += 1;
664 me.loopid = 0;
726 me.loopid = 0;
740 me.loopid += 1;
1122 m.loopid = -1;
[all …]
H A Dmp_broadcast.nas123 loopid : 0,
152 me.loopid += 1;
178 me._loop_(me.loopid += 1);
182 me.loopid += 1;
235 id == me.loopid or return;
H A Dscreen.nas256 m.loopid = 0;
302 me._loop_(me.loopid += 1);
308 me.loopid += 1;
317 me.loopid += 1;
381 id != me.loopid and return;
/dports/x11-wm/openbox/openbox-3.6/openbox/
H A Dping.c32 guint loopid; member
82 t->loopid = g_timeout_add_full(G_PRIORITY_DEFAULT, PING_TIMEOUT, in ping_start()
161 g_source_remove(t->loopid); in ping_end()
/dports/mail/spamassassin-devel/spamassassin-1ea352210/lib/Mail/SpamAssassin/Plugin/
H A DCheck.pm762 my $loopid = 0;
787 $loopid++;
792 body_'.$loopid.': foreach my $l (@_) {
805 '. ($max? 'last body_'.$loopid.' if ++$hits >= '.$max.';' : '') .'
849 my $loopid = 0;
866 $loopid++;
871 uri_'.$loopid.': foreach my $l (@_) {
908 my $loopid = 0;
926 $loopid++;
931 rawbody_'.$loopid.': foreach my $l (@_) {
[all …]
/dports/mail/spamassassin/Mail-SpamAssassin-3.4.5/lib/Mail/SpamAssassin/Plugin/
H A DCheck.pm805 my $loopid = 0;
830 $loopid++;
835 body_'.$loopid.': foreach my $l (@_) {
848 '. ($max? 'last body_'.$loopid.' if ++$hits >= '.$max.';' : '') .'
891 my $loopid = 0;
907 $loopid++;
912 uri_'.$loopid.': foreach my $l (@_) {
951 my $loopid = 0;
969 $loopid++;
974 rawbody_'.$loopid.': foreach my $l (@_) {
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Disp_ioctl.h117 uint32_t loopid; /* 0..255 */ member
169 uint32_t loopid; /* 0..255/2048 */ member
H A Disp_netbsd.c307 if (ifc->loopid >= MAX_FC_TARG) { in ispioctl()
311 lp = &FCPARAM(isp, ifc->chan)->portdb[ifc->loopid]; in ispioctl()
314 ifc->loopid = lp->handle; in ispioctl()
395 uint16_t loopid; in ispioctl() local
410 loopid = fct->loopid; in ispioctl()
412 loopid <<= 8; in ispioctl()
417 mbs.param[1] = loopid; in ispioctl()
422 mbs.param[1] = loopid; in ispioctl()
427 mbs.param[1] = loopid; in ispioctl()
433 mbs.param[1] = loopid; in ispioctl()
[all …]
H A Disp_target.c948 uint16_t seqid, loopid; in isp_got_msg_fc() local
955 loopid = ((in_fcentry_e_t *)inp)->in_iid; in isp_got_msg_fc()
959 loopid = inp->in_iid; in isp_got_msg_fc()
977 …isp_prt(isp, ISP_LOGINFO, f2, "immediate notify status", inp->in_status, notify.nt_lun, loopid, in… in isp_got_msg_fc()
983 isp_prt(isp, ISP_LOGINFO, f1, "ABORT TASK SET", loopid, notify.nt_lun, inp->in_seqid); in isp_got_msg_fc()
986 isp_prt(isp, ISP_LOGINFO, f1, "CLEAR TASK SET", loopid, notify.nt_lun, inp->in_seqid); in isp_got_msg_fc()
989 isp_prt(isp, ISP_LOGINFO, f1, "LUN RESET", loopid, notify.nt_lun, inp->in_seqid); in isp_got_msg_fc()
992 isp_prt(isp, ISP_LOGINFO, f1, "TARGET RESET", loopid, notify.nt_lun, inp->in_seqid); in isp_got_msg_fc()
995 isp_prt(isp, ISP_LOGINFO, f1, "CLEAR ACA", loopid, notify.nt_lun, inp->in_seqid); in isp_got_msg_fc()
998 …isp_prt(isp, ISP_LOGWARN, f2, "task flag", inp->in_status, notify.nt_lun, loopid, inp->in_task_fla… in isp_got_msg_fc()
/dports/games/flightgear-data/fgdata/Aircraft/Instruments-3d/RAF_Mk9_bubble_sextant/
H A DRAF_Mk9_bubble_sextant.nas95 me.loopid = 0;
198 me.loopid += 1;
199 me._loop_(me.loopid);
251 id == me.loopid or return;
275 me.loopid = 0;
320 me.loopid += 1;
321 me._loop_(me.loopid);
379 id == me.loopid and me.enabled or return;
/dports/games/flightgear-data/fgdata/Nasal/performance_monitor/
H A Dmonitor.nas31 me.loopid = 0;
131 settimer(func me.update(me.loopid+=1), 1, 1);
134 id == me.loopid or return;
/dports/games/flightgear-data/fgdata/Nasal/jetways/
H A Djetways.nas789 var update_jetways = func(loopid)
791 # terminate if loopid does not match
792 if (loopid != update_loopid) return;
819 settimer(func update_jetways(loopid), UPDATE_PERIOD);
822 var load_jetways = func(loopid)
825 # terminate if loopid does not match
827 if (loopid != load_loopid or !on_switch.getBoolValue()) return;
890 settimer(func load_jetways(loopid), LOAD_PERIOD);
/dports/science/cdo/cdo-2.0.0/src/
H A DCMOR.cc4595 for ( size_t loopid = 1; loopid < ivsize; loopid++ ) in get_cmor_time_val() local
4599 minid = loopid; in get_cmor_time_val()
4613 for ( size_t loopid = 1; loopid < ivsize; loopid++ ) in get_cmor_time_val() local
4617 minid = loopid; in get_cmor_time_val()
4630 for ( size_t loopid = 1; loopid < ivsize; loopid++ ) in get_cmor_time_val() local
4632 …conds(juldate_sub(juldate, juldate_encode(calendar, vdate, cdiEncodeTime(loopid, 0, 0))))) < diff ) in get_cmor_time_val()
4634 minid = loopid; in get_cmor_time_val()
4783 for ( size_t loopid = 1; loopid < ivsize; loopid++ ) in get_time_bounds() local
4787 minid = loopid; in get_time_bounds()
4807 for ( size_t loopid = 1; loopid < ivsize; loopid++ ) in get_time_bounds() local
[all …]
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/deps/lightning/check/
H A Dvarargs.tst261 loopid:
275 jmpi loopid
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/deps/lightning/check/
H A Dvarargs.tst261 loopid:
275 jmpi loopid
/dports/devel/lightning/lightning-2.1.3/check/
H A Dvarargs.tst261 loopid:
275 jmpi loopid

12