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

1 2 3 4 5 6 7 8 91011>>

  /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/chromium_org/third_party/angle_dx11/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 = fmix(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/chromium_org/chrome/browser/resources/chromeos/
bluetooth_pair_device.css 14 .overlay .page h1 {
  /external/chromium_org/chrome/common/extensions/docs/examples/api/notifications/
style.css 13 h1 { font-size: 156% }
15 h1 img {
  /external/chromium_org/chromeos/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}
  /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"
  /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)
  /ndk/tests/device/test-stlport_static-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)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_hmac.py 275 h1 = hmac.HMAC("key")
276 h2 = h1.copy()
277 self.assertTrue(h1.digest_cons == h2.digest_cons,
279 self.assertTrue(type(h1.inner) == type(h2.inner),
281 self.assertTrue(type(h1.outer) == type(h2.outer),
286 h1 = hmac.HMAC("key")
287 h2 = h1.copy()
289 self.assertTrue(id(h1) != id(h2), "No real copy of the HMAC instance.")
290 self.assertTrue(id(h1.inner) != id(h2.inner),
292 self.assertTrue(id(h1.outer) != id(h2.outer)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_hmac.py 275 h1 = hmac.HMAC("key")
276 h2 = h1.copy()
277 self.assertTrue(h1.digest_cons == h2.digest_cons,
279 self.assertTrue(type(h1.inner) == type(h2.inner),
281 self.assertTrue(type(h1.outer) == type(h2.outer),
286 h1 = hmac.HMAC("key")
287 h2 = h1.copy()
289 self.assertTrue(id(h1) != id(h2), "No real copy of the HMAC instance.")
290 self.assertTrue(id(h1.inner) != id(h2.inner),
292 self.assertTrue(id(h1.outer) != id(h2.outer)
    [all...]
  /external/chromium_org/ui/base/events/
event_dispatcher_unittest.cc 220 TestEventHandler h1(1), h2(2), h3(3), h4(4);
225 parent.AddPreTargetHandler(&h1);
231 h1.set_expect_pre_target(true);
265 h1.set_event_result(ER_HANDLED);
271 // |h1| marks the event as handled. So only the pre-target handlers should
284 h1.set_event_result(ER_UNHANDLED);
299 h1.set_event_result(ER_CONSUMED);
341 TestEventHandler h1(1), h2(2);
343 target.AddPreTargetHandler(&h1);
347 h1.set_expect_pre_target(true)
    [all...]
  /external/chromium_org/chrome/browser/resources/options/
certificate_manager.css 9 #certificateRestoreOverlay h1 {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/
test_separators.py 35 h1 = self.loads(d1)
38 self.assertEqual(h1, h)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/
test_separators.py 35 h1 = self.loads(d1)
38 self.assertEqual(h1, h)
  /external/chromium_org/chrome/browser/resources/media/
webrtc_logs.css 9 h1 {
17 html[dir=rtl] h1 {
  /external/oprofile/libpp/
op_header.h 21 * @param h1 sample file header
25 * check that the h1 and h2 are coherent (same size, same mtime etc.)
28 void op_check_header(opd_header const & h1, opd_header const & h2,

Completed in 508 milliseconds

1 2 3 4 5 6 7 8 91011>>