OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_64bit
(Results
1 - 2
of
2
) sorted by null
/prebuilts/go/darwin-x86/src/runtime/
malloc.go
113
//
_64bit
= 1 on 64-bit systems, 0 on 32-bit systems
114
_64bit
= 1 << (^uintptr(0) >> 63) / 2
161
_MHeapMap_TotalBits = (
_64bit
*goos_windows)*35 + (
_64bit
*(1-goos_windows)*(1-goos_darwin*goarch_arm64))*39 + goos_darwin*goarch_arm64*31 + (1-
_64bit
)*32
112
_64bit
= 1 << (^uintptr(0) >> 63) \/ 2
const
/prebuilts/go/linux-x86/src/runtime/
malloc.go
113
//
_64bit
= 1 on 64-bit systems, 0 on 32-bit systems
114
_64bit
= 1 << (^uintptr(0) >> 63) / 2
161
_MHeapMap_TotalBits = (
_64bit
*goos_windows)*35 + (
_64bit
*(1-goos_windows)*(1-goos_darwin*goarch_arm64))*39 + goos_darwin*goarch_arm64*31 + (1-
_64bit
)*32
112
_64bit
= 1 << (^uintptr(0) >> 63) \/ 2
const
Completed in 213 milliseconds