Home
last modified time | relevance | path

Searched refs:flow (Results 51 – 75 of 770) sorted by relevance

12345678910>>...31

/netbsd/external/gpl3/gcc.old/dist/gcc/jit/docs/cp/intro/
H A Dtutorial03.rst54 Here's what the final control flow graph will look like:
57 :alt: image of a control flow graph
179 Control flow
183 handle the control flow. In this case, we need 4 blocks:
351 Visualizing the control flow graph
354 You can see the control flow graph of a function using
374 :alt: image of a control flow graph
/netbsd/external/gpl3/gcc/dist/gcc/jit/docs/cp/intro/
H A Dtutorial03.rst54 Here's what the final control flow graph will look like:
57 :alt: image of a control flow graph
179 Control flow
183 handle the control flow. In this case, we need 4 blocks:
351 Visualizing the control flow graph
354 You can see the control flow graph of a function using
374 :alt: image of a control flow graph
/netbsd/external/gpl3/gcc/dist/gcc/
H A DChangeLog.tree-ssa6900 * tree-flow.h: Likewise.
9772 * tree-flow.h: Likewise.
11487 flow control.
13028 * tree-flow.h: ... here
14461 * tree-flow.h: Likewise.
14961 Include tree-flow.h
15399 * tree-flow.h: Include tree-flow-inline.h, basic-block.h and
15433 declared in tree-flow.h
16948 tree-flow.h.
17510 * tree-flow.h: Ditto.
[all …]
H A Dcfg-flags.def108 /* '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.cc.
/netbsd/external/cddl/dtracetoolkit/dist/Examples/
H A Dphp_flowtime_example.txt3 This is a simple script to trace the flow of PHP functions.
39 See Notes/ALLflow_notes.txt for important notes about reading flow outputs.
H A Djs_flowinfo_example.txt3 This is a simple script to trace the flow of JavaScript functions. Here it
41 See Notes/ALLflow_notes.txt for important notes about reading flow outputs.
H A Djs_flowtime_example.txt3 This is a simple script to trace the flow of JavaScript functions.
42 See Notes/ALLflow_notes.txt for important notes about reading flow outputs.
H A Dphp_flowinfo_example.txt3 This is a simple script to trace the flow of PHP functions.
39 See Notes/ALLflow_notes.txt for important notes about reading flow outputs.
H A Drb_flowtime_example.txt3 This is a simple script to trace the flow of Ruby methods.
55 See Notes/ALLflow_notes.txt for important notes about reading flow outputs.
H A Drb_flow_example.txt3 This is a simple script to trace the flow of Ruby functions.
53 See Notes/ALLflow_notes.txt for important notes about reading flow outputs.
H A Drb_flowinfo_example.txt3 This is a simple script to trace the flow of Ruby methods. Here it traces the
53 See Notes/ALLflow_notes.txt for important notes about reading flow outputs.
/netbsd/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Dphp_flowtime_example.txt3 This is a simple script to trace the flow of PHP functions.
39 See Notes/ALLflow_notes.txt for important notes about reading flow outputs.
H A Djs_flowtime_example.txt3 This is a simple script to trace the flow of JavaScript functions.
42 See Notes/ALLflow_notes.txt for important notes about reading flow outputs.
H A Djs_flowinfo_example.txt3 This is a simple script to trace the flow of JavaScript functions. Here it
41 See Notes/ALLflow_notes.txt for important notes about reading flow outputs.
H A Dphp_flowinfo_example.txt3 This is a simple script to trace the flow of PHP functions.
39 See Notes/ALLflow_notes.txt for important notes about reading flow outputs.
H A Drb_flow_example.txt3 This is a simple script to trace the flow of Ruby functions.
53 See Notes/ALLflow_notes.txt for important notes about reading flow outputs.
H A Drb_flowtime_example.txt3 This is a simple script to trace the flow of Ruby methods.
55 See Notes/ALLflow_notes.txt for important notes about reading flow outputs.
H A Drb_flowinfo_example.txt3 This is a simple script to trace the flow of Ruby methods. Here it traces the
53 See Notes/ALLflow_notes.txt for important notes about reading flow outputs.
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMIRYamlMapping.h209 static const bool flow = true;
230 static const bool flow = true;
303 static const bool flow = true;
381 static const bool flow = true;
467 static const bool flow = true;
485 static const bool flow = true;
509 static const bool flow = true;
/netbsd/external/apache2/llvm/dist/clang/docs/
H A DSanitizerStats.rst20 flow integrity check in the program fires.
39 this case, the type of control flow integrity check). The fourth column is
/netbsd/crypto/external/bsd/openssl/dist/doc/man3/
H A DERR_GET_LIB.pod47 Applications should not make control flow decisions based on specific error
50 flow decisions if it is explicitly documented as such. New failure codes may
/netbsd/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_consume.c416 dtrace_flowkind_t flow = DTRACEFLOW_NONE; in dt_flowindent() local
441 flow = DTRACEFLOW_ENTRY; in dt_flowindent()
445 flow = DTRACEFLOW_RETURN; in dt_flowindent()
455 if (flow == DTRACEFLOW_ENTRY) { in dt_flowindent()
458 flow = DTRACEFLOW_NONE; in dt_flowindent()
466 if (flow == DTRACEFLOW_RETURN) { in dt_flowindent()
483 flow = DTRACEFLOW_NONE; in dt_flowindent()
487 if (flow == DTRACEFLOW_ENTRY || flow == DTRACEFLOW_RETURN) { in dt_flowindent()
496 data->dtpda_flow = flow; in dt_flowindent()
2159 if (flow) in dt_consume_cpu()
[all …]
/netbsd/sys/dev/usb/
H A Duftdi.c628 int rate, ratehi, rerr, data, flow; in uftdi_param() local
722 flow = FTDI_SIO_RTS_CTS_HS; in uftdi_param()
725 flow = FTDI_SIO_XON_XOFF_HS; in uftdi_param()
728 flow = FTDI_SIO_DISABLE_FLOW_CTRL; in uftdi_param()
733 USETW2(req.wIndex, flow, portno); in uftdi_param()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dcfg-flags.def108 /* '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.
/netbsd/external/apache2/llvm/dist/llvm/docs/
H A DYamlIO.rst60 # a sequence of mappings with one key's value being a flow sequence
345 converting such fields to a flow sequence. For instance suppose you
437 to the flow sequence.
779 A YAML "flow mapping" is a mapping that uses the inline notation
782 add "static const bool flow = true;". For instance:
799 static const bool flow = true;
834 add "static const bool flow = true;". For instance:
843 // The existence of this member causes YAML I/O to use a flow sequence
844 static const bool flow = true;
848 structures, then when converted to YAML, a flow sequence of integers
[all …]

12345678910>>...31