Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Dip_tools.cpp166 const unsigned int constMask = 0x80000000; in GetMaskLength() local
168 while (maskTmp & constMask) { in GetMaskLength()