Home
last modified time | relevance | path

Searched refs:within (Results 1 – 25 of 2172) sorted by relevance

12345678910>>...87

/netbsd-src/external/gpl2/gmake/dist/tests/scripts/features/
H A Dcomments3 ."backslash within makefiles.";
5 $details = "To test comments within a makefile, a semi-colon was placed \n"
7 ."an error since it is within a comment. We then continue the \n"
11 ."within a comment\n";
20 @echo This is within a comment.
/netbsd-src/external/apache2/llvm/dist/llvm/docs/PDB/
H A Dindex.rst27 of the file, the various streams contained within, the format of individual
28 records within, and more.
31 would not be where we are today. Much of the knowledge contained within this
64 within a file". It contains multiple streams (aka files) which can represent
66 necessarily be contiguously laid out within the MSF container file.
68 the streams (files) are laid out within the MSF.
140 Information about the TPI stream and the CodeView records contained within.
145 contained within.
149 each compilation unit and the format of symbols contained within.
166 appear within the MSF file and the format of those streams, CodeView defines
[all …]
/netbsd-src/external/bsd/cron/dist/
H A Djob.c139 char *within, *t; in okay_to_go() local
148 within = env_get("CRON_WITHIN", j->e->envp); in okay_to_go()
149 if (within == NULL) in okay_to_go()
154 delta = strtol(within, &t, 10); in okay_to_go()
/netbsd-src/common/lib/libc/arch/mips/gen/
H A Dbyte_swap_8.S51 dsbh v0, a0 # dwords swap bytes within halfwords
52 dshd v0, v0 # dwords swap halwords within dwords
59 wsbh v1, a0 # word swap bytes within halfwords
60 wsbh v0, a1 # word swap bytes within halfwords
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DPCHInternals.rst49 headers stored within the PCH file. Thus, a precompiled header design
137 within `LLVM's bitstream format <https://llvm.org/docs/BitCodeFormat.html>`_.
187 is stored within the :ref:`pchinternals-sourcemgr`, but its contents are
207 column/line positions within a source file or macro instantiation. The AST
216 maps file IDs to the position within the AST file where the information about
248 When types are deserialized from the AST file, the data within the record is
256 an associated mapping from the user-defined types block to the location within
258 enabling lazy deserialization of types. When a type is referenced from within
272 within the record is used to build and populate a new instance of the
274 numeric ID that is used to refer to that declaration within the AST file. In
[all …]
H A DBlockLanguageSpec.rst148 The compound statement body establishes a new lexical scope within
149 that of its parent. Variables used within the scope of the compound
155 Local automatic (stack) variables referenced within the compound
173 each activation frame contains a new copy of variables declared within
178 Block literal expressions may occur within Block literal expressions
227 __block declaration within a block literal] The ``__block`` storage
274 Within a Block literal expression within a method definition
281 variables of automatic storage referenced within the Block expression
311 Block literal expressions within functions are extended to allow const
314 As usual, within the block, references to captured variables become
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/cp/topics/
H A Dfunctions.rst84 Create a new local variable within the function, of the given type and
91 A `gccjit::block` represents a basic block within a function i.e. a
97 The first basic block that you create within a function will
100 Each basic block that you create within a function must be
104 It's legal to have multiple basic blocks that return within
238 valueless return, for use within a function with "void" return type.
277 and ``max_value`` within the cases.
297 A `gccjit::case_` represents a case within a switch statement, and
298 is created within a particular :class:`gccjit::context` using
315 `dest_block` must be within the same function as the switch
H A Dcontexts.rst38 Contexts are the unit of lifetime-management within the API: objects
39 have their lifetime bounded by the context they are created within, and
45 which is independent of any others that may be present within this
69 The child can reference objects created within the parent, but not
76 If you use a function from a parent context within a child context,
83 once within a process, and then create child contexts whenever a
86 and helper functions created within the parent context.
103 within a process may use a given "family tree" of such contexts at once,
191 within a function.
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/cp/topics/
H A Dfunctions.rst84 Create a new local variable within the function, of the given type and
91 A `gccjit::block` represents a basic block within a function i.e. a
97 The first basic block that you create within a function will
100 Each basic block that you create within a function must be
104 It's legal to have multiple basic blocks that return within
238 valueless return, for use within a function with "void" return type.
277 and ``max_value`` within the cases.
297 A `gccjit::case_` represents a case within a switch statement, and
298 is created within a particular :class:`gccjit::context` using
315 `dest_block` must be within the same function as the switch
H A Dcontexts.rst38 Contexts are the unit of lifetime-management within the API: objects
39 have their lifetime bounded by the context they are created within, and
45 which is independent of any others that may be present within this
69 The child can reference objects created within the parent, but not
76 If you use a function from a parent context within a child context,
83 once within a process, and then create child contexts whenever a
86 and helper functions created within the parent context.
103 within a process may use a given "family tree" of such contexts at once,
191 within a function.
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/topics/
H A Dfunctions.rst140 uses such a parameter will lead to an error being emitted within
165 Create a new local variable within the function, of the given type and
204 A `gcc_jit_block` represents a basic block within a function i.e. a
208 The first basic block that you create within a function will
211 Each basic block that you create within a function must be
215 It's legal to have multiple basic blocks that return within
245 Which function is this block within?
386 Terminate a block by adding a valueless return, for use within a function
431 and ``max_value`` within the cases.
455 A `gcc_jit_case` represents a case within a switch statement, and
[all …]
H A Dcontexts.rst36 Contexts are the unit of lifetime-management within the API: objects
37 have their lifetime bounded by the context they are created within, and
43 which is independent of any others that may be present within this
66 The child can reference objects created within the parent, but not
73 If you use a function from a parent context within a child context,
80 once within a process, and then create child contexts whenever a
83 and helper functions created within the parent context.
100 within a process may use a given "family tree" of such contexts at once,
190 * the various steps involved within compilation
195 * activity within any child contexts
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/topics/
H A Dfunctions.rst148 Create a new local variable within the function, of the given type and
159 A `gcc_jit_block` represents a basic block within a function i.e. a
163 The first basic block that you create within a function will
166 Each basic block that you create within a function must be
170 It's legal to have multiple basic blocks that return within
200 Which function is this block within?
341 Terminate a block by adding a valueless return, for use within a function
386 and ``max_value`` within the cases.
410 A `gcc_jit_case` represents a case within a switch statement, and
411 is created within a particular :c:type:`gcc_jit_context` using
[all …]
H A Dcontexts.rst36 Contexts are the unit of lifetime-management within the API: objects
37 have their lifetime bounded by the context they are created within, and
43 which is independent of any others that may be present within this
66 The child can reference objects created within the parent, but not
73 If you use a function from a parent context within a child context,
80 once within a process, and then create child contexts whenever a
83 and helper functions created within the parent context.
100 within a process may use a given "family tree" of such contexts at once,
190 * the various steps involved within compilation
195 * activity within any child contexts
[all …]
/netbsd-src/distrib/syspkg/sets/text/text-groff-catman/
H A DDESCR12 tbl - tbl compiles descriptions of tables embedded within troff
15 pic - pic compiles descriptions of pictures embedded within
19 eqn - compiles descriptions of equations embedded within troff
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/internals/
H A Dindex.rst40 This should build a libgccjit.so within jit/build/gcc:
188 up appropriately. The library can be found within the "gcc"
210 (e.g. /usr/bin), but a copy is also created within the "gcc"
298 within ``jit-recording.cc`` and ``jit-recording.h``.
300 * The gcc::jit::recording classes (within ``jit-recording.cc`` and
308 * When the context is compiled, the gcc::jit::playback classes (within
310 within langhook:parse_file:
341 be within the libgccjit API entrypoints in libgccjit.cc, since this is as
342 close as possible to the error; failing that, a good place is within
413 to being run standalone, they also get run within
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/internals/
H A Dindex.rst40 This should build a libgccjit.so within jit/build/gcc:
188 up appropriately. The library can be found within the "gcc"
210 (e.g. /usr/bin), but a copy is also created within the "gcc"
299 within ``jit-recording.c`` and ``jit-recording.h``.
301 * The gcc::jit::recording classes (within ``jit-recording.c`` and
309 * When the context is compiled, the gcc::jit::playback classes (within
311 within langhook:parse_file:
342 be within the libgccjit API entrypoints in libgccjit.c, since this is as
343 close as possible to the error; failing that, a good place is within
414 to being run standalone, they also get run within
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog.gimple-classes152 within case GIMPLE_CALL.
169 within case GIMPLE_CALL. Use gsi_for_phi rather than
191 name as a phi_iterator within the for loop that needs it.
222 within the cases for GIMPLE_SWITCH, GIMPLE_RESX, GIMPLE_LABEL,
1576 * tree-inline.c (copy_bb): Update for renaming of field within
1584 Convert various gimple to gimple_phi within ssa-iterators.h
1711 Use gimple_call in some places within tree-ssa-dom.c
1746 checked cast within "case GIMPLE_ASSIGN".
1794 from a checked cast to gimple_call within the "case GIMPLE_CALL",
1869 to gimple_cond within "case GIMPLE_COND".
[all …]
/netbsd-src/distrib/syspkg/sets/text/text-groff-man/
H A DDESCR14 tbl - tbl compiles descriptions of tables embedded within troff
17 pic - pic compiles descriptions of pictures embedded within
21 eqn - compiles descriptions of equations embedded within troff
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DSSL_CTX_set_session_id_context.pod5 SSL_CTX_set_session_id_context, SSL_set_session_id_context - set context within which session can b…
19 B<sid_ctx_len> within which a session can be reused for the B<ctx> object.
22 B<sid_ctx_len> within which a session can be reused for the B<ssl> object.
26 Sessions are generated within a certain context. When exporting/importing
H A DADMISSIONS.pod116 to those values within the object.
126 to those values within the object.
136 functions return pointers to those values within the object.
150 functions return pointers to those values within the object.
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DSSL_CTX_set_session_id_context.pod5 SSL_CTX_set_session_id_context, SSL_set_session_id_context - set context within which session can b…
19 B<sid_ctx_len> within which a session can be reused for the B<ctx> object.
22 B<sid_ctx_len> within which a session can be reused for the B<ssl> object.
26 Sessions are generated within a certain context. When exporting/importing
H A DPKCS12_SAFEBAG_get1_cert.pod38 PKCS12_SAFEBAG_get_bag_nid() gets the type of the object contained within the
42 PKCS12_SAFEBAG_get0_bag_obj() retrieves the object contained within the safeBag.
50 PKCS12_SAFEBAG_get0_safes() retrieves the set of B<safeBags> contained within a
H A DADMISSIONS.pod116 to those values within the object.
126 to those values within the object.
136 functions return pointers to those values within the object.
150 functions return pointers to those values within the object.
/netbsd-src/external/apache2/llvm/dist/clang/docs/analyzer/developer-docs/
H A DRegionStore.rst39 ``foo[i]`` is somewhere within ``foo``, so we don't have to invalidate
40 anything else, but we do have to be conservative about all other bindings within
54 is that it is somewhere within ``foo``, so changing *anything* within ``foo``
93 need to throw away not just all bindings within the region itself, but within
106 bindings within a cluster must be treated in the same way for a conservative
183 // of 'p.x' within the snapshot, and get back 42.

12345678910>>...87