Searched refs:DBUS_SMALL_HASH_TABLE (Results 1 – 1 of 1) sorted by relevance
129 #define DBUS_SMALL_HASH_TABLE 4 macro174 DBusHashEntry *static_buckets[DBUS_SMALL_HASH_TABLE];313 _dbus_assert (DBUS_SMALL_HASH_TABLE == _DBUS_N_ELEMENTS (table->static_buckets)); in _dbus_hash_table_new()316 table->n_buckets = DBUS_SMALL_HASH_TABLE; in _dbus_hash_table_new()318 table->hi_rebuild_size = DBUS_SMALL_HASH_TABLE * REBUILD_MULTIPLIER; in _dbus_hash_table_new()1044 if (new_buckets < DBUS_SMALL_HASH_TABLE) in rebuild_table()