Home
last modified time | relevance | path

Searched refs:More (Results 1 – 25 of 926) sorted by relevance

12345678910>>...38

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DLEB128.h26 bool More; variable
32 More = !((((Value == 0 ) && ((Byte & 0x40) == 0)) ||
35 if (More || Count < PadTo)
38 } while (More);
56 bool More; variable
61 More = !((((Value == 0 ) && ((Byte & 0x40) == 0)) ||
64 if (More || Count < PadTo)
67 } while (More);
/external/llvm/include/llvm/Support/
DLEB128.h24 bool More; in encodeSLEB128() local
29 More = !((((Value == 0 ) && ((Byte & 0x40) == 0)) || in encodeSLEB128()
31 if (More) in encodeSLEB128()
34 } while (More); in encodeSLEB128()
/external/bcc/docs/
Dtutorial.md60 More [examples](../tools/execsnoop_example.txt).
83 More [examples](../tools/opensnoop_example.txt).
104 More [examples](../tools/ext4slower_example.txt).
136 More [examples](../tools/biolatency_example.txt).
156 More [examples](../tools/biosnoop_example.txt).
176 More [examples](../tools/cachestat_example.txt).
195 More [examples](../tools/tcpconnect_example.txt).
212 More [examples](../tools/tcpaccept_example.txt).
229 More [examples](../tools/tcpretrans_example.txt).
260 More [examples](../tools/runqlat_example.txt).
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDIEHash.cpp68 bool More; in addSLEB128() local
72 More = !((((Value == 0) && ((Byte & 0x40) == 0)) || in addSLEB128()
74 if (More) in addSLEB128()
77 } while (More); in addSLEB128()
/external/llvm/test/CodeGen/SystemZ/
Dargs-08.ll18 ; More than four integer return values use sret.
45 ; More than four integer return values use sret.
Dargs-07.ll16 ; More than four integer return values use sret.
44 ; More than four floating-point return values use sret.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dargs-08.ll18 ; More than four integer return values use sret.
45 ; More than four integer return values use sret.
Dargs-07.ll16 ; More than four integer return values use sret.
44 ; More than four floating-point return values use sret.
/external/llvm/lib/CodeGen/AsmPrinter/
DDIEHash.cpp68 bool More; in addSLEB128() local
72 More = !((((Value == 0) && ((Byte & 0x40) == 0)) || in addSLEB128()
74 if (More) in addSLEB128()
77 } while (More); in addSLEB128()
/external/mesa3d/src/compiler/glsl/glcpp/tests/
D125-es-short-circuit-undefined.c25 More success
D125-es-short-circuit-undefined.c.expected27 More success
/external/clang/test/SemaCXX/
Dwarn-comma-operator.cpp150 bool More();
158 for (S9 s; s.More(); s.Advance(), ++x) {} in test9()
/external/markdown/tests/misc/
Dblockquote-below-paragraph.txt11 More blockquote.
/external/markdown/tests/markdown-test/
Dcodeblock-in-list.txt7 More code
/external/jline/src/src/main/resources/jline/
DCandidateListCompletionHandler.properties4 display-more: --More--
/external/iproute2/examples/diffserv/
Dregression-testing43 More tests required to see the interaction of several sources (other
93 -More tests required to see the interaction of several sources (other
95 -More tests needed to capture stats on how many times the CIR was exceeded
/external/antlr/runtime/Perl5/t/author/
Dpod.t4 use Test::More;
Dpod-coverage.t4 use Test::More;
/external/python/pyasn1/docs/source/pyasn1/type/opentype/
Dopentype.rst12 More information on open type use can be found :ref:`here <type.opentype>`.
/external/markdown/tests/extensions-x-codehilite/
Dcode.txt12 More text
/external/grpc-grpc/examples/python/multiplex/
DREADME.md3 More complete documentation lives at [grpc.io](https://grpc.io/docs/tutorials/basic/python.html).
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_Div.pbtxt5 *NOTE*: `Div` supports broadcasting. More about broadcasting
Dapi_def_FloorDiv.pbtxt5 *NOTE*: `FloorDiv` supports broadcasting. More about broadcasting
Dapi_def_DivNoNan.pbtxt6 *NOTE*: `DivNoNan` supports broadcasting. More about broadcasting
/external/selinux/python/sepolicy/sepolicy/help/
Dbooleans_more.txt4 Selecting the 'More...' button will open a dialog containing the SELinux allow rules that are turne…

12345678910>>...38