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

1 2 3 4 5 6 7

  /external/clang/test/PCH/
chain-macro-override.c 14 h3();
  /external/clang/test/PCH/Inputs/
chain-macro-override1.h 8 #define h3() macro
9 #undef h3 macro
chain-macro-override2.h 8 int h3();
  /external/chromium_org/third_party/smhasher/src/
Spooky.h 169 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,h4,h5,h6,h7,h8,h9,h10,h11)
    [all...]
MurmurHash3.cpp 158 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 ^= len; h4 ^= len
    [all...]
Spooky.cpp 135 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,h4,h5,h6,h7,h8,h9,h10,h11)
317 uint64 h3 = m_state[3]; local
    [all...]
  /external/clang/test/Sema/
warn-missing-prototypes.c 18 int h3();
24 int h3(int x);
29 int h3(int x) { return x; } // expected-warning{{no previous prototype for function 'h3'}} function
constant-builtins.c 20 int h3 = __builtin_bswap16(0x1234) == 0x3412 ? 1 : f(); variable
  /external/clang/test/Analysis/diagnostics/Inputs/include/
report-issues-within-main-file.h 30 int h3 = 0; local
31 h3 = in/h3;
32 h3++;
  /external/chromium_org/third_party/angle_dx11/src/third_party/murmurhash/
MurmurHash3.cpp 158 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 ^= len; h4 ^= len;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLErrors.cpp 94 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/ui/base/events/
event_dispatcher_unittest.cc 220 TestEventHandler h1(1), h2(2), h3(3), h4(4);
228 child.AddPreTargetHandler(&h3);
233 h3.set_expect_pre_target(true);
448 TestEventHandler h3(3);
452 target.AddPreTargetHandler(&h3);
456 // |h3| should not receive events as the target will be invalidated.
457 h3.set_expect_pre_target(false);
485 TestEventHandler* h3 = new TestEventHandler(3); local
486 EventHandlerDestroyer handle_destroyer(2, h3);
490 target.AddPreTargetHandler(h3);
511 TestEventHandler* h3 = new TestEventHandler(3); local
537 TestEventHandler* h3 = new TestEventHandler(3); local
564 TestEventHandler* h3 = new TestEventHandler(3); local
    [all...]
  /external/ceres-solver/docs/source/_themes/armstrong/
rtd-themes.conf 34 h3 = #6c818f
theme.conf 34 h3 = #6c818f
  /external/chromium/chrome/browser/resources/gpu_internals/
info_view.css 10 #info-view h3 {
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
flakiness_dashboard.css 39 h3 {
  /external/chromium_org/third_party/openssl/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");
180 add $h3=$h3,$c };; // wrap up
255 { .mlx; ld4 $h3=[tmp0]
269 mov $D=$h3
296 st4 [tmp0]=$h3 };;
  /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");
180 add $h3=$h3,$c };; // wrap up
255 { .mlx; ld4 $h3=[tmp0]
269 mov $D=$h3
296 st4 [tmp0]=$h3 };;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
armVCM4P10_FwdTransformResidual4x4.c 72 int h3 = g1 - (g3 << 1); local
76 pDst[i+12] = (OMX_S16) h3;
armVCM4P10_TransformResidual4x4.c 73 int h3 = g0 - g3; local
77 pDst[i+12] = (OMX_S16)((h3+32)>>6);
  /external/chromium_org/chrome/browser/resources/history/
history_mobile.css 30 h3,
39 h3 {
122 h3,
170 h3:first-of-type {
262 h3,
268 h3 {
  /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;fon (…)
  /external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/css/
chrome_shared.css 28 h3 {
44 h3 {
  /external/chromium_org/ui/webui/resources/css/
chrome_shared.css 34 h3 {
50 h3 {
  /external/clang/test/SemaCXX/
attr-format.cpp 15 const char* h3(const char*) __attribute__((format_arg(1))); // \

Completed in 626 milliseconds

1 2 3 4 5 6 7