Searched defs:h3 (Results 1 - 25 of 34) sorted by relevance

12

/external/clang/test/PCH/Inputs/
H A Dchain-macro-override1.h8 #define h3() macro
9 #undef h3 macro
/external/clang/test/Parser/
H A Dattributes.c40 void (*h3)(void (*f3)(__attribute__(()) x)); // expected-warning {{defaults to 'int'}} variable
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-1229.js99 function h3(z2, y2, x2) { function
124 invoke(h3, [8, 6, 4]);
/external/clang/test/Sema/
H A Dconstant-builtins.c20 int h3 = __builtin_bswap16(0x1234) == 0x3412 ? 1 : f(); variable
H A Dwarn-missing-prototypes.c18 int h3();
24 int h3(int x);
29 int h3(int x) { return x; } // expected-warning{{no previous prototype for function 'h3'}} function
/external/v8/test/mjsunit/regress/
H A Dregress-1229.js99 function h3(z2, y2, x2) { function
124 invoke(h3, [8, 6, 4]);
/external/clang/test/Analysis/diagnostics/Inputs/include/
H A Dreport-issues-within-main-file.h30 int h3 = 0; local
31 h3 = in/h3;
32 h3++;
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXMLErrors.cpp94 RefPtr<Element> h3 = doc->createElement(h3Tag, true); local
95 reportElement->parserAppendChild(h3.get());
96 h3->parserAppendChild(doc->createTextNode("This page contains the following errors:"));
106 h3 = doc->createElement(h3Tag, true);
107 reportElement->parserAppendChild(h3.get());
108 h3->parserAppendChild(doc->createTextNode("Below is a rendering of the page up to the first error."));
/external/chromium_org/cc/animation/
H A Dtiming_function.cc21 const double h3 = x1_times_3; local
24 return t * (t * (t * h1 + h2) + h3);
/external/chromium_org/third_party/angle/src/third_party/murmurhash/
H A DMurmurHash3.cpp158 uint32_t h3 = seed; local
184 h2 = ROTL32(h2,17); h2 += h3; h2 = h2*5+0x0bcaa747;
186 k3 *= c3; k3 = ROTL32(k3,17); k3 *= c4; h3 ^= k3;
188 h3 = ROTL32(h3,15); h3 += h4; h3 = h3*5+0x96cd1c35;
216 k3 *= c3; k3 = ROTL32(k3,17); k3 *= c4; h3 ^= k3;
234 h1 ^= len; h2 ^= len; h3
[all...]
/external/chromium_org/third_party/openssl/openssl/crypto/sha/
H A Dsha.h102 SHA_LONG h0,h1,h2,h3,h4; member in struct:SHAstate_st
/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Dsha.h102 SHA_LONG h0,h1,h2,h3,h4; member in struct:SHAstate_st
/external/chromium_org/third_party/smhasher/src/
H A DMurmurHash3.cpp158 uint32_t h3 = seed; local
184 h2 = ROTL32(h2,17); h2 += h3; h2 = h2*5+0x0bcaa747;
186 k3 *= c3; k3 = ROTL32(k3,17); k3 *= c4; h3 ^= k3;
188 h3 = ROTL32(h3,15); h3 += h4; h3 = h3*5+0x96cd1c35;
216 k3 *= c3; k3 = ROTL32(k3,17); k3 *= c4; h3 ^= k3;
234 h1 ^= len; h2 ^= len; h3
[all...]
H A DSpooky.cpp135 uint64 h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11; local
146 h0=h3=h6=h9 = *hash1;
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
223 h0=h3=h6=h9 = m_state[0];
232 h3 = m_state[3];
250 Mix(u.p64, h0,h1,h2,h3,h
317 uint64 h3 = m_state[3]; local
[all...]
H A DSpooky.h169 uint64 &h0, uint64 &h1, uint64 &h2, uint64 &h3,
174 h0 += h2; h3 ^= h0; h2 = Rot64(h2,15);
175 h1 += h3; h4 ^= h1; h3 = Rot64(h3,34);
177 h3 += h5; h6 ^= h3; h5 = Rot64(h5,38);
188 uint64 &h0, uint64 &h1, uint64 &h2, uint64 &h3,
192 EndPartial(h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11);
193 EndPartial(h0,h1,h2,h3,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
212 ShortMix(uint64 &h0, uint64 &h1, uint64 &h2, uint64 &h3) argument
240 ShortEnd(uint64 &h0, uint64 &h1, uint64 &h2, uint64 &h3) argument
[all...]
/external/clang/test/CodeGenCXX/
H A Dmangle-ms-back-references.cpp62 PInt3Func h3(PInt3Func x, PInt3Func y, int* z) { return 0; } function
63 // CHECK: "\01?h3@@YAP6APAHPAH0@ZP6APAH00@Z10@Z"
H A Dstatic-init.cpp41 void h3() { function
/external/clang/test/SemaCXX/
H A Daddress-of-temporary.cpp38 void h3() { consume((A){}); } function in namespace:PointerToArrayDecay
H A Dreturn-noreturn.cpp84 int h3(int x) { function in namespace:abort_struct_complex_cfgs
/external/openssl/crypto/sha/
H A Dsha.h102 SHA_LONG h0,h1,h2,h3,h4; member in struct:SHAstate_st
/external/openssl/include/openssl/
H A Dsha.h102 SHA_LONG h0,h1,h2,h3,h4; member in struct:SHAstate_st
/external/chromium_org/google_apis/cup/
H A Dclient_update_protocol.cc54 const std::vector<uint8>* h3) {
57 const std::vector<uint8>* args[] = { h1, h2, h3 };
51 SymConcat(uint8 id, const std::vector<uint8>* h1, const std::vector<uint8>* h2, const std::vector<uint8>* h3) argument
/external/chromium_org/third_party/openssl/openssl/crypto/poly1305/
H A Dpoly1305.c116 uint32_t h0,h1,h2,h3,h4; member in struct:poly1305_state_st
151 state->h3 += ((((uint64_t)t3 << 32) | t2) >> 14) & 0x3ffffff;
158 mul32x32_64(state->h3,state->s2) +
163 mul32x32_64(state->h3,state->s3) +
168 mul32x32_64(state->h3,state->s4) +
173 mul32x32_64(state->h3,state->r0) +
178 mul32x32_64(state->h3,state->r1) +
184 t[3] += b; state->h3 = (uint32_t)t[3] & 0x3ffffff; b = (uint32_t)(t[3] >> 26);
211 state->h3 += ((((uint64_t)t3 << 32) | t2) >> 14) & 0x3ffffff;
251 state->h3
[all...]
/external/chromium_org/ui/gfx/
H A Drect_unittest.cc87 int h3; member in struct:gfx::__anon15239
111 Rect r3(tests[i].x3, tests[i].y3, tests[i].w3, tests[i].h3);
133 int h3; member in struct:gfx::Test
160 Rect r3(tests[i].x3, tests[i].y3, tests[i].w3, tests[i].h3);
191 int h3; member in struct:gfx::Test
212 Rect r3(tests[i].x3, tests[i].y3, tests[i].w3, tests[i].h3);
/external/chromium_org/ui/events/
H A Devent_dispatcher_unittest.cc233 TestEventHandler h1(1), h2(2), h3(3), h4(4);
241 child.AddPreTargetHandler(&h3);
246 h3.set_expect_pre_target(true);
461 TestEventHandler h3(3);
465 target.AddPreTargetHandler(&h3);
469 // |h3| should not receive events as the target will be invalidated.
470 h3.set_expect_pre_target(false);
498 TestEventHandler* h3 = new TestEventHandler(3); local
499 EventHandlerDestroyer handle_destroyer(2, h3);
503 target.AddPreTargetHandler(h3);
524 TestEventHandler* h3 = new TestEventHandler(3); local
550 TestEventHandler* h3 = new TestEventHandler(3); local
577 TestEventHandler* h3 = new TestEventHandler(3); local
[all...]

Completed in 459 milliseconds

12