Home
last modified time | relevance | path

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

12345678910>>...20

/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/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/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/markdown/tests/misc/
Dblockquote-below-paragraph.txt11 More blockquote.
Dhtml.txt8 <div>More block level html.</div>
/external/markdown/tests/markdown-test/
Dcodeblock-in-list.txt7 More code
/external/antlr/antlr-3.4/runtime/Perl5/t/author/
Dpod.t4 use Test::More;
Dpod-coverage.t4 use Test::More;
Dperlcritic.t7 use Test::More;
/external/markdown/tests/extensions-x-codehilite/
Dcode.txt12 More text
/external/selinux/policycoreutils/sepolicy/sepolicy/help/
Dbooleans_more.txt4 Selecting the 'More...' button will open a dialog containing the SELinux allow rules that are turne…
/external/antlr/antlr-3.4/runtime/Perl5/t/classes/Test/ANTLR/Runtime/
DLexer.pm3 use Test::More;
DException.pm3 use Test::More;
DANTLRStringStream.pm4 use Test::More;
/external/antlr/antlr-3.4/runtime/Perl5/t/lib/My/Test/
DClass.pm3 use Test::More;
/external/antlr/antlr-3.4/runtime/Perl5/t/
Dversion.t5 use Test::More tests => 1;
/external/dnsmasq/contrib/dns-loc/
DREADME10 More info:
/external/clang/include/clang/Basic/
DOpenMPKinds.def330 // TODO More clauses for 'target' directive.
336 // TODO More clauses for 'target data' directive.
342 // TODO More clauses for 'teams' directive.
352 // TODO More clauses for 'ordered' directive.
/external/owasp/sanitizer/tools/findbugs/doc/
DAddingDetectors.txt51 <!-- More Detector elements would go here... -->
55 <!-- More BugPattern elements would go here... -->
121 <!-- More Detector nodes would go here... -->
138 <!-- More BugPattern nodes would go here... -->
142 <!-- More BugCode nodes would go here... -->
/external/skia/
Dskia.gyp6 # More targets are defined within the gyp/ directory, but those are
/external/wpa_supplicant_8/hostapd/logwatch/
DREADME9 More information about logwatch is available from http://www.logwatch.org/
/external/eigen/unsupported/Eigen/
DMoreVectorization17 * \defgroup MoreVectorization More vectorization module
/external/clang/test/Index/
Dheaderfile-comment-to-html.m61 More property decription goes here.
65 …aderfile can come after brief. </Para></Abstract><Discussion><Para> More property decription…
80 // CHECK-NEXT: (CXComment_Text Text=[ More property decription goes here.])))]

12345678910>>...20