Home
last modified time | relevance | path

Searched defs:TOBCD (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.sbin/vmd/
H A Dmc146818.c49 #define TOBCD(x) (((x) / 10 * 16) + ((x) % 10)) macro
/openbsd/sys/arch/luna88k/dev/
H A Dtimekeeper.c62 #define TOBCD(x) (((x) / 10 * 16) + ((x) % 10)) macro
/openbsd/sys/sys/
H A Dtime.h360 #define TOBCD(x) (((x) / 10 * 16) + ((x) % 10)) macro