Home
last modified time | relevance | path

Searched defs:PtrSize (Results 1 – 25 of 460) sorted by relevance

12345678910>>...19

/dports/security/keybase/client-v5.7.1/go/kbfs/cache/
H A Dsize_utils.go72 PtrSize = 4 << (^uintptr(0) >> 63) // stolen from runtime/internal/sys const
78 PtrSize*3 + // buckets, oldbuckets, nevacuate const
79 PtrSize + 2*PtrSize // overflow (estimate; not counting the slice) const
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/runtime/internal/sys/
H A Dstubs.go9 const PtrSize = 4 << (^uintptr(0) >> 63) // unsafe.Sizeof(uintptr(0)) but an ideal const const
/dports/lang/gcc8/gcc-8.5.0/libgo/go/runtime/internal/sys/
H A Dstubs.go9 const PtrSize = 4 << (^uintptr(0) >> 63) // unsafe.Sizeof(uintptr(0)) but an ideal const const
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/runtime/internal/sys/
H A Dstubs.go9 const PtrSize = 4 << (^uintptr(0) >> 63) // unsafe.Sizeof(uintptr(0)) but an ideal const const
/dports/lang/gcc11/gcc-11.2.0/libgo/go/runtime/internal/sys/
H A Dstubs.go9 const PtrSize = 4 << (^uintptr(0) >> 63) // unsafe.Sizeof(uintptr(0)) but an ideal const const
/dports/lang/gcc10/gcc-10.3.0/libgo/go/runtime/internal/sys/
H A Dsys.go9 // The next line makes 'go generate' write the zgo*.go files with
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/runtime/internal/sys/
H A Dstubs.go9 const PtrSize = 4 << (^uintptr(0) >> 63) // unsafe.Sizeof(uintptr(0)) but an ideal const const
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/runtime/internal/sys/
H A Dstubs.go9 const PtrSize = 4 << (^uintptr(0) >> 63) // unsafe.Sizeof(uintptr(0)) but an ideal const const
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/runtime/internal/sys/
H A Dstubs.go9 const PtrSize = 4 << (^uintptr(0) >> 63) // unsafe.Sizeof(uintptr(0)) but an ideal const const
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/runtime/internal/sys/
H A Dstubs.go9 const PtrSize = 4 << (^uintptr(0) >> 63) // unsafe.Sizeof(uintptr(0)) but an ideal const const
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/runtime/internal/sys/
H A Dstubs.go9 const PtrSize = 4 << (^uintptr(0) >> 63) // unsafe.Sizeof(uintptr(0)) but an ideal const const
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/runtime/internal/sys/
H A Dstubs.go9 const PtrSize = 4 << (^uintptr(0) >> 63) // unsafe.Sizeof(uintptr(0)) but an ideal const const
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/runtime/internal/sys/
H A Dstubs.go9 const PtrSize = 4 << (^uintptr(0) >> 63) // unsafe.Sizeof(uintptr(0)) but an ideal const const
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/runtime/internal/sys/
H A Dstubs.go9 const PtrSize = 4 << (^uintptr(0) >> 63) // unsafe.Sizeof(uintptr(0)) but an ideal const const
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/runtime/internal/sys/
H A Dstubs.go9 const PtrSize = 4 << (^uintptr(0) >> 63) // unsafe.Sizeof(uintptr(0)) but an ideal const const
/dports/lang/gcc9/gcc-9.4.0/libgo/go/runtime/internal/sys/
H A Dstubs.go9 const PtrSize = 4 << (^uintptr(0) >> 63) // unsafe.Sizeof(uintptr(0)) but an ideal const const
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/runtime/internal/sys/
H A Dstubs.go9 const PtrSize = 4 << (^uintptr(0) >> 63) // unsafe.Sizeof(uintptr(0)) but an ideal const const
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/runtime/internal/sys/
H A Dstubs.go9 const PtrSize = 4 << (^uintptr(0) >> 63) // unsafe.Sizeof(uintptr(0)) but an ideal const const
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/runtime/internal/sys/
H A Darch.go11 const PtrSize = 4 << (^uintptr(0) >> 63) const
/dports/devel/tinygo/tinygo-0.14.1/compiler/
H A Dsizes.go15 PtrSize int64 member
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/unittests/CodeGen/
H A DTestCompiler.h32 unsigned PtrSize = 0; member
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/unittests/CodeGen/
H A DTestCompiler.h32 unsigned PtrSize = 0; member
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/unittests/CodeGen/
H A DTestCompiler.h32 unsigned PtrSize = 0; member
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/unittests/CodeGen/
H A DTestCompiler.h32 unsigned PtrSize = 0; member
/dports/lang/clang-mesa/clang-13.0.1.src/unittests/CodeGen/
H A DTestCompiler.h32 unsigned PtrSize = 0; member

12345678910>>...19