Searched defs:LenType (Results 1 – 3 of 3) sorted by relevance
11 func (target *Target) generateSize(arg Arg, lenType *LenType) uint64 {
254 type LenType struct { struct255 IntTypeCommon256 BitSize uint64 // want size in multiple of bits instead of array size257 Buf string260 func (t *LenType) makeDefaultArg() Arg {264 func (t *LenType) isDefaultArg(arg Arg) bool {
104 using LenType = decltype(msg->msg_iovlen); // Mac and Linux don't agree. in ShiftMsgHdr() typedef