Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/gas/config/
H A Datof-ieee.c520 int tmp_bits; in gen_to_words() local
523 tmp_bits = prec_bits; in gen_to_words()
524 while (tmp_bits > LITTLENUM_NUMBER_OF_BITS) in gen_to_words()
529 tmp_bits -= LITTLENUM_NUMBER_OF_BITS; in gen_to_words()
531 if (tmp_bits > LITTLENUM_NUMBER_OF_BITS in gen_to_words()
532 || (lp[n] & mask[tmp_bits]) != mask[tmp_bits] in gen_to_words()
/freebsd-12.1/sys/dev/hyperv/storvsc/
H A Dhv_storvsc_drv_freebsd.c1743 uint64_t tmp_bits = 0; in storvsc_check_bounce_buffer_sgl() local
1758 tmp_bits |= 1; in storvsc_check_bounce_buffer_sgl()
1775 tmp_bits |= 1ULL << i; in storvsc_check_bounce_buffer_sgl()
1795 *bits = tmp_bits; in storvsc_check_bounce_buffer_sgl()