HomeSort by relevance Sort by last modified time
    Searched defs:h4 (Results 1 - 25 of 26) sorted by null

1 2

  /external/clang/test/Parser/
attributes.c 41 void (*h4)(void (*f4)(__attribute__(()))); // expected-error {{expected parameter declarator}} variable
  /external/clang/test/Analysis/diagnostics/Inputs/include/
report-issues-within-main-file.h 38 int h4 = 0; local
39 h4 = in/h4;
40 h4++;
  /external/clang/test/Sema/
constant-builtins.c 21 int h4 = __builtin_bswap32(0x1234) == 0x34120000 ? 1 : f(); variable
warn-missing-prototypes.c 19 int h4(int);
20 int h4();
25 int h4();
30 int h4(int x) { return x; } function
constant-builtins-2.c 116 int h4 = __builtin_bswap32(0x1234) == 0x34120000 ? 1 : f(); variable
  /external/chromium_org/third_party/angle_dx11/src/third_party/murmurhash/
MurmurHash3.cpp 159 uint32_t h4 = seed; local
188 h3 = ROTL32(h3,15); h3 += h4; h3 = h3*5+0x96cd1c35;
190 k4 *= c4; k4 = ROTL32(k4,18); k4 *= c1; h4 ^= k4;
192 h4 = ROTL32(h4,13); h4 += h1; h4 = h4*5+0x32ac3b17;
210 k4 *= c4; k4 = ROTL32(k4,18); k4 *= c1; h4 ^= k4;
234 h1 ^= len; h2 ^= len; h3 ^= len; h4 ^= len;
    [all...]
  /external/chromium_org/third_party/smhasher/src/
MurmurHash3.cpp 159 uint32_t h4 = seed; local
188 h3 = ROTL32(h3,15); h3 += h4; h3 = h3*5+0x96cd1c35;
190 k4 *= c4; k4 = ROTL32(k4,18); k4 *= c1; h4 ^= k4;
192 h4 = ROTL32(h4,13); h4 += h1; h4 = h4*5+0x32ac3b17;
210 k4 *= c4; k4 = ROTL32(k4,18); k4 *= c1; h4 ^= k4;
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
147 h1=h4=h7=h10 = *hash2;
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
224 h1=h4=h7=h10 = m_state[1];
233 h4 = m_state[4];
250 Mix(u.p64, h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11)
318 uint64 h4 = m_state[4]; local
    [all...]
  /external/kernel-headers/original/linux/
errqueue.h 34 struct inet_skb_parm h4; member in union:sock_exterr_skb::__anon21713
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_atexit.py 24 atexit.register(self.h4)
25 atexit.register(self.h4, 4, kw="abc")
28 "h4 (4,) {'kw': 'abc'}\nh4 () {}\nh1\n")
68 def h4(self, *args, **kwargs): member in class:TestCase
69 print "h4", args, kwargs
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_atexit.py 24 atexit.register(self.h4)
25 atexit.register(self.h4, 4, kw="abc")
28 "h4 (4,) {'kw': 'abc'}\nh4 () {}\nh1\n")
68 def h4(self, *args, **kwargs): member in class:TestCase
69 print "h4", args, kwargs
  /external/chromium_org/third_party/openssl/openssl/crypto/sha/
sha.h 102 SHA_LONG h0,h1,h2,h3,h4; member in struct:SHAstate_st
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
sha.h 102 SHA_LONG h0,h1,h2,h3,h4; member in struct:SHAstate_st
  /external/clang/test/SemaCXX/
address-of-temporary.cpp 39 void h4() { consume(AZ{}); } function in namespace:PointerToArrayDecay
return-noreturn.cpp 88 int h4(int x) { function in namespace:abort_struct_complex_cfgs
cxx0x-initializer-constructor.cpp 193 H h4 = {1, 1}; // expected-error {{constructor is explicit}} member in struct:objects::memberinit
  /external/openssl/crypto/sha/
sha.h 102 SHA_LONG h0,h1,h2,h3,h4; member in struct:SHAstate_st
  /external/openssl/include/openssl/
sha.h 102 SHA_LONG h0,h1,h2,h3,h4; member in struct:SHAstate_st
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldFileHandlerTest.java 144 FileHandler h4 = new FileHandler("%t/log/string"); local
148 h4.publish(r);
152 h4.close();
  /external/chromium_org/cc/base/
math_util.cc 153 HomogeneousCoordinate h4 = ProjectHomogeneousPoint(transform, q.p4()); local
155 return ComputeEnclosingClippedRect(h1, h2, h3, h4);
168 HomogeneousCoordinate h4 = local
205 if (h3.ShouldBeClipped() ^ h4.ShouldBeClipped()) {
207 ComputeClippedPointForEdge(h3, h4).CartesianPoint2d(),
212 if (!h4.ShouldBeClipped()) {
214 h4.CartesianPoint2d(), clipped_quad, num_vertices_in_clipped_quad);
217 if (h4.ShouldBeClipped() ^ h1.ShouldBeClipped()) {
219 ComputeClippedPointForEdge(h4, h1).CartesianPoint2d(),
248 const HomogeneousCoordinate& h4) {
345 HomogeneousCoordinate h4 = local
    [all...]
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
FileHandlerTest.java 548 FileHandler h4 = new FileHandler("%t/log/string"); local
552 h4.publish(r);
556 h4.close();
  /external/llvm/include/llvm/ADT/
Hashing.h 267 uint64_t h0, h1, h2, h3, h4, h5, h6; member in struct:llvm::hashing::detail::hash_state
277 state.h6 = hash_16_bytes(state.h4, state.h5);
299 h1 = rotate(h1 + h4 + fetch64(s + 48), 42) * k1;
303 h3 = h4 * k1;
304 h4 = h0 + h5;
305 mix_32_bytes(s, h3, h4);
316 hash_16_bytes(h4, h6) + shift_mix(length) * k1 + h0);
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
LODGeomap.java 1011 float h4 = hdata[index + width + 1]; \/\/ bottom right local
    [all...]
  /external/openssh/
umac.c 470 UINT64 h1,h2,h3,h4; local
482 h4 = *((UINT64 *)hp + 3);
497 h4 += MUL64((k12 + d0), (k16 + d4));
502 h4 += MUL64((k13 + d1), (k17 + d5));
507 h4 += MUL64((k14 + d2), (k18 + d6));
512 h4 += MUL64((k15 + d3), (k19 + d7));
524 ((UINT64 *)hp)[3] = h4;
    [all...]
  /external/v8/test/cctest/
test-heap.cc 300 Handle<Object> h4; local
311 h4 = global_handles->Create(*u);
320 CHECK((*h4)->IsHeapNumber());
326 CHECK_EQ(*h4, *h2);
328 global_handles->Destroy(h4.location());
    [all...]

Completed in 1963 milliseconds

1 2