Searched refs:hash (Results 1 – 11 of 11) sorted by relevance
19 uint32_t hash; member45 static uint32_t MapHashIdx(const Map *map, uint32_t hash) in MapHashIdx() argument47 return (hash & (map->bucketSize - 1)); in MapHashIdx()52 uint32_t idx = MapHashIdx(map, node->hash); in MapAddNode()94 static struct MapNode *MapCreateNode(const char *key, uint32_t hash, in MapCreateNode() argument103 node->hash = hash; in MapCreateNode()135 uint32_t hash; in MapSet() local141 hash = MapHash(key); in MapSet()143 uint32_t idx = MapHashIdx(map, hash); in MapSet()146 if (node->hash != hash || node->key == NULL || strcmp(node->key, key) != 0) { in MapSet()[all …]
25 const size_t DriverExtensionContext::CONTEXT_TYPE_ID(std::hash<const char*> {} ("DriverExtensionCon…
36 hashVal = static_cast<uint64_t>(std::hash<uint64_t> {}(info.addr)); in UsbDdkHash()
35 HASH_SOURCE_DIR := $(PWD)/hash37 HASH_OBJS_DIR := $(BUILD_DIR)/hash
35 HASH_SOURCE_DIR := $(PWD)\hash37 HASH_OBJS_DIR := $(BUILD_DIR)\hash
92 hashKey = std::hash<std::string>()(buffer.str()); in GenFileHashKey()
340 return std::hash<std::string>()(fileStr.ToString()); in CreateParentDir()
304 SetHash(hash) { argument305 this.hash_ = hash;
101 void SetHash(uint32_t hash);
351 void AstObject::SetHash(uint32_t hash) in SetHash() argument353 hash_ = hash; in SetHash()
38 std::hash<std::string> h; in InitDCameraAbility()