| /openbsd-src/gnu/gcc/gcc/config/ |
| H A D | vxlib.c | 125 unsigned int generation[MAX_KEYS]; member 161 unsigned int generation[MAX_KEYS]; member 164 #define KEY_VALID_P(key) !(tls_keys.generation[key] & 1) 201 if (data->generation[key] == tls_keys.generation[key]) in tls_delete_hook() 279 tls_keys.generation[key]++; /* making it even */ in __gthread_key_create() 306 tls_keys.generation[key]++; /* making it odd */ in __gthread_key_delete() 333 if (data->generation[key] != tls_keys.generation[key]) in __gthread_getspecific() 352 unsigned int generation; in __gthread_setspecific() local 376 generation = tls_keys.generation[key]; in __gthread_setspecific() 378 if (generation & 1) in __gthread_setspecific() [all …]
|
| /openbsd-src/gnu/gcc/libgomp/config/linux/ |
| H A D | bar.c | 42 bar->generation++; in gomp_barrier_wait_end() 43 futex_wake (&bar->generation, INT_MAX); in gomp_barrier_wait_end() 47 unsigned int generation = bar->generation; in gomp_barrier_wait_end() local 52 futex_wait (&bar->generation, generation); in gomp_barrier_wait_end() 53 while (bar->generation == generation); in gomp_barrier_wait_end()
|
| H A D | bar.h | 42 int generation; member 50 bar->generation = 0; in gomp_barrier_init()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/lib/App/Prove/ |
| H A D | State.pm | 89 generation => 1, 210 my $last_gen = $self->results->generation - 1; 220 where => sub { $_->generation >= $last_gen }, 441 # state generation 456 $test->generation( $self->results->generation ); 521 $self->results->generation( $self->results->generation + 1 );
|
| /openbsd-src/gnu/llvm/clang/docs/HLSL/ |
| H A D | EntryFunctions.rst | 23 implications on code generation. 30 specified name. This allows code generation for entry functions to always key 34 In code generation, two functions are generated. One is the user defined 36 linkage following normal function code generation. 39 ``void(void)`` function that isn't name mangled. In code generation we generate
|
| H A D | ResourceTypes.rst | 26 In Clang's AST and code generation, resource types are classes that store a 32 code generation for resource binding metadata. The ``hlsl`` metadata nodes are
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/xray/ |
| H A D | xray_fdr_controller.h | 47 return B.Data != nullptr && B.Generation == BQ->generation() && in hasSpace() 154 if (B.Generation != BQ->generation()) in recordPreamble() 171 if (B.Generation != BQ->generation()) in recordPreamble() 191 if (B.Generation != BQ->generation()) in rewindRecords() 210 if (B.Generation != BQ->generation()) in rewindRecords() 217 if (B.Generation != BQ->generation()) in rewindRecords()
|
| H A D | xray_buffer_queue.cpp | 128 Buf.Generation = generation(); in init() 179 Buf.Generation = generation(); in getBuffer() 190 if (Buf.Generation != generation() || LiveBuffers == 0) { in releaseBuffer()
|
| /openbsd-src/regress/usr.bin/openssl/ |
| H A D | README | 2 testdsa.sh tests DSA certificate generation 5 testrsa.sh tests RSA certificate generation
|
| H A D | openssl.cnf | 5 # This is mostly being used for generation of certificate requests.
|
| /openbsd-src/lib/librthread/ |
| H A D | rthread_barrier.c | 120 b->generation++; in pthread_barrier_wait() 126 gen = b->generation; in pthread_barrier_wait() 131 } while (gen == b->generation); in pthread_barrier_wait()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/t/ |
| H A D | state_results.t | 26 is $result->generation, $test_suite_data->{generation},
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Frontend/Directive/ |
| H A D | DirectiveBase.td | 28 // Optional prefix used for the generation of the enumerator in the Directive 32 // Optional prefix used for the generation of the enumerator in the Clause 44 // output file of the declaration code generation. Can be left blank. 109 // Prefix before the actual value. Used in the parser generation.
|
| /openbsd-src/gnu/llvm/llvm/docs/HistoricalNotes/ |
| H A D | 2001-01-31-UniversalIRIdea.txt | 12 (some low-level like standard assembly instructions with code generation and 16 needed. Most of the machine-dependent code-generation and optimization
|
| H A D | 2001-06-01-GCCOptimizations.txt | 12 The rundown is that after RTL generation, the following happens: 46 has been rerun... which causes me to wonder if the SSA generation code
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | README.txt | 7 is mostly meant to be processed by the Sphinx documentation generation 42 These .rst files are also included during HTML generation so they are also
|
| H A D | MCJITDesignAndImplementation.rst | 11 objects throughout the code generation and dynamic loading process. 47 module. Code generation is deferred until either the 55 When code generation is triggered, as described above, MCJIT will first 65 The PassManager::run call causes the MC code generation mechanisms to emit 79 Once an object image has been obtained, either through code generation or
|
| /openbsd-src/lib/libssl/test/ |
| H A D | CAssrsa.cnf | 3 # This is mostly being used for generation of certificate requests.
|
| H A D | CAssdh.cnf | 3 # This is mostly being used for generation of certificate requests.
|
| H A D | CAssdsa.cnf | 3 # This is mostly being used for generation of certificate requests.
|
| H A D | Sssrsa.cnf | 3 # This is mostly being used for generation of certificate requests.
|
| H A D | Sssdsa.cnf | 3 # This is mostly being used for generation of certificate requests.
|
| /openbsd-src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
| H A D | index.rst | 56 - `Chapter #3: Code generation to LLVM IR <LangImpl03.html>`_ - with 95 generation support - both static and JIT! The breadth of this is a great 98 generation.
|
| /openbsd-src/gnu/llvm/lldb/docs/use/ |
| H A D | links.rst | 39 LLDB is the next-generation debugger for macOS and iOS. Get an 48 LLDB is the next-generation debugger for macOS and iOS. Discover why
|
| /openbsd-src/gnu/llvm/clang/cmake/caches/ |
| H A D | HLSL.cmake | 5 # Include the DirectX target for DXIL code generation, eventually we'll include
|