Searched refs:DS_HTABLE_BUCKET_REHASH (Results 1 – 2 of 2) sorted by relevance
/ext-ds/src/ds/ |
H A D | ds_htable.c | 61 DS_HTABLE_BUCKET_REHASH(table, bucket, mask, index); in ds_htable_rehash() 76 DS_HTABLE_BUCKET_REHASH(table, q, mask, j); in ds_htable_rehash() 85 DS_HTABLE_BUCKET_REHASH(table, bucket, mask, index); in ds_htable_rehash() 646 DS_HTABLE_BUCKET_REHASH(table, next, table->capacity - 1, table->next); in ds_htable_put_distinct_bucket() 665 DS_HTABLE_BUCKET_REHASH(table, bucket, table->capacity - 1, table->next); in ds_htable_init_next_bucket()
|
H A D | ds_htable.h | 52 #define DS_HTABLE_BUCKET_REHASH(table, bucket, mask, idx) \ macro
|
Completed in 8 milliseconds