Searched defs:family (Results 101 - 125 of 361) sorted by relevance

1234567891011>>

/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_pipe.c130 r600_get_llvm_processor_name(sscreen->b.family),
192 sscreen->b.family != CHIP_CARRIZO &&
193 sscreen->b.family != CHIP_STONEY) {
719 switch (sscreen->b.family) {
749 const char *family = debug_get_option("SI_FORCE_FAMILY", NULL); local
752 if (!family)
756 if (!strcmp(family, r600_get_llvm_processor_name(i))) {
757 /* Override family and chip_class. */
758 sscreen->b.family = sscreen->b.info.family
[all...]
/external/mesa3d/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_winsys.h75 unsigned family; member in struct:amdgpu_winsys
/external/pdfium/core/fpdfapi/page/
H A Dfpdf_page_colors.cpp30 uint32_t ComponentsForFamily(int family) { argument
31 if (family == PDFCS_DEVICERGB)
33 if (family == PDFCS_DEVICEGRAY)
35 ASSERT(family == PDFCS_DEVICECMYK);
76 CPDF_DeviceCS::CPDF_DeviceCS(CPDF_Document* pDoc, int family) argument
77 : CPDF_ColorSpace(pDoc, family, ComponentsForFamily(family)) {
78 ASSERT(family == PDFCS_DEVICEGRAY || family == PDFCS_DEVICERGB ||
79 family
[all...]
/external/pdfium/fpdfsdk/
H A Dfpdf_sysfontinfo.cpp38 const FX_CHAR* family,
43 family, &iExact);
46 void* GetFont(const FX_CHAR* family) override {
49 return m_pInfo->GetFont(m_pInfo, family);
131 const char* family,
135 pitch_family, family, *bExact);
138 void* DefaultGetFont(struct _FPDF_SYSFONTINFO* pThis, const char* family) { argument
140 return pDefault->m_pFontInfo->GetFont(family);
126 DefaultMapFont(struct _FPDF_SYSFONTINFO* pThis, int weight, int bItalic, int charset, int pitch_family, const char* family, int* bExact) argument
/external/python/cpython2/Modules/
H A Dgetnameinfo.c102 int family, len, i; local
122 family = sa->sa_family;
124 if (gni_afdl[i].a_af == family) {
/external/skia/tests/
H A DFontMgrAndroidParserTest.cpp60 FontFamily& family = *fontFamilies[i]; local
61 for (int j = 0; j < family.fFonts.count(); ++j) {
62 FontFileInfo& file = family.fFonts[j];
/external/syslinux/com32/gplinclude/dmi/
H A Ddmi_system.h36 char family[SYSTEM_FAMILY_SIZE]; member in struct:__anon20852
/external/tcpdump/
H A Dprint-rip.c100 register u_short family; local
103 family = EXTRACT_16BITS(&ni->rip_family);
104 if (family != BSD_AFNUM_INET && family != 0) {
105 ND_PRINT((ndo, "\n\t AFI %s, ", tok2str(bsd_af_values, "Unknown (%u)", family)));
116 if (family == 0) {
131 register u_short family; local
133 family = EXTRACT_16BITS(&ni->rip_family);
134 if (family == 0xFFFF) { /* variable-sized authentication structures */
159 } else if (family !
[all...]
/external/toybox/lib/
H A Dnet.c18 int xconnect(char *host, char *port, int family, int socktype, int protocol, argument
25 info.ai_family = family;
/external/webp/src/dsp/
H A Dcpu.c109 const uint32_t family = (info >> 8) & 0xf; local
110 if (family == 0x06) {
/external/webrtc/webrtc/base/
H A Dsocketpool.cc122 factory_->CreateAsyncSocket(remote.family(), SOCK_STREAM);
163 int family = remote.family(); local
166 family = AF_INET;
169 factory_->CreateAsyncSocket(family, SOCK_STREAM);
/external/webrtc/webrtc/libjingle/xmpp/
H A Dxmppsocket.cc38 void XmppSocket::CreateCricketSocket(int family) { argument
40 if (family == AF_UNSPEC) {
41 family = AF_INET;
44 pth->socketserver()->CreateAsyncSocket(family, SOCK_STREAM);
170 CreateCricketSocket(addr.family());
/external/c-ares/
H A Dares_gethostbyname.c64 int sent_family; /* this family is what was is being used */
65 int want_family; /* this family is what is asked for in the API */
75 static int fake_hostent(const char *name, int family,
77 static int file_lookup(const char *name, int family, struct hostent **host);
87 void ares_gethostbyname(ares_channel channel, const char *name, int family, argument
94 switch (family) {
104 if (fake_hostent(name, family, callback, arg))
116 hquery->want_family = family;
240 static int fake_hostent(const char *name, int family, argument
250 if (family
312 ares_gethostbyname_file(ares_channel channel, const char *name, int family, struct hostent **host) argument
338 file_lookup(const char *name, int family, struct hostent **host) argument
[all...]
H A Dares_getnameinfo.c71 int family; member in struct:nameinfo_query
103 /* Validate socket address family and length */
190 niquery->family = AF_INET;
198 niquery->family = AF_INET6;
221 if (niquery->family == AF_INET)
256 if (niquery->family == AF_INET)
271 if (niquery->family == AF_INET)
/external/deqp/execserver/
H A DxsExecutionServer.cpp101 ExecutionServer::ExecutionServer (xs::TestProcess* testProcess, deSocketFamily family, int port, RunMode runMode) argument
102 : TcpServer (family, port)
/external/deqp/framework/platform/android/
H A DtcuAndroidExecService.cpp291 ExecutionServer::ExecutionServer (JavaVM* vm, xs::TestProcess* testProcess, deSocketFamily family, int port, RunMode runMode) argument
292 : xs::ExecutionServer (testProcess, family, port, runMode)
328 ServerThread::ServerThread (JavaVM* vm, xs::TestProcess* process, deSocketFamily family, int port) argument
329 : m_server(vm, process, family, port, xs::ExecutionServer::RUNMODE_FOREVER)
353 ExecService::ExecService (JavaVM* vm, jobject context, int port, deSocketFamily family) argument
355 , m_thread (vm, &m_process, family, port)
/external/freetype/src/pshinter/
H A Dpshglob.c240 FT_Int family )
246 if ( family )
477 PSH_Blue_Table normal, family; local
484 family = &blues->family_top;
489 family = &blues->family_bottom;
497 /* try to find a family zone whose reference position is less */
499 zone2 = family->zones;
500 count2 = family->count;
/external/iproute2/bridge/
H A Dfdb.c108 int family = AF_INET; local
111 family = AF_INET6;
114 format_host(family,
/external/iproute2/genl/
H A Dctrl.c42 int genl_ctrl_resolve_family(const char *family) argument
68 addattr_l(nlh, 128, CTRL_ATTR_FAMILY_NAME, family, strlen(family) + 1);
103 fprintf(stderr, "Missing family id TLV\n");
178 * The controller sends one nlmsg per family
237 /* end of family definitions .. */
255 /* end of family::cmds definitions .. */
277 /* end of family::groups definitions .. */
/external/iproute2/include/linux/
H A Dfib_rules.h19 __u8 family; member in struct:fib_rule_hdr
/external/iproute2/include/
H A Dutils.h63 __u16 family; member in struct:__anon8059
95 int get_addr_1(inet_prefix *dst, const char *arg, int family);
96 int get_prefix_1(inet_prefix *dst, char *arg, int family);
97 int get_addr(inet_prefix *dst, const char *arg, int family);
98 int get_prefix(inet_prefix *dst, char *arg, int family);
131 const char *family_name(int family);
/external/iproute2/ip/
H A Dipmaddr.c35 int family; member in struct:__anon8072
106 m.addr.family = AF_PACKET;
137 m.addr.family = AF_INET;
181 m.addr.family = AF_INET6;
201 if (list->addr.family == AF_PACKET) {
208 switch(list->addr.family) {
216 fprintf(fp, "family %d ", list->addr.family);
220 format_host(list->addr.family,
252 if (!filter.family)
[all...]
H A Dipneigh.c33 int family; member in struct:__anon8073
159 if (!dev_ok || !dst_ok || dst.family == AF_UNSPEC) {
163 req.ndm.ndm_family = dst.family;
218 if (filter.family && filter.family != r->ndm_family)
239 if (filter.pfx.family) {
242 dst.family = r->ndm_family;
358 if (!filter.family)
359 filter.family = preferred_family;
411 get_prefix(&filter.pfx, *argv, filter.family);
[all...]
H A Dipntable.c37 int family; member in struct:__anon8081
613 filter.family = preferred_family;
H A Dtcp_metrics.c100 int family, i, atype, stype, dlen = 0, slen = 0; local
118 if (f.daddr.family && f.daddr.family != AF_INET)
122 family = AF_INET;
128 if (f.daddr.family && f.daddr.family != AF_INET6)
132 family = AF_INET6;
141 if (f.saddr.family && f.saddr.family != AF_INET)
150 if (f.saddr.family
[all...]

Completed in 892 milliseconds

1234567891011>>