Home
last modified time | relevance | path

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

12

/external/iproute2/ip/
Dtcp_metrics.c100 int family, i, atype, stype, dlen = 0, slen = 0; in process_msg() local
123 atype = TCP_METRICS_ATTR_ADDR_IPV4; in process_msg()
133 atype = TCP_METRICS_ATTR_ADDR_IPV6; in process_msg()
173 addattr_l(&req2.n, sizeof(req2), atype, &daddr.data, in process_msg()
313 int atype = -1, stype = -1; in tcpm_do_cmd() local
370 atype = TCP_METRICS_ATTR_ADDR_IPV4; in tcpm_do_cmd()
372 atype = TCP_METRICS_ATTR_ADDR_IPV6; in tcpm_do_cmd()
374 if ((CMD_DEL & cmd) && atype < 0) { in tcpm_do_cmd()
383 if (cmd == CMD_DEL && atype < 0) in tcpm_do_cmd()
387 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/javassist/src/main/javassist/expr/
DNewArray.java81 int atype = iterator.byteAt(currentPos + 1); in getComponentType() local
82 return getPrimitiveType(atype); in getComponentType()
96 CtClass getPrimitiveType(int atype) { in getPrimitiveType() argument
97 switch (atype) { in getPrimitiveType()
115 throw new RuntimeException("bad atype: " + atype); in getPrimitiveType()
/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/javassist/src/main/javassist/
DCtPrimitiveType.java32 String methodName, String mDesc, int opcode, int atype, in CtPrimitiveType() argument
40 arrayType = atype; in CtPrimitiveType()
/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/javassist/src/main/javassist/compiler/
DMemberCodeGen.java351 int atype = 0; in atNewArrayExpr2() local
354 atype = T_BOOLEAN; in atNewArrayExpr2()
357 atype = T_CHAR; in atNewArrayExpr2()
360 atype = T_FLOAT; in atNewArrayExpr2()
363 atype = T_DOUBLE; in atNewArrayExpr2()
366 atype = T_BYTE; in atNewArrayExpr2()
369 atype = T_SHORT; in atNewArrayExpr2()
372 atype = T_INT; in atNewArrayExpr2()
375 atype = T_LONG; in atNewArrayExpr2()
383 bytecode.add(atype); in atNewArrayExpr2()
/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()
DdebugXML.c507 switch (attr->atype) { in xmlCtxtDumpAttrDecl()
/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/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/tcpdump/
Dprint-bgp.c1345 u_int atype, const u_char *pptr, u_int len) in bgp_attr_print() argument
1363 switch (atype) { in bgp_attr_print()
1397 as_size = bgp_attr_get_as_size(ndo, atype, pptr, len); in bgp_attr_print()
2231 atype = *(tptr + 1); in bgp_attr_print()
2244 "Unknown Attribute", atype), in bgp_attr_print()
2245 atype, in bgp_attr_print()
2259 if (!bgp_attr_print(ndo, atype, tptr, alen)) in bgp_attr_print()
2285 …ND_PRINT((ndo, "\n\t no Attribute %u decoder", atype)); /* we have no decoder for the attribute… in bgp_attr_print()
2518 int aflags, atype, alenlen, alen; in bgp_update_print() local
2526 atype = *(p + 1); in bgp_update_print()
[all …]
/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/v8/src/asmjs/
Dasm-wasm-builder.cc888 void EmitAssignmentLhs(Expression* target, AsmType** atype) { in EmitAssignmentLhs() argument
899 VisitPropertyAndEmitIndex(target_prop, atype); in EmitAssignmentLhs()
1059 AsmType* atype = AsmType::None(); in VisitAssignment() local
1061 EmitAssignmentLhs(expr->target(), &atype); in VisitAssignment()
1064 EmitAssignment(expr, atype, fate); in VisitAssignment()
1088 void VisitPropertyAndEmitIndex(Property* expr, AsmType** atype) { in VisitPropertyAndEmitIndex() argument
1090 *atype = typer_->TypeOf(obj); in VisitPropertyAndEmitIndex()
1091 int32_t size = (*atype)->ElementSizeInBytes(); in VisitPropertyAndEmitIndex()
/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/javassist/src/main/javassist/bytecode/
DBytecode.java1246 public void addNewarray(int atype, int length) { in addNewarray() argument
1249 add(atype); in addNewarray()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c1658 enum tgsi_opcode_type atype; // Actual type of the value in emit_fetch_system_value() local
1665 atype = TGSI_TYPE_UNSIGNED; in emit_fetch_system_value()
1670 atype = TGSI_TYPE_UNSIGNED; in emit_fetch_system_value()
1675 atype = TGSI_TYPE_UNSIGNED; in emit_fetch_system_value()
1680 atype = TGSI_TYPE_UNSIGNED; in emit_fetch_system_value()
1685 atype = TGSI_TYPE_UNSIGNED; in emit_fetch_system_value()
1690 atype = TGSI_TYPE_UNSIGNED; in emit_fetch_system_value()
1696 atype = TGSI_TYPE_FLOAT; in emit_fetch_system_value()
1700 if (atype != stype) { in emit_fetch_system_value()
/external/syslinux/efi/
Dmain.c557 allocate_pages(EFI_ALLOCATE_TYPE atype, EFI_MEMORY_TYPE mtype, in allocate_pages() argument
560 return uefi_call_wrapper(BS->AllocatePages, 4, atype, in allocate_pages()
/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/libxml2/os400/libxmlrpg/
Dtree.rpgle293 d atype like(xmlAttributeType) The attribute type
465 d atype like(xmlAttributeType) For validation

12