Searched defs:Flow (Results 1 - 4 of 4) sorted by relevance

/external/iproute2/doc/
H A Dapi-ip6-flowlabels.tex2 \def\TITLE{IPv6 Flow Labels}
5 \Large\bf IPv6 Flow Labels in Linux-2.2.
52 Flow labels must be uniformly distributed (pseudo-)random numbers,
74 Flow labels have finite lifetime and source is not allowed to reuse
78 Flow state, including lifetime, is propagated along datagram path
218 \section{Flow label management.}
326 \item \verb|expires| is time in seconds. Flow label will be kept at least
407 \paragraph{Flow labels and RSVP.}
408 \addcontentsline{toc}{subsection}{Flow labels and RSVP}
/external/chromium/third_party/libjingle/source/talk/base/
H A Dstream.cc1034 StreamResult Flow(StreamInterface* source, function
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dstream.cc1192 StreamResult Flow(StreamInterface* source, function
/external/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp48 static const char *const FlowBlockName = "Flow";
130 /// | / 3 = "Flow" blocks, newly inserted flow blocks, rejoins the flow
149 /// |/ 2 = "Loop" optional subregion, with all exits at "Flow" block
150 /// 3 3 = "Flow" block, with back edge to entry block
154 /// The back edge of the "Flow" block is always on the false side of the branch
213 BasicBlock *needPostfix(BasicBlock *Flow, bool ExitUseAllowed);
634 BasicBlock *Flow = BasicBlock::Create(Context, FlowBlockName, local
636 DT->addNewBlock(Flow, Dominator);
637 ParentRegion->getRegionInfo()->setRegionFor(Flow, ParentRegion);
638 return Flow;
653 BasicBlock *Flow = getNextFlow(Entry); local
662 needPostfix(BasicBlock *Flow, bool ExitUseAllowed) argument
728 BasicBlock *Flow = needPrefix(false); local
[all...]

Completed in 146 milliseconds