Home
last modified time | relevance | path

Searched refs:Generation (Results 1 – 25 of 174) sorted by relevance

1234567

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
H A Dbuffer_queue_test.cc64 Buf.Generation = Buffers.generation(); in TEST()
140 ASSERT_NE(B0.Generation, B1.Generation); in TEST()
143 auto PrevGen = B1.Generation; in TEST()
161 EXPECT_NE(B0.Generation, PrevGen); in TEST()
162 EXPECT_EQ(B1.Generation, B1.Generation); in TEST()
183 auto FirstGen = B.Generation; in TEST()
204 EXPECT_NE(FirstGen, B.Generation); in TEST()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DModule.h660 : ImportLocs(std::move(O.ImportLocs)), Generation(O.Generation ? 1 : 0) { in VisibleModuleSet()
662 ++O.Generation; in VisibleModuleSet()
670 ++O.Generation;
671 ++Generation;
677 unsigned getGeneration() const { return Generation; } in getGeneration()
714 unsigned Generation = 0; variable
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_buffer_queue.cc112 atomic_fetch_add(&Generation, 1, memory_order_acq_rel); in init()
129 Buf.Generation = generation(); in init()
158 Generation{0} {
180 Buf.Generation = generation(); in getBuffer()
191 if (Buf.Generation != generation() || LiveBuffers == 0) { in releaseBuffer()
H A Dxray_fdr_controller.h48 return B.Data != nullptr && B.Generation == BQ->generation() && in hasSpace()
155 if (B.Generation != BQ->generation()) in recordPreamble()
172 if (B.Generation != BQ->generation()) in recordPreamble()
192 if (B.Generation != BQ->generation()) in rewindRecords()
211 if (B.Generation != BQ->generation()) in rewindRecords()
218 if (B.Generation != BQ->generation()) in rewindRecords()
H A Dxray_buffer_queue.h57 uint64_t Generation{0};
165 atomic_uint64_t Generation; variable
238 return atomic_load(&Generation, memory_order_acquire); in generation()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DModuleFile.h112 ModuleFile(ModuleKind Kind, unsigned Generation) in ModuleFile() argument
113 : Kind(Kind), Generation(Generation) {} in ModuleFile()
181 unsigned Generation; variable
H A DModuleManager.h250 ModuleFile *ImportedBy, unsigned Generation,
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/
H A DEVP_PKEY-FFC.pod162 Sets the Digest algorithm to be used as part of the Key Generation Function
163 associated with the given Key Generation I<ctx>.
169 Digest algorithm for the Key Generation Function associated with the given key
195 =item 5.5.1.1 FFC Domain Parameter Selection/Generation
203 =item A.1.1.2 Generation of Probable Primes p and q Using an Approved Hash Function.
205 =item A.2.3 Generation of canonical generator g.
207 =item A.2.1 Unverifiable Generation of the Generator g.
H A DEVP_PKEY-DSA.pod96 =item A.1.1.2 Generation of Probable Primes p and q Using an Approved Hash Function.
98 =item A.2.3 Generation of canonical generator g.
100 =item A.2.1 Unverifiable Generation of the Generator g.
H A DRSA-PSS.pod27 =head2 Key Generation
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man1/
H A Dgenpkey.pod78 or X9.42 DH parameters are required. See L<DH Parameter Generation Options>
115 =head2 RSA Key Generation Options
134 =head2 RSA-PSS Key Generation Options
159 =head2 EC Key Generation Options
182 =head2 DSA Parameter Generation Options
206 =head2 DH Parameter Generation Options
241 =head2 EC Parameter Generation Options
244 L<EC Key Generation Options> above.
H A Dopenssl.pod118 Generation and Management of Diffie-Hellman Parameters. Superseded by
127 DSA Parameter Generation and Management. Superseded by
152 Generation of Diffie-Hellman Parameters.
157 Generation of DSA Private Key from Parameters. Superseded by
162 Generation of Private Key or Parameters.
166 Generation of RSA Private Key. Superseded by L<genpkey(1)>.
178 Generation of hashed passwords.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DR600Subtarget.h48 Generation Gen;
82 Generation getGeneration() const { in getGeneration()
H A DAMDGPUSubtarget.h31 enum Generation { enum
H A DGCNSubtarget.h269 Generation getGeneration() const { in getGeneration()
270 return (Generation)Gen; in getGeneration()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DSparc.cpp64 SparcTargetInfo::CPUGeneration Generation; member
120 return Item->Generation; in getCPUGeneration()
260 if (Info.Generation == CG_V9) in fillValidCPUList()
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man1/
H A Dopenssl-genpkey.pod.in123 =head2 RSA Key Generation Options
142 =head2 RSA-PSS Key Generation Options
168 =head2 EC Key Generation Options
185 =head2 DH Key Generation Options
192 See the L</DH Parameter Generation Options> section below.
203 =head2 DSA Parameter Generation Options
255 =head2 DH Parameter Generation Options
382 =head2 EC Parameter Generation Options
385 L</EC Key Generation Options> above.
H A Dopenssl.pod106 Generation and Management of Diffie-Hellman Parameters. Superseded by
115 DSA Parameter Generation and Management. Superseded by
144 Generation of DSA Private Key from Parameters. Superseded by
149 Generation of Private Key or Parameters.
153 Generation of RSA Private Key. Superseded by L<openssl-genpkey(1)>.
185 Generation of hashed passwords.
/netbsd-src/external/gpl3/binutils.old/dist/zlib/qnx/
H A Dpackage.qpg1 <QPG:Generation>
141 </QPG:Generation>
/netbsd-src/external/gpl3/binutils/dist/zlib/qnx/
H A Dpackage.qpg1 <QPG:Generation>
141 </QPG:Generation>
/netbsd-src/external/gpl3/gdb/dist/zlib/qnx/
H A Dpackage.qpg1 <QPG:Generation>
141 </QPG:Generation>
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp559 unsigned Generation = 0; member
564 LoadValue(Instruction *Inst, unsigned Generation, unsigned MatchingId, in LoadValue()
566 : DefInst(Inst), Generation(Generation), MatchingId(MatchingId), in LoadValue()
1144 if (!isOperatingOnInvariantMemAt(MemInst.get(), InVal.Generation) && in getMatchingValue()
1145 !isSameMemGeneration(InVal.Generation, CurrentGeneration, InVal.DefInst, in getMatchingValue()
/netbsd-src/bin/sh/USD.doc/
H A DRv7man372 %T Optimal Code Generation for Expression Trees
385 %T The Generation of Optimal Code for Arithmetic Expressions
397 %T Code Generation for Machines with Multiregister
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DModuleManager.cpp105 unsigned Generation, in addModule() argument
170 auto NewModule = std::make_unique<ModuleFile>(Type, Generation); in addModule()
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man7/
H A DRSA-PSS.pod27 =head2 Key Generation

1234567