OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
FROMBCD
sys/arch/luna88k/dev/timekeeper.c
61
#define FROMBCD(x) (((x) >> 4) * 10 + ((x) & 0xf))
sys/sys/time.h
359
#define FROMBCD(x) (((x) >> 4) * 10 + ((x) & 0xf))