Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/include/lld/Common/
H A DBPSectionOrdererBase.inc83 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);
/freebsd/crypto/krb5/src/ccapi/lib/win/
H A Ddllmain.cxx68 DWORD maxUN = sizeof(_user); in DllMain() local
80 bStatus = GetUserName(_user, &maxUN); in DllMain()