Searched refs:ms_tmp (Results 1 – 1 of 1) sorted by relevance
108 U32 ms_tmp; in find_next_zero_bit() local116 ms_tmp = *(p++); in find_next_zero_bit()117 ms_tmp |= ~0UL >> (BITS_PER_LONG - offset); in find_next_zero_bit()120 if (~ms_tmp) in find_next_zero_bit()127 if (~(ms_tmp = *(p++))) in find_next_zero_bit()134 ms_tmp = *p; in find_next_zero_bit()137 ms_tmp |= ~0UL << size; in find_next_zero_bit()138 if (ms_tmp == ~0UL) in find_next_zero_bit()141 return ms_result + ms_find_1st_zero(ms_tmp); in find_next_zero_bit()