Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/mod/
H A Dfile2alias.c165 static unsigned int incbcd(unsigned int *bcd, in incbcd() argument
170 unsigned int init = *bcd, i, j; in incbcd()
175 *bcd += inc; in incbcd()
181 c = (*bcd >> (i << 2)) & 0xf; in incbcd()
190 *bcd = 0; in incbcd()
197 *bcd += c << (i << 2); in incbcd()