Home
last modified time | relevance | path

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

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