Lines Matching full:bmap
23 var b *bmap
26 b = (*bmap)(h.buckets)
30 b = (*bmap)(add(h.buckets, (hash&m)*uintptr(t.bucketsize)))
36 oldb := (*bmap)(add(c, (hash&m)*uintptr(t.bucketsize)))
72 var b *bmap
75 b = (*bmap)(h.buckets)
79 b = (*bmap)(add(h.buckets, (hash&m)*uintptr(t.bucketsize)))
85 oldb := (*bmap)(add(c, (hash&m)*uintptr(t.bucketsize)))
121 var b *bmap
124 b = (*bmap)(h.buckets)
128 b = (*bmap)(add(h.buckets, (hash&m)*uintptr(t.bucketsize)))
134 oldb := (*bmap)(add(c, (hash&m)*uintptr(t.bucketsize)))
170 var b *bmap
173 b = (*bmap)(h.buckets)
177 b = (*bmap)(add(h.buckets, (hash&m)*uintptr(t.bucketsize)))
183 oldb := (*bmap)(add(c, (hash&m)*uintptr(t.bucketsize)))
222 b := (*bmap)(h.buckets)
281 b := (*bmap)(add(h.buckets, (hash&m)*uintptr(t.bucketsize)))
287 oldb := (*bmap)(add(c, (hash&m)*uintptr(t.bucketsize)))
331 b := (*bmap)(h.buckets)
388 b := (*bmap)(add(h.buckets, (hash&m)*uintptr(t.bucketsize)))
394 oldb := (*bmap)(add(c, (hash&m)*uintptr(t.bucketsize)))