Home
last modified time | relevance | path

Searched refs:h3 (Results 1 – 25 of 86) sorted by relevance

1234

/external/clang/test/Sema/
Dwarn-missing-prototypes.c17 int h3();
23 int h3(int x); in test()
28 int h3(int x) { return x; } // expected-warning{{no previous prototype for function 'h3'}} in h3() function
/external/libvpx/examples/includes/HTML-Toc-0.91/t/
Dinsert.t190 'tokenBegin' => '<h3>',
200 <h3>Paragraph</h3>
201 <h3>Paragraph</h3>
202 <h3>Paragraph</h3>
224 <a name=h-a.A.1><h3>a.A.1 &nbsp;Paragraph</h3></a>
225 <a name=h-a.A.2><h3>a.A.2 &nbsp;Paragraph</h3></a>
226 <a name=h-a.A.3><h3>a.A.3 &nbsp;Paragraph</h3></a>
Dformat.t113 <h3>Header 3</h3>
143 <h3>Header 3</h3>
DmanualTest.t104 'tokenBegin' => '<h3>',
284 <a name=h-2.1.1><h3>2.1.1 &nbsp;parser.com</h3></a>
285 <a name=h-2.1.2><h3>2.1.2 &nbsp;compiler.com</h3></a>
286 <a name=h-2.1.3><h3>2.1.3 &nbsp;linker.com</h3></a>
334 'tokenBegin' => '<h3>',
514 …-2.1.1><!-- #EndTocAnchorNameBegin --><h3><!-- #BeginTocNumber -->2.1.1 &nbsp;<!-- #EndTocNumber -…
515 …2.1.2><!-- #EndTocAnchorNameBegin --><h3><!-- #BeginTocNumber -->2.1.2 &nbsp;<!-- #EndTocNumber --…
516 …-2.1.3><!-- #EndTocAnchorNameBegin --><h3><!-- #BeginTocNumber -->2.1.3 &nbsp;<!-- #EndTocNumber -…
564 'tokenBegin' => '<h3>',
744 …-2.1.1><!-- #EndTocAnchorNameBegin --><h3><!-- #BeginTocNumber -->2.1.1 &nbsp;<!-- #EndTocNumber -…
[all …]
/external/openssl/crypto/sha/asm/
Dsha1-ia64.pl33 ($h0,$h1,$h2,$h3,$h4) = ("h0","h1","h2","h3","h4");
41 ($h0,$h1,$h2,$h3,$h4) = ("loc5","loc6","loc7","loc8","loc9");
180 add $h3=$h3,$c };; // wrap up
255 { .mlx; ld4 $h3=[tmp0]
269 mov $D=$h3
295 st4 [tmp0]=$h3 };;
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
Dcrypto-aes.js293 var o1, o2, o3, h1, h2, h3, h4, bits, i=0, enc='';
306 h3 = bits>>6 & 0x3f;
311 if (isNaN(o2)) h3 = 64;
314 enc += b64.charAt(h1) + b64.charAt(h2) + b64.charAt(h3) + b64.charAt(h4);
321 var o1, o2, o3, h1, h2, h3, h4, bits, i=0, enc='';
326 h3 = b64.indexOf(str.charAt(i++));
329 bits = h1<<18 | h2<<12 | h3<<6 | h4;
335 if (h3 == 64) enc += String.fromCharCode(o1);
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
Dcrypto-aes.js293 var o1, o2, o3, h1, h2, h3, h4, bits, i=0, enc='';
306 h3 = bits>>6 & 0x3f;
311 if (isNaN(o2)) h3 = 64;
314 enc += b64.charAt(h1) + b64.charAt(h2) + b64.charAt(h3) + b64.charAt(h4);
321 var o1, o2, o3, h1, h2, h3, h4, bits, i=0, enc='';
326 h3 = b64.indexOf(str.charAt(i++));
329 bits = h1<<18 | h2<<12 | h3<<6 | h4;
335 if (h3 == 64) enc += String.fromCharCode(o1);
/external/javassist/tutorial/
Dbrown.css1 h1,h2,h3 { selector
9 h3 { selector
/external/webkit/Source/WebCore/dom/
DXMLDocumentParser.cpp268 RefPtr<Element> h3 = doc->createElement(h3Tag, false); in createXHTMLParserErrorHeader() local
269 reportElement->appendChild(h3.get(), ec); in createXHTMLParserErrorHeader()
270 h3->appendChild(doc->createTextNode("This page contains the following errors:"), ec); in createXHTMLParserErrorHeader()
277 h3 = doc->createElement(h3Tag, false); in createXHTMLParserErrorHeader()
278 reportElement->appendChild(h3.get(), ec); in createXHTMLParserErrorHeader()
279h3->appendChild(doc->createTextNode("Below is a rendering of the page up to the first error."), ec… in createXHTMLParserErrorHeader()
/external/clang/bindings/python/tests/cindex/
Dtest_translation_unit.py78 h3 = os.path.join(kInputsDir, "header3.h")
79 inc = [(src, h1), (h1, h3), (src, h2), (h2, h3)]
/external/markdown/MarkdownTest/Tests_2007/
DMarkdown Documentation - Syntax.text43 <h3 id="philosophy">Philosophy</h3>
71 <h3 id="html">Inline HTML</h3>
122 <h3 id="autoescape">Automatic Escaping for Special Characters</h3>
184 <h3 id="p">Paragraphs and Line Breaks</h3>
210 <h3 id="header">Headers</h3>
247 <h3 id="blockquote">Blockquotes</h3>
297 <h3 id="list">Lists</h3>
457 <h3 id="precode">Code Blocks</h3>
522 <h3 id="hr">Horizontal Rules</h3>
546 <h3 id="link">Links</h3>
[all …]
/external/markdown/MarkdownTest/Tests_2004/
DMarkdown Documentation - Syntax.text43 <h3 id="philosophy">Philosophy</h3>
71 <h3 id="html">Inline HTML</h3>
122 <h3 id="autoescape">Automatic Escaping for Special Characters</h3>
184 <h3 id="p">Paragraphs and Line Breaks</h3>
210 <h3 id="header">Headers</h3>
247 <h3 id="blockquote">Blockquotes</h3>
297 <h3 id="list">Lists</h3>
457 <h3 id="precode">Code Blocks</h3>
522 <h3 id="hr">Horizontal Rules</h3>
546 <h3 id="link">Links</h3>
[all …]
/external/markdown/tests/markdown-test/
Dmarkdown-syntax.txt43 <h3 id="philosophy">Philosophy</h3>
71 <h3 id="html">Inline HTML</h3>
122 <h3 id="autoescape">Automatic Escaping for Special Characters</h3>
184 <h3 id="p">Paragraphs and Line Breaks</h3>
210 <h3 id="header">Headers</h3>
247 <h3 id="blockquote">Blockquotes</h3>
297 <h3 id="list">Lists</h3>
457 <h3 id="precode">Code Blocks</h3>
522 <h3 id="hr">Horizontal Rules</h3>
546 <h3 id="link">Links</h3>
[all …]
/external/markdown/tests/extensions-x-def_list/
Dmarkdown-syntax.txt43 <h3 id="philosophy">Philosophy</h3>
71 <h3 id="html">Inline HTML</h3>
122 <h3 id="autoescape">Automatic Escaping for Special Characters</h3>
184 <h3 id="p">Paragraphs and Line Breaks</h3>
210 <h3 id="header">Headers</h3>
247 <h3 id="blockquote">Blockquotes</h3>
297 <h3 id="list">Lists</h3>
457 <h3 id="precode">Code Blocks</h3>
522 <h3 id="hr">Horizontal Rules</h3>
546 <h3 id="link">Links</h3>
[all …]
/external/compiler-rt/www/
Dcontent.css7 h1, h2, h3, tt { color: #000 } selector
11 h3 { padding-top: 0.5em; margin-bottom: -0.25em; color:#2d58b7} selector
/external/tinyxml/
Dreadme.txt90 <h3> Using STL </h3>
114 <h3> UTF-8 </h3>
182 <h3> Entities </h3>
210 <h3> Streams </h3>
252 <h3> White space </h3>
269 <h3> Handles </h3>
305 <h3> Row and Column tracking </h3>
332 <h3>Windows project file for VC6</h3>
340 <h3>Linux Make file</h3>
351 <h3>To Use in an Application:</h3>
/external/clang/www/
Dcontent.css9 h1, h2, h3, tt { color: #000 } selector
13 h3 { padding-top: 0.5em; margin-bottom: -0.25em; color:#2d58b7} selector
/external/apache-harmony/auth/src/test/java/common/javax/security/auth/
DSubjectTest.java102 private final HashSet<Object> h3 = new HashSet<Object>(); // private credentials field in SubjectTest
132 h3.add(new Object()); in SubjectTest()
133 h3.add(new Object()); in SubjectTest()
134 h3.add(new Object()); in SubjectTest()
158 Subject subject = new Subject(false, h1, h2, h3); in testSubject_3Set()
163 assertEquals("Private credential set", h3, subject in testSubject_3Set()
170 subject = new Subject(true, h1, h2, h3); in testSubject_3Set()
192 new Subject(true, h1, h2, h3); in testSubject_3Set_NoPermissions()
518 s1 = new Subject(false, h1, h2, h3); in testEquals()
519 s3 = new Subject(true, h1, h2, h3); in testEquals()
[all …]
/external/openssh/
Dumac.c415 UINT64 h1,h2,h3; in nh_aux() local
425 h3 = *((UINT64 *)hp + 2); in nh_aux()
438 h3 += MUL64((k8 + d0), (k12 + d4)); in nh_aux()
442 h3 += MUL64((k9 + d1), (k13 + d5)); in nh_aux()
446 h3 += MUL64((k10 + d2), (k14 + d6)); in nh_aux()
450 h3 += MUL64((k11 + d3), (k15 + d7)); in nh_aux()
460 ((UINT64 *)hp)[2] = h3; in nh_aux()
470 UINT64 h1,h2,h3,h4; in nh_aux() local
481 h3 = *((UINT64 *)hp + 2); in nh_aux()
496 h3 += MUL64((k8 + d0), (k12 + d4)); in nh_aux()
[all …]
/external/opencv/cxcore/src/
Dcxmathfuncs.cpp1398 int h0, h1, h2, h3; variable
1415 h3 = x[i+3];
1421 buf[3].i = (h3 & LOGTAB_MASK2_32F) | (127 << 23);
1424 y3 = (((h3 >> 23) & 0xff) - 127) * ln_2;
1427 h3 = (h3 >> (23 - LOGTAB_SCALE - 1)) & LOGTAB_MASK * 2;
1430 y3 += icvLogTab[h3];
1433 x3 = LOGTAB_TRANSLATE( buf[3].f, h3 );
1442 y3 += LOGPOLY( x3, h3 == 510 );
1498 int h0, h1, h2, h3; variable
1514 h3 = X[i + 3].i.lo;
[all …]
/external/doclava/res/assets/templates/
Dtodo.cs60 <h2>Class Summary</h3>
82 <h3><a name="class_<?cs var:cl.qualified ?>"><?cs var:cl.qualified ?></a></h3>
/external/markdown/docs/extensions/
DHeaderId.txt61 this page should not contain any headers higher than level 3 (`<h3>`).
69 <h3 id="some_header">Some Header</h3>
/external/llvm/docs/
Dllvm.css26 .doc_title, .doc_section, .doc_subsection, h1, h2, h3 { selector
43 h3, .doc_subsection { width: 75%; selector
82 h3+div, h3+p {text-align: left; padding-left: 20pt; padding-right: 10pt;}
/external/valgrind/main/docs/lib/
Dvg_basic.css16 h1, h2, h3, h4 { color: #74240f; } selector
17 h3 { margin-bottom: 0.4em; } selector
/external/v8/test/mjsunit/regress/
Dregress-1229.js99 function h3(z2, y2, x2) { function
124 invoke(h3, [8, 6, 4]);

1234