Searched refs:Mash (Results 1 - 2 of 2) sorted by relevance
/external/chromium_org/third_party/skia/include/core/ |
H A D | 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) { function in class:SkChecksum 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/ |
H A D | 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) { function in class:SkChecksum 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 43 milliseconds