Home
last modified time | relevance | path

Searched defs:StdSizes (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/
Dsizes.go48 type StdSizes struct { struct
49 WordSize int64 // word size in bytes - must be >= 4 (32bits)
50 MaxAlign int64 // maximum alignment in bytes - must be >= 1
53 func (s *StdSizes) Alignof(T Type) (result int64) {
129 func (s *StdSizes) Offsetsof(fields []*Var) []int64 {
167 func (s *StdSizes) Sizeof(T Type) int64 {
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/
Dsizes.go45 type StdSizes struct { struct
46 WordSize int64 // word size in bytes - must be >= 4 (32bits)
47 MaxAlign int64 // maximum alignment in bytes - must be >= 1
50 func (s *StdSizes) Alignof(T Type) (result int64) {
126 func (s *StdSizes) Offsetsof(fields []*Var) []int64 {
164 func (s *StdSizes) Sizeof(T Type) int64 {