Searched refs:buckets_ (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/brotli/dist/c/enc/
H A Dhash_longest_match_quickly_inc.h43 uint32_t* buckets_; /* uint32_t[BUCKET_SIZE]; */ member in struct:HashLongestMatchQuickly
52 self->buckets_ = (uint32_t*)common->extra;
58 uint32_t* BROTLI_RESTRICT buckets = self->buckets_;
100 self->buckets_[key] = (uint32_t)ix;
104 self->buckets_[(key + off) & BUCKET_MASK] = (uint32_t)ix;
155 uint32_t* BROTLI_RESTRICT buckets = self->buckets_;
H A Dhash_to_binary_tree_inc.h41 uint32_t* buckets_; /* uint32_t[BUCKET_SIZE]; */ member in struct:HashToBinaryTree
51 corresponding to a hash is a sequence starting at buckets_[hash] and
60 self->buckets_ = (uint32_t*)common->extra;
61 self->forest_ = &self->buckets_[BUCKET_SIZE];
72 uint32_t* BROTLI_RESTRICT buckets = self->buckets_;
124 uint32_t* BROTLI_RESTRICT buckets = self->buckets_;
H A Dhash_longest_match64_inc.h57 uint32_t* buckets_; /* uint32_t[bucket_size * block_size]; */ member in struct:HashLongestMatch
75 self->buckets_ = (uint32_t*)&self->num_[self->bucket_size_];
113 uint32_t* BROTLI_RESTRICT buckets = self->buckets_;
171 uint32_t* BROTLI_RESTRICT buckets = self->buckets_;
H A Dhash_longest_match_inc.h54 uint32_t* buckets_; /* uint32_t[bucket_size * block_size]; */ member in struct:HashLongestMatch
72 self->buckets_ = (uint32_t*)(&self->num_[self->bucket_size_]);
114 self->buckets_[offset] = (uint32_t)ix;
167 uint32_t* BROTLI_RESTRICT buckets = self->buckets_;

Completed in 5 milliseconds