/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | LEB128.h | 26 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/swiftshader/third_party/LLVM/lib/MC/ |
D | MCObjectWriter.cpp | 22 bool More; in EncodeSLEB128() local 27 More = !((((Value == 0 ) && ((Byte & 0x40) == 0)) || in EncodeSLEB128() 29 if (More) in EncodeSLEB128() 32 } while (More); in EncodeSLEB128()
|
/external/llvm/include/llvm/Support/ |
D | LEB128.h | 24 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/ |
D | tutorial.md | 60 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/ |
D | DIEHash.cpp | 68 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/tensorflow/tensorflow/lite/g3doc/guide/ |
D | roadmap.md | 17 * **More ops coverage** 49 * **More hardware delegates** 68 * **More support for more techniques**
|
/external/syzkaller/pkg/config/ |
D | config_test.go | 22 More NestedNested 142 More: NestedNested{
|
/external/llvm/test/CodeGen/SystemZ/ |
D | args-08.ll | 18 ; More than four integer return values use sret. 45 ; More than four integer return values use sret.
|
D | args-07.ll | 16 ; 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/ |
D | args-08.ll | 18 ; More than four integer return values use sret. 45 ; More than four integer return values use sret.
|
D | args-07.ll | 16 ; More than four integer return values use sret. 44 ; More than four floating-point return values use sret.
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DIEHash.cpp | 68 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/iproute2/examples/diffserv/ |
D | regression-testing | 43 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/clang/test/SemaCXX/ |
D | warn-comma-operator.cpp | 150 bool More(); 158 for (S9 s; s.More(); s.Advance(), ++x) {} in test9()
|
/external/mesa3d/src/compiler/glsl/glcpp/tests/ |
D | 125-es-short-circuit-undefined.c | 25 More success
|
D | 125-es-short-circuit-undefined.c.expected | 27 More success
|
/external/markdown/tests/misc/ |
D | blockquote-below-paragraph.txt | 11 More blockquote.
|
/external/markdown/tests/markdown-test/ |
D | codeblock-in-list.txt | 7 More code
|
/external/jline/src/src/main/resources/jline/ |
D | CandidateListCompletionHandler.properties | 4 display-more: --More--
|
/external/antlr/runtime/Perl5/t/author/ |
D | pod.t | 4 use Test::More;
|
D | pod-coverage.t | 4 use Test::More;
|
/external/markdown/tests/extensions-x-codehilite/ |
D | code.txt | 12 More text
|
/external/grpc-grpc/examples/python/multiplex/ |
D | README.md | 3 More complete documentation lives at [grpc.io](https://grpc.io/docs/tutorials/basic/python.html).
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_Div.pbtxt | 5 *NOTE*: `Div` supports broadcasting. More about broadcasting
|
D | api_def_FloorDiv.pbtxt | 5 *NOTE*: `FloorDiv` supports broadcasting. More about broadcasting
|