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 647 oldbucket := bucket & (uintptr(1)<<(it.B-1) - 1)
648 b = (*bmap)(add(h.oldbuckets, oldbucket*uintptr(t.bucketsize)))
674 // oldbucket has not been evacuated yet. Or at least, it wasn't
676 // through the oldbucket, skipping any keys that will go
677 // to the other new bucket (each oldbucket expands to two
684 // If the item in the oldbucket is not destined for
789 // make sure we evacuate the oldbucket corresponding
793 // evacuate one more oldbucket to make progress on growing
799 func evacuate(t *maptype, h *hmap, oldbucket uintptr) {
800 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 647 oldbucket := bucket & (uintptr(1)<<(it.B-1) - 1)
648 b = (*bmap)(add(h.oldbuckets, oldbucket*uintptr(t.bucketsize)))
674 // oldbucket has not been evacuated yet. Or at least, it wasn't
676 // through the oldbucket, skipping any keys that will go
677 // to the other new bucket (each oldbucket expands to two
684 // If the item in the oldbucket is not destined for
789 // make sure we evacuate the oldbucket corresponding
793 // evacuate one more oldbucket to make progress on growing
799 func evacuate(t *maptype, h *hmap, oldbucket uintptr) {
800 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 10105 xmlSchemaBucketPtr oldbucket = pctxt->constructor->bucket; local
20828 xmlSchemaBucketPtr oldbucket = con->bucket; local
    [all...]

Completed in 2252 milliseconds