Home
last modified time | relevance | path

Searched refs:Below (Results 1 – 25 of 132) sorted by relevance

123456

/external/llvm/lib/Analysis/
DStratifiedSets.h52 StratifiedIndex Below; member
57 StratifiedLink() : Above(SetSentinel), Below(SetSentinel) {} in StratifiedLink()
59 bool hasBelow() const { return Below != SetSentinel; } in hasBelow()
62 void clearBelow() { Below = SetSentinel; } in clearBelow()
206 Link.Below = I; in setBelow()
227 return Link.Below; in getBelow()
298 auto &Below = linksAt(Link.Below); in finalizeSets() local
299 auto Iter = Remaps.find(Below.Number); in finalizeSets()
301 Link.Below = Iter->second; in finalizeSets()
334 auto NextIndex = Links[CurrentIndex].Below; in propagateAttrs()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DStratifiedSets.h52 StratifiedIndex Below; member
57 StratifiedLink() : Above(SetSentinel), Below(SetSentinel) {} in StratifiedLink()
59 bool hasBelow() const { return Below != SetSentinel; } in hasBelow()
62 void clearBelow() { Below = SetSentinel; } in clearBelow()
197 Link.Below = I; in setBelow()
218 return Link.Below; in getBelow()
289 auto &Below = linksAt(Link.Below); in finalizeSets() local
290 auto Iter = Remaps.find(Below.Number); in finalizeSets()
292 Link.Below = Iter->second; in finalizeSets()
325 auto NextIndex = Links[CurrentIndex].Below; in propagateAttrs()
[all …]
/external/bcc/tools/
Dcachetop_example.txt43 Below shows the hit rate increases as we run find a second time and it gets it
56 Below shows that the dirty pages increases as a file of 80M is created running
Dcachestat_example.txt43 Below shows an example of a new 100MB file added to page cache, by using
/external/harfbuzz_ng/test/shaping/data/in-house/tests/
Dmyanmar-zawgyi.tests1 …,U+1004,U+1037,U+1039,U+1041:[Ka=0+2217|Ya-Semivowel=0+286|Nga=2+1247|Dot Below=2+0|Virama-Killer=…
/external/vixl/
DAUTHORS1 # Below is a list of people and organisations that have contributed to the VIXL
/external/icu/icu4c/source/samples/ucnv/
Ddata06.txt88 // /**************** Info Below is needed ****************/
/external/fonttools/Tests/mtiLib/data/mti/
Dgposkernset.txt10 % Below are the class definitions. Above are the exceptions.
/external/walt/pywalt/
DREADME.md37 Below is output from an example run of a tap latency test that reads touch events from `/dev/input/…
68 Below is a drag latency measurement of the trackpad on Asus Flip. The trackpad input device is `/de…
/external/pdfium/xfa/fxfa/parser/
Dcxfa_barcode.cpp22 (void*)XFA_AttributeEnum::Below},
/external/tensorflow/tensorflow/contrib/tpu/
DREADME.md8 Below shows example usage of the TPU Estimator for a simple convolutional
/external/skia/site/user/
Ddownload.md10 Below is a summary of the necessary steps.
/external/skqp/site/user/
Ddownload.md10 Below is a summary of the necessary steps.
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dbackend_configs.proto31 // Below are the fields related to cuDNN's fused convolution. Refer to
/external/deqp/external/vulkancts/doc/
Dvulkan-cts-withdrawal-2017-11.txt30 Below are some key dates to acknowledge:
Dvulkan-cts-withdrawal-2018-09.txt29 Below are some key dates to acknowledge:
/external/skqp/site/dev/testing/
Dios.md8 Below are instructions on how to install a set of tools that make this possible.
/external/skia/site/dev/testing/
Dios.md8 Below are instructions on how to install a set of tools that make this possible.
/external/protobuf/src/solaris/
Dlibstdc++.la10 # /usr/sfw/lib/libstdc++.la is empty. Below is the correct content,
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h340 enum DisplayHint { Above, Below }; enumerator
364 PathDiagnosticPiece(StringRef s, Kind k, DisplayHint hint = Below);
366 PathDiagnosticPiece(Kind k, DisplayHint hint = Below);
/external/tensorflow/tensorflow/contrib/crf/
DREADME.md7 Below is an example of the API, which learns a CRF for some random data. The linear layer in the ex…
/external/u-boot/doc/
DREADME.mpc85xx-sd-spi-boot54 Below are the configuration files to be used with a particular platform. Keep
/external/python/cpython3/Doc/library/
Ddis.rst720 context manager's :meth:`__exit__` bound method. Below TOS are 1--3 values
1072 argument on top. Below the arguments is a callable object to call.
1086 Below that are keyword arguments in the order corresponding to the tuple.
1087 Below that are positional arguments, with the right-most parameter on
1088 top. Below the arguments is a callable object to call.
1103 Below that is an iterable object containing positional arguments and
1133 Below them, two items described in :opcode:`LOAD_METHOD` on the stack.
/external/kmod/
DCODING-STYLE19 oFono's and BlueZ's. Below some basic rules:
/external/icu/icu4c/source/samples/
Dreadme.txt8 Below is a short description of the contents of this directory.

123456