Lines Matching refs:key
40 const void *key; member
46 uint32_t (*key_hash_function)(const void *key);
60 uint32_t (*key_hash_function)(const void *key),
66 uint32_t (*key_hash_function)(const void *key),
85 _mesa_set_add(struct set *set, const void *key);
87 _mesa_set_add_pre_hashed(struct set *set, uint32_t hash, const void *key);
90 _mesa_set_search_or_add(struct set *set, const void *key, bool *found);
93 const void *key, bool *found);
96 _mesa_set_search(const struct set *set, const void *key);
99 const void *key);
102 _mesa_set_search_and_add(struct set *set, const void *key, bool *replaced);
105 const void *key, bool *replaced);
110 _mesa_set_remove_key(struct set *set, const void *key);
140 …entry->hash = 0, entry->key = (void*)NULL, (set)->entries--, entry = _mesa_set_next_entry_unsafe(s…