Home
last modified time | relevance | path

Searched refs:MDC (Results 1 – 25 of 53) sorted by relevance

123

/freebsd-14-stable/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
HDModuleDepCollector.cpp451 if (MDC.ContextHash.empty()) { in LexedFileChanged()
452 MDC.ContextHash = MDC.ScanInstance.getInvocation().getModuleHash(); in LexedFileChanged()
453 MDC.Consumer.handleContextHash(MDC.ContextHash); in LexedFileChanged()
456 SourceManager &SM = MDC.ScanInstance.getSourceManager(); in LexedFileChanged()
462 MDC.addFileDep(llvm::sys::path::remove_leading_dotslash(*Filename)); in LexedFileChanged()
473 MDC.addFileDep(FileName); in InclusionDirective()
481 if (MDC.ScanInstance.getPreprocessor().isInImportingCXXNamedModules()) { in moduleImport()
485 MDC.RequiredStdCXXModules.push_back(RequiredModule); in moduleImport()
498 if (MDC.isPrebuiltModule(TopLevelModule)) in handleImport()
499 MDC.DirectPrebuiltModularDeps.insert( in handleImport()
[all …]
HDDependencyScanningWorker.cpp401 MDC = std::make_shared<ModuleDepCollector>( in runInvocation()
405 ScanInstance.addDependencyCollector(MDC); in runInvocation()
459 if (MDC) in setLastCC1Arguments()
460 MDC->applyDiscoveredDependencies(CI); in setLastCC1Arguments()
475 std::shared_ptr<ModuleDepCollector> MDC; member in __anon73ad11280111::DependencyScanningAction
/freebsd-14-stable/sys/dev/mii/
HDmii_bitbang.c62 #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-stable/crypto/openssl/doc/man3/
HDEVP_mdc2.pod6 - 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-stable/sys/contrib/device-tree/Bindings/net/
HDmdio-gpio.txt7 MDC and MDIO lines connected to GPIO controllers are listed in the
10 MDC, MDIO.
/freebsd-14-stable/sys/contrib/device-tree/Bindings/dma/
HDimg-mdc-dma.txt1 * 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-stable/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
HDModuleDepCollector.h167 ModuleDepCollectorPP(ModuleDepCollector &MDC) : MDC(MDC) {} in ModuleDepCollectorPP() argument
186 ModuleDepCollector &MDC;
/freebsd-14-stable/sys/contrib/device-tree/src/powerpc/
HDkmeter1.dts149 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-stable/sys/dev/gpio/
HDgpiomdio.c63 #define MDC sc->miibb_ops.mbo_bits[MII_BIT_MDC] macro
132 MDC = MDC_BIT; in gpiomdio_attach()
/freebsd-14-stable/crypto/openssl/test/recipes/30-test_evp_data/
HDevppkey_rsa.txt136 # 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-stable/sys/contrib/device-tree/src/arm/
HDstm32mp151a-prtt1l.dtsi40 /* 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
HDgemini-sq201.dts58 /* Uses MDC and MDIO */
59 gpios = <&gpio0 22 GPIO_ACTIVE_HIGH>, /* MDC */
HDgemini-sl93512r.dts73 /* Uses MDC and MDIO */
74 gpios = <&gpio0 22 GPIO_ACTIVE_HIGH>, /* MDC */
HDgemini-ns2502.dts34 gpios = <&gpio0 22 GPIO_ACTIVE_HIGH>, /* MDC */
HDgemini-ssi1328.dts34 gpios = <&gpio0 22 GPIO_ACTIVE_HIGH>, /* MDC */
HDgemini-dlink-dns-313.dts154 /* Uses MDC and MDIO */
155 gpios = <&gpio0 22 GPIO_ACTIVE_HIGH>, /* MDC */
HDgemini-rut1xx.dts61 gpios = <&gpio0 22 GPIO_ACTIVE_HIGH>, /* MDC */
HDgemini-wbd111.dts73 gpios = <&gpio0 22 GPIO_ACTIVE_HIGH>, /* MDC */
HDgemini-wbd222.dts72 gpios = <&gpio0 22 GPIO_ACTIVE_HIGH>, /* MDC */
HDam335x-netcan-plus-1xx.dts92 "MDC",
HDlan966x-kontron-kswitch-d10-mmt.dtsi57 /* MDC, MDIO */
HDam335x-baltos-ir2110.dts88 "MDC",
HDam335x-netcom-plus-2xx.dts100 "MDC",
HDlan966x-pcb8290.dts30 /* MDC, MDIO */
/freebsd-14-stable/sys/contrib/device-tree/Bindings/net/dsa/
HDrealtek-smi.txt23 - mdc-gpios: GPIO line for the MDC clock line.
70 /* 22 = MDIO (has input reads), 21 = MDC (clock, output only) */

123