Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/memory_utils/libpurgeablemem/common/src/
H A Dux_page_table_c.c322 static inline size_t GetIndexInUxpte(uint64_t startAddr, uint64_t currAddr) in GetIndexInUxpte() argument
324 return UxpteOffset(startAddr) + (VirtPageNo(currAddr) - VirtPageNo(startAddr)); in GetIndexInUxpte()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_self_cure/
H A Dself_cure_state_machine.cpp2233 std::vector<uint32_t> currAddr; in TransIpAddressToVec() local
2236 currAddr.push_back(CheckDataLegal(addTmp)); in TransIpAddressToVec()
2239 currAddr.push_back(CheckDataLegal(addr)); in TransIpAddressToVec()
2240 if (currAddr.size() != IP_ADDR_SIZE) { in TransIpAddressToVec()
2244 return currAddr; in TransIpAddressToVec()
2402 std::vector<uint32_t> currAddr; in IsIpAddressInvalid() local
2406 currAddr = TransIpAddressToVec(addr); in IsIpAddressInvalid()
2407 if ((currAddr.size() == IP_ADDR_SIZE)) { in IsIpAddressInvalid()
2408 uint32_t intCurrAddr3 = (currAddr[VEC_POS_3] & 0xFF); in IsIpAddressInvalid()