Searched refs:next (Results 1 – 7 of 7) sorted by relevance
52 table->next = 0; in ds_htable_rehash()82 table->next = j; in ds_htable_rehash()107 table->next = table->size; in ds_htable_pack()132 table->next = 0; in ds_htable_with_capacity()168 dst->next = src->next; in ds_htable_clone()489 table->next = 0; in ds_htable_clear_buffer()643 ds_htable_bucket_t *next = &table->buckets[table->next]; in ds_htable_put_distinct_bucket() local646 DS_HTABLE_BUCKET_REHASH(table, next, table->capacity - 1, table->next); in ds_htable_put_distinct_bucket()648 table->next++; in ds_htable_put_distinct_bucket()675 table->next++; in ds_htable_init_next_bucket()[all …]
40 #define DS_HTABLE_IS_PACKED(t) ((t)->size == (t)->next)89 ds_htable_bucket_t *_y = _h->buckets + _h->next; \98 ds_htable_bucket_t *_y = _x + _h->next - 1; \119 ds_htable_bucket_t *_y = _h->buckets + _h->next; \128 ds_htable_bucket_t *_y = _h->buckets + _h->next; \137 ds_htable_bucket_t *_y = _h->buckets + _h->next; \155 uint32_t next; // Next open index in the bucket buffer member
81 queue->next = 0; in ds_priority_queue()129 STAMP(node) = ++queue->next; in ds_priority_queue_push()221 clone->next = queue->next; in ds_priority_queue_clone()
15 uint32_t next; member
104 *gc_count = (int) set->table->next * 2;
141 *gc_size = (int) map->table->next * 2;
118 - `htable` bucket copy macro didn't copy the bucket's "next".
Completed in 38 milliseconds