Searched refs:NP (Results 1 - 18 of 18) sorted by relevance

/freebsd-12-stable/contrib/ntp/include/
H A Dascii.h53 #define NP 12 macro
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h513 NodeAndParent NP = DFSStack.back(); variable
514 DCHECK_NE(NP.Node, nullptr);
515 DCHECK_NE(NP.NewNode, nullptr);
517 for (const auto Callee : NP.Node->Callees) {
519 NP.NewNode, NodeIdPairArray(*O.NodeIdPairAllocator),
524 if (UNLIKELY(NP.NewNode->Callees.AppendEmplace(NewNode, Callee.FId) ==
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dilist_iterator.h84 explicit ilist_iterator(pointer NP) : NodePtr(Access::getNodePtr(NP)) {} argument
/freebsd-12-stable/usr.sbin/kbdcontrol/
H A Dlex.l93 FF|ff|NP|np { number = 12; return TNUM; }
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp285 unsigned &NP = BBNumPreds[BB]; local
286 if (NP == 0)
287 NP = pred_size(BB) + 1;
288 return NP - 1;
/freebsd-12-stable/libexec/getty/
H A Dgettytab.h171 #define NP gettyflags[21].value macro
H A Dsubr.c275 if (NP) {
H A Dmain.c679 if (!NP) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp302 Pass *NP = Pass::createPass(InsertedPassID.getID());
303 assert(NP && "Pass ID not registered");
304 return NP;
H A DRDFGraph.cpp268 unsigned NP = BB->pred_size(); local
280 << " --- preds(" << NP << "): ";
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp875 unsigned Ox = 0, NP = MI.getNumOperands(); local
877 while (Ox < NP) {
888 while (Ox < NP) {
H A DHexagonCommonGEP.cpp506 NodePair NP = node_pair(N1, N2);
507 NodePairSet::iterator FEq = Eq.find(NP);
510 NodePairSet::iterator FNe = Ne.find(NP);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp746 const DefPath *NP = &N; local
747 assert(!Paths.empty() && NP >= &Paths.front() && NP <= &Paths.back() &&
749 return NP - &Paths.front();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp2060 int NP = (int)Priority - SU->getNode()->getNumValues();
2061 return (NP > 0) ? NP : 0;
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp3412 unsigned NP = getNumParams(); local
3415 if (NP == 0 && EllipsisLoc.isInvalid())
3419 NP > 0 ? ParamInfo[0]->getSourceRange().getBegin() : EllipsisLoc;
3422 : ParamInfo[NP - 1]->getSourceRange().getEnd();
/freebsd-12-stable/stand/i386/btx/btx/
H A Dbtx.S333 push $0xb # Int 0xb: #NP
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.cpp3540 int NP = hwloc_get_nbobjs_by_type(tp, HWLOC_OBJ_PACKAGE); local
3541 for (int s = 0; s < NP; ++s) {
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp4754 uint32_t NP; local
4756 if (!checkUInt32Argument(*this, AL, NumParamsExpr, NP)) {
4768 numParams = NP;

Completed in 223 milliseconds