/dflybsd-src/contrib/tcpdump/ |
H A D | print-ip6.c | 236 u_int flow; in ip6_print() local 290 flow = GET_BE_U_4(ip6->ip6_flow); in ip6_print() 294 if (flow & 0x0f000000) in ip6_print() 295 ND_PRINT("pri 0x%02x, ", (flow & 0x0f000000) >> 24); in ip6_print() 296 if (flow & 0x00ffffff) in ip6_print() 297 ND_PRINT("flowlabel 0x%06x, ", flow & 0x00ffffff); in ip6_print() 300 if (flow & 0x0ff00000) in ip6_print() 301 ND_PRINT("class 0x%02x, ", (flow & 0x0ff00000) >> 20); in ip6_print() 302 if (flow & 0x000fffff) in ip6_print() 303 ND_PRINT("flowlabel 0x%05x, ", flow & 0x000fffff); in ip6_print()
|
/dflybsd-src/contrib/gmp/mpq/ |
H A D | set_f.c | 32 mp_limb_t flow; in mpq_set_f() local 44 flow = *fptr; in mpq_set_f() 45 MPN_STRIP_LOW_ZEROS_NOT_ZERO (fptr, abs_fsize, flow); in mpq_set_f() 73 if (flow & 1) in mpq_set_f() 87 count_trailing_zeros (shift, flow); in mpq_set_f()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | mcf.c | 86 gcov_type flow; member 206 fedge->flow); in dump_fixup_edge() 913 pfedge->flow += cycle_flow; in cancel_negative_cycle() 916 r_pfedge->flow -= cycle_flow; in cancel_negative_cycle() 944 pfedge->rflow = pfedge->max_capacity - pfedge->flow; in compute_residual_flow() 946 add_rfixup_edge (fixup_graph, pfedge->dest, pfedge->src, pfedge->flow, in compute_residual_flow() 1045 pfedge->flow = 0; in find_max_flow() 1072 pfedge->flow += increment; in find_max_flow() 1081 r_pfedge->flow -= increment; in find_max_flow() 1138 if (pfedge->flow) in adjust_cfg_counts() [all …]
|
H A D | cfg-flags.def | 108 /* 'Straight line' flow. In GIMPLE and in cfglayout mode, all normal 110 that control flow falls through to the next basic block in the line. */ 113 /* Strange flow, like a computed jump or exception handling. Usually 166 /* Candidate for straight line flow. Only used in bb-reorder.c.
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | mcf.c | 92 gcov_type flow; member 214 fedge->flow); in dump_fixup_edge() 917 pfedge->flow += cycle_flow; in cancel_negative_cycle() 920 r_pfedge->flow -= cycle_flow; in cancel_negative_cycle() 948 pfedge->rflow = pfedge->max_capacity - pfedge->flow; in compute_residual_flow() 950 add_rfixup_edge (fixup_graph, pfedge->dest, pfedge->src, pfedge->flow, in compute_residual_flow() 1049 pfedge->flow = 0; in find_max_flow() 1076 pfedge->flow += increment; in find_max_flow() 1085 r_pfedge->flow -= increment; in find_max_flow() 1141 if (pfedge->flow) in adjust_cfg_counts() [all …]
|
/dflybsd-src/contrib/gcc-4.7/gcc/doc/ |
H A D | cfg.texi | 16 A control flow graph (CFG) is a data structure built on top of the 18 stream) abstracting the control flow behavior of a function that is 21 control flow from one basic block to another. The data structures 22 used to represent the control flow graph are defined in 29 * Maintaining the CFG:: Keeping the control flow graph and up to date. 94 nodes can precede the block note. A basic block ends by control flow 141 @cindex edge in the flow graph 143 Edges represent possible control flow transfers from the end of some 215 There are various reasons why control flow may transfer from one block 230 may be freely redirected when the flow graph is not in SSA form. [all …]
|
H A D | passes.texi | 220 sharing clauses, exposing the control flow of most synchronization 222 control flow graph. The pass is located in @file{omp-low.c} and is 232 @item Lower control flow 243 @item Lower exception handling control flow 247 that explicitly represents the control flow involved. After this 249 number for any statement that may have EH control flow semantics; 251 for exact semantics. Exact control flow may be extracted from 256 @item Build the control flow graph 331 This pass performs a flow sensitive SSA-based points-to analysis. 527 eliminate unnecessary control flow statements. It is located [all …]
|
H A D | tree-ssa.texi | 28 operands (except function calls), it has no control flow structures 58 Annotations are defined and documented in @file{tree-flow.h}. 78 Data flow analysis and optimization is done on all tree nodes 85 can gather complete data flow information for a local scalar. On the 99 Virtual and real operands also have very different data flow 476 Most of the tree optimizers rely on the data flow information provided 503 Sometimes, flow of control makes it impossible to determine the 796 @cindex flow-sensitive alias analysis 797 @cindex flow-insensitive alias analysis
|
/dflybsd-src/sys/netgraph7/bluetooth/l2cap/ |
H A D | ng_l2cap_evnt.c | 583 bcopy(&val.flow, &ch->iflow, sizeof(ch->iflow)); in ng_l2cap_process_cfg_req() 739 bcopy(&val.flow, &cmd->ch->oflow, in ng_l2cap_process_cfg_rsp() 1308 val->flow.token_rate = le32toh(val->flow.token_rate); in get_next_l2cap_opt() 1309 val->flow.token_bucket_size = in get_next_l2cap_opt() 1310 le32toh(val->flow.token_bucket_size); in get_next_l2cap_opt() 1311 val->flow.peak_bandwidth = le32toh(val->flow.peak_bandwidth); in get_next_l2cap_opt() 1312 val->flow.latency = le32toh(val->flow.latency); in get_next_l2cap_opt() 1313 val->flow.delay_variation = le32toh(val->flow.delay_variation); in get_next_l2cap_opt()
|
H A D | ng_l2cap_llpi.c | 345 ng_l2cap_flow_p flow) in ng_l2cap_lp_qos_req() argument 391 ep->flags = flow->flags; in ng_l2cap_lp_qos_req() 392 ep->service_type = flow->service_type; in ng_l2cap_lp_qos_req() 393 ep->token_rate = flow->token_rate; in ng_l2cap_lp_qos_req() 394 ep->peak_bandwidth = flow->peak_bandwidth; in ng_l2cap_lp_qos_req() 395 ep->latency = flow->latency; in ng_l2cap_lp_qos_req() 396 ep->delay_variation = flow->delay_variation; in ng_l2cap_lp_qos_req()
|
H A D | ng_l2cap_ulpi.c | 397 ng_l2cap_flow_p flow = NULL; in ng_l2cap_l2ca_cfg_req() local 446 flow = &ch->oflow; in ng_l2cap_l2ca_cfg_req() 449 _ng_l2cap_build_cfg_options(opt, mtu, flush_timo, flow); in ng_l2cap_l2ca_cfg_req() 567 ng_l2cap_flow_p flow = NULL; in ng_l2cap_l2ca_cfg_rsp_req() local 612 flow = &ch->iflow; in ng_l2cap_l2ca_cfg_rsp_req() 615 if (mtu != NULL || flow != NULL) { in ng_l2cap_l2ca_cfg_rsp_req() 616 _ng_l2cap_build_cfg_options(opt, mtu, NULL, flow); in ng_l2cap_l2ca_cfg_rsp_req()
|
/dflybsd-src/gnu/usr.bin/cc47/liblto_plugin/ |
H A D | Makefile.headers | 110 tree-flow-inline.h \ 111 tree-flow.h \
|
/dflybsd-src/usr.sbin/installer/dfuibe_installer/ |
H A D | flow.h | 91 int flow(int, char *, char *, int);
|
H A D | Makefile | 6 SRCS= flow.c fn_diagnostic.c fn_install.c fn_zonetab.c \
|
H A D | main.c | 123 do_reboot = flow(transport, rendezvous, os_root, in main()
|
/dflybsd-src/sys/net/ipfw3_basic/ |
H A D | ip_fw3_sync.h | 95 struct ipfw_flow_id flow; member
|
/dflybsd-src/sys/netgraph7/bluetooth/hci/ |
H A D | TODO | 23 Host Controller flow control (not sure if it is required).
|
/dflybsd-src/share/examples/kld/firmware/ |
H A D | README | 21 A simple shell script that demonstrates firmware construction flow
|
/dflybsd-src/contrib/nvi2/cl/ |
H A D | README.signal | 59 the exception that flow control and signals are turned on, and curses 79 Also, the second solution doesn't work for flow control characters, as 85 enter a literal flow control character). 118 since we turn off flow control so that the user can enter literal
|
/dflybsd-src/etc/ |
H A D | modems | 14 # hw_flow_control Enable RTS/CTS flow control between DTE/DCE
|
/dflybsd-src/contrib/file/ |
H A D | MAINT | 25 This is a rough idea of the control flow from the main program:
|
/dflybsd-src/contrib/gcc-4.7/gcc/doc/include/ |
H A D | funding.texi | 51 assure a steady flow of resources into making more free software.
|
/dflybsd-src/sys/netgraph7/bluetooth/include/ |
H A D | ng_l2cap.h | 251 ng_l2cap_flow_t flow; /* NG_L2CAP_OPT_QOS */ member
|
/dflybsd-src/sys/net/lagg/ |
H A D | if_lagg.c | 1657 uint32_t flow; in lagg_hashmbuf() local 1737 flow = ip6->ip6_flow & IPV6_FLOWLABEL_MASK; in lagg_hashmbuf() 1738 p = hash32_buf(&flow, sizeof(flow), p); /* IPv6 flow label */ in lagg_hashmbuf()
|
/dflybsd-src/contrib/binutils-2.27/gold/ |
H A D | aarch64-reloc.def | 67 // Above is from Table 4-10, Relocations for control-flow instructions,
|