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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Modules/
declare-use2.cpp 7 const int h2 = h1+e+f;
  /external/clang/test/CodeGen/
fp16-ops.c 6 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/
Murmur3_32HashFunction.java 45 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 ^= h1 >>> 16
    [all...]
Murmur3_128HashFunction.java 47 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 ^= k1
    [all...]
  /external/clang/test/Modules/Inputs/declare-use/
h.h 5 #include "h1.h"
6 const int h1 = aux_h*c*7*d; variable
  /external/chromium_org/third_party/angle/src/third_party/murmurhash/
MurmurHash3.cpp 100 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/
MurmurHash3.cpp 100 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...]
Spooky.h 153 // 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, uint64 &h2, uint64 &h3
    [all...]
SpookyTest.cpp 12 uint64_t h1 = seed, h2 = seed; local
13 SpookyHash::Hash128(key, len, &h1, &h2);
14 ((uint64_t*)out)[0] = h1;
PMurHash.c 150 #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, c);
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/
hash.h 93 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/chrome/browser/resources/chromeos/
bluetooth_pair_device.css 14 .overlay .page h1 {
  /external/chromium_org/third_party/markdown/extensions/
headerid.py 45 <h1 id="some-header">Some Header</h1>
55 <h1 id="header">Header</h1>
56 <h1 id="header_1">Header</h1>
57 <h1 id="header_2">Header</h1>
74 <h1 id="some-header-with-markup">Some <em>Header</em> with <a href="http://example.com">markup</a>.</h1>
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/notifications/
style.css 13 h1 { font-size: 156% }
15 h1 img {
  /external/chromium_org/components/onc/docs/
onc_spec.css 55 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/
arm64-v128_lo-diagnostics.s 7 sqrdmulh h0, h1, v16.h[0]
neon-scalar-by-elem-saturating-mul.s 6 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/
core_unittest.cc 35 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.set_value(static_cast<MojoHandle>(789))
152 ScopedMessagePipeHandle h1; local
195 ScopedMessagePipeHandle h1; local
298 ScopedMessagePipeHandle h1; local
345 ScopedMessagePipeHandle h1; local
    [all...]
  /frameworks/base/core/tests/coretests/src/android/os/
HandlerThreadTest.java 73 final Handler h1 = new Handler(th1.getLooper()) { local
87 Message msg = h1.obtainMessage(TEST_WHAT);
89 synchronized (h1) {
91 h1.sendMessage(msg);
94 h1.wait();
BroadcasterTest.java 134 Handler h1;
139 h1 = new H();
142 b.request(MESSAGE_A, h1, MESSAGE_C);
152 if (msg.what == MESSAGE_C && msg.getTarget() == h1) {
169 Handler h1;
174 h1 = new H();
177 b.request(MESSAGE_A, h1, MESSAGE_C);
204 Handler h1;
209 h1 = new H();
212 b.request(MESSAGE_A, h1, MESSAGE_C)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
incbin.asm 1 incbin "stamp-h1"
  /external/chromium_org/mojo/public/c/system/tests/
core_unittest.cc 25 MojoHandle h0, h1; local
71 h1 = MOJO_HANDLE_INVALID;
73 MojoDuplicateBufferHandle(h0, NULL, &h1));
79 MojoHandle h0, h1; local
85 h1 = MOJO_HANDLE_INVALID;
86 EXPECT_EQ(MOJO_RESULT_OK, MojoCreateMessagePipe(NULL, &h0, &h1));
88 EXPECT_NE(h1, MOJO_HANDLE_INVALID);
103 // Write to |h1|.
107 MojoWriteMessage(h1, kHello, buffer_size, NULL, 0,
130 // |h1| should no longer be readable or writable
228 MojoHandle h0, h1; local
    [all...]
  /external/qemu/android/base/files/
ScopedHandle_unittest.cpp 64 ScopedHandle h1; local
66 EXPECT_FALSE(h1.valid());
68 h1.swap(&h2);
70 EXPECT_TRUE(h1.valid());
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
spreproc.cpp 116 h1 -- Word16 array -- impulse response
184 Word16 h1[], /* o : impulse response */
211 Syn_filt(Aq, ai_zero, h1, L_SUBFR, zero, 0);
212 Syn_filt(Ap2, h1, h1, L_SUBFR, zero, 0);
  /ndk/tests/device/test-stlport_shared-exception/jni/
fp-regs.cpp 21 double a1, b1, c1, d1, e1, f1, g1, h1, i1, j1; local
41 h1 = g1 + 1;
42 i1 = h1 + 1;
86 if (h1 != 7.0)

Completed in 711 milliseconds

1 2 3 4 5 6 7 8 91011>>