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

/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/pcbios/
H A Drtc_time.c72 int is_binary; local
85 is_binary = ( status_b & RTC_STATUS_B_BINARY );
87 read_component = ( is_binary ? rtc_readb : rtc_readb_bcd );
108 ( is_binary ? "binary" : "BCD" ), ( is_24hour ? 24 : 12 ) );

Completed in 104 milliseconds