HomeSort by: relevance | last modified time | path
    Searched defs:thissize (Results 1 - 11 of 11) sorted by relevancy

  /src/external/gpl3/binutils/dist/ld/
ldwrite.c 447 bfd_size_type thissize = 0; local
461 thissize = sec->size;
472 || (thissize + sec_size >= config.split_by_file))
520 sec_size = thissize;
527 sec_size += thissize;
  /src/external/gpl3/binutils.old/dist/ld/
ldwrite.c 447 bfd_size_type thissize = 0; local
461 thissize = sec->size;
472 || (thissize + sec_size >= config.split_by_file))
520 sec_size = thissize;
527 sec_size += thissize;
  /src/external/gpl3/gdb/dist/gdb/
frame.c 1520 int thissize = register_size (gdbarch, i); local
1522 if (thissize == 0)
1524 maxsize += thissize;
  /src/external/gpl3/gdb.old/dist/gdb/
frame.c 1520 int thissize = register_size (gdbarch, i); local
1522 if (thissize == 0)
1524 maxsize += thissize;
  /src/usr.bin/vmstat/
vmstat.c 1942 size_t elemsize, hashbufsize, thissize; local
2023 thissize = hashsize * elemsize;
2024 if (hashbuf == NULL || thissize > hashbufsize) {
2025 if ((nhashbuf = realloc(hashbuf, thissize)) == NULL)
2029 hashbufsize = thissize;
2031 deref_kptr(hashaddr, hashbuf, thissize,
  /src/external/gpl3/gcc/dist/gcc/
expmed.cc 1405 unsigned HOST_WIDE_INT thissize;
1427 /* THISSIZE must not overrun a word boundary. Otherwise,
1430 thissize = MIN (bitsize - bitsdone, BITS_PER_WORD);
1431 thissize = MIN (thissize, unit - thispos);
1438 >> (bitsize - bitsdone - thissize))
1439 & ((HOST_WIDE_INT_1 << thissize) - 1));
1443 thissize,
1444 bitsize - bitsdone - thissize,
1451 thissize,
1402 unsigned HOST_WIDE_INT thissize; local
2321 unsigned HOST_WIDE_INT thissize; local
    [all...]
varasm.cc 2122 int thissize = size - pos;
2123 if (thissize > maximum)
2124 thissize = maximum;
2126 ASM_OUTPUT_ASCII (asm_out_file, p, thissize);
2128 pos += thissize;
2129 p += thissize;
5245 unsigned HOST_WIDE_INT thissize;
5305 thissize = int_size_in_bytes (TREE_TYPE (exp));
5343 if (!assemble_integer (cst, MIN (size, thissize), align, 0))
5348 gcc_assert (size == thissize);
2114 int thissize = size - pos; local
5221 unsigned HOST_WIDE_INT thissize; local
5334 output_constant (TREE_REALPART (exp), thissize \/ 2, align, local
5336 output_constant (TREE_IMAGPART (exp), thissize \/ 2, local
5410 assemble_string (TREE_STRING_POINTER (exp), thissize); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
expmed.cc 1398 unsigned HOST_WIDE_INT thissize;
1420 /* THISSIZE must not overrun a word boundary. Otherwise,
1423 thissize = MIN (bitsize - bitsdone, BITS_PER_WORD);
1424 thissize = MIN (thissize, unit - thispos);
1431 >> (bitsize - bitsdone - thissize))
1432 & ((HOST_WIDE_INT_1 << thissize) - 1));
1436 thissize,
1437 bitsize - bitsdone - thissize,
1444 thissize,
1395 unsigned HOST_WIDE_INT thissize; local
2305 unsigned HOST_WIDE_INT thissize; local
    [all...]
varasm.cc 2096 int thissize = size - pos;
2097 if (thissize > maximum)
2098 thissize = maximum;
2100 ASM_OUTPUT_ASCII (asm_out_file, p, thissize);
2102 pos += thissize;
2103 p += thissize;
5200 unsigned HOST_WIDE_INT thissize;
5260 thissize = int_size_in_bytes (TREE_TYPE (exp));
5298 if (!assemble_integer (cst, MIN (size, thissize), align, 0))
5303 gcc_assert (size == thissize);
2088 int thissize = size - pos; local
5176 unsigned HOST_WIDE_INT thissize; local
5289 output_constant (TREE_REALPART (exp), thissize \/ 2, align, local
5291 output_constant (TREE_IMAGPART (exp), thissize \/ 2, local
5309 assemble_string (TREE_STRING_POINTER (exp), thissize); local
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-arm.c 1473 unsigned long thissize = -1ul; local
1493 thissize = 64;
1506 thissize = strtoul (ptr, &ptr, 10);
1507 if (thissize != 16)
1509 as_bad (_("bad size %lu in type specifier"), thissize);
1523 thissize = 32;
1529 thissize = strtoul (ptr, &ptr, 10);
1531 if (thissize != 8 && thissize != 16 && thissize != 3
20732 int result = FAIL, thissize, thisalign; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c 1477 unsigned thissize = -1u; local
1497 thissize = 64;
1508 thissize = strtoul (ptr, &ptr, 10);
1509 if (thissize != 16)
1511 as_bad (_("bad size %d in type specifier"), thissize);
1524 thissize = 32;
1528 thissize = strtoul (ptr, &ptr, 10);
1530 if (thissize != 8 && thissize != 16 && thissize != 3
20735 int result = FAIL, thissize, thisalign; local
    [all...]

Completed in 62 milliseconds