Searched refs:ulNumber (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/common/lib/libc/misc/ |
H A D | ubsan.c | 266 …nlined(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, unsigned long ulNumber); 268 …tic longest llliGetNumber(char *szLocation, struct CTypeDescriptor *pType, unsigned long ulNumber); 269 …ic ulongest llluGetNumber(char *szLocation, struct CTypeDescriptor *pType, unsigned long ulNumber); 271 …ation, char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, unsigned long ulNumber); 273 …ation, char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, unsigned long ulNumber); 278 …tic bool isNegativeNumber(char *szLocation, struct CTypeDescriptor *pType, unsigned long ulNumber); 279 …ntTooLarge(char *szLocation, struct CTypeDescriptor *pType, unsigned long ulNumber, size_t zWidth); 1534 …Inlined(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, unsigned long ulNumber) argument 1548 ASSERT(sizeof(D) == sizeof(ulNumber)); 1549 memcpy(&D, &ulNumber, sizeof(ulNumber)); [all …]
|