Home
last modified time | relevance | path

Searched refs:uint16max (Results 1 – 2 of 2) sorted by relevance

/build/soong/third_party/zip/
Dwriter.go130 if records > uint16max || size > uint32max || offset > uint32max {
158 records = uint16max
Dstruct.go61 uint16max = (1 << 16) - 1 const