/external/clang/test/Sema/ |
D | warn-missing-prototypes.c | 18 int h4(int); 19 int h4(); 24 int h4(); in test() 29 int h4(int x) { return x; } in h4() function
|
/external/openssl/crypto/sha/asm/ |
D | sha1-ia64.pl | 33 ($h0,$h1,$h2,$h3,$h4) = ("h0","h1","h2","h3","h4"); 41 ($h0,$h1,$h2,$h3,$h4) = ("loc5","loc6","loc7","loc8","loc9"); 186 add $h4=$h4,$d };; // wrap up 257 { .mmi; ld4 $h4=[ctx],-16 270 mov $E=$h4 };; 296 { .mib; st4 [ctx]=$h4,-16
|
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
D | crypto-aes.js | 293 var o1, o2, o3, h1, h2, h3, h4, bits, i=0, enc=''; 307 h4 = bits & 0x3f; 310 if (isNaN(o3)) h4 = 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=''; 327 h4 = b64.indexOf(str.charAt(i++)); 329 bits = h1<<18 | h2<<12 | h3<<6 | h4; 336 else if (h4 == 64) enc += String.fromCharCode(o1, o2);
|
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
D | crypto-aes.js | 293 var o1, o2, o3, h1, h2, h3, h4, bits, i=0, enc=''; 307 h4 = bits & 0x3f; 310 if (isNaN(o3)) h4 = 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=''; 327 h4 = b64.indexOf(str.charAt(i++)); 329 bits = h1<<18 | h2<<12 | h3<<6 | h4; 336 else if (h4 == 64) enc += String.fromCharCode(o1, o2);
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/ |
D | Tooltip.css | 3 body, h1, h2, h3, h4, h5, h6, p, table, td, caption, th, ul, ol, dl, li, dd, dt { font-size: 1em; } selector 12 h4 { margin-top: 2em; margin-bottom: 0.3em; } selector 31 h4 { font-style: italic; } selector
|
/external/llvm/docs/_themes/llvm-theme/static/ |
D | llvm-theme.css | 103 div.sphinxsidebar h3, div.sphinxsidebar h4 { 182 div.body h1 a, div.body h2 a, div.body h3 a, div.body h4 a, div.body h5 a, div.body h6 a { 189 div.body h4, 203 div.body h4 { font-size: 120%; } 207 h1 a.anchor, h2 a.anchor, h3 a.anchor, h4 a.anchor, h5 a.anchor, h6 a.anchor { 214 h1:hover a.anchor, h2:hover a.anchor, h3:hover a.anchor, h4:hover a.anchor, 219 h1 a.anchor:hover, h2 a.anchor:hover, h3 a.anchor:hover, h4 a.anchor:hover,
|
/external/openssl/crypto/sha/ |
D | sha_locl.h | 76 ll=(c)->h4; HOST_l2c(ll,(s)); \ 136 c->h4=INIT_DATA_h4; in fips_md_init() 227 E=c->h4; in HASH_BLOCK_DATA_ORDER() 351 c->h4=(c->h4+C)&0xffffffffL; in HASH_BLOCK_DATA_ORDER() 359 E=c->h4; in HASH_BLOCK_DATA_ORDER() 408 E=c->h4; in HASH_BLOCK_DATA_ORDER() 427 c->h4=(c->h4+E)&0xffffffffL; in HASH_BLOCK_DATA_ORDER() 435 E=c->h4; in HASH_BLOCK_DATA_ORDER()
|
/external/bzip2/ |
D | bzip.css | 2 #74240f dark brown h1, h2, h3, h4 17 h1, h2, h3, h4 { color: #74240f; } selector
|
/external/llvm/include/llvm/ADT/ |
D | Hashing.h | 267 uint64_t h0, h1, h2, h3, h4, h5, h6; member 277 state.h6 = hash_16_bytes(state.h4, state.h5); in create() 299 h1 = rotate(h1 + h4 + fetch64(s + 48), 42) * k1; in mix() 303 h3 = h4 * k1; in mix() 304 h4 = h0 + h5; in mix() 305 mix_32_bytes(s, h3, h4); in mix() 316 hash_16_bytes(h4, h6) + shift_mix(length) * k1 + h0); in finalize()
|
/external/llvm/docs/_static/ |
D | llvm.css | 48 h4, .doc_subsubsection { margin: 2.0em 0.5em 0.5em 0.5em; selector 83 h4+div, h4+p {text-align: left; padding-left: 20pt; padding-right: 10pt;}
|
/external/javassist/tutorial/ |
D | brown.css | 13 h4 { selector
|
/external/kernel-headers/original/linux/ |
D | errqueue.h | 34 struct inet_skb_parm h4; member
|
/external/markdown/docs/extensions/ |
D | HeaderId.txt | 70 <h4 id="next_level">Next Level</h4>'
|
/external/doclava/res/assets/templates/assets/ |
D | doclava-developer-docs.css | 449 .absent h4.jd-details-title, 450 .absent h4.jd-details-title * { 530 #jd-content h4 { 570 h4 .normal { 641 h4.jd-details-title { 648 h4.jd-tagtitle { 874 #jd-content .sidebox h4, 1134 h4.jd-details-title { 1149 h1, h2, h3, h4, h5, h6 { selector
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-tags/ |
D | dillo | 30 h4
|
D | mozilla | 48 h4
|
D | webkit | 55 h4
|
/external/clang/www/analyzer/ |
D | content.css | 17 h4 { color:#2d58b7 } selector 18 h4.faq { color:#2d58b7 }
|
/external/openssh/ |
D | umac.c | 470 UINT64 h1,h2,h3,h4; in nh_aux() local 482 h4 = *((UINT64 *)hp + 3); in nh_aux() 497 h4 += MUL64((k12 + d0), (k16 + d4)); in nh_aux() 502 h4 += MUL64((k13 + d1), (k17 + d5)); in nh_aux() 507 h4 += MUL64((k14 + d2), (k18 + d6)); in nh_aux() 512 h4 += MUL64((k15 + d3), (k19 + d7)); in nh_aux() 524 ((UINT64 *)hp)[3] = h4; in nh_aux()
|
/external/clang/test/Parser/ |
D | attributes.c | 41 void (*h4)(void (*f4)(__attribute__(()))); // expected-error {{expected parameter declarator}} variable
|
/external/eigen/doc/ |
D | D03_WrongStackAlignment.dox | 5 <h4>It appears that this was a GCC bug that has been fixed in GCC 4.5. 6 If you hit this issue, please upgrade to GCC 4.5 and report to us, so we can update this page.</h4>
|
/external/v8/benchmarks/ |
D | style.css | 7 h1, h2, h3, h4 { selector
|
/external/markdown/docs/ |
D | writing_extensions.txt | 368 <h4 id="extendmarkdown">extendMarkdown</h4> 412 <h4 id="ordereddict">OrderedDict</h4> 497 <h4 id="registerextension">registerExtension</h4> 529 <h4 id="configsettings">Config Settings</h4> 548 <h4 id="makeextension">makeExtension</h4>
|
/external/icu4c/ |
D | icu4c.css | 92 h4 { selector 101 h4 a { 106 h4 a:hover {
|
/external/clang/test/SemaCXX/ |
D | return-noreturn.cpp | 88 int h4(int x) { in h4() function
|