Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/base/
Dipaddress.cc356 uint32 word_to_count = 0; in CountIPMaskBits() local
360 word_to_count = NetworkToHost32(mask.ipv4_address().s_addr); in CountIPMaskBits()
374 word_to_count = NetworkToHost32(v6_as_ints[i]); in CountIPMaskBits()
383 if (word_to_count == 0) { in CountIPMaskBits()
391 word_to_count &= -static_cast<int32>(word_to_count); in CountIPMaskBits()
392 if (word_to_count) zeroes--; in CountIPMaskBits()
393 if (word_to_count & 0x0000FFFF) zeroes -= 16; in CountIPMaskBits()
394 if (word_to_count & 0x00FF00FF) zeroes -= 8; in CountIPMaskBits()
395 if (word_to_count & 0x0F0F0F0F) zeroes -= 4; in CountIPMaskBits()
396 if (word_to_count & 0x33333333) zeroes -= 2; in CountIPMaskBits()
[all …]