/third_party/boost/tools/build/src/engine/ |
D | strings.cpp | 104 size_t new_size = self->capacity + ( finish - start ); in extend_full() local 115 static void maybe_reserve( string * self, size_t new_size ) in maybe_reserve() 131 size_t new_size = self->size + rhs_size; in string_append() local 146 size_t new_size = self->size + rhs_size; in string_append_range() local
|
D | jam_strings.cpp | 103 static void maybe_reserve( string * self, size_t new_size ) in maybe_reserve() 119 size_t new_size = self->size + rhs_size; in string_append() local 134 size_t new_size = self->size + rhs_size; in string_append_range() local
|
/third_party/protobuf/src/google/protobuf/ |
D | repeated_field.cc | 51 int new_size = current_size_ + extend_amount; in InternalExtend() local 93 void RepeatedPtrFieldBase::Reserve(int new_size) { in Reserve()
|
/third_party/boost/boost/math/special_functions/detail/ |
D | bernoulli_details.hpp | 412 …std::size_t new_size = (std::min)((std::max)((std::max)(std::size_t(start + n), std::size_t(bn.siz… in copy_bernoulli_numbers() local 435 …std::size_t new_size = (std::min)((std::max)((std::max)(std::size_t(start + n), std::size_t(bn.siz… in copy_bernoulli_numbers() local 470 …std::size_t new_size = (std::min)((std::max)((std::max)(std::size_t(start + n), std::size_t(bn.siz… in copy_bernoulli_numbers() local 539 …std::size_t new_size = (std::min)((std::max)((std::max)(start + n, std::size_t(bn.size() + 20)), s… in copy_tangent_numbers() local 570 …std::size_t new_size = (std::min)((std::max)((std::max)(start + n, std::size_t(bn.size() + 20)), s… in copy_tangent_numbers() local 613 …std::size_t new_size = (std::min)((std::max)((std::max)(start + n, std::size_t(bn.size() + 20)), s… in copy_tangent_numbers() local
|
/third_party/jerryscript/jerry-core/ecma/base/ |
D | ecma-helpers-collection.c | 138 const uint32_t new_size = ECMA_COLLECTION_ALLOCATED_SIZE (new_capacity); in ecma_collection_push_back() local 159 const uint32_t new_size = ECMA_COLLECTION_ALLOCATED_SIZE (new_capacity); in ecma_collection_reserve() local
|
/third_party/protobuf/src/google/protobuf/stubs/ |
D | stl_util.h | 47 inline void STLStringResizeUninitialized(string* s, size_t new_size) { in STLStringResizeUninitialized()
|
/third_party/boost/libs/interprocess/example/ |
D | doc_managed_heap_memory.cpp | 68 MyList::size_type new_size = mylist->size(); in main() local
|
D | doc_managed_mapped_file.cpp | 94 MyList::size_type new_size = mylist->size(); in main() local
|
/third_party/flutter/skia/third_party/externals/freetype/src/lzw/ |
D | ftzopen.c | 126 FT_Offset new_size = old_size; in ft_lzwstate_stack_grow() local 159 FT_UInt new_size = old_size; in ft_lzwstate_prefix_grow() local
|
/third_party/freetype/src/lzw/ |
D | ftzopen.c | 126 FT_Offset new_size = old_size; in ft_lzwstate_stack_grow() local 159 FT_UInt new_size = old_size; in ft_lzwstate_prefix_grow() local
|
/third_party/skia/third_party/externals/freetype/src/lzw/ |
D | ftzopen.c | 126 FT_Offset new_size = old_size; in ft_lzwstate_stack_grow() local 164 FT_UInt new_size = old_size; in ft_lzwstate_prefix_grow() local
|
/third_party/grpc/src/cpp/common/ |
D | resource_quota_cc.cc | 31 ResourceQuota& ResourceQuota::Resize(size_t new_size) { in Resize()
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sample/subtly/ |
D | debug_main.cc | 59 int32_t new_size = TotalFontSize(new_font); in main() local
|
D | subsetter_main.cc | 77 int32_t new_size = TotalFontSize(new_font); in main() local
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/subtly/ |
D | debug_main.cc | 59 int32_t new_size = TotalFontSize(new_font); in main() local
|
D | subsetter_main.cc | 77 int32_t new_size = TotalFontSize(new_font); in main() local
|
/third_party/uboot/u-boot-2020.01/fs/ubifs/ |
D | replay.c | 60 loff_t new_size; member 352 loff_t new_size) in insert_node() 596 loff_t new_size = le64_to_cpu(ino->size); in replay_bud() local 608 loff_t new_size = le32_to_cpu(dn->size) + in replay_bud() local 636 loff_t new_size = le64_to_cpu(trun->new_size); in replay_bud() local
|
/third_party/skia/third_party/externals/libwebp/tests/fuzzer/ |
D | advanced_api_fuzzer.c | 95 size_t new_size = value + 1; in LLVMFuzzerTestOneInput() local
|
/third_party/grpc/src/core/lib/security/credentials/ |
D | credentials_metadata.cc | 34 size_t new_size = 2; in mdelem_list_ensure_capacity() local
|
/third_party/boost/boost/hana/ |
D | intersperse.hpp | 69 constexpr std::size_t new_size = size == 0 ? 0 : (size * 2) - 1; in apply() local
|
/third_party/grpc/src/core/ext/transport/chttp2/transport/ |
D | parsing.cc | 448 size_t new_size, size_t metadata_size_limit) { in handle_metadata_size_limit_exceeded() 491 const size_t new_size = s->metadata_buffer[0].size + GRPC_MDELEM_LENGTH(md); in on_initial_header() local 526 const size_t new_size = s->metadata_buffer[1].size + GRPC_MDELEM_LENGTH(md); in on_trailing_header() local
|
/third_party/ffmpeg/libavcodec/ |
D | av1_parse.c | 68 int new_size = pkt->obus_allocated + 1; in ff_av1_packet_split() local
|
/third_party/e2fsprogs/intl/ |
D | localealias.c | 311 size_t new_size = (string_space_max in read_alias_file() local 370 size_t new_size; in extend_alias_table() local
|
/third_party/boost/boost/xpressive/detail/utility/ |
D | sequence_stack.hpp | 126 std::size_t new_size = (std::max)( in grow_() local 137 std::size_t new_size = (std::max)(count, static_cast<std::size_t>(256U)); in grow_() local
|
/third_party/boost/libs/wave/src/cpplexer/re2clex/ |
D | aq.cpp | 38 std::size_t new_size = q->max_size << 1; in aq_grow() local
|