Home
last modified time | relevance | path

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

/external/syzkaller/prog/
Dtypes.go168 type IntTypeCommon struct { struct
169 TypeCommon
170 ArgFormat BinaryFormat
171 BitfieldOff uint64
172 BitfieldLen uint64
173 BitfieldMdl bool
176 func (t *IntTypeCommon) String() string {
180 func (t *IntTypeCommon) Format() BinaryFormat {
184 func (t *IntTypeCommon) BitfieldOffset() uint64 {
188 func (t *IntTypeCommon) BitfieldLength() uint64 {
[all …]