Searched refs:growth (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/
H A Dwrite.c1870 offsetT growth; local
1950 growth = this_type->rlx_length - start_type->rlx_length;
1951 if (growth != 0)
1953 return growth;
2136 offsetT growth = 0; local
2150 growth = 0;
2167 growth = 0;
2195 growth += md_short_jump_size;
2208 growth += md_long_jump_size;
2234 growth
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dipa-inline.c40 by the limits specified by user (allowed function growth, overall unit
41 growth and so on).
52 on code size growth fits.
59 all functions by their "profitability" (estimated by code size growth)
220 /* Estimate the growth caused by inlining NODE into all callees. */
225 int growth = 0; local
232 growth += (cgraph_estimate_size_after_inlining (1, e->caller, node)
239 growth -= node->global.insns;
241 node->global.estimated_growth = growth;
242 return growth;
388 int growth = local
756 int growth = local
[all...]
H A Dfinal.c590 For this purpose, align_fuzz with a growth argument of 0 computes the
602 align_fuzz (rtx start, rtx end, int known_align_log, unsigned int growth)
624 fuzz += (-align_addr ^ growth) & (new_align - known_align);
598 align_fuzz(rtx start, rtx end, int known_align_log, unsigned int growth) argument
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-mep.c1146 int growth;
1207 ACTUALLY the growth beyond fr_fix. Whatever we do to grow fr_fix
1257 return subtype_mappings[fragP->fr_subtype].growth;
1293 fragP->fr_fix += subtype_mappings[fragP->fr_subtype].growth;
1351 growth, so we must manually handle converting out-of-range BEQ
1385 if (subtype_mappings[fragP->fr_subtype].growth)
1387 fragP->fr_fix += subtype_mappings[fragP->fr_subtype].growth;
1143 int growth; member in struct:__anon344
/freebsd-11-stable/sys/conf/
H A Dkern.pre.mk83 CFLAGS.gcc+= --param inline-unit-growth=${CFLAGS_PARAM_INLINE_UNIT_GROWTH}
84 CFLAGS.gcc+= --param large-function-growth=${CFLAGS_PARAM_LARGE_FUNCTION_GROWTH}
H A Dkmod.mk130 CFLAGS.gcc+= --param inline-unit-growth=100
131 CFLAGS.gcc+= --param large-function-growth=1000
/freebsd-11-stable/contrib/ncurses/form/
H A Dfrm_driver.c98 /* Allow dynamic field growth also when navigating past the end */
640 int growth; local
651 growth = field->cols * amount;
653 growth = Minimum(field->maxgrow - field->dcols, growth);
654 field->dcols += growth;
660 growth = (field->rows + field->nrow) * amount;
662 growth = Minimum(field->maxgrow - field->drows, growth);
663 field->drows += growth;
[all...]
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c20305 /* When converting from UTF-16, the maximum growth results from
20313 /* When converting from UTF-8 to UTF-16 the maximum growth is caused
128631 float growth; local
128859 float growth = cellGrowth(pRtree, &aCell[ii], &aCell[jj]); local
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c193404 RtreeDValue growth; local
[all...]

Completed in 1426 milliseconds