Home
last modified time | relevance | path

Searched refs:n_hit (Results 1 – 16 of 16) sorted by relevance

/dports/multimedia/v4l_compat/linux-5.13-rc2/net/openvswitch/
H A Ddatapath.h45 u64 n_hit; member
H A Ddatapath.c259 stats_counter = &stats->n_hit; in ovs_dp_process_packet()
686 stats->n_hit = stats->n_missed = stats->n_lost = 0; in get_dp_stats()
700 stats->n_hit += local_stats.n_hit; in get_dp_stats()
/dports/multimedia/libv4l/linux-5.13-rc2/net/openvswitch/
H A Ddatapath.h45 u64 n_hit; member
H A Ddatapath.c259 stats_counter = &stats->n_hit; in ovs_dp_process_packet()
686 stats->n_hit = stats->n_missed = stats->n_lost = 0; in get_dp_stats()
700 stats->n_hit += local_stats.n_hit; in get_dp_stats()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/openvswitch/
H A Ddatapath.h45 u64 n_hit; member
H A Ddatapath.c259 stats_counter = &stats->n_hit; in ovs_dp_process_packet()
686 stats->n_hit = stats->n_missed = stats->n_lost = 0; in get_dp_stats()
700 stats->n_hit += local_stats.n_hit; in get_dp_stats()
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/uapi/linux/
H A Dopenvswitch.h96 uint64_t n_hit; /* Number of flow table matches. */ member
/dports/multimedia/libv4l/linux-5.13-rc2/include/uapi/linux/
H A Dopenvswitch.h96 uint64_t n_hit; /* Number of flow table matches. */ member
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-linux-any/linux/
H A Dopenvswitch.h101 __u64 n_hit; /* Number of flow table matches. */ member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-linux-any/linux/
H A Dopenvswitch.h101 __u64 n_hit; /* Number of flow table matches. */ member
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/uapi/linux/
H A Dopenvswitch.h96 uint64_t n_hit; /* Number of flow table matches. */ member
/dports/biology/phyml/phyml-3.3.20200621/src/
H A Dslfv.c62 int n_hit,n_trials,trial; in SLFV_Prob_Two_Random_Lineages_Coal_One_Event() local
66 n_hit = 0; in SLFV_Prob_Two_Random_Lineages_Coal_One_Event()
88 if(!(Uni() > prob_hit)) n_hit++; in SLFV_Prob_Two_Random_Lineages_Coal_One_Event()
94 return((phydbl)n_hit/n_trials); in SLFV_Prob_Two_Random_Lineages_Coal_One_Event()
H A Dstats.c4948 int n_hit,n_trials,trial; in Area_Of_Poly_Monte_Carlo() local
4955 n_hit = 0; in Area_Of_Poly_Monte_Carlo()
4960 if(Is_In_Polygon(point,poly) == YES) n_hit++; in Area_Of_Poly_Monte_Carlo()
4968 return((phydbl)(n_hit)/n_trials*lim->lonlat[0]*lim->lonlat[1]); in Area_Of_Poly_Monte_Carlo()
/dports/net-mgmt/nfdump/nfdump-1.6.20/bin/
H A Dsflow.h1471 uint32_t n_hit; member
/dports/net/sflowtool/sflowtool-5.06/src/
H A Dsflow.h1488 uint32_t n_hit; member
/dports/science/py-pymol/pymol-open-source-2.4.0/layer1/
H A DRay.cpp3184 int n_hit = 0; in RayTraceThread() local
3787 n_hit++; in RayTraceThread()
4512 return (n_hit); in RayTraceThread()
5532 int n_hit = 0; in RayRender() local
6529 " RayRender: n_hit %d\n", n_hit ENDFD; in RayRender()