Home
last modified time | relevance | path

Searched refs:generation (Results 1 – 25 of 550) sorted by relevance

12345678910>>...22

/openbsd-src/gnu/gcc/gcc/config/
H A Dvxlib.c125 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 Dbar.c42 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 Dbar.h42 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 DState.pm89 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 DEntryFunctions.rst23 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 DResourceTypes.rst26 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 Dxray_fdr_controller.h47 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 Dxray_buffer_queue.cpp128 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 DREADME2 testdsa.sh tests DSA certificate generation
5 testrsa.sh tests RSA certificate generation
H A Dopenssl.cnf5 # This is mostly being used for generation of certificate requests.
/openbsd-src/lib/librthread/
H A Drthread_barrier.c120 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 Dstate_results.t26 is $result->generation, $test_suite_data->{generation},
/openbsd-src/gnu/llvm/llvm/include/llvm/Frontend/Directive/
H A DDirectiveBase.td28 // 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 D2001-01-31-UniversalIRIdea.txt12 (some low-level like standard assembly instructions with code generation and
16 needed. Most of the machine-dependent code-generation and optimization
H A D2001-06-01-GCCOptimizations.txt12 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 DREADME.txt7 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 DMCJITDesignAndImplementation.rst11 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 DCAssrsa.cnf3 # This is mostly being used for generation of certificate requests.
H A DCAssdh.cnf3 # This is mostly being used for generation of certificate requests.
H A DCAssdsa.cnf3 # This is mostly being used for generation of certificate requests.
H A DSssrsa.cnf3 # This is mostly being used for generation of certificate requests.
H A DSssdsa.cnf3 # This is mostly being used for generation of certificate requests.
/openbsd-src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A Dindex.rst56 - `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 Dlinks.rst39 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 DHLSL.cmake5 # Include the DirectX target for DXIL code generation, eventually we'll include

12345678910>>...22