Searched refs:INDEX_SIZE (Results 1 – 2 of 2) sorted by relevance
63 #define INDEX_SIZE (1 << INDEX_BITS) macro64 #define INDEX_MASK (INDEX_SIZE - 1)66 #define INDEX_CAPACITY (BUCKET_SIZE * INDEX_SIZE)127 struct sbucket* buckets[INDEX_SIZE];186 x.off.boffset = (offset / BUCKET_SIZE) % INDEX_SIZE; in soffset_encode()227 buckets[(indx / BUCKET_SIZE) % INDEX_SIZE]-> in sarray_get()
124 boffset = (index/BUCKET_SIZE)%INDEX_SIZE; in sarray_at_put()264 for (counter = 0; counter < INDEX_SIZE; counter++) in sarray_new()419 for (c2 = 0; c2 < INDEX_SIZE; c2++) in sarray_free()