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

  /system/core/include/utils/
JenkinsHash.h 45 uint32_t JenkinsHashMixBytes(uint32_t hash, const uint8_t* bytes, size_t size);
  /system/core/libutils/
JenkinsHash.cpp 37 uint32_t JenkinsHashMixBytes(uint32_t hash, const uint8_t* bytes, size_t size) {
  /frameworks/base/libs/hwui/
TessellationCache.cpp 86 hash = JenkinsHashMixBytes(hash, (uint8_t*) &shape, sizeof(Shape));
115 uint32_t hash = JenkinsHashMixBytes(0, (uint8_t*) &nodeKey, sizeof(const void*));
116 hash = JenkinsHashMixBytes(hash, (uint8_t*) &matrixData, sizeof(matrixData));
PathCache.cpp 90 hash = JenkinsHashMixBytes(hash, (uint8_t*) &shape, sizeof(Shape));

Completed in 179 milliseconds