Searched refs:bcd_to_byte (Results 1 – 3 of 3) sorted by relevance
61 static uchar_t bcd_to_byte[256] = { /* CSTYLED */ variable74 #define BCD_TO_BYTE(x) bcd_to_byte[(x) & 0xff]
79 extern unsigned char bcd_to_byte[256];82 #define BCD_TO_BYTE(x) bcd_to_byte[(x) & 0xff]
300 uchar_t bcd_to_byte[256] = { /* CSTYLED */ variable