Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Darchive_time.c143 lldiv_t tdiv; in ntfs_to_unix() local
146 tdiv = lldiv(value, NTFS_TICKS); in ntfs_to_unix()
147 *secs = tdiv.quot; in ntfs_to_unix()
148 *nsecs = (uint32_t)(tdiv.rem * 100); in ntfs_to_unix()
/freebsd/stand/common/
H A Dconsole.c360 u_long tdiv; in twiddle_set() local
363 tdiv = strtoul(value, &eptr, 0); in twiddle_set()
368 twiddle_divisor((u_int)tdiv); in twiddle_set()
/freebsd/sys/dev/iwn/
H A Dif_iwn.c5689 static const int tdiv[IWN_NATTEN_GROUPS] = { 9, 8, 8, 8, 6 }; in iwn4965_set_txpower() local
5772 tdiff = ((sc->temp - temp) * 2) / tdiv[grp]; in iwn4965_set_txpower()