Home
last modified time | relevance | path

Searched defs:hash_table (Results 1 – 16 of 16) sorted by relevance

/third_party/glib/glib/
Dghash.c282 GHashTable *hash_table; member
335 g_hash_table_set_shift (GHashTable *hash_table, gint shift) in g_hash_table_set_shift()
360 g_hash_table_set_shift_from_size (GHashTable *hash_table, gint size) in g_hash_table_set_shift_from_size()
422 g_hash_table_hash_to_index (GHashTable *hash_table, guint hash) in g_hash_table_hash_to_index()
455 g_hash_table_lookup_node (GHashTable *hash_table, in g_hash_table_lookup_node()
533 g_hash_table_remove_node (GHashTable *hash_table, in g_hash_table_remove_node()
567 g_hash_table_setup_storage (GHashTable *hash_table) in g_hash_table_setup_storage()
615 g_hash_table_remove_all_nodes (GHashTable *hash_table, in g_hash_table_remove_all_nodes()
721 realloc_arrays (GHashTable *hash_table, gboolean is_a_set) in realloc_arrays()
910 g_hash_table_maybe_resize (GHashTable *hash_table) in g_hash_table_maybe_resize()
[all …]
Dghash.h151 #define g_hash_table_freeze(hash_table) ((void)0) GLIB_DEPRECATED_MACRO_IN_2_26 argument
152 #define g_hash_table_thaw(hash_table) ((void)0) GLIB_DEPRECATED_MACRO_IN_2_26 argument
/third_party/weston/xwayland/
Dhash.c47 struct hash_table { struct
48 struct hash_entry *table;
49 uint32_t size;
50 uint32_t rehash;
51 uint32_t max_entries;
52 uint32_t size_index;
53 uint32_t entries;
54 uint32_t deleted_entries;
/third_party/boost/boost/hana/detail/
Dhash_table.hpp35 struct hash_table struct
/third_party/gstreamer/gstplugins_bad/sys/vdpau/
Dgstvdpdevice.c266 GHashTable *hash_table; member
/third_party/glib/glib/tests/
Dhash.c42 fill_hash_table_and_array (GHashTable *hash_table) in fill_hash_table_and_array()
552 GHashTable *hash_table = in set_hash_test() local
589 GHashTable *hash_table; in test_hash_misc() local
1550 GHashTable *hash_table = in test_set_insert_corruption() local
Dutils.c564 GHashTable *hash_table = NULL; in test_clear_pointer_cast() local
/third_party/e2fsprogs/e2fsck/
Drevoke.c119 struct list_head *hash_table; member
/third_party/gstreamer/gstplugins_bad/gst/mxf/
Dmxftypes.c1658 GHashTable ** hash_table) in mxf_local_tag_add_to_hash_table()
1702 mxf_local_tag_insert (MXFLocalTag * tag, GHashTable ** hash_table) in mxf_local_tag_insert()
/third_party/glib/gobject/
Dgparam.c870 GHashTable *hash_table; member
991 param_spec_ht_lookup (GHashTable *hash_table, in param_spec_ht_lookup()
/third_party/Linux_Kernel/include/linux/sunrpc/
Dcache.h78 struct hlist_head * hash_table; member
/third_party/openssl/apps/
Drehash.c104 static BUCKET *hash_table[257]; variable
/third_party/quickjs/
Djscompress.c693 int *hash_table, *hash_next; in lz_compress() local
Dquickjs.c33746 uint32_t *hash_table; member
45378 struct list_head *hash_table; member
/third_party/glib/tests/
Dtestglib.c1139 GHashTable *hash_table; in hash_table_tests() local
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Drtpsession.c4074 clone_ssrcs_hashtable (gchar * key, RTPSource * source, GHashTable * hash_table) in clone_ssrcs_hashtable()