Searched refs:uint32max (Results 1 – 5 of 5) sorted by relevance
81 if h.isZip64() || h.offset >= uint32max {85 b.uint32(uint32max) // compressed size86 b.uint32(uint32max) // uncompressed size106 if h.offset > uint32max {107 b.uint32(uint32max)130 if records > uint16max || size > uint32max || offset > uint32max {166 size = uint32max167 offset = uint32max296 if h.CompressedSize64 > uint32max || h.UncompressedSize64 > uint32max {298 compressedSize = uint32max[all …]
83 const size = uint32max + 1150 const size = uint32max + 1193 if g, w := d.directorySize, uint64(uint32max); g != w {197 if g, w := d.directoryOffset, uint64(uint32max); g != w {219 if g, w := d.directoryOffset, uint64(uint32max); g <= w {
62 uint32max = (1 << 32) - 1 const128 if fh.UncompressedSize64 > uint32max {129 fh.UncompressedSize = uint32max238 return fh.CompressedSize64 >= uint32max || fh.UncompressedSize64 >= uint32max
202 fh.CompressedSize = uint32max203 fh.UncompressedSize = uint32max
385 if size == uint32max {