Home
last modified time | relevance | path

Searched refs:SH (Results 1 – 25 of 366) sorted by relevance

12345678910>>...15

/openbsd-src/sys/arch/sh/sh/
H A Ddevreg.c101 SH ## x ## REG(TRA); \
102 SH ## x ## REG(EXPEVT); \
103 SH ## x ## REG(INTEVT); \
105 SH ## x ## REG(BARA); \
106 SH ## x ## REG(BAMRA); \
107 SH ## x ## REG(BASRA); \
108 SH ## x ## REG(BBRA); \
109 SH ## x ## REG(BARB); \
110 SH ## x ## REG(BAMRB); \
111 SH ## x ## REG(BASRB); \
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/doc/
H A Dc-sh.texi6 @node SH-Dependent
7 @chapter Renesas / SuperH SH Dependent Features
9 @cindex SH support
11 * SH Options:: Options
12 * SH Syntax:: Syntax
13 * SH Floating Point:: Floating Point
14 * SH Directives:: SH Machine Directives
15 * SH Opcodes:: Opcodes
18 @node SH Options
21 @cindex SH options
[all …]
/openbsd-src/gnu/usr.bin/binutils/gas/doc/
H A Dc-sh.texi6 @node SH-Dependent
7 @chapter Renesas / SuperH SH Dependent Features
9 @cindex SH support
11 * SH Options:: Options
12 * SH Syntax:: Syntax
13 * SH Floating Point:: Floating Point
14 * SH Directives:: SH Machine Directives
15 * SH Opcodes:: Opcodes
18 @node SH Options
21 @cindex SH options
[all …]
/openbsd-src/regress/usr.bin/mandoc/man/SH/
H A Dnoarg.out_lint1 mandoc: noarg.in:5:2: WARNING: line scope broken: SH breaks SH
2 mandoc: noarg.in:9:2: WARNING: line scope broken: SS breaks SH
3 mandoc: noarg.in:12:2: WARNING: line scope broken: TP breaks SH
4 mandoc: noarg.in:16:2: WARNING: line scope broken: IP breaks SH
5 mandoc: noarg.in:19:2: WARNING: line scope broken: HP breaks SH
6 mandoc: noarg.in:23:2: WARNING: line scope broken: PP breaks SH
7 mandoc: noarg.in:26:2: WARNING: line scope broken: RS breaks SH
8 mandoc: noarg.in:29:2: WARNING: line scope broken: RE breaks SH
10 mandoc: noarg.in:32:2: WARNING: line scope broken: UR breaks SH
11 mandoc: noarg.in:35:2: WARNING: line scope broken: UE breaks SH
H A Dempty_before.out_ascii1 SH-EMPTY_BEFORE(1) General Commands Manual SH-EMPTY_BEFORE(1)
4 SH-empty_before - empty paragraph before first section header
9 OpenBSD August 18, 2014 SH-EMPTY_BEFORE(1)
H A Dbroken.out_ascii1 SH-BROKEN(1) General Commands Manual SH-BROKEN(1)
4 SH-broken - section header line scope broken by end of file
9 OpenBSD July 30, 2014 SH-BROKEN(1)
H A Dbroken_eline.out_ascii1 SH-BROKEN_ELINE(1) General Commands Manual SH-BROKEN_ELINE(1)
4 SH-broken_eline - section and element line scope broken by eof
9 OpenBSD July 30, 2014 SH-BROKEN_ELINE(1)
H A Dvert.out_ascii1 SH-VERT(1) General Commands Manual SH-VERT(1)
4 SH-vert - vertical spacing of sections
10 OpenBSD February 20, 2020 SH-VERT(1)
H A Dparagraph.out_ascii1 SH-PARAGRAPH(1) General Commands Manual SH-PARAGRAPH(1)
4 SH-paragraph - interaction of section headers with paragraphs
19 OpenBSD January 6, 2019 SH-PARAGRAPH(1)
H A Dnoarg.out_ascii1 SH-NOARG(1) General Commands Manual SH-NOARG(1)
4 SH-noarg - empty header lines
31 OpenBSD November 11, 2023 SH-NOARG(1)
H A Dlongarg.out_ascii1 SH-LONGARG(1) General Commands Manual SH-LONGARG(1)
4 SH-longarg - long section header lines
13 OpenBSD April 4, 2015 SH-LONGARG(1)
/openbsd-src/lib/libssl/test/
H A Dtestca3 SH="/bin/sh"
9 export SH PATH
18 $SH ../apps/CA.sh -newca <<EOF
27 $SH ../apps/CA.sh -newreq
35 $SH ../apps/CA.sh -sign <<EOF
44 $SH ../apps/CA.sh -verify newcert.pem
/openbsd-src/regress/usr.bin/mandoc/man/blank/
H A DafterSH.out_lint1 mandoc: afterSH.in:10:2: WARNING: skipping paragraph macro: PP after SH
2 mandoc: afterSH.in:32:2: WARNING: skipping paragraph macro: br after SH
3 mandoc: afterSH.in:36:2: WARNING: skipping paragraph macro: sp after SH
4 mandoc: afterSH.in:45:2: WARNING: skipping paragraph macro: PP after SH
5 mandoc: afterSH.in:72:2: WARNING: skipping paragraph macro: br after SH
6 mandoc: afterSH.in:77:2: WARNING: skipping paragraph macro: sp after SH
/openbsd-src/gnu/usr.bin/perl/win32/
H A Dconfig_h.PL16 $name =~ s#^(.*)\.PL$#../$1.SH#;
30 open(SH, "<", $name) || die "Cannot open $name:$!";
31 while (<SH>)
56 while (<SH>)
86 close(SH);
/openbsd-src/gnu/usr.bin/perl/Cross/
H A DMakefile36 diff -Bbur ../Makefile.SH Makefile.SH > Makefile.SH.patch
41 patch -p1 < Cross/Makefile.SH.patch; \
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCInstPrinter.cpp115 unsigned char SH = MI->getOperand(2).getImm(); in printInst() local
119 if (SH <= 31 && MB == 0 && ME == (31-SH)) { in printInst()
122 if (SH <= 31 && MB == (32-SH) && ME == 31) { in printInst()
124 SH = 32-SH; in printInst()
130 O << ", " << (unsigned int)SH; in printInst()
139 unsigned char SH = MI->getOperand(2).getImm(); in printInst() local
142 if (63-SH == ME) { in printInst()
147 O << ", " << (unsigned int)SH; in printInst()
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h245 void addHighPriorityHandler(ExpressionHandlerPtr SH) { in addHighPriorityHandler() argument
246 ExpressionHandlers.push_front(std::move(SH)); in addHighPriorityHandler()
253 void addLowPriorityHandler(ExpressionHandlerPtr SH) { in addLowPriorityHandler() argument
254 ExpressionHandlers.push_back(std::move(SH)); in addLowPriorityHandler()
261 void addHighPriorityHandler(StoreHandlerPtr SH) { in addHighPriorityHandler() argument
262 StoreHandlers.push_front(std::move(SH)); in addHighPriorityHandler()
269 void addLowPriorityHandler(StoreHandlerPtr SH) { in addLowPriorityHandler() argument
270 StoreHandlers.push_back(std::move(SH)); in addLowPriorityHandler()
/openbsd-src/regress/usr.bin/mandoc/mdoc/Sh/
H A Dfirst.out_ascii1 SH-FIRST(1) General Commands Manual SH-FIRST(1)
H A DemptyNAME.out_ascii1 SH-EMPTYNAME(1) General Commands Manual SH-EMPTYNAME(1)
/openbsd-src/gnu/usr.bin/perl/
H A Dmyconfig.SH17 : This forces SH files to create target in same directory as SH file.
18 : This is so that make depend always knows where to find SH derivatives.
H A Dmakedepend_file.SH15 : This forces SH files to create target in same directory as SH file.
16 : This is so that make depend always knows where to find SH derivatives.
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/
H A Dc-in-header8 .ie n .SH """one"" and ""two"""
9 .el .SH "\f(CWone\fP and \f(CWtwo\fP"
H A Dcpp16 .SH NAME
18 .SH "C++ NOTES"
H A Drquote-none13 .ie n .SH "FOO ""BAR BAZ"
14 .el .SH "FOO \f(CWBAR\fP BAZ"
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/
H A Dbasic.man1 .SH NAME
3 .SH HEADINGS
7 .ie n .SH "This ""is"" a ""level 1"" heading"
8 .el .SH "This \f(CWis\fP a ""level 1"" heading"
19 .ie n .SH "This ""is"" a ""level 1"" heading"
20 .el .SH "This \f(CWis\fP a ""level 1"" heading"
36 .SH LINKS
93 .SH "OVER AND ITEMS"
200 .SH "FORMATTING CODES"
258 .SH VERBATIM
[all …]

12345678910>>...15