HomeSort by relevance Sort by last modified time
    Searched refs:h4 (Results 1 - 25 of 41) sorted by null

1 2

  /external/clang/test/Sema/
warn-missing-prototypes.c 18 int h4(int);
19 int h4();
24 int h4();
29 int h4(int x) { return x; } function
  /external/kernel-headers/original/linux/
errqueue.h 34 struct inet_skb_parm h4; member in union:sock_exterr_skb::__anon7861
  /external/openssl/crypto/sha/asm/
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/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
Tooltip.css 3 body, h1, h2, h3, h4, h5, h6, p, table, td, caption, th, ul, ol, dl, li, dd, dt { font-size: 1em; }
12 h4 { margin-top: 2em; margin-bottom: 0.3em; }
31 h4 { font-style: italic; }
  /external/clang/test/Parser/
attributes.c 41 void (*h4)(void (*f4)(__attribute__(()))); // expected-error {{expected parameter declarator}} variable
  /external/llvm/docs/
llvm.css 48 h4, .doc_subsubsection { margin: 2.0em 0.5em 0.5em 0.5em;
83 h4+div, h4+p {text-align: left; padding-left: 20pt; padding-right: 10pt;}
  /external/bzip2/
bzip.css 2 #74240f dark brown h1, h2, h3, h4
17 h1, h2, h3, h4 { color: #74240f; }
  /external/valgrind/main/docs/lib/
vg_basic.css 16 h1, h2, h3, h4 { color: #74240f; }
  /external/openssl/crypto/sha/
sha_locl.h 76 ll=(c)->h4; HOST_l2c(ll,(s)); \
136 c->h4=INIT_DATA_h4;
227 E=c->h4;
351 c->h4=(c->h4+C)&0xffffffffL;
359 E=c->h4;
408 E=c->h4;
427 c->h4=(c->h4+E)&0xffffffffL;
435 E=c->h4;
    [all...]
sha.h 102 SHA_LONG h0,h1,h2,h3,h4; member in struct:SHAstate_st
  /external/clang/test/SemaCXX/
return-noreturn.cpp 88 int h4(int x) { function in namespace:abort_struct_complex_cfgs
cxx0x-initializer-constructor.cpp 194 H h4 = {1, 1}; // expected-error {{constructor is explicit}} member in struct:objects::memberinit
  /build/tools/droiddoc/templates-pdk/assets/
android-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 {
964 #jd-content .sidebox h4,
1277 h4.jd-details-title {
1292 h1, h2, h3, h4, h5, h6 {
  /external/doclava/res/assets/templates/assets/
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 {
  /external/llvm/include/llvm/ADT/
Hashing.h 271 uint64_t h0, h1, h2, h3, h4, h5, h6; member in struct:llvm::hashing::detail::hash_state
281 state.h6 = hash_16_bytes(state.h4, state.h5);
303 h1 = rotate(h1 + h4 + fetch64(s + 48), 42) * k1;
307 h3 = h4 * k1;
308 h4 = h0 + h5;
309 mix_32_bytes(s, h3, h4);
320 hash_16_bytes(h4, h6) + shift_mix(length) * k1 + h0);
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldFileHandlerTest.java 144 FileHandler h4 = new FileHandler("%t/log/string"); local
148 h4.publish(r);
152 h4.close();
  /external/openssl/include/openssl/
sha.h 102 SHA_LONG h0,h1,h2,h3,h4; member in struct:SHAstate_st
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLHeadingElement04.js 78 The align attribute specifies the horizontal text alignment(H4).
99 nodeList = doc.getElementsByTagName("h4");
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLHeadingElement04.js 78 The align attribute specifies the horizontal text alignment(H4).
99 nodeList = doc.getElementsByTagName("h4");
  /external/icu4c/
icu4c.css 92 h4 {
101 h4 a {
106 h4 a:hover {
  /external/openssh/
umac.c 470 UINT64 h1,h2,h3,h4; local
482 h4 = *((UINT64 *)hp + 3);
497 h4 += MUL64((k12 + d0), (k16 + d4));
502 h4 += MUL64((k13 + d1), (k17 + d5));
507 h4 += MUL64((k14 + d2), (k18 + d6));
512 h4 += MUL64((k15 + d3), (k19 + d7));
524 ((UINT64 *)hp)[3] = h4;
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/
android-developer-docs.css 465 .absent h4.jd-details-title,
466 .absent h4.jd-details-title * {
546 #jd-content h4 {
594 h4 .normal {
665 h4.jd-details-title {
672 h4.jd-tagtitle {
755 #jd-content div.special.reference h4 {
1035 #jd-content .sidebox h4,
1554 h4.jd-details-title {
1569 h1, h2, h3, h4, h5, h6
    [all...]
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
FileHandlerTest.java 548 FileHandler h4 = new FileHandler("%t/log/string"); local
552 h4.publish(r);
556 h4.close();
  /docs/source.android.com/src/assets/
main.css 5 h1, h2, h3, h4, h5, h6,
  /external/chromium/chrome/browser/resources/options/
sync_setup_overlay.css 3 #sync-setup-overlay * h4 {

Completed in 4047 milliseconds

1 2