Searched refs:UPD (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/utopia/
H A Didtphy.c188 #define UPD(FIELD, CODE, N, MASK) \ macro
209 UPD(rx_symerr, IDTPHY_REGM_CNTS_SEC, 1, 0xff);
210 UPD(tx_cells, IDTPHY_REGM_CNTS_TX, 2, 0xffff);
211 UPD(rx_cells, IDTPHY_REGM_CNTS_RX, 2, 0xffff);
212 UPD(rx_uncorr, IDTPHY_REGM_CNTS_HECE, 1, 0x1f);
215 #undef UPD macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h11033 if (auto *UPD = dyn_cast<UsingPackDecl>(InstD))
11034 Decls = UPD->expansions();
13350 if (auto *UPD = dyn_cast<UsingPackDecl>(D)) {
13354 if (UPD->expansions().empty()) {
13356 << UPD->isCXXClassMember() << UPD;
13365 for (auto *E : UPD->expansions()) {
H A DSemaDeclCXX.cpp11859 auto *UPD =
11861 UPD->setAccess(InstantiatedFrom->getAccess());
11862 CurContext->addDecl(UPD);
11863 return UPD;

Completed in 216 milliseconds