/external/tensorflow/tensorflow/compiler/xla/service/ |
hlo_sharding_metadata.h | 50 // Apply the specified domain metadata onto the specified domain. If no 56 static Status NormalizeShardingDomain(const DomainMetadata::Domain& domain, 66 // Returns nullptr if there is no need for a domain separation. 73 // Map from instruction and user sharding to domain users to CSE identical
|
/external/u-boot/board/davinci/da8xxevm/ |
da850evm.c | 75 void dsp_lpsc_on(unsigned domain, unsigned int id) 86 while (*ptstat & (0x1 << domain)) 94 *ptcmd = 0x1 << domain; 96 while (*ptstat & (0x1 << domain))
|
omapl138_lcdk.c | 260 void dsp_lpsc_on(unsigned domain, unsigned int id) 271 while (*ptstat & (0x1 << domain)) 279 *ptcmd = 0x1 << domain; 281 while (*ptstat & (0x1 << domain))
|
/external/u-boot/drivers/power/domain/ |
bcm6328-power-domain.c | 8 #include <power-domain-uclass.h> 60 { .compatible = "brcm,bcm6328-power-domain" },
|
tegra186-power-domain.c | 9 #include <power-domain-uclass.h>
|
/external/webrtc/webrtc/common_audio/signal_processing/ |
spl_sqrt_floor_arm.S | 10 @ Thanks for asking. Those routines are public domain (originally posted to
|
/external/mesa3d/src/gallium/drivers/r600/ |
radeon_vce.h | 43 #define RVCE_READ(buf, domain, off) rvce_add_buffer(enc, (buf), RADEON_USAGE_READ, (domain), (off)) 44 #define RVCE_WRITE(buf, domain, off) rvce_add_buffer(enc, (buf), RADEON_USAGE_WRITE, (domain), (off)) 45 #define RVCE_READWRITE(buf, domain, off) rvce_add_buffer(enc, (buf), RADEON_USAGE_READWRITE, (domain), (off)) 434 enum radeon_bo_usage usage, enum radeon_bo_domain domain,
|
/external/mesa3d/src/gallium/drivers/radeon/ |
radeon_vce.h | 37 #define RVCE_READ(buf, domain, off) si_vce_add_buffer(enc, (buf), RADEON_USAGE_READ, (domain), (off)) 38 #define RVCE_WRITE(buf, domain, off) si_vce_add_buffer(enc, (buf), RADEON_USAGE_WRITE, (domain), (off)) 39 #define RVCE_READWRITE(buf, domain, off) si_vce_add_buffer(enc, (buf), RADEON_USAGE_READWRITE, (domain), (off)) 428 enum radeon_bo_usage usage, enum radeon_bo_domain domain,
|
/external/skia/src/gpu/effects/ |
GrMatrixConvolutionEffect.cpp | 40 const GrTextureDomain& domain = mce.domain(); local 84 domain, 104 domain, 122 b->add32(GrTextureDomain::GLDomain::DomainKey(m.domain())); 143 fDomain.setData(pdman, conv.domain(), proxy, conv.textureSampler(0).samplerState()); 212 fDomain == s.domain();
|
/external/skqp/src/gpu/effects/ |
GrMatrixConvolutionEffect.cpp | 40 const GrTextureDomain& domain = mce.domain(); local 84 domain, 104 domain, 122 b->add32(GrTextureDomain::GLDomain::DomainKey(m.domain())); 143 fDomain.setData(pdman, conv.domain(), proxy, conv.textureSampler(0).samplerState()); 212 fDomain == s.domain();
|
/cts/tests/tests/net/src/android/net/cts/ |
IpSecBaseTest.java | 97 int domain; local 99 domain = OsConstants.AF_INET6; 101 domain = OsConstants.AF_INET; 103 return domain; 340 int domain = getDomain(localAddr); local 343 Os.socket(domain, OsConstants.SOCK_DGRAM, OsConstants.IPPROTO_UDP)); 345 Os.socket(domain, OsConstants.SOCK_DGRAM, OsConstants.IPPROTO_UDP)); 362 int domain = getDomain(localAddr); local 365 Os.socket(domain, OsConstants.SOCK_STREAM, OsConstants.IPPROTO_TCP)); 367 Os.socket(domain, OsConstants.SOCK_STREAM, OsConstants.IPPROTO_TCP)) [all...] |
/external/mdnsresponder/mDNSShared/ |
dnssd_clientlib.c | 107 const char *const domain 115 const char *d = domain; 118 if (len < 6 || !domain || !domain[0]) return kDNSServiceErr_BadParam; 150 if (!DomainEndsInDot(domain)) { if (fn+1 >= lim) goto fail; else *fn++ = '.'; }
|
/external/mdnsresponder/mDNSWindows/ControlPanel/ |
SecondPage.cpp | 124 // Now populate the registration domain box 336 CSecondPage::OnAddRegistrationDomain( CString & domain ) 338 int index = m_regDomainsBox.FindStringExact( -1, domain ); 342 m_regDomainsBox.AddString( domain ); 352 CSecondPage::OnRemoveRegistrationDomain( CString & domain ) 354 int index = m_regDomainsBox.FindStringExact( -1, domain );
|
/external/skia/src/gpu/ |
GrTextureProducer.cpp | 68 const SkRect domain = localRect.makeInset(0.5f, 0.5f); local 73 GrTextureDomainEffect::Make(std::move(inputProxy), SkMatrix::I(), domain, local 86 /** Determines whether a texture domain is necessary and if so what domain to use. There are two 94 * We want to avoid using a domain if possible. We consider the above rectangles, the filter type, 111 // If the constraint rectangle contains the whole proxy then no need for a domain. 120 // don't need a domain. 125 // Get the domain inset based on sampling mode (or bail if mipped) 141 // No domain can save us here. 157 // the domain [all...] |
/external/skqp/src/gpu/ |
GrTextureProducer.cpp | 65 const SkRect domain = localRect.makeInset(0.5f, 0.5f); local 70 GrTextureDomainEffect::Make(std::move(inputProxy), SkMatrix::I(), domain, local 83 /** Determines whether a texture domain is necessary and if so what domain to use. There are two 91 * We want to avoid using a domain if possible. We consider the above rectangles, the filter type, 108 // If the constraint rectangle contains the whole proxy then no need for a domain. 117 // don't need a domain. 122 // Get the domain inset based on sampling mode (or bail if mipped) 138 // No domain can save us here. 154 // the domain [all...] |
/frameworks/av/media/codec2/sfplugin/ |
CCodecConfig.h | 44 * Domain consists of a bitmask divided into fields, and specifiers work by excluding other 56 enum Domain : uint32_t { 57 // component domain (domain & kind) 68 // config domain 73 // port domain 105 Domain mDomain; // component domain 106 Domain mInputDomain; // input port domain [all...] |
CCodecConfig.cpp | 62 typedef CCodecConfig::Domain Domain; 65 : mDomain(Domain::ALL), mMediaKey(mediaKey), mStruct(c2struct), mField(c2field) { } 67 /// Limits this parameter to the given domain 68 ConfigMapper &limitTo(uint32_t domain) { 69 C2_CHECK(domain & Domain::GUARD_BIT); 70 mDomain = Domain(mDomain & domain); 165 Domain domain() const { return mDomain; function in struct:android::__anon50744::ConfigMapper [all...] |
/external/libxml2/ |
testlimits.c | 488 int domain; local 504 domain = err->domain; 507 if ((domain == XML_FROM_PARSER) || (domain == XML_FROM_HTML) || 508 (domain == XML_FROM_DTD) || (domain == XML_FROM_NAMESPACE) || 509 (domain == XML_FROM_IO) || (domain == XML_FROM_VALID)) { 533 else if ((line != 0) && (domain == XML_FROM_PARSER) [all...] |
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
nvc0_transfer.c | 32 nouveau_bufctx_refn(bctx, 0, src->bo, src->domain | NOUVEAU_BO_RD); 33 nouveau_bufctx_refn(bctx, 0, dst->bo, dst->domain | NOUVEAU_BO_WR); 138 nouveau_bufctx_refn(bctx, 0, dst->bo, dst->domain | NOUVEAU_BO_WR); 139 nouveau_bufctx_refn(bctx, 0, src->bo, src->domain | NOUVEAU_BO_RD); 200 struct nouveau_bo *dst, unsigned offset, unsigned domain, 208 nouveau_bufctx_refn(nvc0->bufctx, 0, dst, domain | NOUVEAU_BO_WR); 242 struct nouveau_bo *dst, unsigned offset, unsigned domain, 250 nouveau_bufctx_refn(nvc0->bufctx, 0, dst, domain | NOUVEAU_BO_WR); 349 if (mt->base.domain == NOUVEAU_BO_VRAM) 450 tx->rect[1].domain = NOUVEAU_BO_GART [all...] |
/external/python/cpython3/Lib/test/test_email/ |
test_headerregistry.py | [all...] |
/external/curl/lib/vauth/ |
digest_sspi.c | 77 * userp [in] - The user name in the format User or Domain\User. 252 * This is used to populate the domain in a SSPI identity structure 254 * domain if it is not already explicitly set. 266 xcharp_u domain, dup_domain; local 268 /* If domain is blank or unset, check challenge message for realm */ 269 if(!identity->Domain || !identity->DomainLength) { 282 /* Setup identity's domain and length */ 283 domain.tchar_ptr = Curl_convert_UTF8_to_tchar((char *) content); 284 if(!domain.tchar_ptr) 287 dup_domain.tchar_ptr = _tcsdup(domain.tchar_ptr) [all...] |
/external/grpc-grpc/src/core/lib/iomgr/ |
tcp_uv.cc | 188 static grpc_error* uv_socket_init_helper(uv_socket_t* uv_socket, int domain) { 191 int status = uv_tcp_init_ex(uv_default_loop(), tcp, (unsigned int)domain); 196 if (domain == AF_INET || domain == AF_INET6) { 216 static grpc_error* uv_socket_init(grpc_custom_socket* socket, int domain) { 218 grpc_error* error = uv_socket_init_helper(uv_socket, domain);
|
/device/google/cuttlefish_common/common/vsoc/lib/ |
region_view.cpp | 53 bool vsoc::RegionView::Open(const char* name, const char* domain) { 54 control_ = vsoc::RegionControl::Open(name, domain);
|
/device/linaro/bootloader/edk2/StdLib/LibC/Main/Ia32/ |
fpu_rmode.asm | 6 ; Public domain.
|
/external/grpc-grpc/test/core/tsi/ |
ssl_session_cache_test.cc | 120 std::string domain = std::to_string(id) + ".random.domain"; local 121 cache->Put(domain.c_str(), tracker.NewSession(id)); 127 EXPECT_TRUE(cache->Get("4.random.domain")); 132 cache->Put("7.random.domain", tracker.NewSession(7));
|