HomeSort by relevance Sort by last modified time
    Searched refs:Flow (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Target/R600/
AMDGPUStructurizeCFG.cpp 11 /// The pass implemented in this file transforms the programs control flow
13 /// implements control flow by execution masking. This currently includes all
53 static const char *FlowBlockName = "Flow";
120 /// @brief Transforms the control flow graph on one single entry/exit region
123 /// After the transform all "If"/"Then"/"Else" style control flow looks like
137 /// | / 3 = "Flow" blocks, newly inserted flow blocks, rejoins the flow
139 /// 5 5 = "End" block, also rejoins the control flow
142 /// Control flow is expressed as a branch where the true exit goes into th
    [all...]
  /external/iproute2/doc/
api-ip6-flowlabels.tex 2 \def\TITLE{IPv6 Flow Labels}
5 \Large\bf IPv6 Flow Labels in Linux-2.2.
22 Every IPv6 packet carries 28 bits of flow information. RFC2460 splits
24 prefer this term) and 20 bits of flow label. Currently there exist
25 no well-defined API to manage IPv6 flow information. In this document
42 \item To assign flow labels to packets sent by user.
44 \item To get flow labels of received packets. I do not know
46 want to use flow labels to distinguish sub-flows.
48 \item To allocate flow labels in the way, compliant to RFC2460. Namely:
52 Flow labels must be uniformly distributed (pseudo-)random numbers
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
stream.h 703 // Flow attempts to move bytes from source to sink via buffer of size
712 StreamResult Flow(StreamInterface* source,
httpclient.cc 584 StreamResult result = Flow(stream.get(), buffer, ARRAY_SIZE(buffer),
stream.cc 1034 StreamResult Flow(StreamInterface* source,

Completed in 73 milliseconds