Searched defs:family (Results 51 - 75 of 361) sorted by relevance

1234567891011>>

/external/libyuv/files/unit_test/
H A Dcpu_test.cc114 int family = ((cpu_info[0] >> 8) & 0x0f) | ((cpu_info[0] >> 16) & 0xff0); local
116 printf("Cpu Family %d (0x%x), Model %d (0x%x)\n", family, family, model,
/external/libyuv/files/util/
H A Dcpuid.c28 uint32 family, model, cpu_info[4]; local
54 family = ((cpu_info[0] >> 8) & 0x0f) | ((cpu_info[0] >> 16) & 0xff0);
56 printf("Cpu Family %d (0x%x), Model %d (0x%x)\n", family, family,
/external/linux-kselftest/tools/testing/selftests/net/
H A Dreuseport_dualstack.c30 static void build_rcv_fd(int family, int proto, int *rcv_fds, int count) argument
37 switch (family) {
51 error(1, 0, "Unsupported family %d", family);
55 rcv_fds[i] = socket(family, proto, 0);
/external/mdnsresponder/mDNSWindows/
H A DPosixCompat.c80 inet_pton( int family, const char * addr, void * dst ) argument
86 ss.ss_family = family;
88 if ( WSAStringToAddressA( ( LPSTR ) addr, family, NULL, ( struct sockaddr* ) &ss, &sslen ) == 0 )
90 if ( family == AF_INET ) { memcpy( dst, &( ( struct sockaddr_in* ) &ss)->sin_addr, sizeof( IN_ADDR ) ); return 1; }
91 else if ( family == AF_INET6 ) { memcpy( dst, &( ( struct sockaddr_in6* ) &ss)->sin6_addr, sizeof( IN6_ADDR ) ); return 1; }
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_chipset.h46 /* Chipset family */
47 int family; member in struct:r300_capabilities
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_pipe.c159 rctx->has_vertex_cache = !(rctx->b.family == CHIP_RV610 ||
160 rctx->b.family == CHIP_RV620 ||
161 rctx->b.family == CHIP_RS780 ||
162 rctx->b.family == CHIP_RS880 ||
163 rctx->b.family == CHIP_RV710);
174 rctx->has_vertex_cache = !(rctx->b.family == CHIP_CEDAR ||
175 rctx->b.family == CHIP_PALM ||
176 rctx->b.family == CHIP_SUMO ||
177 rctx->b.family == CHIP_SUMO2 ||
178 rctx->b.family
232 enum radeon_family family = rscreen->b.family; local
[all...]
/external/parameter-framework/asio/include/asio/ip/
H A Dtcp.hpp72 /// Obtain an identifier for the protocol family.
73 int family() const function in class:asio::ip::tcp
130 // Construct with a specific family.
/external/parameter-framework/asio-1.10.6/include/asio/ip/
H A Dtcp.hpp72 /// Obtain an identifier for the protocol family.
73 int family() const function in class:asio::ip::tcp
130 // Construct with a specific family.
/external/pdfium/third_party/freetype/src/cid/
H A Dcidobjs.c376 char* family = cidface->family_name; local
383 if ( *full == *family )
385 family++;
392 else if ( *family == ' ' || *family == '-' )
393 family++;
396 if ( !*family )
/external/pdfium/third_party/freetype/src/type1/
H A Dt1objs.c378 /* The following code to extract the family and the style is very */
392 char* family = root->family_name; local
402 if ( *full == *family )
404 family++;
411 else if ( *family == ' ' || *family == '-' )
412 family++;
417 if ( !*family )
/external/skia/src/ports/
H A DSkFontMgr_custom_embedded.cpp29 SkFontStyleSet_Custom* family = new SkFontStyleSet_Custom(SkString()); variable
30 families->push_back().reset(family); variable
31 family->appendTypeface(sk_make_sp<SkTypeface_Empty>());
/external/strace/tests/
H A Dnetlink_inet_diag.c40 send_query(const int fd, const int family, const int proto) argument
55 .sdiag_family = family,
H A Dnetlink_sock_diag.c89 uint8_t *family; local
93 /* unspecified family only */
94 nlh = nlh0 - sizeof(*family);
97 .nlmsg_len = NLMSG_HDRLEN + sizeof(*family),
101 family = NLMSG_DATA(nlh);
102 *family = 0;
104 rc = sendto(fd, nlh, NLMSG_HDRLEN + sizeof(*family), MSG_DONTWAIT,
109 ", {family=AF_UNSPEC}}"
111 fd, NLMSG_HDRLEN + (unsigned int) sizeof(*family),
112 NLMSG_HDRLEN + (unsigned int) sizeof(*family),
186 uint8_t *family; local
284 uint8_t *family; local
385 uint8_t *family; local
485 uint8_t *family; local
601 uint8_t *family; local
707 uint8_t *family; local
805 uint8_t *family; local
981 uint8_t *family; local
1103 uint8_t *family; local
1220 uint8_t *family; local
1347 uint8_t *family; local
1462 uint8_t *family; local
[all...]
/external/strace/tests-m32/
H A Dnetlink_inet_diag.c40 send_query(const int fd, const int family, const int proto) argument
55 .sdiag_family = family,
H A Dnetlink_sock_diag.c89 uint8_t *family; local
93 /* unspecified family only */
94 nlh = nlh0 - sizeof(*family);
97 .nlmsg_len = NLMSG_HDRLEN + sizeof(*family),
101 family = NLMSG_DATA(nlh);
102 *family = 0;
104 rc = sendto(fd, nlh, NLMSG_HDRLEN + sizeof(*family), MSG_DONTWAIT,
109 ", {family=AF_UNSPEC}}"
111 fd, NLMSG_HDRLEN + (unsigned int) sizeof(*family),
112 NLMSG_HDRLEN + (unsigned int) sizeof(*family),
186 uint8_t *family; local
284 uint8_t *family; local
385 uint8_t *family; local
485 uint8_t *family; local
601 uint8_t *family; local
707 uint8_t *family; local
805 uint8_t *family; local
981 uint8_t *family; local
1103 uint8_t *family; local
1220 uint8_t *family; local
1347 uint8_t *family; local
1462 uint8_t *family; local
[all...]
/external/strace/tests-mx32/
H A Dnetlink_inet_diag.c40 send_query(const int fd, const int family, const int proto) argument
55 .sdiag_family = family,
H A Dnetlink_sock_diag.c89 uint8_t *family; local
93 /* unspecified family only */
94 nlh = nlh0 - sizeof(*family);
97 .nlmsg_len = NLMSG_HDRLEN + sizeof(*family),
101 family = NLMSG_DATA(nlh);
102 *family = 0;
104 rc = sendto(fd, nlh, NLMSG_HDRLEN + sizeof(*family), MSG_DONTWAIT,
109 ", {family=AF_UNSPEC}}"
111 fd, NLMSG_HDRLEN + (unsigned int) sizeof(*family),
112 NLMSG_HDRLEN + (unsigned int) sizeof(*family),
186 uint8_t *family; local
284 uint8_t *family; local
385 uint8_t *family; local
485 uint8_t *family; local
601 uint8_t *family; local
707 uint8_t *family; local
805 uint8_t *family; local
981 uint8_t *family; local
1103 uint8_t *family; local
1220 uint8_t *family; local
1347 uint8_t *family; local
1462 uint8_t *family; local
[all...]
/external/webrtc/webrtc/base/
H A Dipaddress.h88 int family() const { return family_; } function in class:rtc::IPAddress
178 IPAddress GetLoopbackIP(int family);
179 IPAddress GetAnyIP(int family);
H A Dnethelpers.cc25 int ResolveHostname(const std::string& hostname, int family, argument
47 if (family == AF_UNSPEC || cursor->ai_family == family) {
71 bool AsyncResolver::GetResolvedAddress(int family, SocketAddress* addr) const { argument
77 if (family == addresses_[i].family()) {
94 error_ = ResolveHostname(addr_.hostname().c_str(), addr_.family(),
H A Dsslsocketfactory.cc30 ProxySocketAdapter(SslSocketFactory* factory, int family, int type) argument
31 : AsyncSocketAdapter(NULL), factory_(factory), family_(family),
119 Socket* SslSocketFactory::CreateSocket(int family, int type) { argument
120 return factory_->CreateSocket(family, type);
127 AsyncSocket* SslSocketFactory::CreateAsyncSocket(int family, int type) { argument
129 return new ProxySocketAdapter(this, family, type);
131 return CreateProxySocket(proxy_, family, type);
137 int family,
139 AsyncSocket* socket = factory_->CreateAsyncSocket(family, type);
136 CreateProxySocket(const ProxyInfo& proxy, int family, int type) argument
/external/ImageMagick/MagickCore/
H A Dtype.h58 *family; member in struct:_TypeInfo
/external/ant-glob/src/org/apache/tools/ant/taskdefs/condition/
H A DOs.java41 * OS family to look for
43 private String family; field in class:Os
57 * OS family that can be tested for. {@value}
61 * OS family that can be tested for. {@value}
65 * OS family that can be tested for. {@value}
69 * OS family that can be tested for. {@value}
73 * OS family that can be tested for. {@value}
77 * OS family that can be tested for. {@value}
81 * OS family that can be tested for. {@value}
85 * OS family tha
122 Os(String family) argument
194 isFamily(String family) argument
245 isOs(String family, String name, String arch, String version) argument
[all...]
/external/c-ares/
H A Dares_gethostbyaddr.c72 int family, ares_host_callback callback, void *arg)
76 if (family != AF_INET && family != AF_INET6)
82 if ((family == AF_INET && addrlen != sizeof(aquery->addr.addrV4)) ||
83 (family == AF_INET6 && addrlen != sizeof(aquery->addr.addrV6)))
96 if (family == AF_INET)
100 aquery->addr.family = family;
153 if (aquery->addr.family == AF_INET)
243 while ((status = ares__get_hostent(fp, addr->family, hos
71 ares_gethostbyaddr(ares_channel channel, const void *addr, int addrlen, int family, ares_host_callback callback, void *arg) argument
[all...]
/external/deqp/framework/delibs/decpp/
H A DdeSocket.cpp58 void SocketAddress::setFamily (deSocketFamily family) argument
60 if (!deSocketAddress_setFamily(m_address, family))
/external/dnsmasq/src/
H A Dnetlink.c131 int family = AF_INET; local
149 req.g.rtgen_family = family;
178 if (family == AF_INET && ipv6_callback)
180 family = AF_INET6;

Completed in 1286 milliseconds

1234567891011>>