Home
last modified time | relevance | path

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

/src/contrib/libarchive/libarchive/
H A Darchive_time.c134 lldiv_t tdiv; in ntfs_to_unix() local
137 tdiv = lldiv(value, NTFS_TICKS); in ntfs_to_unix()
138 *secs = tdiv.quot; in ntfs_to_unix()
139 *nsecs = (uint32_t)(tdiv.rem * 100); in ntfs_to_unix()
/src/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()
/src/sys/dev/iwn/
H A Dif_iwn.c5685 static const int tdiv[IWN_NATTEN_GROUPS] = { 9, 8, 8, 8, 6 }; in iwn4965_set_txpower() local
5768 tdiff = ((sc->temp - temp) * 2) / tdiv[grp]; in iwn4965_set_txpower()