Home
last modified time | relevance | path

Searched defs:new_size (Results 1 – 25 of 190) sorted by relevance

12345678

/third_party/node/deps/v8/src/heap/cppgc/
Dexplicit-management.cc80 bool Grow(HeapObjectHeader& header, BasePage& base_page, size_t new_size, in Grow()
99 bool Shrink(HeapObjectHeader& header, BasePage& base_page, size_t new_size, in Shrink()
150 const size_t new_size = RoundUp<kAllocationGranularity>( in Resize() local
/third_party/libfuse/example/
Dcuse_client.c61 size_t *prev_size, size_t *new_size) in do_rw()
96 size_t size, prev_size = 0, new_size = 0; in main() local
Dioctl.h41 size_t new_size; /* out param for new total size */ member
Dioctl.c48 static int fioc_resize(size_t new_size) in fioc_resize()
68 static int fioc_expand(size_t new_size) in fioc_expand()
Dcuse.c63 static int cusexmp_resize(size_t new_size) in cusexmp_resize()
83 static int cusexmp_expand(size_t new_size) in cusexmp_expand()
/third_party/protobuf/src/google/protobuf/
Drepeated_field.cc51 int new_size = current_size_ + extend_amount; in InternalExtend() local
93 void RepeatedPtrFieldBase::Reserve(int new_size) { in Reserve()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-collection.c138 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/
Dstl_util.h47 inline void STLStringResizeUninitialized(string* s, size_t new_size) { in STLStringResizeUninitialized()
/third_party/skia/third_party/externals/freetype/src/lzw/
Dftzopen.c126 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/node/deps/v8/src/base/
Dregion-allocator.cc87 size_t new_size) { in Split()
193 size_t new_size = requested_address - region->begin(); in AllocateRegionAt() local
262 size_t RegionAllocator::TrimRegion(Address address, size_t new_size) { in TrimRegion()
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/subtly/
Ddebug_main.cc59 int32_t new_size = TotalFontSize(new_font); in main() local
Dsubsetter_main.cc77 int32_t new_size = TotalFontSize(new_font); in main() local
/third_party/skia/third_party/externals/libwebp/tests/fuzzer/
Dadvanced_api_fuzzer.c95 size_t new_size = value + 1; in LLVMFuzzerTestOneInput() local
/third_party/alsa-utils/alsamixer/
Dmem.c42 void *crealloc(void *ptr, size_t new_size) in crealloc()
/third_party/ffmpeg/libavcodec/
Datsc_a53.c72 size_t new_size, old_size = buf ? buf->size : 0; in ff_parse_a53_cc() local
Dav1_parse.c68 int new_size = pkt->obus_allocated + 1; in ff_av1_packet_split() local
/third_party/node/deps/v8/src/base/sanitizer/
Dlsan-page-allocator.cc61 size_t new_size) { in ReleasePages()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
Dsmall_vector.h332 size_t new_size = size_ + num_of_new_elements; in insert() local
400 void resize(size_t new_size, const T& v) { in resize()
/third_party/skia/third_party/externals/spirv-tools/source/util/
Dsmall_vector.h332 size_t new_size = size_ + num_of_new_elements; in insert() local
400 void resize(size_t new_size, const T& v) { in resize()
/third_party/elfutils/libelf/
Delf_compress.c68 size_t *new_size, bool force) in __libelf_compress()
408 size_t orig_size, orig_addralign, new_size; in elf_compress() local
/third_party/elfutils/tests/
Delfputzdata.c157 size_t new_size = newshdr->sh_size; in main() local
/third_party/libunwind/libunwind/src/coredump/
D_UCD_get_threadinfo_prstatus.c105 size_t new_size = sizeof(struct PRSTATUS_STRUCT) * (ui->n_threads + thread_count); in _UCD_get_threadinfo() local
/third_party/spirv-tools/source/util/
Dsmall_vector.h351 size_t new_size = size_ + num_of_new_elements; in insert() local
419 void resize(size_t new_size, const T& v) { in resize()
/third_party/node/src/
Dnode_mem-inl.h60 const int64_t new_size = size - previous_size; in ReallocImpl() local
/third_party/node/deps/v8/src/codegen/
Dassembler.cc111 std::unique_ptr<AssemblerBuffer> Grow(int new_size) override { in Grow()
129 std::unique_ptr<AssemblerBuffer> Grow(int new_size) override { in Grow()

12345678