| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Module.h | 660 : 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
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/xray/ |
| H A D | xray_buffer_queue.cpp | 111 atomic_fetch_add(&Generation, 1, memory_order_acq_rel); in init() 128 Buf.Generation = generation(); in init() 157 Generation{0} { 179 Buf.Generation = generation(); in getBuffer() 190 if (Buf.Generation != generation() || LiveBuffers == 0) { in releaseBuffer()
|
| 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.h | 56 uint64_t Generation{0}; 164 atomic_uint64_t Generation; variable 237 return atomic_load(&Generation, memory_order_acquire); in generation()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ModuleFile.h | 112 ModuleFile(ModuleKind Kind, unsigned Generation) in ModuleFile() argument 113 : Kind(Kind), Generation(Generation) {} in ModuleFile() 181 unsigned Generation; variable
|
| H A D | ModuleManager.h | 250 ModuleFile *ImportedBy, unsigned Generation,
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/clock/ |
| H A D | imx7ulp-scg-clock.yaml | 7 title: Clock bindings for Freescale i.MX7ULP System Clock Generation (SCG) modules 14 Clock Generation (SCG) modules, Peripheral Clock Control (PCC) 28 The System Clock Generation (SCG) is responsible for clock generation
|
| H A D | imx7ulp-clock.txt | 4 Clock Generation (SCG) modules, Peripheral Clock Control (PCC) 18 System Clock Generation (SCG) modules: 20 The System Clock Generation (SCG) is responsible for clock generation
|
| H A D | intel,cgu-lgm.yaml | 13 Lightning Mountain(LGM) SoC's Clock Generation Unit(CGU) driver provides
|
| H A D | imx7ulp-pcc-clock.yaml | 14 Clock Generation (SCG) modules, Peripheral Clock Control (PCC)
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | R600Subtarget.h | 48 Generation Gen; 82 Generation getGeneration() const { in getGeneration()
|
| H A D | AMDGPUSubtarget.h | 31 enum Generation { enum
|
| H A D | GCNSubtarget.h | 271 Generation getGeneration() const { in getGeneration() 272 return (Generation)Gen; in getGeneration()
|
| H A D | SIMemoryLegalizer.cpp | 781 GCNSubtarget::Generation Generation = ST.getGeneration(); in create() local 784 if (Generation <= AMDGPUSubtarget::SOUTHERN_ISLANDS) in create() 786 if (Generation < AMDGPUSubtarget::GFX10) in create()
|
| /freebsd-13.1/crypto/openssl/doc/man1/ |
| H A D | genpkey.pod | 78 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 D | openssl.pod | 118 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.
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | Sparc.cpp | 64 SparcTargetInfo::CPUGeneration Generation; member 120 return Item->Generation; in getCPUGeneration() 260 if (Info.Generation == CG_V9) in fillValidCPUList()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/iommu/ |
| H A D | mediatek,iommu.txt | 4 this M4U have two generations of HW architecture. Generation one uses flat 5 pagetable, and only supports 4K size page mapping. Generation two uses the
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/reset/ |
| H A D | nxp,lpc1850-rgu.txt | 1 NXP LPC1850 Reset Generation Unit (RGU)
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | EarlyCSE.cpp | 559 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()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ModuleManager.cpp | 105 unsigned Generation, in addModule() argument 170 auto NewModule = std::make_unique<ModuleFile>(Type, Generation); in addModule()
|
| /freebsd-13.1/crypto/openssl/doc/man7/ |
| H A D | RSA-PSS.pod | 27 =head2 Key Generation
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/phy/ |
| H A D | phy-miphy365x.txt | 33 - st,sata-gen : Generation of locally attached SATA IP. Expected values
|
| /freebsd-13.1/crypto/openssl/doc/man3/ |
| H A D | EVP_PKEY_CTX_set_rsa_pss_keygen_md.pod | 44 =head2 Key Generation
|
| /freebsd-13.1/contrib/libucl/doc/ |
| H A D | api.md | 10 - [Generation functions](#generation-functions) 31 - [Generation functions](#generation-functions-1) 62 ### Generation functions 319 # Generation functions
|