Home
last modified time | relevance | path

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

/dports/devel/util-linux/util-linux-2.36/sys-utils/
H A Dhwclock-cmos.c71 #define BCD_TO_BIN(val) ((val)=((val)&15) + ((val)>>4)*10) macro
299 BCD_TO_BIN(tm->tm_sec); in read_hardware_clock_cmos()
300 BCD_TO_BIN(tm->tm_min); in read_hardware_clock_cmos()
303 BCD_TO_BIN(tm->tm_hour); in read_hardware_clock_cmos()
304 BCD_TO_BIN(tm->tm_wday); in read_hardware_clock_cmos()
305 BCD_TO_BIN(tm->tm_mday); in read_hardware_clock_cmos()
306 BCD_TO_BIN(tm->tm_mon); in read_hardware_clock_cmos()
307 BCD_TO_BIN(tm->tm_year); in read_hardware_clock_cmos()
/dports/sysutils/linrename/util-linux-2.25.2/sys-utils/
H A Dhwclock-cmos.c98 #define BCD_TO_BIN(val) ((val)=((val)&15) + ((val)>>4)*10) macro
561 BCD_TO_BIN(tm->tm_sec); in read_hardware_clock_cmos()
562 BCD_TO_BIN(tm->tm_min); in read_hardware_clock_cmos()
565 BCD_TO_BIN(tm->tm_hour); in read_hardware_clock_cmos()
566 BCD_TO_BIN(tm->tm_wday); in read_hardware_clock_cmos()
567 BCD_TO_BIN(tm->tm_mday); in read_hardware_clock_cmos()
568 BCD_TO_BIN(tm->tm_mon); in read_hardware_clock_cmos()
569 BCD_TO_BIN(tm->tm_year); in read_hardware_clock_cmos()
571 BCD_TO_BIN(century); in read_hardware_clock_cmos()
/dports/multimedia/vlc/vlc-3.0.16/modules/access/vcd/
H A Dvcd.c467 const int i_title = BCD_TO_BIN(entries.entry[i].i_track) - 2; in EntryPoints()
469 (MSF_TO_LBA2( BCD_TO_BIN( entries.entry[i].msf.minute ), in EntryPoints()
470 BCD_TO_BIN( entries.entry[i].msf.second ), in EntryPoints()
471 BCD_TO_BIN( entries.entry[i].msf.frame ) )); in EntryPoints()
H A Dcdrom.h73 #define BCD_TO_BIN(i) \ macro
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/
H A DCHANGELOG19009 BCD_TO_BIN and update the sole board using them to use the new bin2bcd
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/
H A DCHANGELOG19009 BCD_TO_BIN and update the sole board using them to use the new bin2bcd
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot-sam460ex/
H A DCHANGELOG19009 BCD_TO_BIN and update the sole board using them to use the new bin2bcd
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/
H A DCHANGELOG19009 BCD_TO_BIN and update the sole board using them to use the new bin2bcd
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot-sam460ex/
H A DCHANGELOG19009 BCD_TO_BIN and update the sole board using them to use the new bin2bcd
/dports/emulators/qemu/qemu-6.2.0/roms/u-boot-sam460ex/
H A DCHANGELOG19009 BCD_TO_BIN and update the sole board using them to use the new bin2bcd
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot-sam460ex/
H A DCHANGELOG19009 BCD_TO_BIN and update the sole board using them to use the new bin2bcd