/openbsd/gnu/usr.bin/gcc/contrib/ |
H A D | paranoia.cc | 1153 E9 = U2; in main() 1168 Y = Half * U2 + ThirtyTwo * U2 * U2; in main() 1500 Y = OneAndHalf - U2 - U2; in main() 1501 Z = OneAndHalf + U2 + U2; in main() 1508 Z = S - (Z + U2 + U2); in main() 1537 Z = OneAndHalf + U2 + U2; in main() 1539 T = OneAndHalf - U2 - U2; in main() 1589 Y = One + U2 * (One - U2); in main() 1600 X = (Half + U2) * U2; in main() 1601 Y = (Half - U2) * U2; in main() [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ |
H A D | friend10.C | 18 typedef Object<Tag2> U2; typedef 23 Forgotten(U2()); in foo()
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ |
H A D | ttp64.C | 39 template <template <class U2> class O> struct rebind { typedef B<O> other ;}; 40 template <template <class U2> class O> B & operator=(const B<O> o) {
|
/openbsd/gnu/llvm/libcxx/include/ |
H A D | tuple | 38 template<class U1, class U2> 40 template <class U1, class U2> 42 template <class U1, class U2> 44 template<class U1, class U2> 68 template<class Alloc, class U1, class U2> 71 template <class Alloc, class U1, class U2> 75 template<class Alloc, class U1, class U2> 91 template <class U1, class U2> 93 template<class U1, class U2> 95 template <class U1, class U2> [all …]
|
H A D | utility | 112 template<class T1, class T2, class U1, class U2, template<class> class TQual, template<class> class… 113 struct basic_common_reference<pair<T1, T2>, pair<U1, U2>, TQual, UQual>; // since C++23 115 template<class T1, class T2, class U1, class U2> 116 struct common_type<pair<T1, T2>, pair<U1, U2>>; // since C++23
|
/openbsd/regress/lib/libcrypto/x509/bettertls/certificates/ |
H A D | 2378.crt | 21 92br/U2/2gAprpt0KcVgKvdeFkZ67VQprgquNQxGx/XAuUuxwrPBp89zAUKpZboN
|
H A D | 537.crt | 12 kWezO51OmBjtFkw0ouGhPyRn4uNjV/K+U2+sei+dDGyN+921o4CwAEqKb3eoDCS+
|
H A D | 1807.key | 13 mNCyBVECgYEA06KxGvGe9kqUsBmKbV1wtR+sRT1+izpNHkBhDAXp7iYM2rZTx/U2
|
H A D | 537.key | 4 AXtYVemgNXWHkWezO51OmBjtFkw0ouGhPyRn4uNjV/K+U2+sei+dDGyN+921o4Cw
|
H A D | 3563.key | 25 6jAosHe/U2/j+6kHHlS2kZmdbRlkhJDFeBH+w0WkGBnZanuBGnb+hicfoGPKSysD
|
H A D | 2561.chain | 37 w6gd2Ff/K9olCYiZmH0lc3gevEP/ibQoKYlrDtAU4M2qO0Fy6OaZJ/U2/awUQUVt
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeInlineSiteSymbol.cpp | 162 CodeOffset += Annot.U2; in getLineOffset() 163 UpdateCodeOffset(Annot.U2); in getLineOffset()
|
H A D | NativeFunctionSymbol.cpp | 84 CodeOffset += Annot.U2; in inlineSiteContainsAddress()
|
/openbsd/gnu/llvm/compiler-rt/lib/asan/tests/ |
H A D | asan_test_utils.h | 58 typedef uint16_t U2; typedef
|
/openbsd/gnu/llvm/llvm/include/llvm/Support/ |
H A D | DataExtractor.h | 24 Uint24(uint8_t U0, uint8_t U1, uint8_t U2) { in Uint24() 25 Bytes[0] = U0; Bytes[1] = U1; Bytes[2] = U2; in Uint24()
|
/openbsd/gnu/llvm/compiler-rt/lib/msan/tests/ |
H A D | msan_test.cpp | 138 typedef unsigned short U2; typedef 3014 U2 a2, b2; 3959 U2 y2 = 0; in TEST() 4014 U2 y = 0; in TEST() 4037 U2 y = 0; in TEST() 4142 V8x16 v = {Poisoned<U2>(0, 3), Poisoned<U2>(0, 7), 2, 3, 4, 5, 6, 7}; in TEST() 4166 V8x16 v = {Poisoned<U2>(0, 3), Poisoned<U2>(0, 7), 2, 3, 4, 5, 6, 7}; in TEST() 4179 V8x16 v = {Poisoned<U2>(0, 3), Poisoned<U2>(0, 7), 2, 3, 4, 5, 6, 7}; in TEST() 4199 V4x32 v = {Poisoned<U2>(0, 3), Poisoned<U2>(0, 7), 2, 3}; in TEST() 4339 U2 a; [all …]
|
/openbsd/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | StringExtras.h | 198 unsigned U2 = hexDigitValue(LSB); in tryGetHexFromNibbles() local 199 if (U1 == ~0U || U2 == ~0U) in tryGetHexFromNibbles() 202 Hex = static_cast<uint8_t>((U1 << 4) | U2); in tryGetHexFromNibbles()
|
/openbsd/gnu/gcc/gcc/config/score/ |
H A D | score.md | 257 case 0: return \"addis %0, %U2\"; 278 case 0: return \"addis.c %0, %U2\"; 301 case 0: return \"addis.c %0, %U2\"; 411 case 0: return \"andis %0, %U2\"; 431 case 0: return \"andis.c %0, %U2\"; 454 case 0: return \"andis.c %0, %U2\"; 489 case 0: return \"oris %0, %U2\"; 511 case 0: return \"oris.c %0, %U2\"; 533 case 0: return \"oris.c %0, %U2\";
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | CycleTerminology.rst | 228 3. If a closed path P contains nodes U1 and U2 but not their 230 contains U1 and U2 but neither of D1 and D2. 236 Hence there is always a cycle that contains U1 and U2 but neither
|
/openbsd/gnu/gcc/gcc/config/m32c/ |
H A D | muldiv.md | 60 "mulu.b\t%U2,%1" 69 "mulu.b\t%U2,%1"
|
/openbsd/gnu/usr.bin/gcc/gcc/config/dsp16xx/ |
H A D | dsp16xx.md | 489 %0=%b1+%U2 490 %0=%w1+%H2\;%0=%b0+%U2" 647 %0=%b1-%U2 648 %0=%w1-%H2\;%0=%b0-%U2" 1044 %0=%b1&%U2 1045 %0=%w1&%H2\;%0=%b0&%U2" 1136 %0=%b1|%U2 1137 %0=%w1|%H2\;%0=%b0|%U2" 1228 %0=%b1^%U2 1229 %0=%w1^%H2\;%0=%b0^%U2"
|
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | SymbolRecord.h | 163 uint32_t U2 = 0; member 317 Result.U2 = GetCompressedAnnotation(Next); in ParseCurrentAnnotation()
|
/openbsd/gnu/llvm/llvm/docs/Proposals/ |
H A D | GitHubMove.rst | 643 U1 - U2 - U3 <- upstream/main 690 U1 - U2 - U3 <- upstream/main 704 Note that the merge from ``U2`` to ``Lclang1`` appears redundant, but 709 history and so the edge ``U2 -> Lclang1`` is a visual reminder of what 715 possible mitigation strategy is to manually diff clang between ``U2`` 984 U1 - U2 - U3 <- upstream/main
|
/openbsd/sys/arch/hppa/conf/ |
H A D | RAMDISK | 45 uturn0 at mainbus0 # U2/UTurn Runway IOA
|
/openbsd/sys/dev/usb/ |
H A D | usbdevs | 2741 product LOGITEC LAN_GTJU2 0x0102 LAN-GTJ/U2 2747 product LOGITEC LANW300NU2 0x0166 LAN-W300N/U2 2748 product LOGITEC LANW150NU2 0x0168 LAN-W150N/U2 3125 product MELCO KG54YB 0x005e WLI-U2-KG54-YB WLAN 3126 product MELCO KG54 0x0066 WLI-U2-KG54 WLAN 3127 product MELCO KG54AI 0x0067 WLI-U2-KG54-AI WLAN 3130 product MELCO WLIU2KAMG54 0x0091 WLI-U2-KAMG54 3133 product MELCO SG54HP 0x00d8 WLI-U2-SG54HP 3134 product MELCO G54HP 0x00d9 WLI-U2-G54HP 3135 product MELCO KG54L 0x00da WLI-U2-KG54L [all …]
|