Home | History | Annotate | Download | only in docs

Lines Matching full:bucket

775 Typical hash tables have a header, buckets, and each bucket points to the
776 bucket contents:
801 So for ``bucket[3]`` in the example above, we have an offset into the table
802 0x000034f0 which points to a chain of entries for the bucket. Each bucket must
812 | data[n] | HashData for this bucket
817 | data[n] | HashData for this bucket
822 | data[n] | HashData for this bucket
828 for "``printf``", it might match ``bucket[3]``. We would need to go to the
831 to the next bucket. Each time we are skipping many bytes in memory and
1170 If "str_offset" is zero, then the bucket contents are done. 99.9% of the