Home
last modified time | relevance | path

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

/NextBSD/sys/boot/arm/at91/libat91/
HDstrcvt.c100 unsigned lValue = 0; in p_ASCIIToHex() local
106 lValue <<= 4; in p_ASCIIToHex()
107 lValue += p_HexCharValue(*buf++); in p_ASCIIToHex()
109 return (lValue); in p_ASCIIToHex()