Home
last modified time | relevance | path

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

/ext-ds/src/ds/
H A Dds_htable.c59 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()
H A Dds_htable.h40 #define DS_HTABLE_IS_PACKED(t) ((t)->size == (t)->next) macro

Completed in 8 milliseconds