Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_ubsan.c265 static longest llliGetNumber(char *szLocation, struct CTypeDescriptor *pType, unsigned long ulNumbe…
266 static ulongest llluGetNumber(char *szLocation, struct CTypeDescriptor *pType, unsigned long ulNumb…
268 static void DeserializeNumberFloat(char *szLocation, char *pBuffer, size_t zBUfferLength, struct CT…
270 static void DeserializeNumber(char *szLocation, char *pBuffer, size_t zBUfferLength, struct CTypeDe…
274 static bool isNegativeNumber(char *szLocation, struct CTypeDescriptor *pType, unsigned long ulNumbe…
275 static bool isShiftExponentTooLarge(char *szLocation, struct CTypeDescriptor *pType, unsigned long …
352 char szLocation[LOCATION_MAXLEN]; in HandleOverflow() local
361 DeserializeLocation(szLocation, LOCATION_MAXLEN, &pData->mLocation); in HandleOverflow()
362 DeserializeNumber(szLocation, szLHS, NUMBER_MAXLEN, pData->mType, ulLHS); in HandleOverflow()
363 DeserializeNumber(szLocation, szRHS, NUMBER_MAXLEN, pData->mType, ulRHS); in HandleOverflow()
[all …]