Home
last modified time | relevance | path

Searched refs:zWidth (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/kern/
H A Dkern_ubsan.c275 …ntTooLarge(char *szLocation, struct CTypeDescriptor *pType, unsigned long ulNumber, size_t zWidth);
1291 size_t zWidth = 0; in zDeserializeTypeWidth() local
1297 zWidth = __BIT(__SHIFTOUT(pType->mTypeInfo, ~NUMBER_SIGNED_BIT)); in zDeserializeTypeWidth()
1300 zWidth = pType->mTypeInfo; in zDeserializeTypeWidth()
1308 ASSERT(zWidth > 0); in zDeserializeTypeWidth()
1310 return zWidth; in zDeserializeTypeWidth()
1695 …entTooLarge(char *szLocation, struct CTypeDescriptor *pType, unsigned long ulNumber, size_t zWidth) argument
1702 return llluGetNumber(szLocation, pType, ulNumber) >= zWidth;