/external/google-breakpad/src/client/ |
D | minidump_file_writer.cc | 290 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/ |
D | InfoSink.h | 129 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/ |
D | InfoSink.h | 129 void checkMem(size_t growth) { if (sink.capacity() < sink.size() + growth + 2) in checkMem() argument
|
/external/cldr/tools/java/org/unicode/cldr/draft/ |
D | GapString.java | 268 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/ |
D | test_fallback_malloc.pass.cpp | 29 container alloc_series ( size_t sz, float growth ) { in alloc_series() argument 35 sz *= growth; in alloc_series()
|
/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/e2fsprogs/tests/r_ext4_big_expand/ |
D | script | 1 test_description="very large fs growth using ext4"
|
/external/e2fsprogs/tests/r_64bit_big_expand/ |
D | script | 1 test_description="very large fs growth using ext4 w/64bit"
|
/external/libtextclassifier/abseil-cpp/absl/container/internal/ |
D | raw_hash_set_test.cc | 75 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/ |
D | raw_hash_set_test.cc | 75 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()
|
D | raw_hash_set.h | 495 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/ |
D | raw_hash_set_test.cc | 74 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/ |
D | raw_hash_set_test.cc | 75 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/ |
D | raw_hash_set_test.cc | 74 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()
|
D | raw_hash_set.h | 490 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/ |
D | raw_hash_set_test.cc | 77 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()
|
D | raw_hash_set.h | 496 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/ |
D | bytearrayobject.c | 456 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/ |
D | imx8m.rst | 6 reliability and embedded security needed to drive the growth of fast-growing
|
/external/python/cpython2/Modules/_ctypes/libffi/ |
D | fficonfig.h.in | 161 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/ |
D | cgscc-cycle-debug.ll | 4 ; redundant rerun could cause exponential size growth due to inlining along cycles.
|
/external/libchrome/libchrome_tools/patches/ |
D | components-timers-fix-fd-leak-in-AlarmTimer.patch | 11 growth of open timerfds
|
/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-project/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.
|