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