/external/v8/src/ |
D | collector.h | 142 int growth = current_length * (growth_factor - 1); in Grow() local 143 if (growth > max_growth) { in Grow() 144 growth = max_growth; in Grow() 146 new_capacity = current_length + growth; in Grow() 148 new_capacity = min_capacity + growth; in Grow()
|
/external/google-breakpad/src/client/ |
D | minidump_file_writer.cc | 226 size_t growth = aligned_size; in Allocate() local 230 if (growth < minimal_growth) in Allocate() 231 growth = minimal_growth; in Allocate() 233 size_t new_size = size_ + growth; in Allocate()
|
/external/libcxxabi/test/ |
D | test_fallback_malloc.pass.cpp | 30 container alloc_series ( size_t sz, float growth ) { in alloc_series() argument 36 sz *= growth; in alloc_series()
|
/external/libvorbis/ |
D | config.h.in | 74 direction of stack growth for your system; otherwise it will be 78 STACK_DIRECTION = 0 => direction of growth unknown */
|
/external/e2fsprogs/tests/r_ext4_big_expand/ |
D | script | 3 test_description="very large fs growth using ext4"
|
/external/e2fsprogs/tests/r_64bit_big_expand/ |
D | script | 3 test_description="very large fs growth using ext4 w/64bit"
|
/external/bison/m4/ |
D | alloca.m4 | 113 direction of stack growth for your system; otherwise it will be 117 STACK_DIRECTION = 0 => direction of growth unknown */
|
/external/pcre/pcrecpp/ |
D | 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
|
/external/jsoncpp/src/lib_json/ |
D | json_internalmap.inl | 189 bool ValueInternalMap::reserveDelta(BucketIndex growth) { argument 190 return reserve(itemCount_ + growth);
|
/external/llvm/test/CodeGen/Hexagon/ |
D | opt-addr-mode.ll | 2 …exagon-small-data-threshold=0 -disable-hexagon-amodeopt=0 -hexagon-amode-growth-limit=4 < %s | Fil…
|
/external/llvm/test/Transforms/Inline/ |
D | inline-tail.ll | 38 ; to prevent unbounded stack growth.
|
/external/valgrind/docs/internals/ |
D | segments-seginfos.txt | 18 * stack growth
|
/external/jsoncpp/include/json/ |
D | value.h | 695 bool reserveDelta(BucketIndex growth);
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.tessellation.txt | 83 segment length growth, and the requirement that two edges with identical clamped
|
/external/e2fsprogs/lib/ |
D | config.h.in | 673 direction of stack growth for your system; otherwise it will be 677 STACK_DIRECTION = 0 => direction of growth unknown */
|
/external/vixl/doc/aarch32/design/ |
D | code-generation-aarch32.md | 202 // - No automatic buffer growth, but does check that there is space. (In
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ACBTree.m | 167 /* check for growth at the root */
|
/external/harfbuzz_ng/ |
D | NEWS | 335 * Bound buffer growth during shaping to 32x, 336 * Fix assertions and other issues at OOM / buffer max-growth.
|
/external/valgrind/ |
D | configure.ac | 2065 # does this compiler support --param inline-unit-growth=... ? 2067 AC_MSG_CHECKING([if gcc accepts --param inline-unit-growth]) 2070 CFLAGS="--param inline-unit-growth=900 -Werror" 2076 ["--param inline-unit-growth=900"])
|
/external/jemalloc/ |
D | ChangeLog | 744 growth-triggered heap profile dumps. 755 interval- and growth-triggered heap profiles.
|
/external/icu/icu4j/main/shared/data/ |
D | Transliterator_Han_Latin_Definition.txt | 583 䊣 < light\-yellow\-dust\-like\-fungoid\-growth\-on\-wine; 1933 鬈 < fine\-growth\-of\-hair\-curly\-hair; 2853 薾 < luxuriant\-growth\-of\-flower; 2870 篟 < luxuriant\-growth\-of\-bamboo; 3034 芜 < luxurious\-growth\-of\-weeds; 4418 䔊 < dense\-growth\-of\-grass; 4583 菀 < luxuriance\-of\-growth; 4826 䔈 < lush\-growth\-of\-grass; 6820 蔇 < luxuriant\-growth; 8145 生長激素 < growth\-hormone; [all …]
|
/external/fmtlib/ |
D | ChangeLog.rst | 7 * Corrected buffer growth when formatting time (`#367 <https://github.com/fmtlib/fmt/issues/367>`_)
|
/external/syslinux/doc/ |
D | CodingStyle.txt | 273 problem, which is called the function-growth-hormone-imbalance syndrome.
|
/external/googletest/googletest/docs/ |
D | V1_5_FAQ.md | 107 Finally, with the growth of Google Mock's [matcher](../../CookBook.md#using-matchers-in-google-test…
|
D | V1_6_FAQ.md | 204 Finally, with the growth of Google Mock's [matcher](../../CookBook.md#using-matchers-in-google-test…
|