- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for ByteSize (0.13 sec)
-
cmd/xl-storage-format-v2_gen.go
} // Msgsize returns an upper bound estimate of the number of bytes occupied by the serialized message func (z *xlMetaV2Object) Msgsize() (s int) {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Oct 22 15:30:50 UTC 2024 - 55.5K bytes - Viewed (0) -
src/cmd/cgo/gcc.go
buf.WriteString(" ") buf.WriteString(name) buf.WriteString("; ") if talign > align { align = talign } } if off < dt.ByteSize { fld, sizes = c.pad(fld, sizes, dt.ByteSize-off) off = dt.ByteSize } // If the last field in a non-zero-sized struct is zero-sized // the compiler is going to pad it by one (see issue 9401).
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Sep 18 15:07:34 UTC 2024 - 97.1K bytes - Viewed (0)