Home
last modified time | relevance | path

Searched defs:old_size (Results 1 - 25 of 88) sorted by relevance

1234

/third_party/ffmpeg/libavcodec/
H A Datsc_a53.c72 size_t new_size, old_size = buf ? buf->size : 0; in ff_parse_a53_cc() local
/third_party/musl/src/malloc/mallocng/
H A Drealloc.c17 size_t old_size = get_nominal_size(p, end); in realloc() local
/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-helpers-collection.c137 const uint32_t old_size = ECMA_COLLECTION_ALLOCATED_SIZE (collection_p->capacity); in ecma_collection_push_back() local
158 const uint32_t old_size = ECMA_COLLECTION_ALLOCATED_SIZE (collection_p->capacity); in ecma_collection_reserve() local
/third_party/node/deps/v8/src/utils/
H A Dlocked-queue-inl.h64 size_t old_size = size_.fetch_sub(1); in Dequeue() local
/third_party/protobuf/src/google/protobuf/
H A Drepeated_field.cc83 const size_t old_size = in InternalExtend() local
85 ::operator delete(static_cast<void*>(old_rep), old_size); in InternalExtend() local
/third_party/node/deps/v8/src/heap/cppgc/
H A Dexplicit-management.cc153 const size_t old_size = header.AllocatedSize(); in Resize() local
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Dmemorypool.c208 MHD_pool_reallocate(struct MemoryPool *pool, void *old, size_t old_size, size_t new_size) MHD_pool_reallocate() argument
[all...]
/third_party/skia/third_party/externals/freetype/src/lzw/
H A Dftzopen.c125 FT_Offset old_size = state->stack_size; in ft_lzwstate_stack_grow() local
163 FT_UInt old_size = state->prefix_size; in ft_lzwstate_prefix_grow() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstr_cat.cc171 size_t old_size = dest->size(); in AppendPieces() local
201 std::string::size_type old_size = dest->size(); in StrAppend() local
216 std::string::size_type old_size = dest->size(); in StrAppend() local
233 std::string::size_type old_size in StrAppend() local
[all...]
/third_party/node/deps/v8/src/zone/
H A Dzone.cc142 const size_t old_size = head ? head->total_size() : 0; in NewExpand() local
/third_party/musl/src/misc/
H A Dioctl.c20 unsigned char old_size, dir, force_align, noffs; member
87 int old_size = map->old_size; in convert_ioctl_struct() local
/third_party/ltp/testcases/kernel/syscalls/mremap/
H A Dmremap05.c51 size_t old_size; /* in pages */ member
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceAssembler.cpp114 intptr_t old_size = size(); in extendCapacity() local
126 reinterpret_cast<void *>(Contents), old_size); in extendCapacity() local
/third_party/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl_lite.cc143 int old_size = target_->size(); in Next() local
/third_party/selinux/libsepol/src/
H A Dhashtab.c67 unsigned int hvalue, i, old_size, new_size = h->size; in hashtab_check_resize() local
/third_party/backends/sanei/
H A Dsanei_DomainOS.c206 size_t new_size, old_size; in DomainSCSIOpen() local
/third_party/libunwind/libunwind/src/x86_64/
H A DGtrace.c143 size_t old_size = (1u << cache->log_size); in trace_cache_expand() local
/third_party/libunwind/libunwind/src/aarch64/
H A DGtrace.c144 size_t old_size = (1u << cache->log_size); in trace_cache_expand() local
/third_party/libunwind/libunwind/src/arm/
H A DGtrace.c144 size_t old_size = (1u << cache->log_size); in trace_cache_expand() local
/third_party/jerryscript/jerry-core/jmem/
H A Djmem-heap.c540 jmem_heap_realloc_block(void *ptr, const size_t old_size, const size_t new_size) jmem_heap_realloc_block() argument
/third_party/jerryscript/jerry-core/parser/regexp/
H A Dre-bytecode.c54 const size_t old_size = re_ctx_p->bytecode_size; in re_bytecode_reserve() local
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsmove.c322 int old_size; in resize_nonres_attr() local
/third_party/node/deps/cares/src/lib/
H A Dares__htable.c192 unsigned int old_size = htable->size; in ares__htable_expand() local
/third_party/mesa3d/src/util/
H A Du_debug_memory.c222 debug_realloc(const char *file, unsigned line, const char *function, void *old_ptr, size_t old_size, size_t new_size ) debug_realloc() argument
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-map.hh154 unsigned int old_size = mask + 1; in resize() local

Completed in 14 milliseconds

1234