Home
last modified time | relevance | path

Searched refs:typesize (Results 1 – 25 of 26) sorted by relevance

12

/netbsd-src/external/bsd/pcc/dist/pcc/f77/fcom/
H A Ddata.c177 off = typesize[np->vtype] * curdtelt;
203 else *elenp = typesize[q->vtype];
211 np->vleng->b_const.fconst.ci : typesize[np->vtype]);
265 varp->vleng = MKICON(typesize[type]);
307 offset += typesize[type];
H A Dproc.c403 lastargslot += typesize[type];
478 leng = typesize[q->vtype];
523 else size = typesize[type]; in docommon()
587 leng = typesize[t]; in autovar()
H A Dinit.c77 ftnint typesize[NTYPES] variable
H A Dput.c133 MKICON(typesize[q->vtype])); in imagpart()
H A Dmain.c377 size = typesize[type]; in dodata()
H A Dgram.dcl31 { varleng = ($1<0 || $1==TYLONG ? 0 : typesize[$1]); }
H A Dexpr.c472 && typesize[ltype]>=typesize[rtype] )
680 ap->memoffset = mkexpr(OPSTAR, MKICON(typesize[np->vtype]),
1030 else size = MKICON( typesize[np->vtype] );
H A Ddefs.h99 extern ftnint typesize[];
H A Dio.c489 addr->vleng = MKICON( typesize[type] );
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-object-size.cc1492 tree typesize = TYPE_SIZE_UNIT (TREE_TYPE (TREE_TYPE (parm))); in parm_object_size() local
1499 && ((typesize && poly_int_tree_p (typesize)) in parm_object_size()
1500 || (!typesize && VOID_TYPE_P (TREE_TYPE (TREE_TYPE (parm)))))) in parm_object_size()
1515 if (typesize) in parm_object_size()
1516 sz = size_binop (MULT_EXPR, sz, typesize); in parm_object_size()
H A Dpointer-query.cc2450 tree typesize = TYPE_SIZE_UNIT (fldtype); in field_at_offset() local
2451 if (typesize && TREE_CODE (typesize) != INTEGER_CST) in field_at_offset()
2457 HOST_WIDE_INT fldsize = (tree_fits_uhwi_p (typesize) in field_at_offset()
2458 ? tree_to_uhwi (typesize) in field_at_offset()
H A Dstor-layout.cc1507 HOST_WIDE_INT typesize = tree_to_uhwi (TYPE_SIZE (type)); in place_field() local
1514 if (typesize < bitsize) in place_field()
1517 rli->remaining_in_alignment = typesize - bitsize; in place_field()
1612 unsigned HOST_WIDE_INT typesize in place_field() local
1615 if (typesize < bitsize) in place_field()
1618 rli->remaining_in_alignment = typesize - bitsize; in place_field()
H A Dtree-ssa-strlen.cc4498 tree typesize = TYPE_SIZE_UNIT (type); in nonzero_bytes_for_type() local
4502 if (!tree_fits_uhwi_p (typesize)) in nonzero_bytes_for_type()
4505 unsigned HOST_WIDE_INT sz = tree_to_uhwi (typesize); in nonzero_bytes_for_type()
4632 tree typesize = TYPE_SIZE_UNIT (type); in count_nonzero_bytes() local
4633 if (!typesize || !tree_fits_uhwi_p (typesize)) in count_nonzero_bytes()
4635 nbytes = tree_to_uhwi (typesize); in count_nonzero_bytes()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dcheck-der.c1082 size_t typesize; member
1127 type = emalloc(r->typesize); in check_random()
1128 memset(type, 0, r->typesize); in check_random()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dstor-layout.c1504 HOST_WIDE_INT typesize = tree_to_uhwi (TYPE_SIZE (type)); in place_field() local
1511 if (typesize < bitsize) in place_field()
1514 rli->remaining_in_alignment = typesize - bitsize; in place_field()
1609 unsigned HOST_WIDE_INT typesize in place_field() local
1612 if (typesize < bitsize) in place_field()
1615 rli->remaining_in_alignment = typesize - bitsize; in place_field()
H A Dgimple-ssa-sprintf.c2250 tree typesize = TYPE_SIZE_UNIT (fldtype); in field_at_offset() local
2251 HOST_WIDE_INT fldsize = (tree_fits_uhwi_p (typesize) in field_at_offset()
2252 ? tree_to_uhwi (typesize) in field_at_offset()
H A Dtree-ssa-strlen.c4718 tree typesize = TYPE_SIZE_UNIT (type); in count_nonzero_bytes() local
4719 if (!typesize || !tree_fits_uhwi_p (typesize)) in count_nonzero_bytes()
4721 nbytes = tree_to_uhwi (typesize); in count_nonzero_bytes()
/netbsd-src/external/bsd/file/dist/src/
H A Dapprentice.c870 typesize(int type) in typesize() function
1000 ts = typesize(m->type); in apprentice_magic_strength_1()
2922 size_t ts = typesize(m->type); in getvalue()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-call.cc1446 HOST_WIDE_INT typesize = int_size_in_bytes (type); in rs6000_darwin64_record_arg() local
1465 rs6000_darwin64_record_arg_flush (cum, typesize * BITS_PER_UNIT, rvec, &k); in rs6000_darwin64_record_arg()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dsocket.d2761 socklen_t typesize = cast(socklen_t) type.sizeof;
2762 return !getsockopt(sock, SOL_SOCKET, SO_TYPE, cast(char*)&type, &typesize);
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dsocket.d2805 socklen_t typesize = cast(socklen_t) type.sizeof;
2806 return !getsockopt(sock, SOL_SOCKET, SO_TYPE, cast(char*)&type, &typesize);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-common.c8860 tree typesize = TYPE_SIZE_UNIT (type); in braced_list_to_string() local
8861 if (!member && !tree_fits_uhwi_p (typesize)) in braced_list_to_string()
8870 if (typesize) in braced_list_to_string()
8872 maxelts = tree_to_uhwi (typesize); in braced_list_to_string()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-common.cc9319 tree typesize = TYPE_SIZE_UNIT (type); in braced_list_to_string() local
9320 if (!member && !tree_fits_uhwi_p (typesize)) in braced_list_to_string()
9335 if (typesize) in braced_list_to_string()
9337 maxelts = tree_to_uhwi (typesize); in braced_list_to_string()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcall.cc10330 unsigned HOST_WIDE_INT typesize in maybe_warn_class_memaccess() local
10332 if (typesize == 0) in maybe_warn_class_memaccess()
10334 if (unsigned HOST_WIDE_INT partial = tree_to_uhwi (sz) % typesize) in maybe_warn_class_memaccess()
10336 (typesize - partial > 1 in maybe_warn_class_memaccess()
10343 fndecl, desttype, typesize - partial); in maybe_warn_class_memaccess()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcall.c9621 unsigned HOST_WIDE_INT typesize in maybe_warn_class_memaccess() local
9623 if (unsigned HOST_WIDE_INT partial = tree_to_uhwi (sz) % typesize) in maybe_warn_class_memaccess()
9625 (typesize - partial > 1 in maybe_warn_class_memaccess()
9632 fndecl, desttype, typesize - partial); in maybe_warn_class_memaccess()

12