Searched refs:maxUN (Results 1 – 2 of 2) sorted by relevance
83 BPFunctionNode::UtilityNodeT &maxUN) {135 hashToUN[hash] = ++maxUN;163 BPFunctionNode::UtilityNodeT maxUN = 0;209 ++maxUN;214 sectionIdxToFirstUN.try_emplace(sectionIdx, maxUN);217 for (auto un = firstUN; un <= maxUN; ++un)219 ++maxUN;245 /*duplicateSectionIdxs=*/nullptr, maxUN);260 &duplicateSectionIdxs, maxUN);263 &duplicateSectionIdxs, maxUN);
68 DWORD maxUN = sizeof(_user); in DllMain() local80 bStatus = GetUserName(_user, &maxUN); in DllMain()