HomeSort by relevance Sort by last modified time
    Searched refs:oldbucket (Results 1 - 5 of 5) sorted by null

  /prebuilts/go/darwin-x86/src/runtime/
hashmap.go 759 oldbucket := bucket & it.h.oldbucketmask()
760 b = (*bmap)(add(h.oldbuckets, oldbucket*uintptr(t.bucketsize)))
786 // oldbucket has not been evacuated yet. Or at least, it wasn't
788 // through the oldbucket, skipping any keys that will go
789 // to the other new bucket (each oldbucket expands to two
796 // If the item in the oldbucket is not destined for
951 // make sure we evacuate the oldbucket corresponding
955 // evacuate one more oldbucket to make progress on growing
961 func evacuate(t *maptype, h *hmap, oldbucket uintptr) {
962 b := (*bmap)(add(h.oldbuckets, oldbucket*uintptr(t.bucketsize))
    [all...]
runtime-gdb.py 126 oldbucket = bucket & (2 ** (B - 1) - 1)
127 oldbp = oldbuckets + oldbucket
  /prebuilts/go/linux-x86/src/runtime/
hashmap.go 759 oldbucket := bucket & it.h.oldbucketmask()
760 b = (*bmap)(add(h.oldbuckets, oldbucket*uintptr(t.bucketsize)))
786 // oldbucket has not been evacuated yet. Or at least, it wasn't
788 // through the oldbucket, skipping any keys that will go
789 // to the other new bucket (each oldbucket expands to two
796 // If the item in the oldbucket is not destined for
951 // make sure we evacuate the oldbucket corresponding
955 // evacuate one more oldbucket to make progress on growing
961 func evacuate(t *maptype, h *hmap, oldbucket uintptr) {
962 b := (*bmap)(add(h.oldbuckets, oldbucket*uintptr(t.bucketsize))
    [all...]
runtime-gdb.py 126 oldbucket = bucket & (2 ** (B - 1) - 1)
127 oldbp = oldbuckets + oldbucket
  /external/libxml2/
xmlschemas.c 10118 xmlSchemaBucketPtr oldbucket = pctxt->constructor->bucket; local
20841 xmlSchemaBucketPtr oldbucket = con->bucket; local
    [all...]

Completed in 125 milliseconds