Home
last modified time | relevance | path

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

/ext-ds/src/ds/
H A Dds_htable.h35 #define DS_HTABLE_BUCKET_LOOKUP(t, h) ((t)->lookup[h & ((t)->capacity - 1)]) macro
H A Dds_htable.c351 index = DS_HTABLE_BUCKET_LOOKUP(table, hash); in ds_htable_lookup_bucket_by_hash()
799 uint32_t index = DS_HTABLE_BUCKET_LOOKUP(table, hash); in ds_htable_remove()
819 DS_HTABLE_BUCKET_LOOKUP(table, hash) = DS_HTABLE_BUCKET_NEXT(bucket); in ds_htable_remove()

Completed in 13 milliseconds