Home
last modified time | relevance | path

Searched refs:Ns (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DSTLExtras.h619 template <size_t... Ns> value_type deref(std::index_sequence<Ns...>) const {
620 return value_type(*std::get<Ns>(iterators)...);
623 template <size_t... Ns>
624 decltype(iterators) tup_inc(std::index_sequence<Ns...>) const {
625 return std::tuple<Iters...>(std::next(std::get<Ns>(iterators))...);
628 template <size_t... Ns>
629 decltype(iterators) tup_dec(std::index_sequence<Ns...>) const {
630 return std::tuple<Iters...>(std::prev(std::get<Ns>(iterators))...);
668 template <size_t... Ns>
670 std::index_sequence<Ns...>) const {
[all …]
/netbsd-src/sys/arch/x68k/usr.bin/loadkmap/
H A DREADME.loadkmap10 $BMQ0U$7$^$7$?(B. ascii_kmap $B$O%"%9%-!<G[Ns(B (SHIFT+2 $B$,(B @ $B$K$J$k$d$D(B)
11 jis_kmap $B$O85!9$NG[Ns$G$b$"$k5l(B JIS $BG[Ns$G$9(B.
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DDirectiveEmitter.cpp196 for (auto Ns : Namespaces) in EmitDirectivesDecl() local
197 OS << "namespace " << Ns << " {\n"; in EmitDirectivesDecl()
239 for (auto Ns : llvm::reverse(Namespaces)) in EmitDirectivesDecl() local
240 OS << "} // namespace " << Ns << "\n"; in EmitDirectivesDecl()
465 for (auto Ns : Namespaces) in GenerateDirectiveClauseSets() local
466 OS << "namespace " << Ns << " {\n"; in GenerateDirectiveClauseSets()
485 for (auto Ns : llvm::reverse(Namespaces)) in GenerateDirectiveClauseSets() local
486 OS << "} // namespace " << Ns << "\n"; in GenerateDirectiveClauseSets()
/netbsd-src/external/bsd/ntp/dist/sntp/ag-tpl/0-old/
H A Dmdoc-synopsis.tlib12 .Op Fl \-option-name Ns Oo Oo Ns "=| " Oc Ns Ar value Oc
H A Dcmd-doc.tlib518 " , Fl -save-opts Oo Ns = Ns Ar cfgfile Oc" ) "")
520 "save-opts Oo Ns = Ns Ar cfgfile Oc" )
535 (string-append " , " tmp-str "load-opts Ns = Ns Ar cfgfile"
538 (string-append tmp-str "load-opts Ns = Ns Ar cfgfile , "
873 ? arg-optional Oo Ns = Ns
909 ? arg-optional ' Oo = Ns' ' Ns = Ns '
927 arg-optional Oo :+] Ns = Ns [+:(. opt-arg):+] [+:
/netbsd-src/external/apache2/llvm/dist/llvm/lib/WindowsManifest/
H A DWindowsManifestMerger.cpp141 for (auto &Ns : MtNsHrefsPrefixes) { in getPrefixForHref() local
142 if (xmlStringsEqual(HRef, TO_XML_CHAR(Ns.first.data()))) { in getPrefixForHref()
143 return TO_XML_CHAR(Ns.second.data()); in getPrefixForHref()
474 for (auto &Ns : MtNsHrefsPrefixes) { in isRecognizedNamespace() local
475 if (xmlStringsEqual(NsHref, TO_XML_CHAR(Ns.first.data()))) { in isRecognizedNamespace()
/netbsd-src/external/bsd/tmux/dist/
H A Dmdoc2man.awk100 } else if(match(words[w],"^Ns$")) {
/netbsd-src/external/bsd/unbound/dist/testdata/
H A Dzonemd.example17.zone3 exaMPLe.cOM. IN NS Ns.exaMPLe.cOm.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRDFGraph.cpp269 std::vector<int> Ns; in operator <<() local
270 auto PrintBBs = [&OS] (std::vector<int> Ns) -> void { in operator <<() argument
271 unsigned N = Ns.size(); in operator <<()
272 for (int I : Ns) { in operator <<()
282 Ns.push_back(B->getNumber()); in operator <<()
283 PrintBBs(Ns); in operator <<()
287 Ns.clear(); in operator <<()
289 Ns.push_back(B->getNumber()); in operator <<()
290 PrintBBs(Ns); in operator <<()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp195 NodeSet &Ns = Edges[Q[I]]; in color() local
196 Q.insert(Ns.begin(), Ns.end()); in color()
206 NodeSet &Ns = Edges[N]; in color() local
207 auto P = getUniqueColor(Ns); in color()
235 NodeSet &Ns = Edges[N]; in color() local
236 auto P = getUniqueColor(Ns); in color()
247 NodeSet CopyNs = Ns; in color()
254 Ns.erase(M); in color()
H A DHexagonCommonGEP.cpp996 NodeSet Ns; in separateConstantChains() local
997 nodes_for_root(Node, NCM, Ns); in separateConstantChains()
1003 for (NodeSet::iterator I = Ns.begin(), E = Ns.end(); I != E; ++I) { in separateConstantChains()
H A DHexagonConstPropagation.cpp2230 uint32_t Ns = (Ps & (P::Zero|P::NaN|P::SignProperties)); in evaluate() local
2231 Result.add(Ns); in evaluate()
2235 uint32_t Ns = (Ps & P::SignProperties); in evaluate() local
2236 Result.add(Ns); in evaluate()
/netbsd-src/external/lgpl3/mpfr/dist/tests/
H A Dtdiv.c163 check4 (const char *Ns, const char *Ds, mpfr_rnd_t rnd_mode, int p, in check4() argument
169 mpfr_set_str1 (n, Ns); in check4()
175 Ns, Ds, p, mpfr_print_rnd_mode (rnd_mode)); in check4()
187 check24 (const char *Ns, const char *Ds, mpfr_rnd_t rnd_mode, const char *Qs) in check24() argument
193 mpfr_set_str1 (n, Ns); in check24()
199 Ns, Ds, mpfr_print_rnd_mode(rnd_mode)); in check24()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DPassManager.h419 typename... ArgTs, size_t... Ns>
423 std::index_sequence<Ns...>) { in getAnalysisResultUnpackTuple() argument
425 return AM.template getResult<PassT>(IR, std::get<Ns>(Args)...); in getAnalysisResultUnpackTuple()
/netbsd-src/crypto/external/bsd/heimdal/dist/
H A DChangeLog.200275 * kuser/kinit.1: remove unneeded Ns
/netbsd-src/external/atheros/athn/dist/
H A Dathn-ar9271454 …[腊5+<[�� �0[��(b�`+"G ���3�n�`+"G ��(b�`+"G ����l*-*�(�3 ��ܠݰ���� Ns���r����+݀}���ݰܠ �…
/netbsd-src/external/gpl2/diffutils/dist/
H A DChangeLog2378 (dotlines, undotlines): New functions that output `Ns', not `N,Ns'.
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A DChangeLog874 * getarg.c: don't put Ns before comma
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog4231 (Ns, Ne, 2s, 2e, Ds, De): New macros.
/netbsd-src/external/gpl3/binutils.old/dist/bfd/doc/
H A Dbfd.info11809 lop_spec Ns. The location in data or code at which the lop_spec
/netbsd-src/external/gpl3/binutils/dist/bfd/doc/
H A Dbfd.info10791 lop_spec Ns. The location in data or code at which the lop_spec