HomeSort by relevance Sort by last modified time
    Searched defs:h8 (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/smhasher/src/
Spooky.cpp 135 uint64 h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11; local
148 h2=h5=h8=h11 = sc_const;
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
225 h2=h5=h8=h11 = sc_const;
237 h8 = m_state[8];
250 Mix(u.p64, h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11)
322 uint64 h8 = m_state[8]; local
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldFileHandlerTest.java 175 FileHandler h8 = new FileHandler("%t/log/%ustring%u.log"); local
176 h8.publish(r);
180 h8.close();
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
FileHandlerTest.java 559 FileHandler h8 = new FileHandler("%t/log/%ustring%u.log"); local
560 h8.publish(r);
564 h8.close();
  /external/llvm/unittests/Support/
YAMLIOTest.cpp 162 Hex8 h8; member in struct:BuiltInTypes
186 io.mapRequired("h8", bt.h8);
215 "h8: 0xFF\n"
236 EXPECT_EQ(map.h8, Hex8(255));
263 map.h8 = 254;
292 EXPECT_EQ(map.h8, Hex8(254));
    [all...]

Completed in 1162 milliseconds