Searched defs:uint32max (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/build/soong/third_party/zip/ | ||
H A D | struct.go | 62 uint32max = (1 << 32) - 1 const |
/aosp_15_r20/prebuilts/go/linux-x86/src/archive/zip/ | ||
D | struct.go | 64 uint32max = (1 << 32) - 1 const |