Searched refs:bcd_to_byte (Results 1 – 3 of 3) sorted by relevance
63 static uchar_t bcd_to_byte[256] = { /* CSTYLED */ variable76 #define BCD_TO_BYTE(x) bcd_to_byte[(x) & 0xff]
75 extern unsigned char bcd_to_byte[256];78 #define BCD_TO_BYTE(x) bcd_to_byte[(x) & 0xff]
296 uchar_t bcd_to_byte[256] = { /* CSTYLED */ variable