| /openbsd/src/gnu/usr.bin/binutils-2.17/include/ |
| D | hp-symtab.h | 148 unsigned int extension: 1; member 164 unsigned int extension: 1; member 307 unsigned int extension: 1; member 334 unsigned int extension: 1; member 384 unsigned int extension: 1; member 421 unsigned int extension: 1; member 446 unsigned int extension: 1; member 482 unsigned int extension: 1; member 522 unsigned int extension: 1; member 561 unsigned int extension: 1; member [all …]
|
| /openbsd/src/gnu/usr.bin/binutils/include/ |
| D | hp-symtab.h | 148 unsigned int extension: 1; member 164 unsigned int extension: 1; member 307 unsigned int extension: 1; member 334 unsigned int extension: 1; member 384 unsigned int extension: 1; member 421 unsigned int extension: 1; member 446 unsigned int extension: 1; member 482 unsigned int extension: 1; member 522 unsigned int extension: 1; member 561 unsigned int extension: 1; member [all …]
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/ |
| D | RISCVScheduleZb.td | 11 // Zba extension 15 // Zbb extension 29 // Zbc extension 32 // Zbs extension 36 // Zbkb extension 42 // Zbkx extension 47 // Zba extension 51 // Zbb extension 65 // Zbc extension 68 // Zbs extension [all …]
|
| /openbsd/src/gnu/llvm/llvm/utils/vscode/llvm/ |
| D | vsc-extension-quickstart.md | 5 * This folder contains all of the files necessary for your extension. 6 …guage support and define the location of the grammar file that has been copied into your extension. 13 * Press `F5` to open a new window with your extension loaded. 19 * You can relaunch the extension from the debug toolbar after making changes to the files listed ab… 20 * You can also reload (`Ctrl+R` or `Cmd+R` on Mac) the VS Code window with your extension to load y… 26 ## Install your extension 28 * To start using your extension with Visual Studio Code copy it into the `<user home>/.vscode/exten… 29 * To share your extension with the world, read on https://code.visualstudio.com/docs about publishi…
|
| D | README.md | 30 Please refer to https://code.visualstudio.com/docs/editor/extension-gallery#_where-are-extensions-i… 34 First package the extension according to 35 https://code.visualstudio.com/api/working-with-extensions/publishing-extension#usage. 38 https://code.visualstudio.com/docs/editor/extension-gallery#_install-from-a-vsix.
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/ |
| D | m10300-dis.c | 40 unsigned long extension = 0; in disassemble() local 100 extension = 0; in disassemble() 106 extension = 0; in disassemble() 110 extension = 0; in disassemble() 123 extension = 0; in disassemble() 129 extension = 0; in disassemble() 134 extension = 0; in disassemble() 147 extension = 0; in disassemble() 163 extension = temp & 0xff; in disassemble() 182 extension = *(unsigned char *) buffer; in disassemble() [all …]
|
| D | m10200-dis.c | 30 unsigned long extension, in disassemble() argument 88 value |= extension; in disassemble() 165 unsigned long extension = 0; in print_insn_mn10200() local 193 extension = 0; in print_insn_mn10200() 246 extension = 0; in print_insn_mn10200() 261 extension = 0; in print_insn_mn10200() 283 extension = 0; in print_insn_mn10200() 321 extension = (*(unsigned char *)buffer) & 0xff; in print_insn_mn10200() 330 disassemble (memaddr, info, insn, extension, consume); in print_insn_mn10200()
|
| /openbsd/src/gnu/usr.bin/binutils/opcodes/ |
| D | m10300-dis.c | 224 unsigned long extension = 0; local 285 extension = 0; 292 extension = 0; 297 extension = 0; 310 extension = 0; 317 extension = 0; 323 extension = 0; 336 extension = 0; 351 extension = temp & 0xff; 370 extension = *(unsigned char *) buffer; [all …]
|
| D | m10200-dis.c | 38 unsigned long extension = 0; local 66 extension = 0; 119 extension = 0; 134 extension = 0; 156 extension = 0; 194 extension = (*(unsigned char *)buffer) & 0xff; 203 disassemble (memaddr, info, insn, extension, consume); 209 disassemble (memaddr, info, insn, extension, size) in disassemble() argument 213 unsigned long extension; 271 value |= extension;
|
| /openbsd/src/gnu/llvm/clang/include/clang/Basic/ |
| D | OpenCLExtensions.def | 1 //===--- OpenCLExtensions.def - OpenCL extension list -----------*- C++ -*-===// 17 // an extension is core or optional core and minimum OpenCL version 18 // when an extension becomes available, 20 // ext - name of the extension or optional core feature. 21 // pragma - true if extension needs pragmas or false otherwise. 22 // NOTE: extension pragma without any documentation detailing 26 // core - OpenCL versions mask when the extension becomes core feature. 28 // opt - OpenCL versions mask when the extension becomes optional core 32 // define OPENCLEXTNAME(ext) where ext is the name of the extension. 38 // extension is defined if and only it either: [all …]
|
| D | BuiltinsRISCV.def | 18 // Zbb extension 26 // Zbc or Zbkc extension 35 // Zbkb extension 40 // Zknd extension 51 // Zkne extension 57 // Zknh extension 74 // Zksed extension 78 // Zksh extension
|
| D | DiagnosticParseKinds.td | 48 "extra ';' outside of a function is a C++11 extension">, 86 "type nullability specifier %0 is a Clang extension">, 87 InGroup<DiagGroup<"nullability-extension">>; 101 "commas at the end of enumerator lists are a C++11 extension">, 111 "enumeration types with a fixed underlying type are a C++11 extension">, 114 "enumeration types with a fixed underlying type are a Microsoft extension">, 117 "enumeration types with a fixed underlying type are a Clang extension">, 118 InGroup<DiagGroup<"fixed-enum-extension">>; 133 "scoped enumerations are a C++11 extension">, InGroup<CXX11>; 145 "%0 applied to an expression is a GNU extension">, InGroup<GNUAlignofExpression>; [all …]
|
| /openbsd/src/lib/libssl/doc/ |
| D | openssl.txt | 6 OpenSSL X509V3 extension configuration 12 OpenSSL X509V3 extension configuration 15 OpenSSL X509V3 extension configuration: preliminary documentation. 19 For OpenSSL 0.9.2 the extension code has be considerably enhanced. It is now 43 will give information in the extension printout, for example: 59 The OpenSSL utilities 'ca' and 'req' can now have extension sections listing 65 extension section is used when the -x509 option is present to create a 82 You can add any extension to a CRL but of the supported extensions only 92 several extension sections used for different purposes you can have a line: 104 the use of the critical option makes the extension critical. Extreme caution [all …]
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/ext/ |
| D | functional | 57 * This file is a GNU extension to the Standard C++ Library (possibly 79 * standard; SGI provided them as an extension. Its argument is an 87 /// An \link SGIextensions SGI extension \endlink. 93 /// An \link SGIextensions SGI extension \endlink. 100 /** As an extension to the binders, SGI provided composition functors and 126 /// An \link SGIextensions SGI extension \endlink. 145 /// An \link SGIextensions SGI extension \endlink. 151 /// An \link SGIextensions SGI extension \endlink. 172 /// An \link SGIextensions SGI extension \endlink. 181 /** As an extension, SGI provided a functor called @c identity. When a [all …]
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/ext/ |
| D | functional | 57 * This file is a GNU extension to the Standard C++ Library (possibly 78 * provided them as an extension. Its argument is an operation, and its 86 /// An \link SGIextensions SGI extension \endlink. 90 /// An \link SGIextensions SGI extension \endlink. 96 /** As an extension to the binders, SGI provided composition functors and 122 /// An \link SGIextensions SGI extension \endlink. 140 /// An \link SGIextensions SGI extension \endlink. 148 /// An \link SGIextensions SGI extension \endlink. 167 /// An \link SGIextensions SGI extension \endlink. 178 /** As an extension, SGI provided a functor called @c identity. When a [all …]
|
| D | algorithm | 57 * This file is a GNU extension to the Standard C++ Library (possibly 112 * This is an SGI extension. 195 * This is an SGI extension. 215 // in the HP STL, and is retained as an extension for backward compatibility. 251 * This is an SGI extension. 282 * This is an SGI extension. 367 * This is an SGI extension. 386 * This is an SGI extension. 408 // a heap. This function is an extension, not part of the C++ 442 * This is an SGI extension. [all …]
|
| /openbsd/src/usr.bin/ssh/ |
| D | PROTOCOL.agent | 6 1. session-bind@openssh.com extension 8 This extension allows a ssh client to bind an agent connection to a 38 2. restrict-destination-v00@openssh.com key constraint extension 40 The key constraint extension supports destination- and forwarding path- 87 3. associated-certs-v00@openssh.com key constraint extension 89 The key constraint extension allows certificates to be associated 102 This extension is only valid for SSH_AGENTC_ADD_SMARTCARD_KEY_CONSTRAINED 103 requests. When an agent receives this extension, it will attempt to match 109 If the "certs_only" flag is set, then this extension will cause ONLY
|
| D | PROTOCOL.krl | 21 and "reserved" an extension field whose contents are currently ignored. 121 This subsection type provides a generic extension mechanism to the 132 Where "extension_name" describes the type of extension. It is 135 The "is_critical" indicates whether this extension is mandatory or 136 optional. If true, then any unsupported extension encountered should 140 The "extension_contents" contains the body of the extension. 174 This section type provides a generic extension mechanism to the KRL 184 Where "extension_name" describes the type of extension. It is 187 The "is_critical" indicates whether this extension is mandatory or 188 optional. If true, then any unsupported extension encountered should [all …]
|
| /openbsd/src/gnu/llvm/llvm/docs/ |
| D | RISCVUsage.rst | 34 architecture string (e.g. ``riscv32``) with the extension ``e``. 108 …ker will accept extension names, and linked binaries will contain appropriate ELF flags and attrib… 133 …extension against large code bases. Experimental extensions are expected to either transition to … 150 …extension from `clang`, you must add `-menable-experimental-extensions` to the command line, and s… 155 … by a hardware vendor. The term vendor extension roughly parallels the definition of a `non-stand… 157 Inclusion of a vendor extension will be considered on a case by case basis. All proposals should b… 167 …custom instructions specification <https://github.com/T-head-Semi/thead-extension-spec/releases/do…
|
| /openbsd/src/gnu/usr.bin/perl/ext/VMS-Stdio/ |
| D | 0README.txt | 1 This directory contains the source code for the Perl extension 8 This extension, like most Perl extensions, should be installed 12 $ perl Makefile.PL ! Build Descrip.MMS for this extension 13 $ MMK ! Build the extension
|
| /openbsd/src/gnu/llvm/clang/www/demo/ |
| D | index.cgi | 40 my ($extension) = @_; 43 sprintf( "$ROOT/_%d_%d%s", $$, $count, $extension ); 58 my $extension = shift @_; 60 my $name = getname($extension); 338 my $extension = $suffixes{ $c->param('language') }; 339 barf "Unknown language; can't compile\n" unless $extension; 348 my $inputFile = writeIntoFile( $extension, $source ); 356 if ( $extension eq ".st" ) {
|
| /openbsd/src/gnu/llvm/clang/tools/clang-format-vs/ |
| D | README.txt | 1 This directory contains a VSPackage project to generate a Visual Studio extension 8 The extension is built using CMake to generate the usual LLVM.sln by setting 21 ClangFormat.sln, the C# extension application. 25 ClangFormat/source.extension.vsixmanifest. Once the plug-in has been built with 48 extension in the experimental hive, allowing you to test it. In the new Visual Studio
|
| /openbsd/src/gnu/usr.bin/texinfo/info/ |
| D | filesys.c | 623 char *extension = (char *)NULL; in filesys_decompressor_for_file() local 630 extension = filename + i; in filesys_decompressor_for_file() 634 if (!extension) in filesys_decompressor_for_file() 638 if (FILENAME_CMP (extension, compress_suffixes[i].suffix) == 0) in filesys_decompressor_for_file() 646 if (extension[strlen (extension) - 1] == 'z' || in filesys_decompressor_for_file() 647 extension[strlen (extension) - 1] == 'Z') in filesys_decompressor_for_file()
|
| /openbsd/src/usr.sbin/smtpd/ |
| D | mail.maildir.c | 73 maildir_subdir(const char *extension, char *dest, size_t len) in maildir_subdir() argument 77 if (strlcpy(dest, extension, len) >= len) in maildir_subdir() 132 char *extension; in maildir_engine() local 155 if ((extension = getenv("EXTENSION")) != NULL) { in maildir_engine() 156 if (maildir_subdir(extension, subdir, sizeof(subdir)) && in maildir_engine()
|
| /openbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | tc-tahoe.c | 736 register short int extension = 0; /* Size of relaxed address. local 761 extension = 2; 768 extension = 3; 775 extension = 5; 780 extension = 1; 788 extension = 4; 797 extension = 7; 802 extension = 1; 808 extension = 2; 815 extension = 5; [all …]
|