| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | ModuleDepCollector.cpp | 382 if (MDC.ContextHash.empty()) { in LexedFileChanged() 383 MDC.ContextHash = MDC.ScanInstance.getInvocation().getModuleHash(); in LexedFileChanged() 384 MDC.Consumer.handleContextHash(MDC.ContextHash); in LexedFileChanged() 404 MDC.addFileDep(FileName); in InclusionDirective() 438 MDC.MainFile = std::string(MDC.ScanInstance.getSourceManager() in EndOfMainFile() 458 MDC.addFileDep(MDC.ScanInstance.getPreprocessorOpts().ImplicitPCHInclude); in EndOfMainFile() 468 MDC.Consumer.handleDependencyOutputOpts(*MDC.Opts); in EndOfMainFile() 472 MDC.ProvidedStdCXXModule, MDC.RequiredStdCXXModules); in EndOfMainFile() 481 MDC.Consumer.handleDirectModuleDependency(MDC.ModularDeps[M]->ID); in EndOfMainFile() 484 for (auto &&I : MDC.FileDeps) in EndOfMainFile() [all …]
|
| H A D | DependencyScanningWorker.cpp | 242 MDC = std::make_shared<ModuleDepCollector>( in runInvocation() 246 ScanInstance.addDependencyCollector(MDC); in runInvocation() 292 if (MDC) in setLastCC1Arguments() 293 MDC->applyDiscoveredDependencies(CI); in setLastCC1Arguments() 308 std::shared_ptr<ModuleDepCollector> MDC; member in __anon52df13440111::DependencyScanningAction
|
| /freebsd-14.2/sys/dev/mii/ |
| H A D | mii_bitbang.c | 62 #define MDC ops->mbo_bits[MII_BIT_MDC] macro 81 MWRITE(v | MDC); in mii_bitbang_sync() 107 MWRITE(v | MDC); in mii_bitbang_sendbits() 133 MWRITE(MDIRHOST | MDC); in mii_bitbang_readreg() 140 MWRITE(MDIRHOST | MDC); in mii_bitbang_readreg() 150 MWRITE(MDIRHOST | MDC); in mii_bitbang_readreg()
|
| /freebsd-14.2/crypto/openssl/doc/man3/ |
| H A D | EVP_mdc2.pod | 6 - MDC-2 For EVP 16 MDC-2 (Modification Detection Code 2 or Meyer-Schilling) is a cryptographic 24 The MDC-2DES algorithm of using MDC-2 with the DES block cipher. It produces a
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/net/ |
| H A D | mdio-gpio.txt | 7 MDC and MDIO lines connected to GPIO controllers are listed in the 10 MDC, MDIO.
|
| H A D | mdio-gpio.yaml | 32 - description: MDC
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/dma/ |
| H A D | img-mdc-dma.txt | 1 * IMG Multi-threaded DMA Controller (MDC) 5 - reg: Must contain the base address and length of the MDC registers. 10 - sys: MDC system interface clock.
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
| H A D | ModuleDepCollector.h | 160 ModuleDepCollectorPP(ModuleDepCollector &MDC) : MDC(MDC) {} in ModuleDepCollectorPP() argument 178 ModuleDepCollector &MDC;
|
| /freebsd-14.2/sys/contrib/device-tree/src/powerpc/ |
| H A D | kmeter1.dts | 149 0 2 1 0 1 0 /* MDC */ 175 0 2 1 0 1 0 /* MDC */ 201 0 2 1 0 1 0 /* MDC */ 221 0 2 1 0 1 0 /* MDC */ 239 0 2 1 0 1 0 /* MDC */ 257 0 2 1 0 1 0 /* MDC */ 275 0 2 1 0 1 0 /* MDC */
|
| /freebsd-14.2/crypto/openssl/test/recipes/30-test_evp_data/ |
| H A D | evppkey_rsa.txt | 136 # DigestInfo-wrapped MDC-2 signature 149 # Legacy OCTET STRING MDC-2 signature 162 # Legacy OCTET STRING MDC-2 signature, digest mismatch 170 # Legacy OCTET STRING MDC-2 signature, wrong input digest length 178 # Legacy OCTET STRING MDC-2 signature, wrong signature digest length 193 # Legacy OCTET STRING MDC-2 signature, wrong input and signature digest length
|
| /freebsd-14.2/sys/dev/gpio/ |
| H A D | gpiomdio.c | 63 #define MDC sc->miibb_ops.mbo_bits[MII_BIT_MDC] macro 132 MDC = MDC_BIT; in gpiomdio_attach()
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm/ |
| H A D | stm32mp151a-prtt1l.dtsi | 40 /* DP83TD510E PHYs have max MDC rate of 1.75MHz. Since we can't reduce 41 * stmmac MDC clock without reducing system bus rate, we need to use
|
| H A D | gemini-sq201.dts | 58 /* Uses MDC and MDIO */ 59 gpios = <&gpio0 22 GPIO_ACTIVE_HIGH>, /* MDC */
|
| H A D | gemini-sl93512r.dts | 73 /* Uses MDC and MDIO */ 74 gpios = <&gpio0 22 GPIO_ACTIVE_HIGH>, /* MDC */
|
| H A D | gemini-ns2502.dts | 34 gpios = <&gpio0 22 GPIO_ACTIVE_HIGH>, /* MDC */
|
| H A D | gemini-ssi1328.dts | 34 gpios = <&gpio0 22 GPIO_ACTIVE_HIGH>, /* MDC */
|
| H A D | gemini-dlink-dns-313.dts | 154 /* Uses MDC and MDIO */ 155 gpios = <&gpio0 22 GPIO_ACTIVE_HIGH>, /* MDC */
|
| H A D | gemini-rut1xx.dts | 61 gpios = <&gpio0 22 GPIO_ACTIVE_HIGH>, /* MDC */
|
| H A D | gemini-wbd111.dts | 73 gpios = <&gpio0 22 GPIO_ACTIVE_HIGH>, /* MDC */
|
| H A D | gemini-wbd222.dts | 72 gpios = <&gpio0 22 GPIO_ACTIVE_HIGH>, /* MDC */
|
| H A D | am335x-netcan-plus-1xx.dts | 92 "MDC",
|
| H A D | lan966x-kontron-kswitch-d10-mmt.dtsi | 57 /* MDC, MDIO */
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/net/dsa/ |
| H A D | realtek-smi.txt | 23 - mdc-gpios: GPIO line for the MDC clock line. 70 /* 22 = MDIO (has input reads), 21 = MDC (clock, output only) */
|
| H A D | realtek.yaml | 51 description: GPIO line for the MDC clock line. 148 /* 22 = MDIO (has input reads), 21 = MDC (clock, output only) */
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/pinctrl/ |
| H A D | mediatek,mt7622-pinctrl.yaml | 266 I2S3_OUT, I2S4_OUT, GPIO_B, MDC, MDIO, G2_TXD0, G2_TXD1, 371 pins = "MDC";
|