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

/linux-master/include/linux/
H A Dbcd.h14 const_bin2bcd(x) : \
21 #define const_bin2bcd(x) ((((x) / 10) << 4) + (x) % 10) macro

Completed in 82 milliseconds