HomeSort by: relevance | last modified time | path
    Searched defs:this_size (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/libgcc/config/rs6000/
darwin-crt2.c 69 unsigned long this_size; /* sizeof (live_images) */ member in struct:live_images
98 l->this_size = sizeof (*l);
120 if (destroy->this_size != sizeof (*destroy)) /* sanity check */
  /src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
darwin-crt2.c 69 unsigned long this_size; /* sizeof (live_images) */ member in struct:live_images
98 l->this_size = sizeof (*l);
120 if (destroy->this_size != sizeof (*destroy)) /* sanity check */
  /src/external/gpl3/gcc/dist/libgcc/config/
unwind-dw2-fde-darwin.c 73 unsigned long this_size; /* sizeof (live_images) */ member in struct:live_images
  /src/external/gpl3/gcc.old/dist/libgcc/config/
unwind-dw2-fde-darwin.c 73 unsigned long this_size; /* sizeof (live_images) */ member in struct:live_images
  /src/external/gpl2/diffutils/dist/lib/
alloca.c 332 long this_size; /* Size of this block (does not include member in struct:stk_trailer
389 size = trailer->this_size;
409 if (trailer->this_size <= 0)
411 result += trailer->this_size;
  /src/external/gpl2/gmake/dist/
alloca.c 329 long this_size; /* Size of this block (does not include member in struct:stk_trailer
386 size = trailer->this_size;
406 if (trailer->this_size <= 0)
408 result += trailer->this_size;
  /src/external/gpl2/grep/dist/lib/
alloca.c 331 long this_size; /* Size of this block (does not include member in struct:stk_trailer
388 size = trailer->this_size;
408 if (trailer->this_size <= 0)
410 result += trailer->this_size;
  /src/external/gpl2/texinfo/dist/lib/
alloca.c 319 long this_size; /* Size of this block (does not include member in struct:stk_trailer
376 size = trailer->this_size;
396 if (trailer->this_size <= 0)
398 result += trailer->this_size;
  /src/external/gpl2/xcvs/dist/lib/
alloca.c 319 long this_size; /* Size of this block (does not include member in struct:stk_trailer
376 size = trailer->this_size;
396 if (trailer->this_size <= 0)
398 result += trailer->this_size;
  /src/external/gpl3/binutils/dist/libiberty/
alloca.c 312 long this_size; /* Size of this block (does not include member in struct:stk_trailer
369 size = trailer->this_size;
389 if (trailer->this_size <= 0)
391 result += trailer->this_size;
  /src/external/gpl3/binutils.old/dist/libiberty/
alloca.c 312 long this_size; /* Size of this block (does not include member in struct:stk_trailer
369 size = trailer->this_size;
389 if (trailer->this_size <= 0)
391 result += trailer->this_size;
  /src/external/gpl3/gcc/dist/libiberty/
alloca.c 312 long this_size; /* Size of this block (does not include member in struct:stk_trailer
369 size = trailer->this_size;
389 if (trailer->this_size <= 0)
391 result += trailer->this_size;
  /src/external/gpl3/gcc.old/dist/libiberty/
alloca.c 312 long this_size; /* Size of this block (does not include member in struct:stk_trailer
369 size = trailer->this_size;
389 if (trailer->this_size <= 0)
391 result += trailer->this_size;
  /src/external/gpl3/gdb/dist/libiberty/
alloca.c 312 long this_size; /* Size of this block (does not include member in struct:stk_trailer
369 size = trailer->this_size;
389 if (trailer->this_size <= 0)
391 result += trailer->this_size;
  /src/external/gpl3/gdb.old/dist/libiberty/
alloca.c 312 long this_size; /* Size of this block (does not include member in struct:stk_trailer
369 size = trailer->this_size;
389 if (trailer->this_size <= 0)
391 result += trailer->this_size;
  /src/sys/arch/arm/xscale/
pxa2x0_dmac.c 1037 bus_size_t src_size, dst_size, this_size; local
1083 this_size = dst_size;
1086 this_size = src_size;
1088 this_size = uimin(dst_size, src_size);
1094 this_size = uimin(this_size, DCMD_LENGTH_MASK & ~0x1f);
1102 dd->dd_dcmd = dxs->dxs_dcmd | this_size;
1120 src_size -= this_size;
1121 src_ds->ds_offset += this_size;
1128 src_mem_addr += this_size;
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-h8300.c 1083 int this_size; local
1087 this_size = this_try->opcode->how & SN;
1256 else if (this_size != size && (this_size != SN && size != SN))
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-h8300.c 1083 int this_size; local
1087 this_size = this_try->opcode->how & SN;
1256 else if (this_size != size && (this_size != SN && size != SN))
  /src/external/gpl3/gcc/dist/gcc/
ggc-common.cc 875 size_t this_size
878 if (fread (uleb128_ptr, 1, this_size, f) != this_size)
884 unsigned char *uleb128_end = uleb128_ptr + this_size;
885 if (this_size != reloc_addrs_size)
902 reloc_addrs_size -= this_size;
905 this_size = uleb128_end + 2 * sizeof (size_t) - uleb128_ptr;
906 memcpy (uleb128_buf, uleb128_ptr, this_size);
907 uleb128_ptr = uleb128_buf + this_size;
874 size_t this_size local
ipa-split.cc 1851 int this_size; local
1854 this_size = estimate_num_insns (stmt, &eni_size_weights);
1857 size += this_size;
1864 freq.to_double (), this_size, this_time.to_double ());
ipa-fnsummary.cc 2828 int this_size = estimate_num_insns (stmt, &eni_size_weights); local
2837 this_size--;
2846 freq.to_double (), this_size,
2895 es->call_stmt_size = this_size;
2933 if (this_time || this_size)
2958 size += this_size;
2970 info->account_size_time (this_size * prob,
2975 info->account_size_time (this_size * (2 - prob),
  /src/external/gpl3/gcc.old/dist/gcc/
ggc-common.cc 853 size_t this_size
856 if (fread (uleb128_ptr, 1, this_size, f) != this_size)
862 unsigned char *uleb128_end = uleb128_ptr + this_size;
863 if (this_size != reloc_addrs_size)
880 reloc_addrs_size -= this_size;
883 this_size = uleb128_end + 2 * sizeof (size_t) - uleb128_ptr;
884 memcpy (uleb128_buf, uleb128_ptr, this_size);
885 uleb128_ptr = uleb128_buf + this_size;
852 size_t this_size local
ipa-split.cc 1841 int this_size; local
1844 this_size = estimate_num_insns (stmt, &eni_size_weights);
1847 size += this_size;
1854 freq.to_double (), this_size, this_time.to_double ());
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
expr.c 197 size_t this_size_bits, this_size; local
223 this_size = bits_to_bytes (bits_to_skip, this_size_bits);
224 buffer.resize (this_size);
309 this_size = bits_to_bytes (bits_to_skip, this_size_bits);
310 buffer.resize (this_size);
318 buffer.data (), this_size);
328 if (this_size <= 8)
332 this_size);
339 read_memory (start_addr + this_size - 1,
340 &buffer[this_size - 1], 1)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
expr.c 197 size_t this_size_bits, this_size; local
223 this_size = bits_to_bytes (bits_to_skip, this_size_bits);
224 buffer.resize (this_size);
309 this_size = bits_to_bytes (bits_to_skip, this_size_bits);
310 buffer.resize (this_size);
318 buffer.data (), this_size);
328 if (this_size <= 8)
332 this_size);
339 read_memory (start_addr + this_size - 1,
340 &buffer[this_size - 1], 1)
    [all...]

Completed in 65 milliseconds

1 2