Searched defs:StdSizes (Results 1 – 2 of 2) sorted by relevance
48 type StdSizes struct { struct49 WordSize int64 // word size in bytes - must be >= 4 (32bits)50 MaxAlign int64 // maximum alignment in bytes - must be >= 153 func (s *StdSizes) Alignof(T Type) (result int64) {129 func (s *StdSizes) Offsetsof(fields []*Var) []int64 {167 func (s *StdSizes) Sizeof(T Type) int64 {
45 type StdSizes struct { struct46 WordSize int64 // word size in bytes - must be >= 4 (32bits)47 MaxAlign int64 // maximum alignment in bytes - must be >= 150 func (s *StdSizes) Alignof(T Type) (result int64) {126 func (s *StdSizes) Offsetsof(fields []*Var) []int64 {164 func (s *StdSizes) Sizeof(T Type) int64 {