Home
last modified time | relevance | path

Searched refs:tmpcount (Results 1 – 25 of 75) sorted by relevance

123

/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dsnd_mem.c179 size_t tmpcount, interpolation_limit, i, j; in Snd_AppendToSndBuffer() local
187 tmpcount = sb->format.speed; in Snd_AppendToSndBuffer()
188 interpolation_limit = tmpcount; // all samples can be interpolated in Snd_AppendToSndBuffer()
192 tmpcount = outcount - total_out; in Snd_AppendToSndBuffer()
194 if (interpolation_limit > tmpcount) in Snd_AppendToSndBuffer()
195 interpolation_limit = tmpcount; in Snd_AppendToSndBuffer()
225 for (/* nothing */; i < tmpcount; i++) in Snd_AppendToSndBuffer()
268 for (/* nothing */; i < tmpcount; i++) in Snd_AppendToSndBuffer()
288 total_out += tmpcount; in Snd_AppendToSndBuffer()
/dports/games/nexuiz/Nexuiz/sources/darkplaces/
H A Dsnd_mem.c180 size_t tmpcount, interpolation_limit, i, j; in Snd_AppendToSndBuffer() local
188 tmpcount = sb->format.speed; in Snd_AppendToSndBuffer()
189 interpolation_limit = tmpcount; // all samples can be interpolated in Snd_AppendToSndBuffer()
193 tmpcount = outcount - total_out; in Snd_AppendToSndBuffer()
195 if (interpolation_limit > tmpcount) in Snd_AppendToSndBuffer()
196 interpolation_limit = tmpcount; in Snd_AppendToSndBuffer()
226 for (/* nothing */; i < tmpcount; i++) in Snd_AppendToSndBuffer()
269 for (/* nothing */; i < tmpcount; i++) in Snd_AppendToSndBuffer()
289 total_out += tmpcount; in Snd_AppendToSndBuffer()
/dports/games/darkplaces/darkplaces/
H A Dsnd_mem.c179 size_t tmpcount, interpolation_limit, i, j; in Snd_AppendToSndBuffer() local
187 tmpcount = sb->format.speed; in Snd_AppendToSndBuffer()
188 interpolation_limit = tmpcount; // all samples can be interpolated in Snd_AppendToSndBuffer()
192 tmpcount = outcount - total_out; in Snd_AppendToSndBuffer()
194 if (interpolation_limit > tmpcount) in Snd_AppendToSndBuffer()
195 interpolation_limit = tmpcount; in Snd_AppendToSndBuffer()
225 for (/* nothing */; i < tmpcount; i++) in Snd_AppendToSndBuffer()
268 for (/* nothing */; i < tmpcount; i++) in Snd_AppendToSndBuffer()
288 total_out += tmpcount; in Snd_AppendToSndBuffer()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/StdLib/LibC/Stdio/
H A Dtmpnam.c62 static long unsigned int tmpcount = 0; // Must be long to satisfy the %lu in snprintf below. in tmpnam() local
67 (void)snprintf(s, L_tmpnam, "%stmp_%lu_XXXX", _PATH_TMP, tmpcount); in tmpnam()
68 ++tmpcount; in tmpnam()
/dports/graphics/p5-Chart-Graph/Chart-Graph-3.2/Graph/
H A DUtils.pm47 $tmpcount
108 use vars qw($tmpcount $tmpdir @clean_tmpdirs);
109 $tmpcount = 0; # used to create unique tmp filenames
183 $tmpcount++;
189 return "$tmpdir/$file.$tmpcount$ext";
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/stdio/
H A Dtmpnam.c57 static u_long tmpcount; in tmpnam() local
62 (void)snprintf(s, L_tmpnam, "%stmp.%lu.XXXXXXXXXX", P_tmpdir, tmpcount); in tmpnam()
63 ++tmpcount; in tmpnam()
/dports/japanese/plain2/plain2-2.54p1.orig/debian/
H A Djverb.sty93 \newcount\jv@tmpcount \newcount\jv@igntabcount
98 \jv@tmpcount="20\loop\ifnum\the\jv@tmpcount<"7F
99 \catcode\the\jv@tmpcount=12
100 \advance\jv@tmpcount by1\repeat
143 \advance\jv@curcol by1 \jv@tmpcount=\jv@curcol
144 \divide\jv@tmpcount by\jvtabstop
145 \multiply\jv@tmpcount by\jvtabstop
146 \ifnum\jv@tmpcount<\jv@curcol \repeat
194 \jv@tmpcount="20\loop\ifnum\the\jv@tmpcount<"7F
195 \catcode\the\jv@tmpcount=12
[all …]
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/sdf/
H A Dsdf_detection_option.c62 unsigned long int tmpcount; in SDFOptionInit() local
86 tmpcount = _dpd.SnortStrtoul(args, &endptr, 10); in SDFOptionInit()
95 if (tmpcount == 0 || tmpcount > 255) in SDFOptionInit()
102 sdf_data->count = (uint8_t)tmpcount; in SDFOptionInit()
/dports/devel/cssc/CSSC-1.4.1/sccs-cgi/
H A Dsccs.cgi32 my $tmpcount = 0;
301 ++$tmpcount;
308 return "$tmproot/$tmpcount";
313 return "$tmproot/$tmpcount";
/dports/audio/hexter/hexter-1.0.3/src/
H A Dgui_data.c456 int tmpcount = 0; in gui_data_load() local
460 tmpcount = dx7_patchbank_load(filename, &patches[position], 128 - position, in gui_data_load()
463 if (!tmpcount) { in gui_data_load()
467 gui_data_mark_dirty_patch_sections(position, position + tmpcount - 1); in gui_data_load()
470 *message = dssp_error_message("loaded %d patches", tmpcount); in gui_data_load()
473 return tmpcount; in gui_data_load()
/dports/net-mgmt/net-snmp/net-snmp-5.9/
H A Ddotgdbinit85 set $tmpcount = 1
89 printf "VARIABLE #%d\n", $tmpcount
92 set $tmpcount = $tmpcount + 1
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/partnership/class/
H A Dpartnershiputils.class.php308 $tmpcount = $object->count_last_url_check_error + 1;
310 if ($tmpcount > 2 && $tmpcount <= 4) { // Send Warning Email
352 } elseif ($tmpcount > 4) { // Cancel Partnership
357 $object->count_last_url_check_error = $tmpcount;
/dports/biology/seqio/seqio-1.2.2/
H A Didxseq.c93 int tmpcount, isactive; member
151 if (node->isactive && node->tmpcount) { in handler()
152 sprintf(filename, "%s.tmp.%d", node->indexfile, node->tmpcount); in handler()
696 if (node->tmpcount == 0) { in output_identlist()
733 sprintf(tempfile, "%s.tmp.%d", node->indexfile, node->tmpcount); in output_identlist()
740 node->tmpcount++; in output_identlist()
741 sprintf(tempfile2, "%s.tmp.%d", node->indexfile, node->tmpcount); in output_identlist()
760 sprintf(tempfile, "%s.tmp.%d", node->indexfile, node->tmpcount); in output_identlist()
1017 if (node->tmpcount == 0) in flush_lists()
1030 node->tmpcount++; in flush_lists()
[all …]
/dports/graphics/mapcache/mapcache-1.10.0/lib/
H A Dutil.c108 int tmpcount=1; in mapcache_util_extract_int_list() local
118 tmpcount++; in mapcache_util_extract_int_list()
122 *numbers = (int*)apr_pcalloc(ctx->pool,tmpcount*sizeof(int)); in mapcache_util_extract_int_list()
137 int tmpcount=1; in mapcache_util_extract_double_list() local
147 tmpcount++; in mapcache_util_extract_double_list()
150 *numbers = (double*)apr_pcalloc(ctx->pool,tmpcount*sizeof(double)); in mapcache_util_extract_double_list()
/dports/ports-mgmt/jailaudit/jailaudit-1.6.1/
H A Djailaudit176 tmpcount=`grep "problem(s) found." ${audit_path}/${report}|awk '{print $1}'`
177 pcount=`expr "${pcount}" "+" "${tmpcount}"`
/dports/games/quake2-3zb2/quake2-3zb2-0.97_1/
H A Dbotstr.h51 int tmpcount; member
/dports/games/qudos/QuDos-0.40.1-src/src/mods/3zb2/
H A Dbotstr.h51 int tmpcount; member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/mgag200/
H A Dmgag200_mode.c313 int i, j, tmpcount, vcount; in mga_g200wb_set_plls() local
469 tmpcount = RREG8(MGAREG_VCOUNT); in mga_g200wb_set_plls()
470 if (tmpcount < vcount) in mga_g200wb_set_plls()
472 if ((tmpcount - vcount) > 2) in mga_g200wb_set_plls()
585 int i, j, tmpcount, vcount; in mga_g200eh_set_plls() local
695 tmpcount = RREG8(MGAREG_VCOUNT); in mga_g200eh_set_plls()
696 if (tmpcount < vcount) in mga_g200eh_set_plls()
698 if ((tmpcount - vcount) > 2) in mga_g200eh_set_plls()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/mgag200/
H A Dmgag200_mode.c313 int i, j, tmpcount, vcount; in mga_g200wb_set_plls() local
469 tmpcount = RREG8(MGAREG_VCOUNT); in mga_g200wb_set_plls()
470 if (tmpcount < vcount) in mga_g200wb_set_plls()
472 if ((tmpcount - vcount) > 2) in mga_g200wb_set_plls()
585 int i, j, tmpcount, vcount; in mga_g200eh_set_plls() local
695 tmpcount = RREG8(MGAREG_VCOUNT); in mga_g200eh_set_plls()
696 if (tmpcount < vcount) in mga_g200eh_set_plls()
698 if ((tmpcount - vcount) > 2) in mga_g200eh_set_plls()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/mgag200/
H A Dmgag200_mode.c313 int i, j, tmpcount, vcount; in mga_g200wb_set_plls() local
469 tmpcount = RREG8(MGAREG_VCOUNT); in mga_g200wb_set_plls()
470 if (tmpcount < vcount) in mga_g200wb_set_plls()
472 if ((tmpcount - vcount) > 2) in mga_g200wb_set_plls()
585 int i, j, tmpcount, vcount; in mga_g200eh_set_plls() local
695 tmpcount = RREG8(MGAREG_VCOUNT); in mga_g200eh_set_plls()
696 if (tmpcount < vcount) in mga_g200eh_set_plls()
698 if ((tmpcount - vcount) > 2) in mga_g200eh_set_plls()
/dports/x11-wm/i3/i3-4.20.1/testcases/t/
H A D132-move-workspace.t252 my $tmpcount = sum_nodes(get_ws_content($tmp));
257 is(sum_nodes(get_ws_content($tmp)), $tmpcount, 'number of containers in first ws unchanged');
/dports/x11-wm/i3-gaps/i3-4.20.1/testcases/t/
H A D132-move-workspace.t252 my $tmpcount = sum_nodes(get_ws_content($tmp));
257 is(sum_nodes(get_ws_content($tmp)), $tmpcount, 'number of containers in first ws unchanged');
/dports/science/elmerfem/elmerfem-release-9.0/fem/src/modules/
H A DSaveGridData.F90270 INTEGER :: ioff,joff,koff,cands1, cands2, ierr, totcount(3),tmpcount(3) local
571 tmpcount = totcount
572 CALL MPI_ALLREDUCE( tmpcount, totcount, 3, MPI_INTEGER, &
/dports/games/alienarena/alienarena-7.66/source/game/acesrc/
H A Dacebot_spawn.c111 int tmpcount; in loadbots_openfile() local
142 result = fread( &tmpcount, sizeof(int), 1, tmppfile ); in loadbots_openfile()
143 if (result != 1 || tmpcount < 0 || tmpcount > MAX_BOTTMPFILE_COUNT) in loadbots_openfile()
148 else if ( tmpcount == 0 ) in loadbots_openfile()
156 loadbots_file.record_count = tmpcount; in loadbots_openfile()
/dports/games/alienarena-data/alienarena-7.66/source/game/acesrc/
H A Dacebot_spawn.c111 int tmpcount; in loadbots_openfile() local
142 result = fread( &tmpcount, sizeof(int), 1, tmppfile ); in loadbots_openfile()
143 if (result != 1 || tmpcount < 0 || tmpcount > MAX_BOTTMPFILE_COUNT) in loadbots_openfile()
148 else if ( tmpcount == 0 ) in loadbots_openfile()
156 loadbots_file.record_count = tmpcount; in loadbots_openfile()

123