Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dbcd.h14 const_bin2bcd(x) : \
21 #define const_bin2bcd(x) ((((x) / 10) << 4) + (x) % 10) macro