Searched refs:DS_HTABLE_IS_PACKED (Results 1 – 2 of 2) sorted by relevance
59 if (DS_HTABLE_IS_PACKED(table)) { // No deleted buckets in ds_htable_rehash()95 if ( ! DS_HTABLE_IS_PACKED(table)) { in ds_htable_pack()378 } else if (DS_HTABLE_IS_PACKED(table) || position < table->min_deleted) { in ds_htable_lookup_by_position()871 if (DS_HTABLE_IS_PACKED(table) || in ds_htable_slice()
40 #define DS_HTABLE_IS_PACKED(t) ((t)->size == (t)->next) macro
Completed in 8 milliseconds