| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | arm_fp16.td | 20 def VNEGSH : SInst<"vneg", "11", "Sh">; 23 def SCALAR_FRECPSH : IInst<"vrecps", "111", "Sh">; 24 def FSQRTSH : SInst<"vsqrt", "11", "Sh">; 25 def SCALAR_FRSQRTSH : IInst<"vrsqrts", "111", "Sh">; 28 def SCALAR_FRECPEH : IInst<"vrecpe", "11", "Sh">; 31 def SCALAR_FRECPXH : IInst<"vrecpx", "11", "Sh">; 34 def SCALAR_FRSQRTEH : IInst<"vrsqrte", "11", "Sh">; 37 def FRINTZ_S64H : SInst<"vrnd", "11", "Sh">; 38 def FRINTA_S64H : SInst<"vrnda", "11", "Sh">; 39 def FRINTI_S64H : SInst<"vrndi", "11", "Sh">; [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ |
| H A D | inline12.C | 13 class Sh 17 inline Sh(const char* theName, 19 virtual ~Sh(); 22 virtual void setParent(Sh* theParent); 36 Sh(); 37 Sh(const Sh&); 38 Sh& operator = (const Sh&); 40 Sh* myParent; 42 class ShZzy : public Sh 51 void addSh(Sh* theSh); [all …]
|
| /openbsd-src/regress/usr.bin/mandoc/mdoc/Sh/ |
| H A D | tag.out_html | 4 <section class="Sh"> 5 <h2 class="Sh" id="DESCRIPTION~2"><a class="permalink" href="#DESCRIPTION~2">DESCRIPTION</a></h2> 8 <section class="Sh"> 9 <h2 class="Sh" id="examples"><a class="permalink" href="#examples">EXAMPLES</a></h2> 20 <section class="Sh"> 21 <h2 class="Sh" id="WEIRD_SECTION"><a class="permalink" href="#WEIRD_SECTION"> 25 <section class="Sh"> 26 <h2 class="Sh"> </h2>
|
| H A D | order.out_lint | 1 mandoc: order.in:10:2: WARNING: sections out of conventional order: Sh SYNOPSIS 2 mandoc: order.in:11:2: WARNING: duplicate section title: Sh SYNOPSIS 3 mandoc: order.in:12:2: WARNING: unexpected section: Sh ERRORS for 2, 3, 4, 9 only
|
| H A D | parborder.out_lint | 1 mandoc: parborder.in:9:2: WARNING: skipping paragraph macro: Pp after Sh 2 mandoc: parborder.in:11:2: WARNING: skipping paragraph macro: Pp at the end of Sh 7 mandoc: parborder.in:13:2: WARNING: skipping paragraph macro: Pp after Sh
|
| H A D | paragraph.out_html | 8 <section class="Sh"> 9 <h2 class="Sh" id="EXAMPLES"><a class="permalink" href="#EXAMPLES">EXAMPLES</a></h2>
|
| H A D | parbefore.out_lint | 1 mandoc: parbefore.in:5:2: WARNING: skipping paragraph macro: Pp before Sh
|
| H A D | first.out_lint | 1 mandoc: first.in:5:2: WARNING: first section is not "NAME": Sh DESCRIPTION
|
| H A D | empty.out_lint | 1 mandoc: empty.in:10:2: ERROR: inserting missing end of block: Sh breaks Xo
|
| /openbsd-src/regress/usr.bin/mandoc/man/SH/ |
| H A D | paragraph.out_html | 2 <section class="Sh"> 3 <h2 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h2> 7 <section class="Sh"> 8 <h2 class="Sh" id="EXAMPLES"><a class="permalink" href="#EXAMPLES">EXAMPLES</a></h2>
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | BitTracker.cpp | 253 BT::RegisterCell &BT::RegisterCell::rol(uint16_t Sh) { in rol() argument 257 Sh = Sh % W; in rol() 258 if (Sh == 0) in rol() 261 RegisterCell Tmp(W-Sh); in rol() 263 for (uint16_t i = 0; i < W-Sh; ++i) in rol() 266 for (uint16_t i = 0; i < Sh; ++i) in rol() 267 Bits[i] = Bits[W-Sh+i]; in rol() 269 for (uint16_t i = 0; i < W-Sh; ++i) in rol() 270 Bits[i+Sh] = Tmp.Bits[i]; in rol() 519 uint16_t Sh) const { in eASL() [all …]
|
| /openbsd-src/etc/ |
| H A D | MAKEDEV.man | 55 .Sh NAME 58 .Sh SYNOPSIS 61 .Sh DESCRIPTION 86 .Sh FILES 91 .Sh SEE ALSO
|
| /openbsd-src/regress/usr.bin/mandoc/man/TP/ |
| H A D | vert.out_html | 2 <section class="Sh"> 3 <h2 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h2>
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/ |
| H A D | loc_ig.t | 92 ok($objIg->eq("sh", "Sh")); 93 ok($objIg->eq("Sh", "SH")); 119 ok($objIg->lt("sh", "Sh")); 120 ok($objIg->lt("Sh", "SH")); 164 ok($objIg->gt("sh", "Sh")); 165 ok($objIg->gt("Sh", "SH"));
|
| H A D | loc_ha.t | 60 ok($objHa->eq("sh", "Sh")); 61 ok($objHa->eq("Sh", "SH")); 81 ok($objHa->lt("sh", "Sh")); 82 ok($objHa->lt("Sh", "SH"));
|
| H A D | loc_sq.t | 94 ok($objSq->eq("sH", "Sh")); 95 ok($objSq->eq("Sh", "SH")); 128 ok($objSq->lt("sH", "Sh")); 129 ok($objSq->lt("Sh", "SH")); 169 ok($objSq->gt("sH", "Sh")); 170 ok($objSq->gt("Sh", "SH"));
|
| H A D | loc_om.t | 59 ok($objOm->eq("sh", "Sh")); 75 ok($objOm->lt("sh", "Sh")); 91 ok($objOm->gt("sh", "Sh"));
|
| /openbsd-src/regress/usr.bin/mandoc/mdoc/Er/ |
| H A D | tag.out_html | 7 <section class="Sh"> 8 <h2 class="Sh" id="ERRORS"><a class="permalink" href="#ERRORS">ERRORS</a></h2>
|
| /openbsd-src/regress/usr.bin/mandoc/mdoc/Tg/ |
| H A D | warn.out_html | 9 <section class="Sh"> 10 <h2 class="Sh" id="examples"><a class="permalink" href="#examples">EXAMPLES</a></h2>
|
| /openbsd-src/regress/usr.bin/mandoc/mdoc/blank/ |
| H A D | line.out_lint | 21 mandoc: line.in:82:2: WARNING: skipping paragraph macro: sp after Sh 22 mandoc: line.in:84:2: WARNING: skipping paragraph macro: Pp at the end of Sh 25 mandoc: line.in:86:2: WARNING: skipping paragraph macro: Pp after Sh
|
| H A D | line.out_ascii | 66 Sh sp 2v: 69 Pp Sh Pp:
|
| /openbsd-src/regress/usr.bin/mandoc/mdoc/Rs/ |
| H A D | paragraph.out_html | 7 <section class="Sh"> 8 <h2 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
|
| /openbsd-src/usr.bin/mandoc/ |
| H A D | mandoc.css | 83 section.Sh { } 84 h2.Sh { margin-top: 1.2em; 275 h2.Sh, h3.Ss { position: relative; } 305 h2.Sh::before { content: "Sh"; } 320 h2.Sh::before, h3.Ss::before, .St::before, .Sx::before, .Sy::before, 341 .Rs:hover::before, h2.Sh:hover::before, h3.Ss:hover::before, .St:hover::before, 351 h2.Sh, h3.Ss { margin-left: 0em; }
|
| /openbsd-src/regress/usr.bin/mandoc/mdoc/Bl/ |
| H A D | break.out_lint | 9 mandoc: break.in:59:2: ERROR: inserting missing end of block: Sh breaks Bd 13 mandoc: break.in:74:2: ERROR: inserting missing end of block: Sh breaks Bo
|
| /openbsd-src/regress/usr.bin/mandoc/mdoc/Nm/ |
| H A D | break.out_lint | 1 mandoc: break.in:10:2: ERROR: inserting missing end of block: Sh breaks Bo
|