Searched defs:validbcd (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/sys/
H A Dlibkern.h57 validbcd(int bcd) function
/freebsd-11-stable/stand/libsa/
H A Dstand.h367 #define validbcd(bcd) (bcd == 0 || (bcd > 0 && bcd <= 0x99 && bcd2bin_data[bcd] != 0)) macro

Completed in 71 milliseconds