Searched defs:bintobcd (Results 1 - 2 of 2) sorted by relevance
| /src/sys/dev/ | ||
| H A D | clock_subr.h | 65 bintobcd(unsigned int bin) function in typeref:typename:unsigned int |
| /src/sys/arch/hp300/stand/mkboot/ | ||
| H A D | mkboot.c | 72 #define bintobcd(bin) ((((bin) / 10) << 4) | ((bin) % 10)) macro |
Completed in 2 milliseconds