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

/illumos-gate/usr/src/uts/common/sys/
H A Dsysmacros.h71 extern unsigned char byte_to_bcd[256];
74 #define BYTE_TO_BCD(x) byte_to_bcd[(x) & 0xff]
/illumos-gate/usr/src/uts/common/os/
H A Dsubr.c283 uchar_t byte_to_bcd[256] = { variable

Completed in 45 milliseconds