HomeSort by: relevance | last modified time | path
    Searched defs:bintobcd (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/hp300/stand/mkboot/
mkboot.c 72 #define bintobcd(bin) ((((bin) / 10) << 4) | ((bin) % 10)) macro
297 *toc++ = bintobcd(tm->tm_mon + 1);
298 *toc++ = bintobcd(tm->tm_mday);
299 *toc++ = bintobcd(tm->tm_year);
300 *toc++ = bintobcd(tm->tm_hour);
301 *toc++ = bintobcd(tm->tm_min);
302 *toc = bintobcd(tm->tm_sec);
mkboot.c 72 #define bintobcd(bin) ((((bin) / 10) << 4) | ((bin) % 10)) macro
297 *toc++ = bintobcd(tm->tm_mon + 1);
298 *toc++ = bintobcd(tm->tm_mday);
299 *toc++ = bintobcd(tm->tm_year);
300 *toc++ = bintobcd(tm->tm_hour);
301 *toc++ = bintobcd(tm->tm_min);
302 *toc = bintobcd(tm->tm_sec);
  /src/sys/dev/
clock_subr.h 65 bintobcd(unsigned int bin) function in typeref:typename:unsigned int
clock_subr.h 65 bintobcd(unsigned int bin) function in typeref:typename:unsigned int

Completed in 23 milliseconds