HomeSort by relevance Sort by last modified time
    Searched refs:Mix (Results 1 - 13 of 13) sorted by null

  /external/skia/include/private/
SkChecksum.h 23 static uint32_t Mix(uint32_t hash) {
36 * This version is 2-lines cheaper than Mix, but seems to be sufficient for the font cache.
62 return SkChecksum::Mix(*(const uint32_t*)&k);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
24k-triple-stores-5.s 0 # Mix byte/half/word sizes with arbitary base register.
24k-triple-stores-5.d 3 #name: 24K: Triple Store (Mix byte/half/word size check)
micromips@24k-triple-stores-5.d 3 #name: 24K: Triple Store (Mix byte/half/word size check)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
reloclab.s 2 # Mix in different accesses to local labels to see that relaxing works for
  /external/skia/src/core/
SkChecksum.cpp 46 return SkChecksum::Mix(hash);
  /external/skia/src/gpu/
GrGlyph.h 99 return SkChecksum::Mix(key);
GrLayerCache.h 33 static uint32_t Hash(const uint32_t& key) { return SkChecksum::Mix(key); }
  /art/test/044-proxy/src/
BasicTest.java 33 Mix proxyMe = new Mix();
179 class Mix implements Quads, Colors {
197 return "mix";
  /external/skia/bench/
FontCacheBench.cpp 72 { "hasher2", SkChecksum::Mix },
  /external/pcre/dist/
RunGrepTest 146 (cd $srcdir; $valgrind $pcregrep -Mix 'Pattern' ./testdata/grepinputx) >>testtrygrep
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp     [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp     [all...]

Completed in 1631 milliseconds