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

  /external/chromium_org/third_party/angle_dx11/src/third_party/murmurhash/
MurmurHash3.cpp 68 FORCE_INLINE uint32_t fmix ( uint32_t h ) function
81 FORCE_INLINE uint64_t fmix ( uint64_t k ) function
143 h1 = fmix(h1);
239 h1 = fmix(h1);
240 h2 = fmix(h2);
241 h3 = fmix(h3);
242 h4 = fmix(h4);
324 h1 = fmix(h1);
325 h2 = fmix(h2);
  /external/chromium_org/third_party/smhasher/src/
MurmurHash3.cpp 68 FORCE_INLINE uint32_t fmix ( uint32_t h ) function
81 FORCE_INLINE uint64_t fmix ( uint64_t k ) function
143 h1 = fmix(h1);
239 h1 = fmix(h1);
240 h2 = fmix(h2);
241 h3 = fmix(h3);
242 h4 = fmix(h4);
324 h1 = fmix(h1);
325 h2 = fmix(h2);
  /external/droiddriver/libs/
guava-13.0.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar 

Completed in 66 milliseconds