| /netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/shtest-shell/ |
| H A D | valid-shell.txt | 139 # RUN: cat -v %S/cat_nonprinting.bin | FileCheck --check-prefix=NP-CAT-OUTPUT %s 140 # NP-CAT-OUTPUT: ^@^A^B^C^D^E^F^G ^H 141 # NP-CAT-OUTPUT-NEXT: ^K^L^M^N^O^P^Q^R^S 142 # NP-CAT-OUTPUT-NEXT: ^T^U^V^W^X^Y^Z^[^\^]^^^_ !"#$%&' 143 # NP-CAT-OUTPUT-NEXT: ()*+,-./0123456789:; 144 # NP-CAT-OUTPUT-NEXT: <=>?@ABCDEFGHIJKLMNO 145 # NP-CAT-OUTPUT-NEXT: PQRSTUVWXYZ[\]^_`abc 146 # NP-CAT-OUTPUT-NEXT: defghijklmnopqrstuvw 147 # NP-CAT-OUTPUT-NEXT: xyz{|}~^?M-^@M-^AM-^BM-^CM-^DM-^EM-^FM-^GM-^HM-^IM-^JM-^K 148 # NP-CAT-OUTPUT-NEXT: M-^LM-^MM-^NM-^OM-^PM-^QM-^RM-^SM-^TM-^UM-^VM-^WM-^XM-^YM-^ZM-^[M-^\M-^]M-^^M… [all …]
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
| H A D | xray_function_call_trie.h | 514 NodeAndParent NP = DFSStack.back(); in deepCopyInto() local 515 DCHECK_NE(NP.Node, nullptr); in deepCopyInto() 516 DCHECK_NE(NP.NewNode, nullptr); in deepCopyInto() 518 for (const auto Callee : NP.Node->Callees) { in deepCopyInto() 520 NP.NewNode, NodeIdPairArray(*O.NodeIdPairAllocator), in deepCopyInto() 525 if (UNLIKELY(NP.NewNode->Callees.AppendEmplace(NewNode, Callee.FId) == in deepCopyInto()
|
| /netbsd-src/external/bsd/ntp/dist/include/ |
| H A D | ascii.h | 55 #define NP 12 macro
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| H A D | ilist_iterator.h | 84 explicit ilist_iterator(pointer NP) : NodePtr(Access::getNodePtr(NP)) {}
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | PromoteMemoryToRegister.cpp | 282 unsigned &NP = BBNumPreds[BB]; in getNumPreds() local 283 if (NP == 0) in getNumPreds() 284 NP = pred_size(BB) + 1; in getNumPreds() 285 return NP - 1; in getNumPreds()
|
| /netbsd-src/libexec/getty/ |
| H A D | gettytab.h | 166 #define NP gettyflags[21].value macro
|
| H A D | main.c | 542 if (!NP) { in putchr()
|
| H A D | subr.c | 248 if (NP) { in setflags()
|
| /netbsd-src/share/misc/ |
| H A D | country | 174 Nepal NP NPL 524 NP
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | TargetPassConfig.cpp | 335 Pass *NP = Pass::createPass(InsertedPassID.getID()); in getInsertedPass() local 336 assert(NP && "Pass ID not registered"); in getInsertedPass() 337 return NP; in getInsertedPass()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonExpandCondsets.cpp | 876 unsigned Ox = 0, NP = MI.getNumOperands(); in predicateAt() local 878 while (Ox < NP) { in predicateAt() 889 while (Ox < NP) { in predicateAt()
|
| H A D | HexagonCommonGEP.cpp | 497 NodePair NP = node_pair(N1, N2); in node_eq() local 498 NodePairSet::iterator FEq = Eq.find(NP); in node_eq() 501 NodePairSet::iterator FNe = Ne.find(NP); in node_eq()
|
| /netbsd-src/external/bsd/file/dist/tests/ |
| H A D | matilde.arm.testfile | 97 ��U)��/��@D���<TS�Y�������j0Q�\���NP��Z����<F[!*�����\�~EEJ9�`17ĉ�}N�<H@oX~���aY�]�Y#<h�…
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/doc/ |
| H A D | ISO_3166 | 187 NP Nepal
|
| H A D | iso-3166.texi | 329 @item NP
|
| H A D | ISO_3166_de | 174 NP NPL Nepal
|
| /netbsd-src/external/mpl/bind/dist/bin/tests/system/cacheclean/ |
| H A D | dig.batch | 45 SHIKHAR.MOS.COM.NP. IN A 123 MACU.MA.MT.NP.ELS-GMS.att.net. IN A 268 WYCU.WY.BR.NP.ELS-GMS.att.net. IN A 514 ORCU.OR.BR.NP.ELS-GMS.att.net. IN A 654 OHCU.OH.MT.NP.ELS-GMS.att.net. IN A
|
| H A D | knowngood.dig.out | 46 SHIKHAR.MOS.COM.NP. 604800 IN A 202.52.255.5 125 MACU.MA.MT.NP.ELS-GMS.att.net. 604800 IN A 199.191.145.136 279 WYCU.WY.BR.NP.ELS-GMS.att.net. 604800 IN A 199.191.128.43 533 ORCU.OR.BR.NP.ELS-GMS.att.net. 604800 IN A 199.191.129.139 676 OHCU.OH.MT.NP.ELS-GMS.att.net. 604800 IN A 199.191.144.75
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | MemorySSA.cpp | 757 const DefPath *NP = &N; in defPathIndex() local 758 assert(!Paths.empty() && NP >= &Paths.front() && NP <= &Paths.back() && in defPathIndex() 760 return NP - &Paths.front(); in defPathIndex()
|
| /netbsd-src/external/public-domain/tz/dist/ |
| H A D | iso3166.tab | 198 NP Nepal
|
| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | msvc | 122 # comment type: 80h~NP~no purge bit 40h~NL~no list bit
|
| H A D | printer | 244 0 string NP
|
| /netbsd-src/external/bsd/tre/dist/ |
| H A D | README.md | 131 matching back references is an NP complete problem, and almost
|
| /netbsd-src/crypto/dist/ipsec-tools/src/racoon/rfc/ |
| H A D | rfc2408.txt | 2674 / ! NP = Nonce ! RESERVED ! Payload Length ! 2680 / ! NP = Proposal ! RESERVED ! Payload Length ! 2686 / ! NP = Transform! RESERVED ! Payload Length ! 2700 / ! NP = 0 ! RESERVED ! Payload Length ! 2706 / ! NP = 0 ! RESERVED ! Payload Length ! 2712 / ! NP = 0 ! RESERVED ! Payload Length ! 2736 / ! NP = Proposal ! RESERVED ! Payload Length ! 2742 / ! NP = 0 ! RESERVED ! Payload Length ! 2756 / ! NP = Proposal ! RESERVED ! Payload Length ! 2762 / ! NP = 0 ! RESERVED ! Payload Length ! [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | ScheduleDAGRRList.cpp | 2063 int NP = (int)Priority - SU->getNode()->getNumValues(); in getNodePriority() local 2064 return (NP > 0) ? NP : 0; in getNodePriority()
|