Home
last modified time | relevance | path

Searched refs:numfound (Results 1 – 25 of 60) sorted by relevance

123

/dports/emulators/mess/mame-mame0226/src/devices/bus/vcs/
H A Dvcs_slot.cpp339 if (numfound) in detect_modeDC()
359 if (numfound) in detect_modeF6()
391 if (numfound) in detect_mode3E()
411 if (numfound) in detect_modeSS()
439 if (numfound) in detect_modeFE()
469 if (numfound) in detect_modeE0()
495 if (numfound) in detect_modeCV()
518 if (numfound) in detect_modeFV()
544 if (numfound) in detect_modeJVP()
570 if (numfound) in detect_modeE7()
[all …]
/dports/emulators/mame/mame-mame0226/src/devices/bus/vcs/
H A Dvcs_slot.cpp339 if (numfound) in detect_modeDC()
359 if (numfound) in detect_modeF6()
391 if (numfound) in detect_mode3E()
411 if (numfound) in detect_modeSS()
439 if (numfound) in detect_modeFE()
469 if (numfound) in detect_modeE0()
495 if (numfound) in detect_modeCV()
518 if (numfound) in detect_modeFV()
544 if (numfound) in detect_modeJVP()
570 if (numfound) in detect_modeE7()
[all …]
/dports/www/webtrees/webtrees-1.7.18/webtrees/
H A Dplacelist.php57 $numfound = count($list_places); variable
59 $divisor = $numfound > 20 ? 3 : 2;
61 if ($numfound === 0) {
64 $columns = array_chunk($list_places, ceil($numfound / $divisor));
92 $numfound = count($child_places); variable
95 if ($numfound === 0) {
124 if ($numfound > 0) {
125 if ($numfound > 20) {
127 } elseif ($numfound > 4) {
133 $columns = array_chunk($child_places, ceil($numfound / $divisor));
[all …]
/dports/www/yabb/YaBB_2.6.11/cgi-bin/yabb2/Sources/
H A DRecent.pm39 $numfound = 0;
129 $numfound = 0;
152 $numfound++;
159 if ( $numfound > 0 ) {
160 if ( $numfound > $display ) { $numfound = $display; }
318 $numfound = 0;
329 $numfound = 0;
351 $numfound++;
359 if ( $numfound > 0 ) {
360 if ( $numfound > $display ) { $numfound = $display; }
[all …]
H A DSearch.pm364 $msgfound, $numfound, %data, $i, $board,
494 || ( $numfound >= $display && $mdate <= $oldestfound ) )
602 $numfound++;
797 $subfound, $msgfound, $numfound, %data, $i,
856 if ( $numfound >= $display && $mdate <= $oldestfound ) {
926 $numfound++;
/dports/math/p5-Math-Prime-Util/Math-Prime-Util-0.73/examples/
H A Dsophie_germain.pl37 my $numfound = 0;
39 if ($numfound < $count && is_prime(2*$_+1)) {
41 $numfound++;
44 die "Estimate too low" unless $numfound >= $count;
/dports/science/openkim-models/openkim-models-2021-01-28/model-drivers/SW__MD_335816936951_004/
H A Dlammps_sw_2_kim_sw.py113 numfound = 0
130 numfound += 1
131 if numfound == 1:
135 elif numfound == 2:
149 if i == j and numfound != 1:
153 if i != j and numfound != 2:
/dports/databases/cdb/cdb-0.75/
H A Dcdbtest.c65 unsigned long numfound = 0; variable
105 ++numfound; in main()
112 putnum("found: ",numfound); in main()
/dports/mail/simscan/simscan-1.4.0/cdb/
H A Dcdbtest.c65 unsigned long numfound = 0; variable
105 ++numfound; in main()
112 putnum("found: ",numfound); in main()
/dports/lang/sdcc/sdcc-4.0.0/sdas/linksrc/
H A Dlklibr.c484 int numfound = 0; in fndsym() local
501 if ((!ThisLibr->loaded) && (numfound == 0)) in fndsym()
527 if (numfound == 0) in fndsym()
529 numfound++; in fndsym()
553 if (numfound == 1) in fndsym()
559 numfound++; in fndsym()
565 return numfound; in fndsym()
/dports/audio/chordpack/chordpack-0.8.1_2/
H A Dchordpack679 my $numfound=0;
692 if ($numfound and /[2-9]/ and not $force_stay_in_upper_index) {
702 if ($numfound) {
710 $numfound=1; next; }
711 $$dest.=$majset; $numfound=1; next; } # maj
713 if (/[2-9]/) { $top.="$_"; $numfound=1; next; }
1831 my $numfound=0;
1836 if ($numfound and /[2-9]/) { $bot.="$_"; $puttobot=1; next; }
1837 if ($numfound and /\001/) { $bot.=$majset; $puttobot=1; next; }
1839 if (/[2-9]/) { $top.="$_"; $numfound=1; next; }
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/ocfs2/
H A Dlocalalloc.c827 int numfound = 0, bitoff, left, startoff; in ocfs2_local_alloc_find_clear_bits() local
845 numfound = *numbits; in ocfs2_local_alloc_find_clear_bits()
847 if (numfound < *numbits) in ocfs2_local_alloc_find_clear_bits()
848 *numbits = numfound; in ocfs2_local_alloc_find_clear_bits()
864 numfound = bitoff = startoff = 0; in ocfs2_local_alloc_find_clear_bits()
878 numfound++; in ocfs2_local_alloc_find_clear_bits()
882 numfound = 1; in ocfs2_local_alloc_find_clear_bits()
886 if (numfound == *numbits) { in ocfs2_local_alloc_find_clear_bits()
894 if (numfound == *numbits) in ocfs2_local_alloc_find_clear_bits()
895 bitoff = startoff - numfound; in ocfs2_local_alloc_find_clear_bits()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/fs/ocfs2/
H A Dlocalalloc.c827 int numfound = 0, bitoff, left, startoff; in ocfs2_local_alloc_find_clear_bits() local
845 numfound = *numbits; in ocfs2_local_alloc_find_clear_bits()
847 if (numfound < *numbits) in ocfs2_local_alloc_find_clear_bits()
848 *numbits = numfound; in ocfs2_local_alloc_find_clear_bits()
864 numfound = bitoff = startoff = 0; in ocfs2_local_alloc_find_clear_bits()
878 numfound++; in ocfs2_local_alloc_find_clear_bits()
882 numfound = 1; in ocfs2_local_alloc_find_clear_bits()
886 if (numfound == *numbits) { in ocfs2_local_alloc_find_clear_bits()
894 if (numfound == *numbits) in ocfs2_local_alloc_find_clear_bits()
895 bitoff = startoff - numfound; in ocfs2_local_alloc_find_clear_bits()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/ocfs2/
H A Dlocalalloc.c827 int numfound = 0, bitoff, left, startoff; in ocfs2_local_alloc_find_clear_bits() local
845 numfound = *numbits; in ocfs2_local_alloc_find_clear_bits()
847 if (numfound < *numbits) in ocfs2_local_alloc_find_clear_bits()
848 *numbits = numfound; in ocfs2_local_alloc_find_clear_bits()
864 numfound = bitoff = startoff = 0; in ocfs2_local_alloc_find_clear_bits()
878 numfound++; in ocfs2_local_alloc_find_clear_bits()
882 numfound = 1; in ocfs2_local_alloc_find_clear_bits()
886 if (numfound == *numbits) { in ocfs2_local_alloc_find_clear_bits()
894 if (numfound == *numbits) in ocfs2_local_alloc_find_clear_bits()
895 bitoff = startoff - numfound; in ocfs2_local_alloc_find_clear_bits()
[all …]
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/ac/
H A Droute_finder.cpp349 numfound = 0; } \
350 if (numfound < 40) { \
351 newcell[numfound] = (celly) * wallscreen->GetWidth() + (cellx);\
352 cheapest[numfound] = j * wallscreen->GetWidth() + i;\
353 numfound++; \
416 int changeiter, numfound, adjcount; in find_route_dijkstra() local
430 numfound = 0; in find_route_dijkstra()
472 if (numfound == 0) { in find_route_dijkstra()
478 totalfound += numfound; in find_route_dijkstra()
479 for (int p = 0; p < numfound; p++) { in find_route_dijkstra()
/dports/games/scummvm/scummvm-2.5.1/engines/ags/engine/ac/
H A Droute_finder_impl_legacy.cpp365 numfound = 0; } \
366 if (numfound < 40) { \
367 newcell[numfound] = (celly) * _G(wallscreen)->GetWidth() + (cellx);\
368 cheapest[numfound] = j * _G(wallscreen)->GetWidth() + i;\
369 numfound++; \
437 int changeiter, numfound, adjcount; in find_route_dijkstra() local
451 numfound = 0; in find_route_dijkstra()
493 if (numfound == 0) { in find_route_dijkstra()
499 totalfound += numfound; in find_route_dijkstra()
500 for (int p = 0; p < numfound; p++) { in find_route_dijkstra()
/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/Module/
H A DPlaceHierarchyListModule.php285 $numfound = count($child_places);
287 if ($numfound > 0) {
288 $divisor = $numfound > 20 ? 3 : 2;
293 'columns' => array_chunk($child_places, (int) ceil($numfound / $divisor)),
/dports/editors/jove/jove/
H A Dask.c440 numfound = 0, local
451 minmatch = numfound == 0
459 numfound += 1;
462 if (numfound == 0) {
482 if (numfound == 1 && fc_filebase[0] != '\0' && isdir(linebuf)) {
490 numfound == 1? "Unique" : "Ambiguous");
H A Dextend.c435 numfound = 0, local
460 minmatch = numfound == 0
463 numfound += 1;
481 if (numfound == 1 && c != '\t' && (comp_flags & ALLOW_OLD)) {
487 numfound == 0? "unknown" : "ambiguous");
488 if (numfound == 0) {
505 add_mess(numfound == 1? " [complete]" : " [ambiguous]");
/dports/devel/dia2code/dia2code-0.8.8/dia2code/
H A Dsource_parser.c140 int numfound = find_more_str( *newpos, tokens, tokenblocks ); in source_parse() local
141 debug( 7, "found %d items from 2\n", numfound ); in source_parse()
143 if( numfound != 2 ) { in source_parse()
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dd_iwad.cpp332 int numfound; in CheckIWAD() local
334 numfound = 0; in CheckIWAD()
354 numfound++; in CheckIWAD()
360 return numfound; in CheckIWAD()
/dports/devel/notcurses/notcurses-3.0.1/src/lib/
H A Dlinux.c493 size_t numfound = 0; in program_block_drawing_chars() local
509 ++numfound; in program_block_drawing_chars()
517 ++numfound; in program_block_drawing_chars()
526 if(numfound + halvesfound == (sizeof(half) + sizeof(quads) + sizeof(eighths)) / sizeof(*quads)){ in program_block_drawing_chars()
527 logdebug("all %zu desired glyphs were already present\n", numfound); in program_block_drawing_chars()
626 if(added + numfound == (sizeof(quads) + sizeof(eighths)) / sizeof(*quads)){ in program_block_drawing_chars()
/dports/news/inn-current/inn-2.7-20211226/nnrpd/
H A Dcommands.c501 int numfound = 0; in CMDnewgroups() local
580 for (numfound = numgroups; (p = QIOread(qp)) && numfound;) { in CMDnewgroups()
602 numfound--; in CMDnewgroups()
/dports/news/inn/inn-2.6.4/nnrpd/
H A Dcommands.c496 int numfound = 0; in CMDnewgroups() local
576 for (numfound = numgroups; (p = QIOread(qp)) && numfound;) { in CMDnewgroups()
596 numfound--; in CMDnewgroups()
/dports/sysutils/shlock/inn-2.6.4/nnrpd/
H A Dcommands.c496 int numfound = 0; in CMDnewgroups() local
576 for (numfound = numgroups; (p = QIOread(qp)) && numfound;) { in CMDnewgroups()
596 numfound--; in CMDnewgroups()

123