Home | History | Annotate | Download | only in runtime

Lines Matching full:bmap

19 	var b *bmap
22 b = (*bmap)(h.buckets)
26 b = (*bmap)(add(h.buckets, (hash&m)*uintptr(t.bucketsize)))
28 oldb := (*bmap)(add(c, (hash&(m>>1))*uintptr(t.bucketsize)))
61 var b *bmap
64 b = (*bmap)(h.buckets)
68 b = (*bmap)(add(h.buckets, (hash&m)*uintptr(t.bucketsize)))
70 oldb := (*bmap)(add(c, (hash&(m>>1))*uintptr(t.bucketsize)))
103 var b *bmap
106 b = (*bmap)(h.buckets)
110 b = (*bmap)(add(h.buckets, (hash&m)*uintptr(t.bucketsize)))
112 oldb := (*bmap)(add(c, (hash&(m>>1))*uintptr(t.bucketsize)))
145 var b *bmap
148 b = (*bmap)(h.buckets)
152 b = (*bmap)(add(h.buckets, (hash&m)*uintptr(t.bucketsize)))
154 oldb := (*bmap)(add(c, (hash&(m>>1))*uintptr(t.bucketsize)))
190 b := (*bmap)(h.buckets)
249 b := (*bmap)(add(h.buckets, (hash&m)*uintptr(t.bucketsize)))
251 oldb := (*bmap)(add(c, (hash&(m>>1))*uintptr(t.bucketsize)))
292 b := (*bmap)(h.buckets)
349 b := (*bmap)(add(h.buckets, (hash&m)*uintptr(t.bucketsize)))
351 oldb := (*bmap)(add(c, (hash&(m>>1))*uintptr(t.bucketsize)))