OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Mix
(Results
1 - 2
of
2
) 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);
/art/test/044-proxy/src/
BasicTest.java
33
Mix
proxyMe = new
Mix
();
179
class
Mix
implements Quads, Colors {
197
return "
mix
";
Completed in 157 milliseconds