Home
last modified time | relevance | path

Searched refs:growth (Results 1 – 25 of 101) sorted by relevance

12345

/external/google-breakpad/src/client/
Dminidump_file_writer.cc290 size_t growth = aligned_size; in Allocate() local
294 if (growth < minimal_growth) in Allocate()
295 growth = minimal_growth; in Allocate()
297 size_t new_size = size_ + growth; in Allocate()
/external/deqp-deps/glslang/glslang/Include/
DInfoSink.h129 void checkMem(size_t growth) { if (sink.capacity() < sink.size() + growth + 2) in checkMem() argument
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/
DInfoSink.h129 void checkMem(size_t growth) { if (sink.capacity() < sink.size() + growth + 2) in checkMem() argument
/external/cldr/tools/java/org/unicode/cldr/draft/
DGapString.java268 int growth = gapNeeded - gapLength; in shiftTo() local
269 if (growth > 0) { in shiftTo()
270 growToLength((buffer.length + growth) * GROWTH_FACTOR + GROWTH_INCREMENT); in shiftTo()
/external/llvm-project/libcxxabi/test/
Dtest_fallback_malloc.pass.cpp29 container alloc_series ( size_t sz, float growth ) { in alloc_series() argument
35 sz *= growth; in alloc_series()
/external/libcxxabi/test/
Dtest_fallback_malloc.pass.cpp30 container alloc_series ( size_t sz, float growth ) { in alloc_series() argument
36 sz *= growth; in alloc_series()
/external/e2fsprogs/tests/r_ext4_big_expand/
Dscript1 test_description="very large fs growth using ext4"
/external/e2fsprogs/tests/r_64bit_big_expand/
Dscript1 test_description="very large fs growth using ext4 w/64bit"
/external/libtextclassifier/abseil-cpp/absl/container/internal/
Draw_hash_set_test.cc75 for (size_t growth = 0; growth < 10000; ++growth) { in TEST() local
76 SCOPED_TRACE(growth); in TEST()
77 size_t capacity = NormalizeCapacity(GrowthToLowerboundCapacity(growth)); in TEST()
79 EXPECT_THAT(CapacityToGrowth(capacity), Ge(growth)); in TEST()
80 if (growth != 0 && capacity > 1) { in TEST()
82 EXPECT_THAT(CapacityToGrowth(capacity / 2), Lt(growth)); in TEST()
89 size_t growth = CapacityToGrowth(capacity); in TEST() local
90 EXPECT_THAT(growth, Lt(capacity)); in TEST()
91 EXPECT_LE(GrowthToLowerboundCapacity(growth), capacity); in TEST()
92 EXPECT_EQ(NormalizeCapacity(GrowthToLowerboundCapacity(growth)), capacity); in TEST()
/external/openscreen/third_party/abseil/src/absl/container/internal/
Draw_hash_set_test.cc75 for (size_t growth = 0; growth < 10000; ++growth) { in TEST() local
76 SCOPED_TRACE(growth); in TEST()
77 size_t capacity = NormalizeCapacity(GrowthToLowerboundCapacity(growth)); in TEST()
79 EXPECT_THAT(CapacityToGrowth(capacity), Ge(growth)); in TEST()
80 if (growth != 0 && capacity > 1) { in TEST()
82 EXPECT_THAT(CapacityToGrowth(capacity / 2), Lt(growth)); in TEST()
89 size_t growth = CapacityToGrowth(capacity); in TEST() local
90 EXPECT_THAT(growth, Lt(capacity)); in TEST()
91 EXPECT_LE(GrowthToLowerboundCapacity(growth), capacity); in TEST()
92 EXPECT_EQ(NormalizeCapacity(GrowthToLowerboundCapacity(growth)), capacity); in TEST()
Draw_hash_set.h495 inline size_t GrowthToLowerboundCapacity(size_t growth) {
497 if (Group::kWidth == 8 && growth == 7) {
501 return growth + static_cast<size_t>((static_cast<int64_t>(growth) - 1) / 7);
/external/webrtc/third_party/abseil-cpp/absl/container/internal/
Draw_hash_set_test.cc74 for (size_t growth = 0; growth < 10000; ++growth) { in TEST() local
75 SCOPED_TRACE(growth); in TEST()
76 size_t capacity = NormalizeCapacity(GrowthToLowerboundCapacity(growth)); in TEST()
78 EXPECT_THAT(CapacityToGrowth(capacity), Ge(growth)); in TEST()
79 if (growth != 0 && capacity > 1) { in TEST()
81 EXPECT_THAT(CapacityToGrowth(capacity / 2), Lt(growth)); in TEST()
88 size_t growth = CapacityToGrowth(capacity); in TEST() local
89 EXPECT_THAT(growth, Lt(capacity)); in TEST()
90 EXPECT_LE(GrowthToLowerboundCapacity(growth), capacity); in TEST()
91 EXPECT_EQ(NormalizeCapacity(GrowthToLowerboundCapacity(growth)), capacity); in TEST()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/
Draw_hash_set_test.cc75 for (size_t growth = 0; growth < 10000; ++growth) { in TEST() local
76 SCOPED_TRACE(growth); in TEST()
77 size_t capacity = NormalizeCapacity(GrowthToLowerboundCapacity(growth)); in TEST()
79 EXPECT_THAT(CapacityToGrowth(capacity), Ge(growth)); in TEST()
80 if (growth != 0 && capacity > 1) { in TEST()
82 EXPECT_THAT(CapacityToGrowth(capacity / 2), Lt(growth)); in TEST()
89 size_t growth = CapacityToGrowth(capacity); in TEST() local
90 EXPECT_THAT(growth, Lt(capacity)); in TEST()
91 EXPECT_LE(GrowthToLowerboundCapacity(growth), capacity); in TEST()
92 EXPECT_EQ(NormalizeCapacity(GrowthToLowerboundCapacity(growth)), capacity); in TEST()
/external/abseil-cpp/absl/container/internal/
Draw_hash_set_test.cc74 for (size_t growth = 0; growth < 10000; ++growth) { in TEST() local
75 SCOPED_TRACE(growth); in TEST()
76 size_t capacity = NormalizeCapacity(GrowthToLowerboundCapacity(growth)); in TEST()
78 EXPECT_THAT(CapacityToGrowth(capacity), Ge(growth)); in TEST()
79 if (growth != 0 && capacity > 1) { in TEST()
81 EXPECT_THAT(CapacityToGrowth(capacity / 2), Lt(growth)); in TEST()
88 size_t growth = CapacityToGrowth(capacity); in TEST() local
89 EXPECT_THAT(growth, Lt(capacity)); in TEST()
90 EXPECT_LE(GrowthToLowerboundCapacity(growth), capacity); in TEST()
91 EXPECT_EQ(NormalizeCapacity(GrowthToLowerboundCapacity(growth)), capacity); in TEST()
Draw_hash_set.h490 inline size_t GrowthToLowerboundCapacity(size_t growth) {
492 if (Group::kWidth == 8 && growth == 7) {
496 return growth + static_cast<size_t>((static_cast<int64_t>(growth) - 1) / 7);
/external/angle/third_party/abseil-cpp/absl/container/internal/
Draw_hash_set_test.cc77 for (size_t growth = 0; growth < 10000; ++growth) { in TEST() local
78 SCOPED_TRACE(growth); in TEST()
79 size_t capacity = NormalizeCapacity(GrowthToLowerboundCapacity(growth)); in TEST()
81 EXPECT_THAT(CapacityToGrowth(capacity), Ge(growth)); in TEST()
88 if (growth != 0 && capacity > 1) { in TEST()
90 EXPECT_THAT(CapacityToGrowth(capacity / 2), Lt(growth)); in TEST()
97 size_t growth = CapacityToGrowth(capacity); in TEST() local
98 EXPECT_THAT(growth, Lt(capacity)); in TEST()
99 EXPECT_LE(GrowthToLowerboundCapacity(growth), capacity); in TEST()
100 EXPECT_EQ(NormalizeCapacity(GrowthToLowerboundCapacity(growth)), capacity); in TEST()
Draw_hash_set.h496 inline size_t GrowthToLowerboundCapacity(size_t growth) {
498 if (Group::kWidth == 8 && growth == 7) {
502 return growth + static_cast<size_t>((static_cast<int64_t>(growth) - 1) / 7);
/external/python/cpython3/Objects/
Dbytearrayobject.c456 Py_ssize_t growth = bytes_len - avail; in bytearray_setslice_linear() local
460 if (growth < 0) { in bytearray_setslice_linear()
466 self->ob_start -= growth; in bytearray_setslice_linear()
485 Py_SIZE(self) + growth) < 0) { in bytearray_setslice_linear()
496 self->ob_start += growth; in bytearray_setslice_linear()
501 Py_SET_SIZE(self, Py_SIZE(self) + growth); in bytearray_setslice_linear()
506 else if (growth > 0) { in bytearray_setslice_linear()
507 if (Py_SIZE(self) > (Py_ssize_t)PY_SSIZE_T_MAX - growth) { in bytearray_setslice_linear()
513 Py_SIZE(self) + growth) < 0) { in bytearray_setslice_linear()
/external/arm-trusted-firmware/docs/plat/
Dimx8m.rst6 reliability and embedded security needed to drive the growth of fast-growing
/external/python/cpython2/Modules/_ctypes/libffi/
Dfficonfig.h.in161 direction of stack growth for your system; otherwise it will be
165 STACK_DIRECTION = 0 => direction of growth unknown */
/external/llvm-project/llvm/test/Transforms/Inline/
Dcgscc-cycle-debug.ll4 ; redundant rerun could cause exponential size growth due to inlining along cycles.
/external/libchrome/libchrome_tools/patches/
Dcomponents-timers-fix-fd-leak-in-AlarmTimer.patch11 growth of open timerfds
/external/llvm/test/CodeGen/Hexagon/
Dopt-addr-mode.ll2 …exagon-small-data-threshold=0 -disable-hexagon-amodeopt=0 -hexagon-amode-growth-limit=4 < %s | Fil…
/external/llvm-project/llvm/test/CodeGen/Hexagon/
Dopt-addr-mode.ll2 …exagon-small-data-threshold=0 -disable-hexagon-amodeopt=0 -hexagon-amode-growth-limit=4 < %s | Fil…
/external/llvm/test/Transforms/Inline/
Dinline-tail.ll38 ; to prevent unbounded stack growth.

12345