Searched refs:tdiv (Results 1 – 3 of 3) sorted by relevance
134 lldiv_t tdiv; in ntfs_to_unix() local137 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()
360 u_long tdiv; in twiddle_set() local363 tdiv = strtoul(value, &eptr, 0); in twiddle_set()368 twiddle_divisor((u_int)tdiv); in twiddle_set()
5685 static const int tdiv[IWN_NATTEN_GROUPS] = { 9, 8, 8, 8, 6 }; in iwn4965_set_txpower() local5768 tdiff = ((sc->temp - temp) * 2) / tdiv[grp]; in iwn4965_set_txpower()