Searched refs:tmp_bits (Results 1 – 2 of 2) sorted by relevance
520 int tmp_bits; in gen_to_words() local523 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()
1743 uint64_t tmp_bits = 0; in storvsc_check_bounce_buffer_sgl() local1758 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()