Searched refs:hms (Results 1 – 10 of 10) sorted by relevance
72 register long hms, day; in rtc_to_tm() local75 hms = tim % SECDAY; in rtc_to_tm()78 tm->tm_hour = hms / 3600; in rtc_to_tm()79 tm->tm_min = (hms % 3600) / 60; in rtc_to_tm()80 tm->tm_sec = (hms % 3600) % 60; in rtc_to_tm()
246 def hms(self): member in TimeVal256 hh, mm, ss = self.hms()271 hh, mm, ss = self.hms()
10 obj-$(CONFIG_HMS_PROFINET) += hms-profinet.o
37 will be called hms-profinet.
1369 | nindy* | vxsim* | vxworks* | ebmon* | hms* | mvs* \1793 hms*)
1810 -hms*)
1698 | nindy* | vxsim* | vxworks* | ebmon* | hms* | mvs* \
2708 make -j3 check-gcc//sh-hms-sim/{-m1,-m2,-m3,-m3e,-m4}/{,-nofpu}3135 h8300-hms4285 ctix, cxux, dgux, dynix, ebmon, ecoff, elf, esix, freebsd, hms,4880 Ref: h8300-hms138687
1# ncurses 6.1 - patch 20200111 - Thomas E. Dickey 2# 3# --- ...