Lines Matching full:bucket
56 /** Internal structure representing an element in a hash bucket.
78 /** Pointer to the next entry in this bucket if there
79 * is one. Sometimes different keys will hash to the same bucket (especially
87 /** Internal structure of a hash table bucket, which tracks
88 * all keys that hash to the same bucket.
92 /** Pointer to the first entry in the bucket (if any, it
153 * structure does not change in the hash bucket that is currently being
155 * bucket series.
163 /* Bucket we are currently enumerating (if NULL then we are done)
165 ANTLR3_UINT32 bucket;
167 /* Next entry to return, if NULL, then move to next bucket if any
353 pANTLR3_TRIE_ENTRY buckets; /**< This is the data bucket(s) that the key indexes, which may be NULL */
364 * therefore a kind of elastic bucket patricia trie.