Searched refs:h4 (Results 1 - 25 of 67) sorted by relevance

123

/external/clang/test/Sema/
H A Dwarn-missing-prototypes.c19 int h4(int);
20 int h4();
25 int h4();
30 int h4(int x) { return x; } function
H A Dconstant-builtins.c21 int h4 = __builtin_bswap32(0x1234) == 0x34120000 ? 1 : f(); variable
H A Dattr-alias-elf.c16 void h4() __attribute__((alias("f4")));
/external/clang/test/Analysis/diagnostics/Inputs/include/
H A Dreport-issues-within-main-file.h38 int h4 = 0; local
39 h4 = in/h4;
40 h4++;
/external/chromium_org/third_party/angle/src/third_party/murmurhash/
H A DMurmurHash3.cpp159 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
[all...]
/external/chromium_org/third_party/smhasher/src/
H A DMurmurHash3.cpp159 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
[all...]
H A DSpooky.cpp135 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,h
318 uint64 h4 = m_state[4]; local
[all...]
H A DSpooky.h170 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,h
168 EndPartial( uint64 &h0, uint64 &h1, uint64 &h2, uint64 &h3, uint64 &h4, uint64 &h5, uint64 &h6, uint64 &h7, uint64 &h8, uint64 &h9, uint64 &h10,uint64 &h11) argument
187 End( uint64 &h0, uint64 &h1, uint64 &h2, uint64 &h3, uint64 &h4, uint64 &h5, uint64 &h6, uint64 &h7, uint64 &h8, uint64 &h9, uint64 &h10,uint64 &h11) argument
[all...]
/external/jemalloc/include/jemalloc/internal/
H A Dhash.h148 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
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/poly1305/
H A Dpoly1305.c65 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
[all...]
/external/chromium_org/cc/base/
H A Dmath_util.cc185 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
382 ComputeEnclosingClippedRect( const HomogeneousCoordinate& h1, const HomogeneousCoordinate& h2, const HomogeneousCoordinate& h3, const HomogeneousCoordinate& h4) argument
482 HomogeneousCoordinate h4 = local
518 HomogeneousCoordinate h4 = local
[all...]
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
H A DTooltip.css3 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/
H A D_typography.scss21 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/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
H A Dreset.css12 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
/external/chromium_org/styleguide/c++/
H A Dc++11.css17 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/
H A Dmain.css57 .content-box h4,
93 .event-log h4 {
/external/clang/test/SemaCXX/
H A Daddress-of-temporary.cpp39 void h4() { consume(AZ{}); } function in namespace:PointerToArrayDecay
/external/llvm/docs/_themes/llvm-theme/static/
H A Dllvm-theme.css102 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/
H A Dstyle.css34 h4 {
89 .col-3 h4 {
101 .col-2 h4 {
/external/llvm/docs/_static/
H A Dllvm.css48 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/
H A Dbzip.css2 #74240f dark brown h1, h2, h3, h4
17 h1, h2, h3, h4 { color: #74240f; }
/external/valgrind/main/docs/lib/
H A Dvg_basic.css16 h1, h2, h3, h4 { color: #74240f; }
/external/chromium-trace/trace-viewer/third_party/gl-matrix/jsdoc-template/static/
H A Ddefault.css180 h1, h2, h3, h4, h5, h6 {
201 h3, h4, h5, h6 {
/external/clang/test/Parser/
H A Dattributes.c41 void (*h4)(void (*f4)(__attribute__(()))); // expected-error {{expected parameter declarator}} variable
/external/openssl/crypto/sha/asm/
H A 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 };;
297 { .mib; st4 [ctx]=$h4,-16

Completed in 3511 milliseconds

123