HomeSort by relevance Sort by last modified time
    Searched defs:addrBits (Results 1 - 2 of 2) sorted by null

  /prebuilts/go/darwin-x86/src/runtime/
lfstack_64bit.go 12 // addrBits is the number of bits needed to represent a virtual address.
29 addrBits = 48
34 cntBits = 64 - addrBits + 3
38 return uint64(uintptr(unsafe.Pointer(node)))<<(64-addrBits) | uint64(cnt&(1<<cntBits-1))
  /prebuilts/go/linux-x86/src/runtime/
lfstack_64bit.go 12 // addrBits is the number of bits needed to represent a virtual address.
29 addrBits = 48
34 cntBits = 64 - addrBits + 3
38 return uint64(uintptr(unsafe.Pointer(node)))<<(64-addrBits) | uint64(cnt&(1<<cntBits-1))

Completed in 521 milliseconds