Home
last modified time | relevance | path

Searched refs:curvol (Results 1 – 25 of 53) sorted by relevance

123

/dports/security/nmap/nmap-7.91/nselib/
H A Dls.lua127 curvol['name'] = name
128 curvol['files'] = files
129 curvol['count'] = 0
130 curvol['bytes'] = 0
131 curvol['errors'] = {}
132 curvol['info'] = {}
134 output['curvol'] = curvol
214 local curvol = output.curvol
221 curvol["bytes"] = curvol["bytes"] + size
224 curvol["count"] = curvol["count"] + 1
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/radio/
H A Dradio-aimslab.c65 int curvol; member
73 rt->curvol = 0xff; in rtrack_alloc()
121 int curvol = rt->curvol; in rtrack_s_mute_volume() local
129 msleep(curvol * 3); /* make sure it's totally down */ in rtrack_s_mute_volume()
130 } else if (curvol < vol) { in rtrack_s_mute_volume()
132 for (; curvol < vol; curvol++) in rtrack_s_mute_volume()
134 } else if (curvol > vol) { in rtrack_s_mute_volume()
136 for (; curvol > vol; curvol--) in rtrack_s_mute_volume()
140 rt->curvol = vol; in rtrack_s_mute_volume()
H A Dradio-aztech.c55 int curvol; member
71 u8 bits = az->curvol; in aztech_set_pins()
115 az->curvol = (vol & 1) + ((vol & 2) << 1); in aztech_s_mute_volume()
116 outb(az->curvol, isa->io); in aztech_s_mute_volume()
H A Dradio-zoltrix.c76 int curvol; member
91 zol->curvol = vol; in zoltrix_s_mute_volume()
160 return zoltrix_s_mute_volume(isa, zol->muted, zol->curvol); in zoltrix_s_frequency()
170 outb(zol->curvol, isa->io); in zoltrix_g_rxsubchans()
187 outb(zol->curvol, isa->io); in zoltrix_g_signal()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/radio/
H A Dradio-aimslab.c65 int curvol; member
73 rt->curvol = 0xff; in rtrack_alloc()
121 int curvol = rt->curvol; in rtrack_s_mute_volume() local
129 msleep(curvol * 3); /* make sure it's totally down */ in rtrack_s_mute_volume()
130 } else if (curvol < vol) { in rtrack_s_mute_volume()
132 for (; curvol < vol; curvol++) in rtrack_s_mute_volume()
134 } else if (curvol > vol) { in rtrack_s_mute_volume()
136 for (; curvol > vol; curvol--) in rtrack_s_mute_volume()
140 rt->curvol = vol; in rtrack_s_mute_volume()
H A Dradio-aztech.c55 int curvol; member
71 u8 bits = az->curvol; in aztech_set_pins()
115 az->curvol = (vol & 1) + ((vol & 2) << 1); in aztech_s_mute_volume()
116 outb(az->curvol, isa->io); in aztech_s_mute_volume()
H A Dradio-zoltrix.c76 int curvol; member
91 zol->curvol = vol; in zoltrix_s_mute_volume()
160 return zoltrix_s_mute_volume(isa, zol->muted, zol->curvol); in zoltrix_s_frequency()
170 outb(zol->curvol, isa->io); in zoltrix_g_rxsubchans()
187 outb(zol->curvol, isa->io); in zoltrix_g_signal()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/radio/
H A Dradio-aimslab.c65 int curvol; member
73 rt->curvol = 0xff; in rtrack_alloc()
121 int curvol = rt->curvol; in rtrack_s_mute_volume() local
129 msleep(curvol * 3); /* make sure it's totally down */ in rtrack_s_mute_volume()
130 } else if (curvol < vol) { in rtrack_s_mute_volume()
132 for (; curvol < vol; curvol++) in rtrack_s_mute_volume()
134 } else if (curvol > vol) { in rtrack_s_mute_volume()
136 for (; curvol > vol; curvol--) in rtrack_s_mute_volume()
140 rt->curvol = vol; in rtrack_s_mute_volume()
H A Dradio-aztech.c55 int curvol; member
71 u8 bits = az->curvol; in aztech_set_pins()
115 az->curvol = (vol & 1) + ((vol & 2) << 1); in aztech_s_mute_volume()
116 outb(az->curvol, isa->io); in aztech_s_mute_volume()
H A Dradio-zoltrix.c76 int curvol; member
91 zol->curvol = vol; in zoltrix_s_mute_volume()
160 return zoltrix_s_mute_volume(isa, zol->muted, zol->curvol); in zoltrix_s_frequency()
170 outb(zol->curvol, isa->io); in zoltrix_g_rxsubchans()
187 outb(zol->curvol, isa->io); in zoltrix_g_signal()
/dports/sysutils/hfsutils/hfsutils-3.2.6/
H A Dhcwd.c44 static int curvol = -1, dirty = 0; variable
251 curvol = entry - mounts; in hcwd_mounted()
271 curvol = nmounts - 1; in hcwd_mounted()
286 vol = curvol; in hcwd_umounted()
303 if (curvol > vol) in hcwd_umounted()
304 --curvol; in hcwd_umounted()
305 else if (curvol == vol) in hcwd_umounted()
306 curvol = -1; in hcwd_umounted()
318 vol = curvol; in hcwd_getvol()
335 if (curvol != vol) in hcwd_setvol()
[all …]
H A Dhfs.tcl27 global curvol
30 if {! [info exists curvol]} {
34 set vol $curvol
53 global mounts curpath curvol
79 set curvol $vol
86 global mounts curpath curvol
101 if {[string compare $vol $curvol] == 0} {
103 unset curvol
110 global mounts curpath curvol
114 set curvol $mounts($name)
/dports/sysutils/hfsutils/hfsutils-3.2.6/test/
H A Dtest1.tcl6 global curvol
37 set file [$curvol open $file1]
49 set file [$curvol open $file2]
68 set fh1 [$curvol open $file1]
69 set fh2 [$curvol open $file2]
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/similar/main/
H A Dcredits.cpp195 static int curvol = -10; in event_handler() local
196 if (curvol == -10) in event_handler()
197 curvol = GameCfg.MusicVolume; in event_handler()
199 if (curvol > limitvol) in event_handler()
201 curvol = limitvol; in event_handler()
202 songs_set_volume(curvol); in event_handler()
/dports/emulators/xsystem35/xsystem35-1.7.3-pre5/src/
H A Dmixer_esd.c49 esd->curvol = lv; in mixer_set_level()
54 return esd->curvol; in mixer_get_level()
59 esd->curvol = 256; in mixer_init()
/dports/games/redeclipse16/base-1.6.0/src/engine/
H A Dsound.cpp30 vol = curvol = 255; in reset()
179 case 1: intret(sounds[idx].curvol); break; in getcursounds()
431 …if((s.flags&SND_NOCULL) || (s.flags&SND_BUFFER) || !soundcull || s.curvol > 0 || s.pos.dist(camera… in updatesound()
446 Mix_Volume(chan, s.curvol); in updatesound()
453 if(verbose >= 4) conoutf("culled sound %d (%d)", chan, s.curvol); in updatesound()
487 …MAP) || s.flags&SND_MAP) && sounds[i].curvol < s.curvol && (lowest < 0 || sounds[i].curvol < sound… in updatesounds()
491 … if(verbose >= 4) conoutf("culled channel %d (%d)", lowest, sounds[lowest].curvol); in updatesounds()
518 t.curvol = s.curvol; in updatesounds()
583 …SND_MAP) || flags&SND_MAP) && sounds[i].curvol < cvol && (lowest < 0 || sounds[i].curvol < sounds[… in playsound()
587 … if(verbose >= 4) conoutf("culled channel %d (%d)", lowest, sounds[lowest].curvol); in playsound()
[all …]
/dports/games/redeclipse/base-2.0.0/src/engine/
H A Dsound.cpp30 vol = curvol = 255; in reset()
185 case 1: intret(sounds[idx].curvol); break; in getcursounds()
421 …if((s.flags&SND_NOCULL) || (s.flags&SND_BUFFER) || !soundcull || s.curvol > 0 || s.pos.dist(camera… in updatesound()
436 Mix_Volume(chan, s.curvol); in updatesound()
443 if(verbose >= 4) conoutf("Culled sound %d (%d)", chan, s.curvol); in updatesound()
467 t.curvol = s.curvol; in updatesoundchan()
507 …MAP) || s.flags&SND_MAP) && sounds[i].curvol < s.curvol && (lowest < 0 || sounds[i].curvol < sound… in updatesounds()
511 … if(verbose >= 4) conoutf("Culled channel %d (%d)", lowest, sounds[lowest].curvol); in updatesounds()
578 …SND_MAP) || flags&SND_MAP) && sounds[i].curvol < cvol && (lowest < 0 || sounds[i].curvol < sounds[… in playsound()
582 … if(verbose >= 4) conoutf("Culled channel %d (%d)", lowest, sounds[lowest].curvol); in playsound()
[all …]
/dports/audio/moc/moc-2.5.2/
H A Dsndio_out.c32 static int curvol = 100; variable
39 curvol = SIO_TO_PCT(vol); in volume_cb()
92 sio_setvol (hdl, PCT_TO_SIO(curvol)); in sndio_open()
122 return curvol; in sndio_read_mixer()
/dports/games/hyperrogue/hyperrogue-12.0f/hyperroid/app/src/main/java/com/roguetemple/hyperroid/
H A DHyperRogue.java355 float curvol; field in HyperRogue
490 curvol = 0; changevol = true; in checkMusic()
502 if(curvol < 1 || changevol) { in checkMusic()
503 curvol += delta; in checkMusic()
504 if(curvol > 1) curvol = 1; in checkMusic()
506 backgroundmusic.setVolume(curvol * musicvolume / 128, curvol * musicvolume / 128); in checkMusic()
600 curvol = 0; in checkMusic()
601 backgroundmusic.setVolume(curvol, curvol); in checkMusic()
609 else if(curvol <= delta) { in checkMusic()
616 curvol -= delta; in checkMusic()
[all …]
/dports/games/bloodfrontier/bloodfrontier/src/engine/
H A Dsound.cpp232 …nt vol, int slotvol, int slotmat, int maxrad, int minrad, const vec &pos, int *curvol, int *curpan) in calcvol() argument
252 if(dist <= nrad) *curvol = svol; in calcvol()
253 else if(dist <= mrad) *curvol = int(svol*(1.f-((dist-nrad)/max(mrad-nrad,1e-16f)))); in calcvol()
254 else *curvol = 0; in calcvol()
256 else { *curvol = svol; *curpan = 127; } in calcvol()
263 if((s.flags&SND_NOCULL) || s.curvol > 0) in updatesound()
278 Mix_Volume(chan, s.curvol); in updatesound()
287 if(verbose >= 4) conoutf("culled sound %d (%d)", chan, s.curvol); in updatesound()
302 …calcvol(s.flags, s.vol, s.slot->vol, s.slot->material, s.maxrad, s.minrad, s.pos, &s.curvol, &s.cu… in updatesounds()
368 s.curvol = cvol; in playsound()
/dports/emulators/qemu60/qemu-6.0.0/roms/openbios/fs/hfs/
H A Dhfs.c39 hfsvol *curvol; /* current volume */ variable
51 if (curvol == NULL) in getvol()
54 *vol = curvol; in getvol()
112 curvol = vol; in hfs_mount()
171 if (vol == curvol) in hfs_umount()
172 curvol = NULL; in hfs_umount()
202 return curvol; in hfs_getvol()
219 curvol = vol; in hfs_setvol()
/dports/emulators/qemu42/qemu-4.2.1/roms/openbios/fs/hfs/
H A Dhfs.c39 hfsvol *curvol; /* current volume */ variable
51 if (curvol == NULL) in getvol()
54 *vol = curvol; in getvol()
112 curvol = vol; in hfs_mount()
171 if (vol == curvol) in hfs_umount()
172 curvol = NULL; in hfs_umount()
202 return curvol; in hfs_getvol()
219 curvol = vol; in hfs_setvol()
/dports/emulators/qemu5/qemu-5.2.0/roms/openbios/fs/hfs/
H A Dhfs.c39 hfsvol *curvol; /* current volume */ variable
51 if (curvol == NULL) in getvol()
54 *vol = curvol; in getvol()
112 curvol = vol; in hfs_mount()
171 if (vol == curvol) in hfs_umount()
172 curvol = NULL; in hfs_umount()
202 return curvol; in hfs_getvol()
219 curvol = vol; in hfs_setvol()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/openbios/fs/hfs/
H A Dhfs.c39 hfsvol *curvol; /* current volume */ variable
51 if (curvol == NULL) in getvol()
54 *vol = curvol; in getvol()
112 curvol = vol; in hfs_mount()
171 if (vol == curvol) in hfs_umount()
172 curvol = NULL; in hfs_umount()
202 return curvol; in hfs_getvol()
219 curvol = vol; in hfs_setvol()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/openbios/fs/hfs/
H A Dhfs.c39 hfsvol *curvol; /* current volume */ variable
51 if (curvol == NULL) in getvol()
54 *vol = curvol; in getvol()
112 curvol = vol; in hfs_mount()
171 if (vol == curvol) in hfs_umount()
172 curvol = NULL; in hfs_umount()
202 return curvol; in hfs_getvol()
219 curvol = vol; in hfs_setvol()

123