Searched refs:tdiv (Results 1 – 3 of 3) sorted by relevance
143 lldiv_t tdiv; in ntfs_to_unix() local146 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()
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()
5689 static const int tdiv[IWN_NATTEN_GROUPS] = { 9, 8, 8, 8, 6 }; in iwn4965_set_txpower() local5772 tdiff = ((sc->temp - temp) * 2) / tdiv[grp]; in iwn4965_set_txpower()