| /netbsd-src/external/bsd/pcc/dist/pcc/f77/fcom/ |
| H A D | data.c | 177 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 D | proc.c | 403 lastargslot += typesize[type]; 478 leng = typesize[q->vtype]; 523 else size = typesize[type]; in docommon() 587 leng = typesize[t]; in autovar()
|
| H A D | init.c | 77 ftnint typesize[NTYPES] variable
|
| H A D | put.c | 133 MKICON(typesize[q->vtype])); in imagpart()
|
| H A D | main.c | 377 size = typesize[type]; in dodata()
|
| H A D | gram.dcl | 31 { varleng = ($1<0 || $1==TYLONG ? 0 : typesize[$1]); }
|
| H A D | expr.c | 472 && typesize[ltype]>=typesize[rtype] ) 680 ap->memoffset = mkexpr(OPSTAR, MKICON(typesize[np->vtype]), 1030 else size = MKICON( typesize[np->vtype] );
|
| H A D | defs.h | 99 extern ftnint typesize[];
|
| H A D | io.c | 489 addr->vleng = MKICON( typesize[type] );
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-object-size.cc | 1492 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 D | pointer-query.cc | 2450 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 D | stor-layout.cc | 1507 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 D | tree-ssa-strlen.cc | 4498 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 D | check-der.c | 1082 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 D | stor-layout.c | 1504 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 D | gimple-ssa-sprintf.c | 2250 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 D | tree-ssa-strlen.c | 4718 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 D | apprentice.c | 870 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 D | rs6000-call.cc | 1446 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 D | socket.d | 2761 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 D | socket.d | 2805 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 D | c-common.c | 8860 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 D | c-common.cc | 9319 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 D | call.cc | 10330 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 D | call.c | 9621 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()
|