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

  /external/clang/test/SemaCXX/
dcl_ambig_res.cpp 66 void h7(int *(C7[10])) { } // expected-note{{previous}} function
67 void h7(int *(*_fp)(C7 _parm[10])) { } // expected-error{{redefinition}} function
  /external/chromium_org/third_party/smhasher/src/
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];
236 h7 = m_state[7];
250 Mix(u.p64, h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11)
321 uint64 h7 = m_state[7]; local
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldFileHandlerTest.java 162 FileHandler h7 = new FileHandler("%t/log/string%u.log"); local
163 h7.publish(r);
164 h7.close();
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
FileHandlerTest.java 546 FileHandler h7 = new FileHandler("%t/log/string%u.log"); local
547 h7.publish(r);
548 h7.close();

Completed in 1309 milliseconds