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

/linux-4.1.27/include/linux/
H A Dbcd.h13 const_bin2bcd(x) : \
17 #define const_bin2bcd(x) ((((x) / 10) << 4) + (x) % 10) macro

Completed in 70 milliseconds