Home
last modified time | relevance | path

Searched refs:next (Results 1 – 7 of 7) sorted by relevance

/ext-ds/src/ds/
H A Dds_htable.c52 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() local
646 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 …]
H A Dds_htable.h40 #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
H A Dds_priority_queue.c81 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()
H A Dds_priority_queue.h15 uint32_t next; member
/ext-ds/src/php/handlers/
H A Dphp_set_handlers.c104 *gc_count = (int) set->table->next * 2;
H A Dphp_map_handlers.c141 *gc_size = (int) map->table->next * 2;
/ext-ds/
H A DCHANGELOG.md118 - `htable` bucket copy macro didn't copy the bucket's "next".

Completed in 30 milliseconds