Searched defs:pType (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/common/lib/libc/misc/ |
H A D | ubsan.c | 1373 zDeserializeTypeWidth(struct CTypeDescriptor *pType) in zDeserializeTypeWidth() 1410 DeserializeUINT128(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, __uint128_t … 1432 DeserializeNumberSigned(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, longest… 1463 DeserializeNumberUnsigned(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, ulong… 1495 DeserializeFloatOverPointer(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, uns… 1534 DeserializeFloatInlined(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, unsigne… 1570 llliGetNumber(char *szLocation, struct CTypeDescriptor *pType, unsigned long ulNumber) 1615 llluGetNumber(char *szLocation, struct CTypeDescriptor *pType, unsigned long ulNumber) 1657 …rFloat(char *szLocation, char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, unsig… 1698 …Number(char *szLocation, char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, unsig… [all …]
|