Searched refs:Tn (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sbin/reboot/
H A Dnextboot.sh110 zfs=$(df -Tn "/boot/" 2>/dev/null | while read _fs _type _other ; do
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp1744 // ::= Tn <type> # template non-type parameter
1752 } else if (auto *Tn = dyn_cast<NonTypeTemplateParmDecl>(Decl)) {
1753 if (Tn->isExpandedParameterPack()) {
1754 for (unsigned I = 0, N = Tn->getNumExpansionTypes(); I != N; ++I) {
1755 Out << "Tn";
1756 mangleType(Tn->getExpansionType(I));
1759 QualType T = Tn->getType();
1760 if (Tn->isParameterPack()) {
1765 Out << "Tn";
/freebsd-13-stable/sys/contrib/ncsw/Peripherals/QM/
H A Dfsl_qman.h607 * CS threshold = TA * (2 ^ Tn)
612 volatile uint16_t Tn:5; member in struct:qm_cgr_cs_thres
H A Dqm_portal_fqr.c2460 p_Mcc->initcgr.cgr.cs_thres.Tn = tn;
2720 p_Mcc->initcgr.cgr.cs_thres.Tn = tn;

Completed in 130 milliseconds