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

  /external/chromium_org/third_party/skia/include/core/
SkChecksum.h 25 * Our Rotate and Mash helpers are meant to automatically do the right
34 static inline uintptr_t Mash(uintptr_t total, uintptr_t value) {
107 result = Mash(result, *ptr++);
108 result = Mash(result, *ptr++);
109 result = Mash(result, *ptr++);
110 result = Mash(result, *ptr++);
117 result = Mash(result, *data++);
  /external/skia/include/core/
SkChecksum.h 25 * Our Rotate and Mash helpers are meant to automatically do the right
34 static inline uintptr_t Mash(uintptr_t total, uintptr_t value) {
107 result = Mash(result, *ptr++);
108 result = Mash(result, *ptr++);
109 result = Mash(result, *ptr++);
110 result = Mash(result, *ptr++);
117 result = Mash(result, *data++);

Completed in 80 milliseconds