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

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/
H A Dscan.c147 unsigned int tot = 0; local
164 tot = tot * base + (*p - '0');
168 tot = tot * base + 10 + (*p - 'a');
172 tot = tot * base + 10 + (*p - 'A');
176 return (tot);
180 return (tot);

Completed in 19 milliseconds