Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/kernel/
Dtime.c1040 register long hms, day; in to_tm() local
1043 hms = tim % SECDAY; in to_tm()
1046 tm->tm_hour = hms / 3600; in to_tm()
1047 tm->tm_min = (hms % 3600) / 60; in to_tm()
1048 tm->tm_sec = (hms % 3600) % 60; in to_tm()