Searched refs:DEC2BCD (Results 1 – 2 of 2) sorted by relevance
76 #define DEC2BCD(x) ((((x)/10)<<4) + ((x)%10)) macro
75 #define DEC2BCD(x) ((((x)/10)<<4) + ((x)%10)) macro
Completed in 5 milliseconds