Home
last modified time | relevance | path

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

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