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

1 2 3 4

  /external/clang/test/Sema/
warn-missing-prototypes.c 19 int h4(int);
20 int h4();
25 int h4();
30 int h4(int x) { return x; } function
constant-builtins.c 21 int h4 = __builtin_bswap32(0x1234) == 0x34120000 ? 1 : f(); variable
attr-alias-elf.c 16 void h4() __attribute__((alias("f4")));
  /external/clang/test/Analysis/diagnostics/Inputs/include/
report-issues-within-main-file.h 38 int h4 = 0; local
39 h4 = in/h4;
40 h4++;
  /external/chromium_org/third_party/angle/src/third_party/murmurhash/
MurmurHash3.cpp 159 uint32_t h4 = seed; local
188 h3 = ROTL32(h3,15); h3 += h4; h3 = h3*5+0x96cd1c35;
190 k4 *= c4; k4 = ROTL32(k4,18); k4 *= c1; h4 ^= k4;
192 h4 = ROTL32(h4,13); h4 += h1; h4 = h4*5+0x32ac3b17;
210 k4 *= c4; k4 = ROTL32(k4,18); k4 *= c1; h4 ^= k4;
234 h1 ^= len; h2 ^= len; h3 ^= len; h4 ^= len
    [all...]
  /external/chromium_org/third_party/smhasher/src/
MurmurHash3.cpp 159 uint32_t h4 = seed; local
188 h3 = ROTL32(h3,15); h3 += h4; h3 = h3*5+0x96cd1c35;
190 k4 *= c4; k4 = ROTL32(k4,18); k4 *= c1; h4 ^= k4;
192 h4 = ROTL32(h4,13); h4 += h1; h4 = h4*5+0x32ac3b17;
210 k4 *= c4; k4 = ROTL32(k4,18); k4 *= c1; h4 ^= k4;
234 h1 ^= len; h2 ^= len; h3 ^= len; h4 ^= len
    [all...]
Spooky.cpp 135 uint64 h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11; local
147 h1=h4=h7=h10 = *hash2;
158 Mix(u.p64, h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11);
167 Mix(buf, h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11);
177 Mix(buf, h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11);
180 End(h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11);
200 uint64 h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11; local
224 h1=h4=h7=h10 = m_state[1];
233 h4 = m_state[4];
250 Mix(u.p64, h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11)
318 uint64 h4 = m_state[4]; local
    [all...]
Spooky.h 170 uint64 &h4, uint64 &h5, uint64 &h6, uint64 &h7,
175 h1 += h3; h4 ^= h1; h3 = Rot64(h3,34);
176 h2 += h4; h5 ^= h2; h4 = Rot64(h4,21);
178 h4 += h6; h7 ^= h4; h6 = Rot64(h6,33);
189 uint64 &h4, uint64 &h5, uint64 &h6, uint64 &h7,
192 EndPartial(h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11);
193 EndPartial(h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11)
    [all...]
  /external/jemalloc/include/jemalloc/internal/
hash.h 148 uint32_t h4 = seed; local
178 h3 = hash_rotl_32(h3, 15); h3 += h4;
181 k4 *= c4; k4 = hash_rotl_32(k4, 18); k4 *= c1; h4 ^= k4;
183 h4 = hash_rotl_32(h4, 13); h4 += h1;
184 h4 = h4*5 + 0x32ac3b17;
200 k4 *= c4; k4 = hash_rotl_32(k4, 18); k4 *= c1; h4 ^= k4;
223 h1 ^= len; h2 ^= len; h3 ^= len; h4 ^= len
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/poly1305/
poly1305.c 65 uint32_t h0, h1, h2, h3, h4; member in struct:poly1305_state_st
100 state->h4 += (t3 >> 8) | (1 << 24);
105 mul32x32_64(state->h4, state->s1);
108 mul32x32_64(state->h4, state->s2);
111 mul32x32_64(state->h4, state->s3);
114 mul32x32_64(state->h4, state->s4);
117 mul32x32_64(state->h4, state->r0);
131 state->h4 = (uint32_t)t[4] & 0x3ffffff;
159 state->h4 += (t3 >> 8);
204 state->h4 = 0
    [all...]
  /external/chromium_org/cc/base/
