Home
last modified time | relevance | path

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

/external/syzkaller/prog/
Dsize.go11 func (target *Target) generateSize(arg Arg, lenType *LenType) uint64 {
Dtypes.go254 type LenType struct { struct
255 IntTypeCommon
256 BitSize uint64 // want size in multiple of bits instead of array size
257 Buf string
260 func (t *LenType) makeDefaultArg() Arg {
264 func (t *LenType) isDefaultArg(arg Arg) bool {
/external/perfetto/src/base/
Dunix_socket.cc104 using LenType = decltype(msg->msg_iovlen); // Mac and Linux don't agree. in ShiftMsgHdr() typedef