Searched refs:specified (Results 1 - 25 of 278) sorted by relevance

1234567891011>>

/openbsd-current/gnu/gcc/libgomp/
H A Dparallel.c40 gomp_resolve_num_threads (unsigned specified) argument
43 if (specified == 1)
51 /* If NUM_THREADS not specified, use nthreads_var. */
52 if (specified == 0)
53 specified = gomp_nthreads_var;
60 if (dyn < specified)
64 return specified;
/openbsd-current/gnu/llvm/llvm/utils/docker/scripts/
H A Dbuild_install_llvm.sh16 Run cmake with the specified arguments. Used inside docker container.
18 the directory specified by --to option.
23 the resulting archive. Can be specified multiple times.
79 # Run the build as specified in the build arguments.
H A Dcheckout.sh24 -c|--cherrypick revision to cherry-pick. Can be specified multiple times.
/openbsd-current/gnu/usr.bin/perl/dist/Time-HiRes/hints/
H A Daix.pl10 *** You either implicitly or explicitly specified an IBM C compiler,
/openbsd-current/gnu/usr.bin/perl/ext/PerlIO-encoding/
H A Dencoding.pm39 On input, it converts the bytes expected to be in the specified
42 Perl string data into the specified character set and encoding.
/openbsd-current/gnu/usr.bin/perl/dist/Thread-Semaphore/lib/Thread/
H A DSemaphore.pm15 # Create a new semaphore optionally with specified count (count defaults to 1)
169 C<new> creates a new semaphore, and initializes its count to the specified
170 number (which must be an integer). If no number is specified, the
177 The C<down> method decreases the semaphore's count by the specified number
178 (which must be an integer >= 1), or by one if no number is specified.
193 specified number (which must be an integer >= 1), or by one if no number
194 is specified.
204 The C<down_force> method decreases the semaphore's count by the specified
205 number (which must be an integer >= 1), or by one if no number is specified.
214 or by the specified numbe
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-mcore.h85 # error No target format specified.
/openbsd-current/gnu/usr.bin/gcc/contrib/
H A Dtest_installed23 # --without-g++ or --without-g77, the test for the specified program
75 --with-gcc=/some/dir/bin/gcc use specified gcc program [gcc]
76 --with-g++=/some/dir/bin/g++ use specified g++ program [g++]
77 --with-g77=/some/dir/bin/g77 use specified g77 program [g77]
84 at specified directory [.]
/openbsd-current/gnu/llvm/llvm/utils/docker/
H A Dbuild_docker_image.sh34 -c|--cherrypick revision to cherry-pick. Can be specified multiple times.
40 Can be specified multiple times.
46 the resulting archive. Can be specified multiple times.
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-mcore.h103 # error No target format specified.
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Util/
H A DExternalMeta.pm126 This will get the value for a specified meta C<$key>. Normally this will return
132 This will get the value for a specified meta C<$key>. This does not have the
137 This will remove the value of a specified meta C<$key>. The old C<$val> will be
142 Set the value of a specified meta C<$key>.
/openbsd-current/gnu/usr.bin/perl/cpan/Module-Load/lib/Module/
H A DLoad.pm201 Both the functions can import the functions that are specified.
215 Loads a specified module.
221 Loads a specified module and imports the default functions.
227 Loads a specified module to the specified package.
243 Loads a specified module and imports the default functions to the specified package.
/openbsd-current/gnu/usr.bin/perl/cpan/libnet/lib/Net/
H A DNetrc.pm7 # Public License or the Artistic License, as specified in the F<LICENCE> file.
239 specified. Once a match is made, the subsequent .netrc tokens
252 not specified in .netrc.
258 specified name.
263 process will supply the specified string if the remote server
269 the auto-login process will supply the specified string
352 License or the Artistic License, as specified in the F<LICENCE> file.
/openbsd-current/gnu/usr.bin/gcc/gcc/f/
H A Dstd.c3043 #define specified(something) \
3048 if (specified (FFESTP_openixACTION)
3049 || specified (FFESTP_openixASSOCIATEVARIABLE)
3050 || specified (FFESTP_openixBLOCKSIZE)
3051 || specified (FFESTP_openixBUFFERCOUNT)
3052 || specified (FFESTP_openixCARRIAGECONTROL)
3053 || specified (FFESTP_openixDEFAULTFILE)
3054 || specified (FFESTP_openixDELIM)
3055 || specified (FFESTP_openixDISPOSE)
3056 || specified (FFESTP_openixEXTENDSIZ
3042 #define specified macro
3074 #undef specified macro
3120 #define specified macro
3139 #undef specified macro
3205 #define specified macro
3218 #undef specified macro
3404 #define specified macro
3427 #undef specified macro
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/
H A Dfixinc.interix45 then echo fixincludes: no output directory specified
/openbsd-current/gnu/usr.bin/perl/
H A Doverload.inc9 * License or the Artistic License, as specified in the README file.
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-Install/lib/ExtUtils/
H A DInstalled.pm356 Unless specified otherwise all method can be called as class methods, or as object
377 If the named parameter C<config_override> is specified,
427 specified directories.
436 restricted to those under the specified directories. This method returns only
437 the leaf directories that contain files from the specified module.
442 intermediate directories back up to the specified directories.
453 This returns the ExtUtils::Packlist object for the specified module.
457 This returns the version number for the specified module.
/openbsd-current/gnu/usr.bin/cvs/os2/
H A Dtcpip.h127 # error Undefined version of TCP/IP specified
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/scripts/
H A Dcpan26 # with arguments and no switches, installs specified modules
64 Shows the primary maintainers for the specified modules.
68 Runs a `make clean` in the specified module's directories.
72 Show the F<Changes> files for the specified modules
83 Force the specified action, when it normally would have failed. Use this
118 Install the specified modules. With no other switches, this switch
144 List the modules by the specified authors.
148 Make the specified modules.
183 Run a `make test` on the specified modules.
251 while others matter to the levels above them. Some of these are specified
[all...]
/openbsd-current/gnu/usr.bin/perl/dist/IO/lib/IO/
H A DPoll.pm163 any event specified in EVENT_MASK. If EVENT_MASK is zero then IO will be
171 Call the system level poll routine. If TIMEOUT is not specified then the
188 of handles will be returned which had one of the events specified by
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/API/
H A DBreakage.pm129 specified one then an upgrade would be a good idea, but not strictly necessary.
137 specified one then an upgrade is required for the module to work properly.
145 specified one then the module will not work. A newer version may work, but is
/openbsd-current/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm.mli542 (** [module_context m] returns the context of the specified module.
547 specified module. See the method [llvm::Module::getModuleIdentifier] *)
764 (** [type_by_name m name] returns the specified type from the current module
1048 constant aggregate [c] at the specified index [idx], or [None] if [idx] is
1583 collection algorithm specified and [None] otherwise.
1982 (** [insert_into_builder i name b] inserts the specified instruction [i] at the
1983 position specified by the instruction builder [b].
2014 instruction at the position specified by the instruction builder [b].
2020 instruction at the position specified by the instruction builder [b].
2026 instruction at the position specified b
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Support/Windows/
H A DSignals.inc567 // FIXME: Handle "Depth" parameter to print stack trace upto specified Depth
699 /// If "Custom dump" is specified then the "CustomDumpFlags" field is read
763 // The Windows Registry location as specified at
766 // dumps in a specified location.
780 // Look to see if a dump type is specified in the registry; first with the
789 // Look to see if a dump location is specified on the command line. If not,
790 // look to see if a dump location is specified in the registry; first with the
/openbsd-current/gnu/usr.bin/perl/cpan/Text-Balanced/lib/Text/
H A DBalanced.pm8 # Public License or the Artistic License, as specified in the F<LICENCE> file.
1109 # with a delimiter(s) specified by $delim (where the string
1131 # of Perl code, bracketed by any of character(s) specified by $delim
1137 # one or more sequential applications of the specified functions
1149 # that matches a substring delimited by any of the specified characters
1166 specified prefix string. By default, that prefix is
1189 The extracted string, including the specified delimiters.
1275 All arguments are optional. If the escape characters are not specified,
1277 If the prefix is not specified, the
1279 is also not specified, th
[all...]
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dbench.pl59 a label for at least the "base" perl. If a label isn't specified, it
147 Read in saved data from a previous C<--write> run from the specified file.
151 C<--read> may be specified multiple times, in which case the results
166 Benchmarks will be run for all perls specified on the command line.
249 Save the raw data to the specified file. It can be read back later with
260 Exit with a zero status if the named field is in the specified range;
262 been specified. It is intended to be called as part of a bisect run, to
293 Which perl to display is specified in the same manner as C<--norm>.
299 Display only the specified fields; for example,
391 --tests=FOO Select only the specified test
[all...]

Completed in 407 milliseconds

1234567891011>>