Searched refs:word_to_count (Results 1 – 1 of 1) sorted by relevance
374 uint32 word_to_count = 0; in CountIPMaskBits() local378 word_to_count = NetworkToHost32(mask.ipv4_address().s_addr); in CountIPMaskBits()392 word_to_count = NetworkToHost32(v6_as_ints[i]); in CountIPMaskBits()401 if (word_to_count == 0) { in CountIPMaskBits()409 word_to_count &= -static_cast<int32>(word_to_count); in CountIPMaskBits()410 if (word_to_count) zeroes--; in CountIPMaskBits()411 if (word_to_count & 0x0000FFFF) zeroes -= 16; in CountIPMaskBits()412 if (word_to_count & 0x00FF00FF) zeroes -= 8; in CountIPMaskBits()413 if (word_to_count & 0x0F0F0F0F) zeroes -= 4; in CountIPMaskBits()414 if (word_to_count & 0x33333333) zeroes -= 2; in CountIPMaskBits()[all …]