Home
last modified time | relevance | path

Searched refs:hashKey (Results 1 - 3 of 3) sorted by relevance

/drivers/hdf_core/framework/tools/hdi-gen/hash/
H A Dhash.cpp81 bool Hash::GenFileHashKey(const std::string &path, size_t &hashKey) in GenFileHashKey() argument
92 hashKey = std::hash<std::string>()(buffer.str()); in GenFileHashKey()
H A Dhash.h30 static bool GenFileHashKey(const std::string &path, size_t &hashKey);
/drivers/hdf_core/framework/utils/src/
H A Dhdf_map.c35 static uint32_t MapHash(const char *hashKey) in MapHash() argument
39 while (hashKey != NULL && *hashKey != 0) { in MapHash()
40 hashValue = hashValue * HASH_SEED + (*hashKey++); in MapHash()

Completed in 2 milliseconds