Home
last modified time | relevance | path

Searched refs:thissize (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dldwrite.c449 bfd_size_type thissize = 0; in split_sections() local
463 thissize = sec->size; in split_sections()
474 || (thissize + sec_size >= config.split_by_file)) in split_sections()
522 sec_size = thissize; in split_sections()
529 sec_size += thissize; in split_sections()
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Dldwrite.c444 bfd_size_type thissize = 0; in split_sections() local
458 thissize = sec->size; in split_sections()
469 || (thissize + sec_size >= config.split_by_file)) in split_sections()
517 sec_size = thissize; in split_sections()
524 sec_size += thissize; in split_sections()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddefaults.h69 int thissize = _hide_thissize; \
73 for (i = 0; i < thissize; i++) \
88 if (i < thissize - 1 && ISDIGIT (p[i + 1])) \
H A Dexpmed.cc1395 unsigned HOST_WIDE_INT thissize; in store_split_bit_field() local
1420 thissize = MIN (bitsize - bitsdone, BITS_PER_WORD); in store_split_bit_field()
1421 thissize = MIN (thissize, unit - thispos); in store_split_bit_field()
1428 >> (bitsize - bitsdone - thissize)) in store_split_bit_field()
1429 & ((HOST_WIDE_INT_1 << thissize) - 1)); in store_split_bit_field()
1433 thissize, in store_split_bit_field()
1434 bitsize - bitsdone - thissize, in store_split_bit_field()
1441 thissize, in store_split_bit_field()
1451 & ((HOST_WIDE_INT_1 << thissize) - 1)); in store_split_bit_field()
1455 thissize, in store_split_bit_field()
[all …]
H A Dvarasm.cc2088 int thissize = size - pos; in assemble_string() local
2089 if (thissize > maximum) in assemble_string()
2090 thissize = maximum; in assemble_string()
2092 ASM_OUTPUT_ASCII (asm_out_file, p, thissize); in assemble_string()
2094 pos += thissize; in assemble_string()
2095 p += thissize; in assemble_string()
5176 unsigned HOST_WIDE_INT thissize; in output_constant() local
5236 thissize = int_size_in_bytes (TREE_TYPE (exp)); in output_constant()
5274 if (!assemble_integer (cst, MIN (size, thissize), align, 0)) in output_constant()
5279 gcc_assert (size == thissize); in output_constant()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddefaults.h70 int thissize = _hide_thissize; \
74 for (i = 0; i < thissize; i++) \
89 if (i < thissize - 1 && ISDIGIT (p[i + 1])) \
H A Dexpmed.c1390 unsigned HOST_WIDE_INT thissize; in store_split_bit_field() local
1415 thissize = MIN (bitsize - bitsdone, BITS_PER_WORD); in store_split_bit_field()
1416 thissize = MIN (thissize, unit - thispos); in store_split_bit_field()
1423 >> (bitsize - bitsdone - thissize)) in store_split_bit_field()
1424 & ((HOST_WIDE_INT_1 << thissize) - 1)); in store_split_bit_field()
1428 thissize, in store_split_bit_field()
1429 bitsize - bitsdone - thissize, in store_split_bit_field()
1436 thissize, in store_split_bit_field()
1446 & ((HOST_WIDE_INT_1 << thissize) - 1)); in store_split_bit_field()
1450 thissize, in store_split_bit_field()
[all …]
H A Dvarasm.c2006 int thissize = size - pos; in assemble_string() local
2007 if (thissize > maximum) in assemble_string()
2008 thissize = maximum; in assemble_string()
2010 ASM_OUTPUT_ASCII (asm_out_file, p, thissize); in assemble_string()
2012 pos += thissize; in assemble_string()
2013 p += thissize; in assemble_string()
4915 unsigned HOST_WIDE_INT thissize; in output_constant() local
4975 thissize = int_size_in_bytes (TREE_TYPE (exp)); in output_constant()
5013 if (!assemble_integer (cst, MIN (size, thissize), align, 0)) in output_constant()
5027 output_constant (TREE_REALPART (exp), thissize / 2, align, in output_constant()
[all …]
/netbsd-src/usr.bin/vmstat/
H A Dvmstat.c1926 size_t elemsize, hashbufsize, thissize; in dohashstat() local
2007 thissize = hashsize * elemsize; in dohashstat()
2008 if (hashbuf == NULL || thissize > hashbufsize) { in dohashstat()
2009 if ((nhashbuf = realloc(hashbuf, thissize)) == NULL) in dohashstat()
2013 hashbufsize = thissize; in dohashstat()
2015 deref_kptr(hashaddr, hashbuf, thissize, in dohashstat()
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-arm.c1490 unsigned thissize = -1u; in parse_neon_type() local
1510 thissize = 64; in parse_neon_type()
1519 thissize = strtoul (ptr, &ptr, 10); in parse_neon_type()
1520 if (thissize != 16) in parse_neon_type()
1522 as_bad (_("bad size %d in type specifier"), thissize); in parse_neon_type()
1544 thissize = 32; in parse_neon_type()
1548 thissize = strtoul (ptr, &ptr, 10); in parse_neon_type()
1550 if (thissize != 8 && thissize != 16 && thissize != 32 in parse_neon_type()
1551 && thissize != 64) in parse_neon_type()
1553 as_bad (_("bad size %d in type specifier"), thissize); in parse_neon_type()
[all …]
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-arm.c1491 unsigned thissize = -1u; in parse_neon_type() local
1511 thissize = 64; in parse_neon_type()
1520 thissize = strtoul (ptr, &ptr, 10); in parse_neon_type()
1521 if (thissize != 16) in parse_neon_type()
1523 as_bad (_("bad size %d in type specifier"), thissize); in parse_neon_type()
1545 thissize = 32; in parse_neon_type()
1549 thissize = strtoul (ptr, &ptr, 10); in parse_neon_type()
1551 if (thissize != 8 && thissize != 16 && thissize != 32 in parse_neon_type()
1552 && thissize != 64) in parse_neon_type()
1554 as_bad (_("bad size %d in type specifier"), thissize); in parse_neon_type()
[all …]