Home
last modified time | relevance | path

Searched refs:h4 (Results 1 – 25 of 57) sorted by relevance

123

/external/clang/test/Sema/
Dwarn-missing-prototypes.c18 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/
Dsha1-ia64.pl33 ($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/
Dcrypto-aes.js293 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/
Dcrypto-aes.js293 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/
DTooltip.css3 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/
Dllvm-theme.css103 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/
Dsha_locl.h76 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/
Dbzip.css2 #74240f dark brown h1, h2, h3, h4
17 h1, h2, h3, h4 { color: #74240f; } selector
/external/llvm/include/llvm/ADT/
DHashing.h267 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/
Dllvm.css48 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/
Dbrown.css13 h4 { selector
/external/kernel-headers/original/linux/
Derrqueue.h34 struct inet_skb_parm h4; member
/external/markdown/docs/extensions/
DHeaderId.txt70 <h4 id="next_level">Next Level</h4>'
/external/doclava/res/assets/templates/assets/
Ddoclava-developer-docs.css449 .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/
Ddillo30 h4
Dmozilla48 h4
Dwebkit55 h4
/external/clang/www/analyzer/
Dcontent.css17 h4 { color:#2d58b7 } selector
18 h4.faq { color:#2d58b7 }
/external/openssh/
Dumac.c470 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/
Dattributes.c41 void (*h4)(void (*f4)(__attribute__(()))); // expected-error {{expected parameter declarator}} variable
/external/eigen/doc/
DD03_WrongStackAlignment.dox5 <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/
Dstyle.css7 h1, h2, h3, h4 { selector
/external/markdown/docs/
Dwriting_extensions.txt368 <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/
Dicu4c.css92 h4 { selector
101 h4 a {
106 h4 a:hover {
/external/clang/test/SemaCXX/
Dreturn-noreturn.cpp88 int h4(int x) { in h4() function

123