Home
last modified time | relevance | path

Searched refs:noccupied (Results 1 – 2 of 2) sorted by relevance

/third_party/glib/glib/
Dghash.c262 gint noccupied; /* nnodes + tombstones */ member
632 hash_table->noccupied = 0; in g_hash_table_remove_all_nodes()
895 hash_table->noccupied = hash_table->nnodes; in DEFINE_RESIZE_FUNC()
910 gint noccupied = hash_table->noccupied; in g_hash_table_maybe_resize() local
914 (size <= noccupied + (noccupied / 16))) in g_hash_table_maybe_resize()
1074 hash_table->noccupied = 0; in g_hash_table_new_full()
1340 hash_table->noccupied++; in g_hash_table_insert_node()
/third_party/glib/glib/tests/
Dhash.c1354 gint noccupied; /* nnodes + tombstones */ member
1434 g_assert_cmpint (occupied + tombstones, ==, h->noccupied); in check_consistency()
1444 g_assert_cmpint (occupied + tombstones, ==, h->noccupied); in check_counts()