Searched refs:hash_table_insert (Results 1 – 5 of 5) sorted by relevance
/third_party/weston/xwayland/ |
D | hash.h | 46 int hash_table_insert(struct hash_table *ht, uint32_t hash, void *data);
|
D | hash.c | 243 hash_table_insert(ht, entry->hash, entry->data); in hash_table_rehash() 257 hash_table_insert(struct hash_table *ht, uint32_t hash, void *data) in hash_table_insert() function
|
D | window-manager.c | 1134 hash_table_insert(wm->window_hash, window->frame_id, window); in weston_wm_window_create_frame() 1523 hash_table_insert(wm->window_hash, id, window); in weston_wm_window_create()
|
/third_party/mesa3d/src/util/ |
D | hash_table.c | 360 hash_table_insert(struct hash_table *ht, uint32_t hash, 430 hash_table_insert(struct hash_table *ht, uint32_t hash, in hash_table_insert() function 509 return hash_table_insert(ht, ht->key_hash_function(key), key, data); in _mesa_hash_table_insert() 517 return hash_table_insert(ht, hash, key, data); in _mesa_hash_table_insert_pre_hashed()
|
/third_party/glib/gio/gvdb/ |
D | gvdb-builder.c | 189 hash_table_insert (gpointer key, in hash_table_insert() function 366 g_hash_table_foreach (table, hash_table_insert, mytable); in file_builder_add_hash()
|