Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dstor-layout.c1051 HOST_WIDE_INT typesize = tree_low_cst (TYPE_SIZE (type), 1); in place_field() local
1058 if (typesize < bitsize) in place_field()
1061 rli->remaining_in_alignment = typesize - bitsize; in place_field()
1127 HOST_WIDE_INT typesize in place_field() local
1130 if (typesize < bitsize) in place_field()
1133 rli->remaining_in_alignment = typesize - bitsize; in place_field()
/freebsd-12.1/contrib/file/src/
H A Dapprentice.c782 typesize(int type) in typesize() function
882 ts = typesize(m->type); in apprentice_magic_strength()
2693 size_t ts = typesize(m->type); in getvalue()
/freebsd-12.1/contrib/gcc/config/sparc/
H A Dsparc.c4904 HOST_WIDE_INT typesize = int_size_in_bytes (type); in function_arg_record_value() local
4926 endbit = (typesize*BITS_PER_UNIT + BITS_PER_WORD - 1) & -BITS_PER_WORD; in function_arg_record_value()
4945 if (typesize <= 0) in function_arg_record_value()
4957 nregs = (typesize + UNITS_PER_WORD - 1) / UNITS_PER_WORD; in function_arg_record_value()
4980 function_arg_record_value_3 (typesize * BITS_PER_UNIT, &parms); in function_arg_record_value()
/freebsd-12.1/contrib/gcc/config/rs6000/
H A Drs6000.c5092 HOST_WIDE_INT typesize = int_size_in_bytes (type); in rs6000_darwin64_record_arg() local
5111 rs6000_darwin64_record_arg_flush (cum, typesize * BITS_PER_UNIT, rvec, &k); in rs6000_darwin64_record_arg()