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

/illumos-gate/usr/src/boot/sys/boot/arm/at91/libat91/
H A Dstrcvt.c100 unsigned lValue = 0; local
106 lValue <<= 4;
107 lValue += p_HexCharValue(*buf++);
109 return (lValue);

Completed in 57 milliseconds