Home
last modified time | relevance | path

Searched refs:atype (Results 1 – 25 of 38) sorted by relevance

12

/external/iproute2/ip/
Dtcp_metrics.c99 int family, i, atype, stype, dlen = 0, slen = 0; in process_msg() local
122 atype = TCP_METRICS_ATTR_ADDR_IPV4; in process_msg()
131 atype = TCP_METRICS_ATTR_ADDR_IPV6; in process_msg()
170 addattr_l(&req2.n, sizeof(req2), atype, &daddr.data, in process_msg()
309 int atype = -1, stype = -1; in tcpm_do_cmd() local
368 atype = TCP_METRICS_ATTR_ADDR_IPV4; in tcpm_do_cmd()
370 atype = TCP_METRICS_ATTR_ADDR_IPV6; in tcpm_do_cmd()
372 if ((CMD_DEL & cmd) && atype < 0) { in tcpm_do_cmd()
381 if (cmd == CMD_DEL && atype < 0) in tcpm_do_cmd()
385 if (cmd == CMD_FLUSH && atype >= 0) in tcpm_do_cmd()
[all …]
/external/python/cpython2/Modules/_ctypes/libffi/src/nios2/
Dffi.c98 ffi_type *atype = ecif->cif->arg_types[i]; in ffi_prep_args() local
99 size_t size = atype->size; in ffi_prep_args()
100 size_t alignment = atype->alignment; in ffi_prep_args()
111 switch (atype->type) in ffi_prep_args()
130 memcpy (argp, avalue, atype->size); in ffi_prep_args()
/external/libffi/src/nios2/
Dffi.c98 ffi_type *atype = ecif->cif->arg_types[i]; in ffi_prep_args() local
99 size_t size = atype->size; in ffi_prep_args()
100 size_t alignment = atype->alignment; in ffi_prep_args()
111 switch (atype->type) in ffi_prep_args()
130 memcpy (argp, avalue, atype->size); in ffi_prep_args()
/external/clang/test/Parser/
Ddeclarators.c29 typedef int atype; typedef
31 atype /* expected-error {{unexpected type name 'atype': expected identifier}} */ in test3() argument
32 ) int x, atype; {} in test3()
/external/swiftshader/third_party/subzero/pydir/
Dsz_driver.py15 args = [('{atype} a{num}').format(atype=atype, num=i) for
16 i, atype in enumerate(subs[func]['sig'][1:])]
/external/boringssl/src/crypto/x509/
Dx509_att.c292 int atype = 0; in X509_ATTRIBUTE_set1_data() local
302 atype = stmp->type; in X509_ATTRIBUTE_set1_data()
308 atype = attrtype; in X509_ATTRIBUTE_set1_data()
328 ASN1_TYPE_set(ttmp, atype, stmp); in X509_ATTRIBUTE_set1_data()
/external/python/cpython2/Tools/bgen/bgen/
Dscantools.py738 for atype, aname, amode in arglist:
739 self.typeused(atype, amode)
741 (atype, aname, amode))
749 for atype, aname, amode in arglist:
750 oline += ",\n (%s, %r, %s)" % (atype, aname, amode)
770 for atype, aname, amode in arglist:
771 if atype in self.blacklisttypes:
772 self.report("argument type %s is blacklisted", atype)
/external/libxml2/
Dvalid.c1865 if (cur->atype == XML_ATTRIBUTE_ID) { in xmlScanIDAttributeDecl()
2048 ret->atype = type; in xmlAddAttributeDecl()
2189 cur->atype = attr->atype; in xmlCopyAttribute()
2238 switch (attr->atype) { in xmlDumpAttributeDecl()
2670 attr->atype = XML_ATTRIBUTE_ID; in xmlAddID()
2749 if ((attrDecl != NULL) && (attrDecl->atype == XML_ATTRIBUTE_ID)) in xmlIsID()
2789 attr->atype = 0; in xmlRemoveID()
3068 (attrDecl->atype == XML_ATTRIBUTE_IDREF || in xmlIsRef()
3069 attrDecl->atype == XML_ATTRIBUTE_IDREFS)) in xmlIsRef()
4024 if (attrDecl->atype == XML_ATTRIBUTE_CDATA) in xmlValidCtxtNormalizeAttributeValue()
[all …]
Dxmlschemastypes.c2768 if (attr->atype != XML_ATTRIBUTE_ID) { in xmlSchemaValAtomicType()
2781 attr->atype = XML_ATTRIBUTE_ID; in xmlSchemaValAtomicType()
2806 attr->atype = XML_ATTRIBUTE_IDREF; in xmlSchemaValAtomicType()
2820 attr->atype = XML_ATTRIBUTE_IDREFS; in xmlSchemaValAtomicType()
2851 attr->atype = XML_ATTRIBUTE_ENTITY; in xmlSchemaValAtomicType()
2868 attr->atype = XML_ATTRIBUTE_ENTITIES; in xmlSchemaValAtomicType()
Dtree.c2094 if ((cur->doc != NULL) && (cur->atype == XML_ATTRIBUTE_ID)) { in xmlFreeProp()
2813 if (prop->atype == XML_ATTRIBUTE_ID) { in xmlSetTreeDoc()
6885 if (prop->atype == XML_ATTRIBUTE_ID) { in xmlSetNsProp()
6887 prop->atype = XML_ATTRIBUTE_ID; in xmlSetNsProp()
6913 if (prop->atype == XML_ATTRIBUTE_ID) in xmlSetNsProp()
9219 (((xmlAttrPtr) cur)->atype == XML_ATTRIBUTE_ID)) in xmlDOMWrapAdoptBranch()
9223 ((xmlAttrPtr) cur)->atype = 0; in xmlDOMWrapAdoptBranch()
9943 attr->atype = 0; in xmlDOMWrapAdoptAttr()
/external/openssh/openbsd-compat/
Dbsd-cray.c274 pwdacm.atype = IA_SECURID; in cray_setup()
278 pwdudb.atype = IA_UDB; in cray_setup()
282 pwddce.atype = IA_DCE; in cray_setup()
286 pwddialup.atype = IA_DIALUP; in cray_setup()
291 pwdwal.atype = IA_WAL; in cray_setup()
/external/adhd/cras/src/common/
Dedid_utils.c327 int atype = in show_audio_dbc() local
333 sad_audio_type[atype]); in show_audio_dbc()
350 if (atype == 1) { in show_audio_dbc()
356 } else if ((atype >= 2) && (atype <= 8)) { in show_audio_dbc()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DFieldGen.java198 private void checkType( final Type atype ) { in checkType() argument
206 if (!superType.equals(atype)) { in checkType()
207 throw new ClassGenException("Types are not compatible: " + superType + " vs. " + atype); in checkType()
/external/nist-sip/java/gov/nist/javax/sip/address/
DAddressImpl.java208 public void setAddressType(int atype) { in setAddressType() argument
209 addressType = atype; in setAddressType()
/external/tcpdump/
Dprint-bgp.c1362 u_int atype, const u_char *pptr, u_int len) in bgp_attr_print() argument
1380 switch (atype) { in bgp_attr_print()
1414 as_size = bgp_attr_get_as_size(ndo, atype, pptr, len); in bgp_attr_print()
2256 atype = *(tptr + 1); in bgp_attr_print()
2269 "Unknown Attribute", atype), in bgp_attr_print()
2270 atype, in bgp_attr_print()
2284 if (!bgp_attr_print(ndo, atype, tptr, alen)) in bgp_attr_print()
2310 …ND_PRINT((ndo, "\n\t no Attribute %u decoder", atype)); /* we have no decoder for the attribute… in bgp_attr_print()
2543 int aflags, atype, alenlen, alen; in bgp_update_print() local
2551 atype = *(p + 1); in bgp_update_print()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LICM/
Dhoist-bitcast-load.ll204 %atype = type opaque
211 %cab = bitcast i16* %ca to %atype*
212 %c = bitcast %atype* %cab to i32*
/external/llvm/test/Transforms/LICM/
Dhoist-bitcast-load.ll203 %atype = type opaque
210 %cab = bitcast i16* %ca to %atype*
211 %c = bitcast %atype* %cab to i32*
/external/python/cpython3/Parser/
Dasdl_c.py265 argstr = ", ".join(["%s %s" % (atype, aname)
266 for atype, aname, opt in args])
290 argstr = ", ".join(["%s %s" % (atype, aname)
291 for atype, aname, opt in args + attrs])
/external/python/cpython2/Parser/
Dasdl_c.py261 argstr = ", ".join(["%s %s" % (atype, aname)
262 for atype, aname, opt in args])
284 argstr = ", ".join(["%s %s" % (atype, aname)
285 for atype, aname, opt in args + attrs])
/external/scapy/test/
Dbluetooth.uts60 assert a[SM_Identity_Address_Information].atype == 0
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c1615 enum tgsi_opcode_type atype; // Actual type of the value in emit_fetch_system_value() local
1622 atype = TGSI_TYPE_UNSIGNED; in emit_fetch_system_value()
1627 atype = TGSI_TYPE_UNSIGNED; in emit_fetch_system_value()
1632 atype = TGSI_TYPE_UNSIGNED; in emit_fetch_system_value()
1637 atype = TGSI_TYPE_UNSIGNED; in emit_fetch_system_value()
1642 atype = TGSI_TYPE_UNSIGNED; in emit_fetch_system_value()
1647 atype = TGSI_TYPE_UNSIGNED; in emit_fetch_system_value()
1653 atype = TGSI_TYPE_FLOAT; in emit_fetch_system_value()
1657 if (atype != stype) { in emit_fetch_system_value()
/external/libxml2/include/libxml/
Dtree.h265 xmlAttributeType atype; /* The attribute type */ member
445 xmlAttributeType atype; /* the attribute type if validating */ member
/external/python/cpython2/Modules/
Dsocketmodule.c1569 unsigned int atype, v1, v2, v3; in getsockaddrarg() local
1584 &atype, &v1, &v2, &v3, &scope)) in getsockaddrarg()
1592 addr->addrtype = atype; in getsockaddrarg()
1594 if (atype == TIPC_ADDR_NAMESEQ) { in getsockaddrarg()
1598 } else if (atype == TIPC_ADDR_NAME) { in getsockaddrarg()
1601 } else if (atype == TIPC_ADDR_ID) { in getsockaddrarg()
/external/bcc/src/lua/bpf/
Dbpf.lua1033 local w, atype = builtins.sizeofattr(base.__dissector, c)
1037 if cdef.isptr(atype) then -- If the member is pointer type, update base pointer with offset
1045 LOAD(a, b, ofs, atype)
1064 V[a].type = atype
/external/error_prone/checkerframework/
Djavacutil-2.5.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/checkerframework/ org/ ...

12