Home
last modified time | relevance | path

Searched refs:SET_INTERSECT (Results 1 – 12 of 12) sorted by relevance

/dports/net/tcpview/tcpview-1.0/
H A Doptimize.c111 #define SET_INTERSECT(a, b, n)\ macro
213 SET_INTERSECT(JT(b)->dom, b->dom, nodewords);
214 SET_INTERSECT(JF(b)->dom, b->dom, nodewords);
225 SET_INTERSECT(ep->succ->et.edom, ep->edom, edgewords);
226 SET_INTERSECT(ep->succ->ef.edom, ep->edom, edgewords);
/dports/net/daq/daq-2.2.2/sfbpf/
H A Dsf_optimize.c193 #define SET_INTERSECT(a, b, n)\ macro
296 SET_INTERSECT(JT(b)->dom, b->dom, nodewords);
297 SET_INTERSECT(JF(b)->dom, b->dom, nodewords);
308 SET_INTERSECT(ep->succ->et.edom, ep->edom, edgewords);
309 SET_INTERSECT(ep->succ->ef.edom, ep->edom, edgewords);
/dports/security/fragrouter/fragrouter-1.6/libpcap-0.4/
H A Doptimize.c167 #define SET_INTERSECT(a, b, n)\ macro
269 SET_INTERSECT(JT(b)->dom, b->dom, nodewords);
270 SET_INTERSECT(JF(b)->dom, b->dom, nodewords);
281 SET_INTERSECT(ep->succ->et.edom, ep->edom, edgewords);
282 SET_INTERSECT(ep->succ->ef.edom, ep->edom, edgewords);
/dports/security/nmap/nmap-7.91/libpcap/
H A Doptimize.c283 #define SET_INTERSECT(a, b, n)\ macro
425 SET_INTERSECT(JT(b)->dom, b->dom, opt_state->nodewords); in find_dom()
426 SET_INTERSECT(JF(b)->dom, b->dom, opt_state->nodewords); in find_dom()
436 SET_INTERSECT(ep->succ->et.edom, ep->edom, opt_state->edgewords); in propedom()
437 SET_INTERSECT(ep->succ->ef.edom, ep->edom, opt_state->edgewords); in propedom()
/dports/net/libpcap/libpcap-1.10.1/
H A Doptimize.c297 #define SET_INTERSECT(a, b, n)\ macro
449 SET_INTERSECT(JT(b)->dom, b->dom, opt_state->nodewords); in find_dom()
450 SET_INTERSECT(JF(b)->dom, b->dom, opt_state->nodewords); in find_dom()
460 SET_INTERSECT(ep->succ->et.edom, ep->edom, opt_state->edgewords); in propedom()
461 SET_INTERSECT(ep->succ->ef.edom, ep->edom, opt_state->edgewords); in propedom()
/dports/net-mgmt/argus3-clients/argus-clients-3.0.8.3/common/
H A Dargus_filter.c1214 #define SET_INTERSECT(a, b, n)\ macro
1313 SET_INTERSECT(JT(b)->dom, b->dom, nodewords); in find_dom()
1314 SET_INTERSECT(JF(b)->dom, b->dom, nodewords); in find_dom()
1324 SET_INTERSECT(ep->succ->et.edom, ep->edom, edgewords); in propedom()
1325 SET_INTERSECT(ep->succ->ef.edom, ep->edom, edgewords); in propedom()
/dports/net-mgmt/argus3/argus-3.0.8.2/common/
H A Dargus_filter.c1201 #define SET_INTERSECT(a, b, n)\ macro
1300 SET_INTERSECT(JT(b)->dom, b->dom, nodewords); in find_dom()
1301 SET_INTERSECT(JF(b)->dom, b->dom, nodewords); in find_dom()
1311 SET_INTERSECT(ep->succ->et.edom, ep->edom, edgewords); in propedom()
1312 SET_INTERSECT(ep->succ->ef.edom, ep->edom, edgewords); in propedom()
/dports/lang/seed7/seed7/lib/comp/
H A Dset_act.s7i45 const ACTION: SET_INTERSECT is action "SET_INTERSECT";
774 const proc: process (SET_INTERSECT, in reference: function,
H A Dconst.s7i241 "SET_GT", "SET_HASHCODE", "SET_ICONV1", "SET_ICONV3", "SET_INTERSECT",
H A Daction.s7i1577 when {"SET_INTERSECT"}:
1578 process(SET_INTERSECT, function, params, c_expr);
/dports/lang/seed7/seed7/lib/
H A Dbitsetof.s7i78 const func setType: (in setType: set1) & (in setType: set2) is action "SET_INTERSECT";
H A Dbitset.s7i68 const func bitset: (in bitset: set1) & (in bitset: set2) is action "SET_INTERSECT";