Home
last modified time | relevance | path

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

/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/asa/tests/unit/modules/network/asa/fixtures/
H A Dasa_acls_config.cfg4 …global_access line 1 extended deny tcp any any eq www log errors interval 300 (hitcnt=0) 0x849e9e8f
7 …d deny tcp 192.0.2.0 255.255.255.0 192.0.3.0 255.255.255.0 eq www log default (hitcnt=0) 0xdc46eb6e
8 …198.51.100.0 255.255.255.0 198.51.110.0 255.255.255.0 log errors interval 300 (hitcnt=0) 0x831d8948
9 access-list test_access line 3 extended permit ip host 192.0.2.2 any interval 300 (hitcnt=0) 0x831d…
12 access-list test_R1_traffic line 2 extended permit ip host 2001:db8::1 any6 (hitcnt=0) 0x82a59c34
17 …mit tcp host 198.51.100.5 range 49152 65535 198.51.100.0 255.255.255.0 eq 100 (hitcnt=0) 0x53ec762f
18 …xtended permit tcp 198.51.101.0 255.255.255.0 object-group ALLSERV.12 eq 9389 (hitcnt=0) 0xc8881c8c
19 …line 2 extended permit tcp 198.51.101.0 255.255.255.0 1.1.1.1 1.1.1.1 eq 9389 (hitcnt=0) 0xd39d4f42
22 …xtended permit tcp object-group O-Environments any object-group O-Windows-TCP (hitcnt=0) 0x61fe98bb
23 …access-list MyACL line 1 extended permit tcp 10.20.30.0 255.255.255.0 any eq 3389 (hitcnt=0) 0x698…
[all …]
/dports/biology/emboss/EMBOSS-6.6.0/scripts/
H A Ddbilist.pl87 ($hitcnt,$hitnum,$token) = unpack ("V2A*", $trgrecord);
88 print "\nTRG record $i count:$hitcnt start:$hitnum '$token'\n";
91 for ($j=1;$j<=$hitcnt;$j++) {
/dports/japanese/today/ja-today-2.12_2/
H A Devent.c321 int hitcnt; in eventSearch() local
446 hitcnt = pickup_event(notice_range); in eventSearch()
450 for (i = 0; i < hitcnt; i++) { in eventSearch()
985 int hitcnt; in pickup_event() local
989 hitcnt = 0; in pickup_event()
1013 if (hitcnt >= MAXHIT) { in pickup_event()
1019 return (hitcnt); in pickup_event()
1034 int hitcnt; in pickup_lc_event() local
1038 hitcnt = 0; in pickup_lc_event()
1081 if (hitcnt >= MAXHIT) { in pickup_lc_event()
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/asa/docs/
H A Dcisco.asa.asa_acls_module.rst2531 # log default (hitcnt=0) 0xb58abb0d
2537 # interval 300 (hitcnt=0) 0x78aa233d
2541 # log default (hitcnt=0) 0xdc7edff8
2543 # log default (hitcnt=0) 0x7b0e9fde
2545 # log default (hitcnt=0) 0x97c75adc
2608 # log default (hitcnt=0) 0xb58abb0d
2660 # log default (hitcnt=0) 0xb58abb0d
2685 # log default (hitcnt=0) 0xb58abb0d
2756 # log default (hitcnt=0) 0xb58abb0d
2812 # log default (hitcnt=0) 0xb58abb0d
[all …]
/dports/net/quagga/quagga-1.2.4/lib/
H A Dplist_int.h65 unsigned long hitcnt; member
H A Dplist.c587 pentry->hitcnt++; in prefix_list_apply()
1007 pentry->hitcnt, pentry->refcnt); in vty_show_prefix_entry()
1119 pentry->hitcnt, pentry->refcnt); in vty_show_prefix_list_prefix()
1148 pentry->hitcnt = 0; in vty_clear_prefix_list()
1152 pentry->hitcnt = 0; in vty_clear_prefix_list()
1178 pentry->hitcnt = 0; in vty_clear_prefix_list()
1181 pentry->hitcnt = 0; in vty_clear_prefix_list()
/dports/net/frr7-pythontools/frr-frr-7.5.1/lib/
H A Dplist_int.h66 unsigned long hitcnt; member
H A Dplist.c886 pbest->hitcnt++; in prefix_list_apply_which_prefix()
1033 pentry->hitcnt, pentry->refcnt); in vty_show_prefix_entry()
1140 pentry->hitcnt, pentry->refcnt); in vty_show_prefix_list_prefix()
1168 pentry->hitcnt = 0; in vty_clear_prefix_list()
1173 pentry->hitcnt = 0; in vty_clear_prefix_list()
1193 pentry->hitcnt = 0; in vty_clear_prefix_list()
1195 pentry->hitcnt = 0; in vty_clear_prefix_list()
/dports/net/frr7/frr-frr-7.5.1/lib/
H A Dplist_int.h66 unsigned long hitcnt; member
H A Dplist.c886 pbest->hitcnt++; in prefix_list_apply_which_prefix()
1033 pentry->hitcnt, pentry->refcnt); in vty_show_prefix_entry()
1140 pentry->hitcnt, pentry->refcnt); in vty_show_prefix_list_prefix()
1168 pentry->hitcnt = 0; in vty_clear_prefix_list()
1173 pentry->hitcnt = 0; in vty_clear_prefix_list()
1193 pentry->hitcnt = 0; in vty_clear_prefix_list()
1195 pentry->hitcnt = 0; in vty_clear_prefix_list()
/dports/science/hdf/hdf-4.2.15/hdf/src/
H A Dmcache.c1259 intn hitcnt; in mcache_stat() local
1311 hitcnt = 0; in mcache_stat()
1319 hitcnt += lp->elemhit; in mcache_stat()
1335 (VOID)fprintf(stderr, "Total num of elemhits=%d\n",hitcnt); in mcache_stat()
/dports/www/dokuwiki/dokuwiki-2020-07-29/inc/Search/
H A DIndexer.php619 foreach ($hits as $hitkey => $hitcnt) {
623 $final[$word][$hitkey] = $hitcnt;
625 $final[$word][$hitkey] += $hitcnt;
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_uld.h297 u64 *hitcnt, u64 *bytecnt, bool hash);
H A Dcxgb4_filter.c438 u64 *hitcnt, u64 *bytecnt, bool hash) in cxgb4_get_filter_counters() argument
442 return get_filter_count(adapter, fidx, hitcnt, bytecnt, hash); in cxgb4_get_filter_counters()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_uld.h297 u64 *hitcnt, u64 *bytecnt, bool hash);
H A Dcxgb4_filter.c438 u64 *hitcnt, u64 *bytecnt, bool hash) in cxgb4_get_filter_counters() argument
442 return get_filter_count(adapter, fidx, hitcnt, bytecnt, hash); in cxgb4_get_filter_counters()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_uld.h297 u64 *hitcnt, u64 *bytecnt, bool hash);
H A Dcxgb4_filter.c438 u64 *hitcnt, u64 *bytecnt, bool hash) in cxgb4_get_filter_counters() argument
442 return get_filter_count(adapter, fidx, hitcnt, bytecnt, hash); in cxgb4_get_filter_counters()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Ddebug.c1874 int i, hitcnt; in smc_detector() local
1893 hitcnt = 0; in smc_detector()
1896 hitcnt++; in smc_detector()
1908 if (hitcnt < 100) { in smc_detector()
1911 hitaddr, hitaddr + hitcnt, hitcnt, hitpc); in smc_detector()
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Ddebug.cpp2352 int i, hitcnt; in smc_detector() local
2371 hitcnt = 0; in smc_detector()
2374 hitcnt++; in smc_detector()
2386 if (hitcnt < 100) { in smc_detector()
2389 hitaddr, hitaddr + hitcnt, hitcnt, hitpc); in smc_detector()
/dports/emulators/hatari/hatari-2.2.1/src/cpu/
H A Ddebug.c2785 int i, hitcnt; in smc_detector() local
2804 hitcnt = 0; in smc_detector()
2807 hitcnt++; in smc_detector()
2819 if (hitcnt < 100) { in smc_detector()
2822 hitaddr, hitaddr + hitcnt, hitcnt, hitpc); in smc_detector()
/dports/biology/emboss/EMBOSS-6.6.0/nucleus/
H A Dembsig.c4927 ajuint hitcnt = 0; /* Counter of number of hits */ in embSignatureAlignSeqall() local
4971 hitcnt++; in embSignatureAlignSeqall()
4978 if(hitcnt>n) in embSignatureAlignSeqall()
/dports/math/polymake/polymake-4.5/lib/core/src/perl/
H A Dnamespaces.xxs3242 SV* hitcnt = *av_fetch(hits_av, srcline-1, TRUE);
3243 if (SvIOK(hitcnt)) {
3244 SvIV_set(hitcnt, SvIVX(hitcnt)+cnt);
3246 sv_setiv(hitcnt, cnt);
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginerr/
H A DENGINE.C219 static short posfil, capturecount = 0, hitcnt; variable
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginera/
H A DENGINE.C218 static short posfil, capturecount = 0, hitcnt; variable