HomeSort by relevance Sort by last modified time
    Searched defs:h9 (Results 1 - 3 of 3) 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
146 h0=h3=h6=h9 = *hash1;
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
223 h0=h3=h6=h9 = m_state[0];
238 h9 = m_state[9];
250 Mix(u.p64, h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11)
323 uint64 h9 = m_state[9]; local
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldFileHandlerTest.java 177 FileHandler h9 = new FileHandler("%t/log/%ustring%u.log"); local
178 h9.publish(r);
179 h9.close();
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
FileHandlerTest.java 581 FileHandler h9 = new FileHandler("%t/log/%ustring%u.log"); local
582 h9.publish(r);
583 h9.close();

Completed in 127 milliseconds