Home | History | Annotate | Download | only in enc

Lines Matching refs:buckets_

38   uint32_t buckets_[BUCKET_SIZE + BUCKET_SWEEP];
60 memset(&self->buckets_[key], 0, BUCKET_SWEEP * sizeof(self->buckets_[0]));
67 memset(&self->buckets_[0], 0, sizeof(self->buckets_));
88 FN(Self)(handle)->buckets_[key + off] = (uint32_t)ix;
160 self->buckets_[key] = (uint32_t)cur_ix;
171 prev_ix = self->buckets_[key];
172 self->buckets_[key] = (uint32_t)cur_ix;
194 uint32_t *bucket = self->buckets_ + key;
228 self->buckets_[key + ((cur_ix >> 3) % BUCKET_SWEEP)] = (uint32_t)cur_ix;