Searched refs:word_to_count (Results 1 – 1 of 1) sorted by relevance
380 uint32_t word_to_count = 0; in CountIPMaskBits() local384 word_to_count = NetworkToHost32(mask.ipv4_address().s_addr); in CountIPMaskBits()398 word_to_count = NetworkToHost32(v6_as_ints[i]); in CountIPMaskBits()407 if (word_to_count == 0) { in CountIPMaskBits()415 word_to_count &= -static_cast<int32_t>(word_to_count); in CountIPMaskBits()416 if (word_to_count) zeroes--; in CountIPMaskBits()417 if (word_to_count & 0x0000FFFF) zeroes -= 16; in CountIPMaskBits()418 if (word_to_count & 0x00FF00FF) zeroes -= 8; in CountIPMaskBits()419 if (word_to_count & 0x0F0F0F0F) zeroes -= 4; in CountIPMaskBits()420 if (word_to_count & 0x33333333) zeroes -= 2; in CountIPMaskBits()[all …]