Home
last modified time | relevance | path

Searched defs:maxUint (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/internal/types/testdata/spec/
Drange_int.go13 maxUint = 1<<64 - 1 const
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/fuzz/
Dmutator.go282 maxUint = uint64(^uint(0)) const
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/types/testdata/check/
Dconst1.go42 maxUint = 1<<(8<<logSizeofUint) - 1 const