Searched defs:maxUintptr (Results 1 – 2 of 2) sorted by relevance
14 const maxUintptr = 1 << (8 * unsafe.Sizeof(uintptr(0))) const
43 maxUintptr = 1<<(8<<logSizeofUintptr) - 1 const