runtime.hmap.noldbuckets (method)

6 uses

	runtime (current package)
		map.go#L1100: func (h *hmap) noldbuckets() uintptr {
		map.go#L1110: 	return h.noldbuckets() - 1
		map.go#L1139: 	newbit := h.noldbuckets()
		map_fast32.go#L375: 	newbit := h.noldbuckets()
		map_fast64.go#L377: 	newbit := h.noldbuckets()
		map_faststr.go#L400: 	newbit := h.noldbuckets()