Searched refs:total_size (Results 1 - 25 of 73) sorted by relevance

123

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Drv-array1.C4 int total_size; variable
13 total_size -= size;
26 total_size -= size;
35 total_size ++;
54 return total_size;
/haiku-buildtools/gcc/gmp/
H A Dtal-reent.c48 size_t total_size; local
52 total_size = size + HSIZ;
53 p = (*__gmp_allocate_func) (total_size);
54 P->size = total_size;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/cons/
H A Ddefault.cc35 VERIFY( u.total_size() == 10 );
H A Dparms.cc35 VERIFY( u.total_size() == 15 );
/haiku-buildtools/gcc/gmp/mpn/sparc64/
H A Ddivrem_1.c65 /* udivx is good for total_size==1, and no need to bother checking
78 mp_size_t size, xsize, total_size, adj; local
86 total_size = size + xsize;
104 total_size--;
118 total_size--;
119 if (total_size == 0)
169 mp_size_t size, xsize, total_size; local
177 total_size = total_size_limbs;
180 qp += total_size; /* above high limb */
193 total_size
[all...]
/haiku-buildtools/gcc/libvtv/
H A Dvtv_malloc.cc113 size_t total_size; local
125 total_size = (ci->limit - (char *) protect_start);
138 result = mprotect (protect_start, total_size, protection_flag);
144 num_pages_protected += (total_size + VTV_PAGE_SIZE - 1)/ VTV_PAGE_SIZE;
/haiku-buildtools/gcc/gcc/
H A Ddata-streamer-out.c119 unsigned int start = string_stream->total_size;
300 obs->total_size += size;
358 obs->total_size += size;
394 obs->total_size += copy;
H A Dlra-spills.c164 unsigned int total_size = MAX (inherent_size, max_ref_width); local
188 x = assign_stack_local (mode, total_size,
190 || total_size > inherent_size ? -1 : 0);
197 adjust = inherent_size - total_size;
201 mode_for_size (total_size * BITS_PER_UNIT,
210 if (BYTES_BIG_ENDIAN && inherent_size < total_size)
211 adjust += (total_size - inherent_size);
/haiku-buildtools/legacy/binutils/opcodes/
H A Dcrx-dis.c379 int inst_bit_size, total_size; local
436 total_size = a->size + 10; /* sizeof(rbase + ridx + scl2) = 10. */
437 p = makelongparameter (allWords, inst_bit_size - total_size,
438 inst_bit_size - (total_size - 4));
440 p = makelongparameter (allWords, inst_bit_size - (total_size - 4),
441 inst_bit_size - (total_size - 8));
443 p = makelongparameter (allWords, inst_bit_size - (total_size - 8),
444 inst_bit_size - (total_size - 10));
446 p = makelongparameter (allWords, inst_bit_size - (total_size - 10),
/haiku-buildtools/binutils/opcodes/
H A Dcrx-dis.c380 int inst_bit_size, total_size; local
437 total_size = a->size + 10; /* sizeof(rbase + ridx + scl2) = 10. */
438 p = makelongparameter (allWords, inst_bit_size - total_size,
439 inst_bit_size - (total_size - 4));
441 p = makelongparameter (allWords, inst_bit_size - (total_size - 4),
442 inst_bit_size - (total_size - 8));
444 p = makelongparameter (allWords, inst_bit_size - (total_size - 8),
445 inst_bit_size - (total_size - 10));
447 p = makelongparameter (allWords, inst_bit_size - (total_size - 10),
/haiku-buildtools/gcc/gcc/config/lm32/
H A Dlm32.c85 HOST_WIDE_INT total_size; /* number of bytes of entire frame. */ member in struct:lm32_frame_info
401 if (current_frame_info.total_size > 0)
404 stack_adjust (-current_frame_info.total_size);
417 /* Add offset - Don't use total_size, as that includes pretend_size,
440 if (current_frame_info.total_size > 0)
450 stack_adjust (current_frame_info.total_size);
468 HOST_WIDE_INT total_size, locals_size, args_size, pretend_size, callee_size; local
500 total_size = pretend_size + args_size + locals_size + callee_size;
503 total_size = (total_size
[all...]
/haiku-buildtools/legacy/gcc/gcc/config/arc/
H A Darc.c909 unsigned int total_size; /* # bytes that the entire frame takes up. */
1007 unsigned int total_size, var_size, args_size, pretend_size, extra_size;
1017 total_size = extra_size + pretend_size + args_size + var_size;
1039 total_size += reg_size;
1044 if (total_size == extra_size
1046 total_size = extra_size = 0;
1048 total_size = ARC_STACK_ALIGN (total_size);
1051 current_frame_info.total_size = total_size;
901 unsigned int total_size; /* # bytes that the entire frame takes up. */ member in struct:arc_frame_info
999 unsigned int total_size, var_size, args_size, pretend_size, extra_size; local
[all...]
/haiku-buildtools/legacy/gcc/gcc/config/m32r/
H A Dm32r.c1459 unsigned int total_size; /* # bytes that the entire frame takes up */
1503 unsigned int total_size, var_size, args_size, pretend_size, extra_size;
1513 total_size = extra_size + pretend_size + args_size + var_size;
1538 total_size += reg_size;
1541 handler will do the right thing if this changes total_size. */
1542 total_size = M32R_STACK_ALIGN (total_size);
1544 frame_size = total_size - (pretend_size + reg_size);
1547 current_frame_info.total_size = total_size;
1450 unsigned int total_size; /* # bytes that the entire frame takes up */ member in struct:m32r_frame_info
1494 unsigned int total_size, var_size, args_size, pretend_size, extra_size; local
1679 int total_size; local
[all...]
/haiku-buildtools/gcc/libsanitizer/lsan/
H A Dlsan_common.cc512 leaks_[i].total_size += leaked_size;
530 return leak1.total_size > leak2.total_size;
565 leaks_[index].total_size, leaks_[index].hit_count);
591 bytes += leaks_[i].total_size;
605 s->weight += leaks_[i].total_size;
H A Dlsan_common.h81 uptr total_size; member in struct:__lsan::Leak
/haiku-buildtools/gcc/gcc/lto/
H A Dlto-partition.c435 max (total_size / lto_partitions, min_partition_size)
465 int total_size = 0, best_total_size = 0; local
488 total_size += inline_summaries->get (node)->size;
518 partition_size = total_size / n_lto_partitions;
525 total_size, partition_size);
545 total_size -= inline_summaries->get (noreorder[noreorder_pos])->size;
552 total_size -= inline_summaries->get (order[i])->size;
715 best_total_size = total_size;
744 total_size = best_total_size;
755 partition_size = total_size / (n_lto_partition
[all...]
/haiku-buildtools/gcc/gcc/config/epiphany/
H A Depiphany.c986 unsigned int total_size; /* # bytes that the entire frame takes up. */
1102 unsigned int total_size, var_size, args_size, pretend_size, reg_size;
1113 total_size = args_size + var_size;
1186 if (((total_size + reg_size
1203 if (total_size + reg_size < 0x3fc)
1205 first_slot_offset = EPIPHANY_STACK_ALIGN (total_size + reg_size);
1212 last_slot_offset = EPIPHANY_STACK_ALIGN (total_size);
1218 else if (total_size + reg_size < 0x1ffc && first_slot >= 0)
1220 first_slot_offset = EPIPHANY_STACK_ALIGN (total_size + reg_size);
1225 if (total_size
979 unsigned int total_size; /* # bytes that the entire frame takes up. */ member in struct:epiphany_frame_info
1095 unsigned int total_size, var_size, args_size, pretend_size, reg_size; local
[all...]
/haiku-buildtools/gcc/gcc/config/m32r/
H A Dm32r.c1537 unsigned int total_size; /* # bytes that the entire frame takes up. */
1580 unsigned int total_size, var_size, args_size, pretend_size, extra_size;
1592 total_size = extra_size + pretend_size + args_size + var_size;
1617 total_size += reg_size;
1620 handler will do the right thing if this changes total_size. */
1621 total_size = M32R_STACK_ALIGN (total_size);
1623 /* frame_size = total_size - (pretend_size + reg_size); */
1626 current_frame_info.total_size = total_size;
1523 unsigned int total_size; /* # bytes that the entire frame takes up. */ member in struct:m32r_frame_info
1566 unsigned int total_size, var_size, args_size, pretend_size, extra_size; local
1806 int total_size; local
[all...]
/haiku-buildtools/gcc/gcc/config/iq2000/
H A Diq2000.c109 long total_size; /* # bytes that the entire frame takes up. */
127 long total_size; /* # bytes that the entire frame takes up. */
1532 : cfun->machine->total_size;
1655 HOST_WIDE_INT total_size; /* # bytes that the entire frame takes up. */
1676 total_size = var_size + args_size + extra_size;
1704 total_size += gp_reg_rounded + IQ2000_STACK_ALIGN (fp_reg_size);
1707 (total_size == extra_size) to save the gp reg. */
1708 if (total_size == extra_size
1710 total_size = extra_size = 0;
1712 total_size
108 long total_size; /* # bytes that the entire frame takes up. */ member in struct:iq2000_frame_info
126 long total_size; /* # bytes that the entire frame takes up. */ variable
1638 HOST_WIDE_INT total_size; /* # bytes that the entire frame takes up. */ local
[all...]
/haiku-buildtools/legacy/gcc/gcc/config/dsp16xx/
H A Ddsp16xx.c1108 long total_size; local
1120 total_size = var_size + args_size + extra_size + reg_size;
1124 current_frame_info.total_size = total_size;
1137 current_frame_info.fp_save_offset = offset - total_size;
1140 return total_size;
1174 long total_size; local
1180 total_size = compute_frame_size (size);
1184 current_frame_info.total_size,
1255 fprintf( file, "\t%s=%d\n", reg_names[REG_J], -total_size);
[all...]
/haiku-buildtools/gcc/gcc/config/xtensa/
H A Dxtensa.c2700 HOST_WIDE_INT total_size;
2705 total_size = compute_frame_size (get_frame_size ());
2709 if (total_size < (1 << (12+3)))
2710 insn = emit_insn (gen_entry (GEN_INT (total_size)));
2716 emit_move_insn (tmp_reg, GEN_INT (total_size - MIN_FRAME_SIZE));
2727 if (total_size > 0 && total_size <= 128)
2730 GEN_INT (-total_size)));
2734 -total_size));
2736 offset = total_size
2698 HOST_WIDE_INT total_size; local
2931 HOST_WIDE_INT total_size = compute_frame_size (get_frame_size ()); local
[all...]
/haiku-buildtools/gcc/gcc/config/microblaze/
H A Dmicroblaze.c163 long total_size; /* # bytes that the entire frame takes up. */ variable
2041 HOST_WIDE_INT total_size; /* # bytes that the entire frame takes up. */ local
2067 total_size = var_size + args_size;
2087 total_size += gp_reg_size;
2091 total_size += 4;
2095 if (total_size == 0 && crtl->is_leaf)
2100 total_size += link_debug_size;
2103 current_frame_info.total_size = total_size;
2114 current_frame_info.gp_offset = (total_size
[all...]
/haiku-buildtools/gcc/gcc/config/cr16/
H A Dcr16.c118 total_size The sum of 2 sizes: locals vars and padding byte
140 unsigned long total_size; member in struct:cr16_frame_info
453 current_frame_info.total_size = current_frame_info.var_size
1959 if ((current_frame_info.total_size + current_frame_info.reg_size) == 0)
1972 if (current_frame_info.total_size > 0)
1975 GEN_INT (-current_frame_info.total_size)));
2007 if (current_frame_info.total_size > 0)
2010 GEN_INT (current_frame_info.total_size)));
/haiku-buildtools/gcc/libiberty/
H A Dpex-win32.c598 int total_size = 1; /* 1 is for the final null. */ local
608 total_size += strlen (env[var]) + 1;
610 env_block = XNEWVEC (char, total_size);
/haiku-buildtools/gcc/gcc/config/fr30/
H A Dfr30.c130 unsigned int total_size; /* # Bytes that the entire frame takes up. */ member in struct:fr30_frame_info
281 current_frame_info.total_size = args_size + var_size + reg_size + pretend_size;
314 gcc_assert (current_frame_info.total_size || !current_frame_info.gmask);

Completed in 436 milliseconds

123