Searched refs:mfc (Results 1 – 25 of 316) sorted by relevance
12345678910>>...13
/external/openthread/src/posix/platform/ |
D | multicast_routing.cpp | 358 for (MulticastForwardingCache &mfc : mMulticastForwardingCacheTable) in UnblockInboundMulticastForwardingCache() 362 if (!mfc.IsValid() || mfc.mIif != kMifIndexBackbone || mfc.mOif == kMifIndexThread || in UnblockInboundMulticastForwardingCache() 363 mfc.mGroupAddr != aGroupAddr) in UnblockInboundMulticastForwardingCache() 369 memcpy(mf6cctl.mf6cc_origin.sin6_addr.s6_addr, mfc.mSrcAddr.GetBytes(), in UnblockInboundMulticastForwardingCache() 376 mfc.Set(kMifIndexBackbone, kMifIndexThread); in UnblockInboundMulticastForwardingCache() 378 …ult(error, "MulticastRoutingManager: %s: %s %s => %s %s", __FUNCTION__, MifIndexToString(mfc.mIif), in UnblockInboundMulticastForwardingCache() 379 mfc.mSrcAddr.ToString().AsCString(), mfc.mGroupAddr.ToString().AsCString(), in UnblockInboundMulticastForwardingCache() 386 for (MulticastForwardingCache &mfc : mMulticastForwardingCacheTable) in RemoveInboundMulticastForwardingCache() 388 if (mfc.IsValid() && mfc.mIif == kMifIndexBackbone && mfc.mGroupAddr == aGroupAddr) in RemoveInboundMulticastForwardingCache() 390 RemoveMulticastForwardingCache(mfc); in RemoveInboundMulticastForwardingCache() [all …]
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_raven_AOSP.MASTER_5.10.43/ |
D | available_events | 452 mfc:mfc_node_open 453 mfc:mfc_node_close 454 mfc:mfc_loadfw_start 455 mfc:mfc_loadfw_end 456 mfc:mfc_frame_top 457 mfc:mfc_frame_start 458 mfc:mfc_frame_bottom 459 mfc:mfc_dcpp_start 460 mfc:mfc_dcpp_end
|
/external/python/cpython3/Lib/test/decimaltestdata/ |
D | decSingle.decTest | 18 -- mfc@uk.ibm.com --
|
D | decDouble.decTest | 18 -- mfc@uk.ibm.com --
|
D | decQuad.decTest | 18 -- mfc@uk.ibm.com --
|
D | testall.decTest | 18 -- mfc@uk.ibm.com --
|
D | dqClass.decTest | 18 -- mfc@uk.ibm.com --
|
D | dqCopy.decTest | 18 -- mfc@uk.ibm.com --
|
D | dqCopyNegate.decTest | 18 -- mfc@uk.ibm.com --
|
D | copyabs.decTest | 18 -- mfc@uk.ibm.com --
|
D | ddClass.decTest | 18 -- mfc@uk.ibm.com --
|
D | ddCopyNegate.decTest | 18 -- mfc@uk.ibm.com --
|
D | copy.decTest | 18 -- mfc@uk.ibm.com --
|
/external/python/cpython2/Lib/test/decimaltestdata/ |
D | decSingle.decTest | 18 -- mfc@uk.ibm.com --
|
D | decQuad.decTest | 18 -- mfc@uk.ibm.com --
|
D | decDouble.decTest | 18 -- mfc@uk.ibm.com --
|
D | testall.decTest | 18 -- mfc@uk.ibm.com --
|
D | ddClass.decTest | 18 -- mfc@uk.ibm.com --
|
D | ddCopyNegate.decTest | 18 -- mfc@uk.ibm.com --
|
D | dqClass.decTest | 18 -- mfc@uk.ibm.com --
|
D | copynegate.decTest | 18 -- mfc@uk.ibm.com --
|
D | dqCopy.decTest | 18 -- mfc@uk.ibm.com --
|
D | copyabs.decTest | 18 -- mfc@uk.ibm.com --
|
D | dqCopyNegate.decTest | 18 -- mfc@uk.ibm.com --
|
/external/cpuinfo/test/dmesg/ |
D | galaxy-s5-global.log | 90 <6>[ 0.000000] [c0] mfc: aclk_333 400000000 188 <6>[ 0.475354] [c7] pd-mfc - on 257 <6>[ 0.486548] [c7] exynos-sysmmu 11200000.sysmmu: --> 11000000.mfc 259 <6>[ 0.486888] [c7] exynos-sysmmu 11210000.sysmmu: --> 11000000.mfc 928 <6>[ 2.200527] [c6] PM DOMAIN: pd-mfc, Device : 11000000.mfc Registered 929 <6>[ 2.200560] [c6] s5p-mfc 11000000.mfc: exynos-iommu gpd_dev_ops inserted! 930 <7>[ 2.200590] [c6] s5p-mfc 11000000.mfc: s5p_mfc_probe() 931 <7>[ 2.200613] [c6] s5p-mfc 11000000.mfc: of alias get id : mfc-0 932 <6>[ 2.201222] [c6] s5p-mfc 11000000.mfc: decoder registered as /dev/video6 933 <6>[ 2.201578] [c6] s5p-mfc 11000000.mfc: encoder registered as /dev/video7 [all …]
|
12345678910>>...13