Searched refs:BitfieldLength (Results 1 – 8 of 8) sorted by relevance
/external/syzkaller/prog/ |
D | encodingexec_test.go | 277 BitfieldLength: 10, 293 BitfieldLength: 5, 302 BitfieldLength: 6, 311 BitfieldLength: 15, 320 BitfieldLength: 11, 330 BitfieldLength: 11,
|
D | decodeexec.go | 41 BitfieldLength uint64 member 145 BitfieldLength: (meta >> 24) & 0xff,
|
D | types.go | 60 BitfieldLength() uint64 methodSpec 117 func (t *TypeCommon) BitfieldLength() uint64 { func 188 func (t *IntTypeCommon) BitfieldLength() uint64 { func
|
D | any.go | 230 if a.Type().BitfieldLength() != 0 { 345 if bfLen := fld.Type().BitfieldLength(); bfLen != 0 {
|
D | analysis.go | 162 if a.Type().BitfieldOffset() != 0 || a.Type().BitfieldLength() != 0 {
|
D | encodingexec.go | 244 …w.writeConstArg(a.Size(), val, typ.BitfieldOffset(), typ.BitfieldLength(), pidStride, typ.Format())
|
/external/syzkaller/pkg/compiler/ |
D | gen.go | 258 if f.BitfieldLength() == 0 { 262 bfOffset += f.BitfieldLength() 264 fields[i+1].BitfieldLength() == 0 || // or next field is not a bitfield... 266 …bfOffset+fields[i+1].BitfieldLength() > f.Size()*8 { // or next field does not fit into the curren…
|
/external/syzkaller/pkg/csource/ |
D | csource.go | 278 if arg.BitfieldOffset == 0 && arg.BitfieldLength == 0 { 286 arg.BitfieldOffset, arg.BitfieldLength)
|