Home
last modified time | relevance | path

Searched defs:loopid (Results 1 – 10 of 10) sorted by relevance

/dports/audio/libaudiofile/audiofile-0.3.6/libaudiofile/
H A DLoop.cpp78 static Loop *getLoop (AFfilehandle handle, int instid, int loopid, in getLoop()
97 void afSetLoopMode (AFfilehandle file, int instid, int loopid, int mode) in afSetLoopMode()
118 int afGetLoopMode (AFfilehandle file, int instid, int loopid) in afGetLoopMode()
131 int afSetLoopCount (AFfilehandle file, int instid, int loopid, int count) in afSetLoopCount()
151 int afGetLoopCount(AFfilehandle file, int instid, int loopid) in afGetLoopCount()
164 void afSetLoopStart(AFfilehandle file, int instid, int loopid, int markid) in afSetLoopStart()
177 int afGetLoopStart (AFfilehandle file, int instid, int loopid) in afGetLoopStart()
228 void afSetLoopTrack (AFfilehandle file, int instid, int loopid, int track) in afSetLoopTrack()
240 int afGetLoopTrack (AFfilehandle file, int instid, int loopid) in afGetLoopTrack()
253 void afSetLoopEnd (AFfilehandle file, int instid, int loopid, int markid) in afSetLoopEnd()
[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.c2375 int lim, loopid; in isp_dump_chip_portdb() local
2395 isp_get_wwn(ispsoftc_t *isp, int chan, int loopid, int nodename) in isp_get_wwn()
2460 int loopid; in isp_fclink_test() local
3346 uint16_t handle, oldhandle, loopid; in isp_scan_fabric() local
H A Disp_netbsd.c395 uint16_t loopid; in ispioctl() local
H A Disp_target.c948 uint16_t seqid, loopid; in isp_got_msg_fc() local
H A Disp_library.c2339 isp_find_pdb_by_loopid(ispsoftc_t *isp, int chan, uint32_t loopid, fcportdb_t **lptr) in isp_find_pdb_by_loopid()
H A Dispmbox.h1173 uint8_t loopid; member
/dports/x11-wm/openbox/openbox-3.6/openbox/
H A Dping.c32 guint loopid; member
/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
4613 for ( size_t loopid = 1; loopid < ivsize; loopid++ ) in get_cmor_time_val() local
4630 for ( size_t loopid = 1; loopid < ivsize; loopid++ ) in get_cmor_time_val() local
4783 for ( size_t loopid = 1; loopid < ivsize; loopid++ ) in get_time_bounds() local
4807 for ( size_t loopid = 1; loopid < ivsize; loopid++ ) in get_time_bounds() local
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dsubsurf_ccg.c324 int loopid = mpoly[v->poly_index].loopstart + v->loop_of_poly_index; in ss_sync_from_uv() local