Home
last modified time | relevance | path

Searched defs:atype (Results 1 – 15 of 15) sorted by relevance

/external/clang/test/Parser/
Ddeclarators.c29 typedef int atype; typedef
31 atype /* expected-error {{unexpected type name 'atype': expected identifier}} */ in test3() argument
/external/iproute2/ip/
Dtcp_metrics.c99 int family, i, atype, stype, dlen = 0, slen = 0; in process_msg() local
309 int atype = -1, stype = -1; in tcpm_do_cmd() local
/external/python/cpython2/Modules/_ctypes/libffi/src/nios2/
Dffi.c98 ffi_type *atype = ecif->cif->arg_types[i]; in ffi_prep_args() local
/external/libffi/src/nios2/
Dffi.c98 ffi_type *atype = ecif->cif->arg_types[i]; in ffi_prep_args() local
/external/nist-sip/java/gov/nist/javax/sip/address/
DAddressImpl.java208 public void setAddressType(int atype) { in setAddressType()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DFieldGen.java198 private void checkType( final Type atype ) { in checkType()
/external/boringssl/src/crypto/x509/
Dx509_att.c292 int atype = 0; in X509_ATTRIBUTE_set1_data() local
/external/adhd/cras/src/common/
Dedid_utils.c327 int atype = in show_audio_dbc() local
/external/libxml2/include/libxml/
Dtree.h265 xmlAttributeType atype; /* The attribute type */ member
445 xmlAttributeType atype; /* the attribute type if validating */ member
/external/tcpdump/
Dprint-bgp.c1362 u_int atype, const u_char *pptr, u_int len) in bgp_attr_print()
2543 int aflags, atype, alenlen, alen; in bgp_update_print() local
/external/python/cpython2/Modules/
Dsocketmodule.c1569 unsigned int atype, v1, v2, v3; in getsockaddrarg() local
D_bsddb.c6313 int err, atype, flags=0; in DBEnv_lock_detect() local
/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
/external/python/cpython3/Modules/
Dsocketmodule.c1948 unsigned int atype, v1, v2, v3; in getsockaddrarg() local
/external/libxml2/
Dxmlschemas.c24523 #define NORMALIZE(atype) \ in xmlSchemaVCheckCVCSimpleType() argument