math_util.cc 185 HomogeneousCoordinate h4 = ProjectHomogeneousPoint(transform, q.p4()); local
187 return ComputeEnclosingClippedRect(h1, h2, h3, h4);
235 HomogeneousCoordinate h4 = local
272 if (h3.ShouldBeClipped() ^ h4.ShouldBeClipped()) {
274 ComputeClippedPointForEdge(h3, h4).CartesianPoint2d(),
279 if (!h4.ShouldBeClipped()) {
281 h4.CartesianPoint2d(), clipped_quad, num_vertices_in_clipped_quad);
284 if (h4.ShouldBeClipped() ^ h1.ShouldBeClipped()) {
286 ComputeClippedPointForEdge(h4, h1).CartesianPoint2d(),
304 HomogeneousCoordinate h4 local
482 HomogeneousCoordinate h4 = local
518 HomogeneousCoordinate h4 = local
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
document_parser_test.py 38 <h4>It's a h4</h4>
39 h4 are part of the document structure, but this is not inside a h3.
44 <h4>Another h4</h4>
45 This h4 is inside a h3 so will show up.
79 <h4>It's a h4</h4
    [all...]
  /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 };;
297 { .mib; st4 [ctx]=$h4,-16
  /build/tools/droiddoc/templates-pdk/assets/
yui-3.3.0-reset-min.css 8 html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-v (…)
  /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/chromium_org/chrome/common/extensions/docs/static/sass/
_typography.scss 21 h1, h2, h3, h4 ,h5 ,h6 {
47 h4 {
48 @include adjust-font-size-to( $h4-font-size );
49 @include leader(0, $h4-font-size);
50 @include trailer(0, $h4-font-size);
  /external/owasp/sanitizer/empiricism/
canned-data.js 57 "h4": true,
181 "h4",
296 "h4",
411 "h4",
526 "h4",
641 "h4",
757 "h4",
872 "h4",
987 "h4",
1102 "h4",
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
reset.css 12 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  /external/chromium_org/third_party/markdown/extensions/
headerid.py 67 <h4 id="next-level">Next Level</h4>
166 if elem.tag in ['h1', 'h2', 'h3', 'h4', 'h5', 'h6']:
  /external/chromium_org/styleguide/c++/
c++11.css 17 h4,
99 h4,
112 h4,
123 h4 {font-size:130%;}
702 .note>h4,
703 .caution>h4,
704 .tip>h4,
705 .warning>h4,
706 .special>h4,
707 .sidebar>h4,
    [all...]
  /external/chromium_org/chrome/browser/resources/net_internals/
main.css 57 .content-box h4,
93 .event-log h4 {
  /external/clang/test/SemaCXX/
address-of-temporary.cpp 39 void h4() { consume(AZ{}); } function in namespace:PointerToArrayDecay
  /external/llvm/docs/_themes/llvm-theme/static/
llvm-theme.css 102 div.sphinxsidebar h3, div.sphinxsidebar h4 {
181 div.body h1 a, div.body h2 a, div.body h3 a, div.body h4 a, div.body h5 a, div.body h6 a {
188 div.body h4,
202 div.body h4 { font-size: 120%; }
206 h1 a.anchor, h2 a.anchor, h3 a.anchor, h4 a.anchor, h5 a.anchor, h6 a.anchor {
213 h1:hover a.anchor, h2:hover a.anchor, h3:hover a.anchor, h4:hover a.anchor,
218 h1 a.anchor:hover, h2 a.anchor:hover, h3 a.anchor:hover, h4 a.anchor:hover,
  /external/chromium_org/chrome/browser/resources/hotword_audio_verification/
style.css 34 h4 {
89 .col-3 h4 {
101 .col-2 h4 {
  /external/llvm/docs/_static/
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;}

Completed in 544 milliseconds

1 2 3 4