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

  /external/chromium_org/third_party/angle/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/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 46 milliseconds