HomeSort by relevance Sort by last modified time
    Searched defs:growth (Results 1 - 15 of 15) sorted by null

  /external/google-breakpad/src/client/
minidump_file_writer.cc 226 size_t growth = aligned_size; local
230 if (growth < minimal_growth)
231 growth = minimal_growth;
233 size_t new_size = size_ + growth;
  /external/v8/src/
collector.h 142 int growth = current_length * (growth_factor - 1); local
143 if (growth > max_growth) {
144 growth = max_growth;
146 new_capacity = current_length + growth;
148 new_capacity = min_capacity + growth;
  /toolchain/binutils/binutils-2.25/gas/config/
tc-epiphany.c 691 long growth = 0;
713 growth = relax_frag (segment, fragP, stretch);
715 return growth;
724 The guess for fr_var is ACTUALLY the growth beyond fr_fix.
684 long growth = 0; local
tc-cris.c 522 long growth; local
604 growth = this_type->rlx_length - start_type->rlx_length;
605 if (growth != 0)
607 return growth;
618 is *actually* the growth beyond fr_fix. Whatever we do to grow fr_fix
    [all...]
tc-m32r.c 1647 long growth = 0; local
    [all...]
tc-m68hc11.c 3871 long growth; local
    [all...]
tc-mep.c 1457 int growth; member in struct:__anon108271
    [all...]
tc-msp430.c 3811 long growth; local
    [all...]
tc-tic54x.c 5246 int growth = 0; local
    [all...]
tc-xtensa.c 9060 addressT growth; local
9584 int growth = 0; local
9637 int growth = 0; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
write.c 2204 offsetT growth; local
2489 offsetT growth = 0; local
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 165553 RtreeDValue growth; local
    [all...]
  /external/sqlite/dist/
sqlite3.c 165565 RtreeDValue growth; local
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 

Completed in 2082 milliseconds