Home
last modified time | relevance | path

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

/third_party/gettext/gnulib-local/lib/
Dmem-hash-map.h27 typedef struct hash_table struct
35 hash_table; typedef
/third_party/glib/glib/
Dghash.c288 GHashTable *hash_table; member
341 g_hash_table_set_shift (GHashTable *hash_table, gint shift) in g_hash_table_set_shift()
366 g_hash_table_set_shift_from_size (GHashTable *hash_table, gint size) in g_hash_table_set_shift_from_size()
428 g_hash_table_hash_to_index (GHashTable *hash_table, guint hash) in g_hash_table_hash_to_index()
461 g_hash_table_lookup_node (GHashTable *hash_table, in g_hash_table_lookup_node()
532 g_hash_table_remove_node (GHashTable *hash_table, in g_hash_table_remove_node()
566 g_hash_table_setup_storage (GHashTable *hash_table) in g_hash_table_setup_storage()
613 g_hash_table_remove_all_nodes (GHashTable *hash_table, in g_hash_table_remove_all_nodes()
719 realloc_arrays (GHashTable *hash_table, gboolean is_a_set) in realloc_arrays()
908 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/gettext/libtextstyle/gnulib-local/lib/glib/
Dghash.c80 #define G_HASH_TABLE_RESIZE(hash_table) \ argument
157 GHashTable *hash_table; in g_hash_table_new_full() local
249 g_hash_table_lookup_node (GHashTable *hash_table, in g_hash_table_lookup_node()
285 g_hash_table_lookup (GHashTable *hash_table, in g_hash_table_lookup()
354 g_hash_table_insert (GHashTable *hash_table, in g_hash_table_insert()
748 g_hash_table_resize (GHashTable *hash_table) in g_hash_table_resize()
/third_party/grpc/src/php/ext/grpc/
Dchannel.h26 #define ZEND_HASH_INIT(hash_table, limit, descriptor, zend_bool) _zend_hash_init(hash_table, limit,… argument
28 #define ZEND_HASH_INIT(hash_table, limit, descriptor, zend_bool) zend_hash_init_ex(hash_table, limi… argument
/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.c602 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.c901 GHashTable *hash_table; member
1022 param_spec_ht_lookup (GHashTable *hash_table, in param_spec_ht_lookup()
/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.c33762 uint32_t *hash_table; member
45394 struct list_head *hash_table; member
/third_party/glib/tests/
Dtestglib.c1332 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()