Home
last modified time | relevance | path

Searched defs:uint32max (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/build/soong/third_party/zip/
H A Dstruct.go62 uint32max = (1 << 32) - 1 const
/aosp_15_r20/prebuilts/go/linux-x86/src/archive/zip/
Dstruct.go64 uint32max = (1 << 32) - 1 const