Home
last modified time | relevance | path

Searched defs:flow (Results 1 – 25 of 37) sorted by relevance

12

/netbsd-src/external/mit/isl/dist/
H A Disl_flow.c987 __isl_take isl_flow *flow) in handle_coscheduled()
2101 isl_ctx *isl_union_flow_get_ctx(__isl_keep isl_union_flow *flow) in isl_union_flow_get_ctx()
2108 __isl_null isl_union_flow *isl_union_flow_free(__isl_take isl_union_flow *flow) in isl_union_flow_free()
2120 void isl_union_flow_dump(__isl_keep isl_union_flow *flow) in isl_union_flow_dump()
2138 __isl_keep isl_union_flow *flow) in isl_union_flow_get_full_must_dependence()
2149 __isl_keep isl_union_flow *flow) in isl_union_flow_get_full_may_dependence()
2160 __isl_keep isl_union_flow *flow) in isl_union_flow_get_must_dependence()
2174 __isl_keep isl_union_flow *flow) in isl_union_flow_get_may_dependence()
2188 __isl_keep isl_union_flow *flow) in isl_union_flow_get_non_must_dependence()
2199 __isl_keep isl_union_flow *flow) in isl_union_flow_get_must_no_source()
[all …]
H A Dflow.c24 isl_union_flow *flow; in main() local
/netbsd-src/sys/altq/
H A Daltq_wfq.c244 struct flowinfo flow; in wfq_classify() local
315 wfq_hash(struct flowinfo *flow, int n) in wfq_hash() argument
343 wfq_hashbydstaddr(struct flowinfo * flow,int n) wfq_hashbydstaddr() argument
367 wfq_hashbysrcaddr(struct flowinfo * flow,int n) wfq_hashbysrcaddr() argument
391 wfq_hashbysrcport(struct flowinfo * flow,int n) wfq_hashbysrcport() argument
[all...]
H A Daltq_afmap.c289 afm_match(struct ifnet * ifp,struct flowinfo * flow) afm_match() argument
H A Daltq_wfq.h49 struct flowinfo flow; member
H A Daltq_subr.c793 altq_extractflow(struct mbuf *m, int af, struct flowinfo *flow, in altq_extractflow() argument
1254 struct flowinfo flow; in acc_classify() local
[all...]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkResult.cpp191 static const bool flow = false; member
210 static const bool flow = true; member
215 static const bool flow = false; member
230 static const bool flow = true; member
247 static const bool flow = false; member
281 static const bool flow = true; member
/netbsd-src/external/bsd/ipf/dist/lib/
H A Dprintpacket6.c25 u_32_t flow; local
/netbsd-src/external/lgpl3/gmp/dist/mpq/
H A Dset_f.c42 mp_limb_t flow; in mpq_set_f() local
/netbsd-src/sys/net/npf/
H A Dnpf_nat.c382 npf_nat_which(const unsigned type, const npf_flow_t flow) in npf_nat_which()
584 npf_dnat_translate(npf_cache_t *npc, npf_nat_t *nt, npf_flow_t flow) in npf_dnat_translate()
621 npf_snat_translate(npf_cache_t *npc, const npf_natpolicy_t *np, npf_flow_t flow) in npf_snat_translate()
679 const unsigned di, npf_flow_t *flow) in npf_nat_lookup()
721 npf_flow_t flow; in npf_do_nat() local
H A Dnpf_conn.c296 const unsigned di, const npf_flow_t flow) in npf_conn_check()
326 npf_conn_lookup(const npf_cache_t *npc, const unsigned di, npf_flow_t *flow) in npf_conn_lookup()
363 npf_flow_t flow; in npf_conn_inspect() local
947 npf_flow_t flow; in npf_conn_find() local
H A Dnpf_alg_icmp.c267 npf_flow_t flow; in npfa_icmp_conn() local
320 npfa_icmp_nat(npf_cache_t *npc, npf_nat_t *nt, npf_flow_t flow) in npfa_icmp_nat()
H A Dnpf_state_tcp.c292 npf_tcp_inwindow(npf_cache_t *npc, npf_state_t *nst, const npf_flow_t flow) in npf_tcp_inwindow()
458 npf_state_tcp(npf_cache_t *npc, npf_state_t *nst, npf_flow_t flow) in npf_state_tcp()
H A Dnpf_conndb.c164 npf_conndb_lookup(npf_t *npf, const npf_connkey_t *ck, npf_flow_t *flow) in npf_conndb_lookup()
204 npf_conn_t *con, npf_flow_t flow) in npf_conndb_insert()
H A Dnpf_connkey.c86 const void *ipv, const uint16_t *id, const npf_flow_t flow) in npf_connkey_setkey()
227 const unsigned di, const npf_flow_t flow) in npf_conn_conkey()
H A Dnpf_state.c187 npf_state_inspect(npf_cache_t *npc, npf_state_t *nst, const npf_flow_t flow) in npf_state_inspect()
H A Dnpf_alg.c255 npf_alg_exec(npf_cache_t *npc, npf_nat_t *nt, const npf_flow_t flow) in npf_alg_exec()
/netbsd-src/usr.bin/tip/
H A Dcu.c56 int flow = -1; /* -1 is "tandem" ^S/^Q */ in cumain() local
[all...]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/InterfaceStub/
H A DTBEHandler.cpp90 static const bool flow = true; member
/netbsd-src/usr.sbin/memswitch/
H A Dmethods.c432 int baud, bit, parity, stop, flow; local
686 char bit, parity, flow; in print_serial() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgraphite-dependences.c307 isl_union_flow *flow = isl_union_access_info_compute_flow (ai); in scop_get_dependences() local
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgraphite-dependences.cc307 isl_union_flow *flow = isl_union_access_info_compute_flow (ai); in scop_get_dependences() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Remarks/
H A DYAMLRemarkSerializer.cpp100 static const bool flow = true; member
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-ifs/
H A Dllvm-ifs.cpp130 static const bool flow = true; member
/netbsd-src/sys/dev/usb/
H A Duftdi.c726 int rate, ratehi, rerr, data, flow; uftdi_param() local

12