Home | History | Annotate | Download | only in runtime

Lines Matching full:buckets

26 		b = (*bmap)(h.buckets)
30 b = (*bmap)(add(h.buckets, (hash&m)*uintptr(t.bucketsize)))
33 // There used to be half as many buckets; mask down one more power of two.
75 b = (*bmap)(h.buckets)
79 b = (*bmap)(add(h.buckets, (hash&m)*uintptr(t.bucketsize)))
82 // There used to be half as many buckets; mask down one more power of two.
124 b = (*bmap)(h.buckets)
128 b = (*bmap)(add(h.buckets, (hash&m)*uintptr(t.bucketsize)))
131 // There used to be half as many buckets; mask down one more power of two.
173 b = (*bmap)(h.buckets)
177 b = (*bmap)(add(h.buckets, (hash&m)*uintptr(t.bucketsize)))
180 // There used to be half as many buckets; mask down one more power of two.
222 b := (*bmap)(h.buckets)
281 b := (*bmap)(add(h.buckets, (hash&m)*uintptr(t.bucketsize)))
284 // There used to be half as many buckets; mask down one more power of two.
331 b := (*bmap)(h.buckets)
388 b := (*bmap)(add(h.buckets, (hash&m)*uintptr(t.bucketsize)))
391 // There used to be half as many buckets; mask down one more power of two.