Home
last modified time | relevance | path

Searched refs:maxfrags (Results 1 – 25 of 47) sorted by relevance

12

/dports/games/zdoom/zdoom-2.8.1/src/
H A Dg_hub.cpp62 int maxfrags; member
72 maxfrags = wbs.maxfrags; in operator =()
H A Dwi_stuff.h60 int maxfrags; member
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexenworld/client/
H A Dcl_cam.c306 int i, j, maxfrags; in Cam_CheckHighTarget() local
310 for (i = 0, maxfrags = -9999; i < MAX_CLIENTS; i++) in Cam_CheckHighTarget()
313 if (s->name[0] && !s->spectator && s->frags > maxfrags) in Cam_CheckHighTarget()
315 maxfrags = s->frags; in Cam_CheckHighTarget()
/dports/games/odamex/odamex-src-0.7.0/client/src/
H A Dhu_elements.cpp308 short maxfrags = -32768; in PersonalSpread() local
318 if (it->fragcount == maxfrags) { in PersonalSpread()
322 if (it->fragcount > maxfrags) { in PersonalSpread()
323 maxfrags = it->fragcount; in PersonalSpread()
336 if (maxfrags == plyr->fragcount && maxother > 0) { in PersonalSpread()
345 if (maxfrags == plyr->fragcount) { in PersonalSpread()
368 buffer << "+" << maxfrags - nextfrags; in PersonalSpread()
373 buffer << (plyr->fragcount - maxfrags); in PersonalSpread()
H A Dg_level.cpp393 wminfo.maxfrags = 0; in G_DoCompleted()
/dports/audio/nas/nas-1.9.4/server/
H A Dnasd.conf.eg52 maxfrags 3 # We want really low latency
70 maxfrags 3 # Low latency (for doom!)
/dports/multimedia/libv4l/linux-5.13-rc2/include/sound/
H A Dpcm_oss.h33 unsigned int maxfrags; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/sound/
H A Dpcm_oss.h33 unsigned int maxfrags; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/sound/
H A Dpcm_oss.h33 unsigned int maxfrags; member
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/doom/
H A Dd_player.h196 int maxfrags; member
/dports/games/prboom/prboom-2.5.0/src/
H A Dd_player.h218 int maxfrags; member
/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Dd_player.h228 int maxfrags; member
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A Dd_player.h229 int maxfrags; member
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/doom/
H A Dd_player.h234 int maxfrags; member
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/strife/
H A Dd_player.h236 int maxfrags; member
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/strife/
H A Dd_player.h236 int maxfrags; member
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dd_player.h272 int maxfrags; member
/dports/games/odamex/odamex-src-0.7.0/common/
H A Dd_player.h428 int maxfrags; member
/dports/games/taisei/taisei-1.3.2/src/
H A Dplayer.c1371 static void player_add_fragments(Player *plr, int frags, int *pwhole, int *pfrags, int maxfrags, in… in player_add_fragments() argument
1372 int total_frags = *pfrags + maxfrags * *pwhole; in player_add_fragments()
1373 int excess_frags = total_frags + frags - maxwhole * maxfrags; in player_add_fragments()
1381 int up = *pfrags / maxfrags; in player_add_fragments()
1384 *pfrags %= maxfrags; in player_add_fragments()
/dports/net-mgmt/yaf/yaf-2.11.0/src/
H A Dyaf.init.pod301 -- maxfrags = FRAG_TABLE_MAX (integer)
304 -- maxfrags =
/dports/net/nng/nng-1.5.2/src/sp/transport/zerotier/
H A Dzerotier.c1737 size_t maxfrags = 0; in zt_pipe_alloc() local
1781 maxfrags = (p->zp_rcvmax + (maxfrag - 1)) / maxfrag; in zt_pipe_alloc()
1784 if ((maxfrags > 0xffff) || (maxfrags == 0)) { in zt_pipe_alloc()
1785 maxfrags = 0xffff; in zt_pipe_alloc()
1793 fl->fl_missingsz = (maxfrags + 7) / 8; in zt_pipe_alloc()
/dports/net-mgmt/yaf/yaf-2.11.0/etc/
H A Dyaf.init252 -- maxfrags = FRAG_TABLE_MAX (integer)
255 -- maxfrags =
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/core/oss/
H A Dpcm_oss.c755 if (runtime->oss.maxfrags && s > runtime->oss.maxfrags) in snd_pcm_oss_period_size()
756 s = runtime->oss.maxfrags; in snd_pcm_oss_period_size()
1953 runtime->oss.maxfrags = (val >> 16) & 0xffff; in snd_pcm_oss_set_fragment1()
1956 if (runtime->oss.maxfrags < 2) in snd_pcm_oss_set_fragment1()
1957 runtime->oss.maxfrags = 2; in snd_pcm_oss_set_fragment1()
2365 runtime->oss.maxfrags = 0; in snd_pcm_oss_init_substream()
/dports/multimedia/libv4l/linux-5.13-rc2/sound/core/oss/
H A Dpcm_oss.c755 if (runtime->oss.maxfrags && s > runtime->oss.maxfrags) in snd_pcm_oss_period_size()
756 s = runtime->oss.maxfrags; in snd_pcm_oss_period_size()
1953 runtime->oss.maxfrags = (val >> 16) & 0xffff; in snd_pcm_oss_set_fragment1()
1956 if (runtime->oss.maxfrags < 2) in snd_pcm_oss_set_fragment1()
1957 runtime->oss.maxfrags = 2; in snd_pcm_oss_set_fragment1()
2365 runtime->oss.maxfrags = 0; in snd_pcm_oss_init_substream()
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/core/oss/
H A Dpcm_oss.c755 if (runtime->oss.maxfrags && s > runtime->oss.maxfrags) in snd_pcm_oss_period_size()
756 s = runtime->oss.maxfrags; in snd_pcm_oss_period_size()
1953 runtime->oss.maxfrags = (val >> 16) & 0xffff; in snd_pcm_oss_set_fragment1()
1956 if (runtime->oss.maxfrags < 2) in snd_pcm_oss_set_fragment1()
1957 runtime->oss.maxfrags = 2; in snd_pcm_oss_set_fragment1()
2365 runtime->oss.maxfrags = 0; in snd_pcm_oss_init_substream()

12