HomeSort by relevance Sort by last modified time
    Searched refs:growth (Results 1 - 22 of 22) 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;
  /toolchain/binutils/binutils-2.25/gas/
write.c 2204 offsetT growth; local
2489 offsetT growth = 0; local
    [all...]
  /external/libcxxabi/test/
test_fallback_malloc.pass.cpp 30 container alloc_series ( size_t sz, float growth ) {
36 sz *= growth;
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
test_fallback_malloc.pass.cpp 30 container alloc_series ( size_t sz, float growth ) {
36 sz *= 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-mep.c 1457 int growth; member in struct:__anon74074
    [all...]
tc-m32r.c 1647 long growth = 0; local
    [all...]
tc-tic54x.c 5246 int growth = 0; local
    [all...]
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-msp430.c 3811 long growth; local
    [all...]
tc-m68hc11.c 3871 long growth; local
    [all...]
tc-xtensa.c 9060 addressT growth; local
9584 int growth = 0; local
9637 int growth = 0; local
    [all...]
  /external/v8/test/mjsunit/regress/
regress-2073.js 28 // Running this test with --trace_gc will show heap size growth due to
regress-231.js 29 // A stack growth during a look-ahead could restore a pointer to the old stack.
  /external/v8/src/
utils.h 681 int growth = current_length * (growth_factor - 1); local
682 if (growth > max_growth) {
683 growth = max_growth;
685 new_capacity = current_length + growth;
687 new_capacity = min_capacity + growth;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursesf.h 206 // For a dynamic field you may set the maximum growth limit.
207 // A zero means unlimited growth.
208 inline void set_maximum_growth(int growth = 0) {
209 OnError(::set_max_field(field,growth));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursesf.h 206 // For a dynamic field you may set the maximum growth limit.
207 // A zero means unlimited growth.
208 inline void set_maximum_growth(int growth = 0) {
209 OnError(::set_max_field(field,growth));
  /external/pcre/dist/
pcrecpp_unittest.cc 120 const double growth = double(final_size - initial_size) / final_size;
121 printf("Growth: %0.2f%%", growth * 100);
122 CHECK(growth < 0.02); // Allow < 2% growth
    [all...]
  /external/jsoncpp/include/json/
value.h 695 bool reserveDelta(BucketIndex growth);
  /external/jemalloc/bin/
jeprof.in 105 my $GROWTH_PAGE = "/pprof/growth";
378 # growth
    [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 755 milliseconds