HomeSort by relevance Sort by last modified time
    Searched refs:atype (Results 1 - 25 of 38) sorted by null

1 2

  /external/clang/test/Parser/
declarators.c 29 typedef int atype; typedef
31 atype /* expected-error {{unexpected type name 'atype': expected identifier}} */
32 ) int x, atype; {}
  /external/iproute2/ip/
tcp_metrics.c 99 int family, i, atype, stype, dlen = 0, slen = 0; local
122 atype = TCP_METRICS_ATTR_ADDR_IPV4;
131 atype = TCP_METRICS_ATTR_ADDR_IPV6;
170 addattr_l(&req2.n, sizeof(req2), atype, &daddr.data,
309 int atype = -1, stype = -1; local
368 atype = TCP_METRICS_ATTR_ADDR_IPV4;
370 atype = TCP_METRICS_ATTR_ADDR_IPV6;
372 if ((CMD_DEL & cmd) && atype < 0) {
381 if (cmd == CMD_DEL && atype < 0)
385 if (cmd == CMD_FLUSH && atype >= 0
    [all...]
  /external/libffi/src/nios2/
ffi.c 98 ffi_type *atype = ecif->cif->arg_types[i]; local
99 size_t size = atype->size;
100 size_t alignment = atype->alignment;
111 switch (atype->type)
130 memcpy (argp, avalue, atype->size);
  /external/python/cpython2/Modules/_ctypes/libffi/src/nios2/
ffi.c 98 ffi_type *atype = ecif->cif->arg_types[i]; local
99 size_t size = atype->size;
100 size_t alignment = atype->alignment;
111 switch (atype->type)
130 memcpy (argp, avalue, atype->size);
  /external/swiftshader/third_party/subzero/pydir/
sz_driver.py 15 args = [('{atype} a{num}').format(atype=atype, num=i) for
16 i, atype in enumerate(subs[func]['sig'][1:])]
  /external/nist-sip/java/gov/nist/javax/sip/address/
AddressImpl.java 205 * @param atype int to set
208 public void setAddressType(int atype) {
209 addressType = atype;
  /external/boringssl/src/crypto/x509/
x509_att.c 292 int atype = 0; local
302 atype = stmp->type;
308 atype = attrtype;
328 ASN1_TYPE_set(ttmp, atype, stmp);
  /external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
FieldGen.java 198 private void checkType( final Type atype ) {
206 if (!superType.equals(atype)) {
207 throw new ClassGenException("Types are not compatible: " + superType + " vs. " + atype);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
scantools.py 738 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/python/cpython2/Tools/bgen/bgen/
scantools.py 738 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/openssh/openbsd-compat/
bsd-cray.c 274 pwdacm.atype = IA_SECURID;
278 pwdudb.atype = IA_UDB;
282 pwddce.atype = IA_DCE;
286 pwddialup.atype = IA_DIALUP;
291 pwdwal.atype = IA_WAL;
  /external/libxml2/
valid.c     [all...]
xmlschemastypes.c     [all...]
  /cts/tools/utils/
DescriptionGenerator.java 562 AnnotationTypeDoc atype = cAnnot.annotationType(); local
563 if (atype.toString().equals(HOST_CONTROLLER)) {
565 } else if (atype.toString().equals(KNOWN_FAILURE)) {
567 } else if (atype.toString().equals(SUPPRESSED_TEST)) {
  /external/tcpdump/
print-bgp.c 2543 int aflags, atype, alenlen, alen; local
    [all...]
  /external/adhd/cras/src/common/
edid_utils.c 327 int atype = local
333 sad_audio_type[atype]);
350 if (atype == 1) {
356 } else if ((atype >= 2) && (atype <= 8)) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
asdl_c.py 261 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])
    [all...]
  /external/python/cpython2/Parser/
asdl_c.py 261 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])
    [all...]
  /external/python/cpython3/Parser/
asdl_c.py 265 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])
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_soa.c 1615 enum tgsi_opcode_type atype; \/\/ Actual type of the value local
    [all...]
  /external/libxml2/include/libxml/
tree.h 265 xmlAttributeType atype; /* The attribute type */ member in struct:_xmlAttribute
445 xmlAttributeType atype; /* the attribute type if validating */ member in struct:_xmlAttr
    [all...]
  /external/error_prone/checkerframework/
javacutil-2.5.3.jar 
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
socketmodule.c 1545 unsigned int atype, v1, v2, v3; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
socketmodule.c 1480 unsigned int atype, v1, v2, v3; local
    [all...]
  /external/python/cpython2/Modules/
socketmodule.c 1569 unsigned int atype, v1, v2, v3; local
    [all...]

Completed in 535 milliseconds

1 2