Searched refs:h1 (Results 1 - 25 of 260) sorted by relevance

1234567891011

/external/clang/test/Modules/
H A Ddeclare-use2.cpp7 const int h2 = h1+e+f;
/external/clang/test/CodeGen/
H A Dfp16-ops.c6 volatile __fp16 h0 = 0.0, h1 = 1.0, h2; variable
19 test = (!h1);
23 h1 = -h1;
26 h1 = +h1;
30 h1++;
34 ++h1;
38 --h1;
42 h1
[all...]
/external/guava/guava/src/com/google/common/hash/
H A DMurmur3_32HashFunction.java45 int h1; field in class:Murmur3_32HashFunction.Murmur3_32Hasher
52 h1 = seed;
63 h1 ^= k1;
64 h1 = Integer.rotateLeft(h1, 13);
65 h1 = h1 * 5 + 0xe6546b64;
85 h1 ^= k1;
90 h1 ^= len;
92 h1
[all...]
H A DMurmur3_128HashFunction.java47 long h1; field in class:Murmur3_128HashFunction.Murmur3_128Hasher
55 h1 = seed;
70 h1 ^= k1;
72 h1 = Long.rotateLeft(h1, 27);
73 h1 += h2;
74 h1 = h1 * 5 + 0x52dce729;
82 h2 += h1;
129 h1
[all...]
/external/clang/test/Modules/Inputs/declare-use/
H A Dh.h5 #include "h1.h"
6 const int h1 = aux_h*c*7*d; variable
/external/chromium_org/third_party/angle/src/third_party/murmurhash/
H A DMurmurHash3.cpp100 uint32_t h1 = seed; local
118 h1 ^= k1;
119 h1 = ROTL32(h1,13);
120 h1 = h1*5+0xe6546b64;
135 k1 *= c1; k1 = ROTL32(k1,15); k1 *= c2; h1 ^= k1;
141 h1 ^= len;
143 h1 = fmix(h1);
156 uint32_t h1 = seed; local
261 uint64_t h1 = seed; local
[all...]
/external/chromium_org/third_party/smhasher/src/
H A DMurmurHash3.cpp100 uint32_t h1 = seed; local
118 h1 ^= k1;
119 h1 = ROTL32(h1,13);
120 h1 = h1*5+0xe6546b64;
135 k1 *= c1; k1 = ROTL32(k1,15); k1 *= c2; h1 ^= k1;
141 h1 ^= len;
143 h1 = fmix32(h1);
156 uint32_t h1 = seed; local
261 uint64_t h1 = seed; local
[all...]
H A DSpooky.h153 // Mix all 12 inputs together so that h0, h1 are a hash of them all.
158 // The final result will have each bit of h0, h1 flip
169 uint64 &h0, uint64 &h1, uint64 &h2, uint64 &h3,
173 h11+= h1; h2 ^= h11; h1 = Rot64(h1,44);
175 h1 += h3; h4 ^= h1; h3 = Rot64(h3,34);
184 h10+= h0; h1 ^= h10; h0 = Rot64(h0,54);
188 uint64 &h0, uint64 &h1, uint6
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...]
H A DSpookyTest.cpp12 uint64_t h1 = seed, h2 = seed; local
13 SpookyHash::Hash128(key, len, &h1, &h2);
14 ((uint64_t*)out)[0] = h1;
H A DPMurHash.c150 #define DOBLOCK(h1, k1) do{ \
155 h1 ^= k1; \
156 h1 = ROTL32(h1,13); \
157 h1 = h1*5+0xe6546b64; \
162 /* cnt=bytes to process, h1=name of h1 var, c=carry, n=bytes in c, ptr/len=payload */
163 #define DOBYTES(cnt, h1, c, n, ptr, len) do{ \
169 DOBLOCK(h1,
180 uint32_t h1 = *ph1; local
288 uint32_t h1=seed, carry=0; local
298 uint32_t h1=seed, carry=0; local
[all...]
/external/jemalloc/include/jemalloc/internal/
H A Dhash.h93 uint32_t h1 = seed; local
110 h1 ^= k1;
111 h1 = hash_rotl_32(h1, 13);
112 h1 = h1*5 + 0xe6546b64;
126 k1 *= c2; h1 ^= k1;
131 h1 ^= len;
133 h1 = hash_fmix_32(h1);
145 uint32_t h1 = seed; local
247 uint64_t h1 = seed; local
[all...]
/external/chromium_org/v8/test/mjsunit/compiler/
H A Dinline-arity-mismatch.js40 function h1(a, b) { function
51 assertEquals(4, h1(o, o));
52 assertEquals(4, h1(o, o));
55 %OptimizeFunctionOnNextCall(h1);
57 assertEquals(4, h1(o, o));
61 assertEquals(2, h1(u, o));
/external/chromium_org/chrome/browser/resources/chromeos/
H A Dbluetooth_pair_device.css14 .overlay .page h1 {
/external/chromium_org/third_party/polymer/components-chromium/core-animated-pages/transitions/
H A Dhero-transition-extracted.js33 h.h1.style[TRANSITION_NAME] = wt.join(', ');
34 h.h1.style.borderRadius = h.r1;
35 h.h1.style[TRANSFORM_NAME] = 'none';
75 var h1 = this.findInShadows(dst, ds);
77 if (!h1 && dst.selectedItem) {
78 h1 = this.findInShadows(dst.selectedItem, ds);
83 // console.log(v, h0, h1);
84 if (v && h1) {
86 var c1 = getComputedStyle(h1);
91 h1
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/api/notifications/
H A Dstyle.css13 h1 { font-size: 156% }
15 h1 img {
/external/chromium_org/components/onc/docs/
H A Donc_spec.css55 h1{font-size: 38px}
56 section h1{font-size: 32px}
57 section section h1{font-size: 28px}
58 section section section h1{font-size: 24px}
59 section section section section h1{font-size: 20px}
60 section section section section section h1{font-size: 18px}
61 section section section section section section h1{font-size: 16px}
62 section section section section section section section h1{font-size: 14px}
/external/llvm/test/MC/AArch64/
H A Darm64-v128_lo-diagnostics.s7 sqrdmulh h0, h1, v16.h[0]
H A Dneon-scalar-by-elem-saturating-mul.s6 sqdmull s1, h1, v1.h[1]
15 // CHECK: sqdmull s1, h1, v1.h[1] // encoding: [0x21,0xb0,0x51,0x5f]
27 sqdmulh h0, h1, v0.h[0]
33 // CHECK: sqdmulh h0, h1, v0.h[0] // encoding: [0x20,0xc0,0x40,0x5f]
44 sqrdmulh h1, h1, v1.h[4]
50 // CHECK: sqrdmulh h1, h1, v1.h[4] // encoding: [0x21,0xd8,0x41,0x5f]
/external/chromium_org/mojo/public/cpp/system/tests/
H A Dcore_unittest.cc35 Handle h1(static_cast<MojoHandle>(123));
36 EXPECT_EQ(static_cast<MojoHandle>(123), h1.value());
37 EXPECT_EQ(static_cast<MojoHandle>(123), *h1.mutable_value());
38 EXPECT_TRUE(h1.is_valid());
39 *h1.mutable_value() = static_cast<MojoHandle>(456);
40 EXPECT_EQ(static_cast<MojoHandle>(456), h1.value());
41 EXPECT_TRUE(h1.is_valid());
43 h1.swap(h0);
46 EXPECT_FALSE(h1.is_valid());
48 h1
152 ScopedMessagePipeHandle h1; local
195 ScopedMessagePipeHandle h1; local
298 ScopedMessagePipeHandle h1; local
345 ScopedMessagePipeHandle h1; local
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
H A Dincbin.asm1 incbin "stamp-h1"
/external/chromium_org/mojo/public/c/system/tests/
H A Dcore_unittest.cc25 MojoHandle h0, h1; local
72 h1 = MOJO_HANDLE_INVALID;
74 MojoDuplicateBufferHandle(h0, NULL, &h1));
80 MojoHandle h0, h1; local
86 h1 = MOJO_HANDLE_INVALID;
87 EXPECT_EQ(MOJO_RESULT_OK, MojoCreateMessagePipe(NULL, &h0, &h1));
89 EXPECT_NE(h1, MOJO_HANDLE_INVALID);
105 // Write to |h1|.
111 h1, kHello, buffer_size, NULL, 0, MOJO_WRITE_MESSAGE_FLAG_NONE));
134 // |h1| shoul
241 MojoHandle h0, h1; local
[all...]
/external/qemu/android/base/files/
H A DScopedHandle_unittest.cpp64 ScopedHandle h1; local
66 EXPECT_FALSE(h1.valid());
68 h1.swap(&h2);
70 EXPECT_TRUE(h1.valid());
/external/chromium_org/ui/events/
H A Devent_dispatcher_unittest.cc231 TestEventHandler h1(1), h2(2), h3(3), h4(4);
236 parent.AddPreTargetHandler(&h1);
242 h1.set_expect_pre_target(true);
276 h1.set_event_result(ER_HANDLED);
282 // |h1| marks the event as handled. So only the pre-target handlers should
295 h1.set_event_result(ER_UNHANDLED);
310 h1.set_event_result(ER_CONSUMED);
352 TestEventHandler h1(1), h2(2);
354 target.AddPreTargetHandler(&h1);
358 h1
[all...]
/external/chromium_org/chrome/browser/resources/options/
H A Dcertificate_manager.css9 #certificateRestoreOverlay h1 {
/external/chromium_org/chrome/browser/resources/media/
H A Dwebrtc_logs.css9 h1 {
17 html[dir=rtl] h1 {

Completed in 587 milliseconds

1234567891011