Home
last modified time | relevance | path

Searched defs:new_size (Results 76 - 100 of 191) sorted by relevance

12345678

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-map.hh144 unsigned int new_size = 1u << power; in resize() local
/third_party/skia/third_party/externals/expat/expat/tests/
H A Dminicheck.c90 size_t new_size = sizeof(tcase_test_function) * nalloc; in tcase_add_test() local
/third_party/python/Python/
H A Dhashtable.c282 size_t new_size = round_size((size_t)(ht->nentries * HASHTABLE_REHASH_FACTOR)); in hashtable_rehash() local
/third_party/spirv-tools/source/util/
H A 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() argument
[all...]
/third_party/ffmpeg/libavcodec/
H A Davpacket.c122 int new_size; in av_grow_packet() local
[all...]
/third_party/ffmpeg/libavformat/
H A Dwavenc.c195 unsigned new_size = wav->peak_outbuf_bytes + wav->size_increment; in peak_write_frame() local
/third_party/ffmpeg/libavutil/
H A Dfifo.c358 int av_fifo_realloc2(AVFifoBuffer *f, unsigned int new_size) in av_fifo_realloc2() argument
/third_party/ffmpeg/libswresample/
H A Dresample.c466 int new_size = (src_size * (int64_t)c->src_incr - c->frac + c->dst_incr - 1) / c->dst_incr; in multiple_resample() local
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_texture.c285 unsigned new_size = z + 1; in st_texture_image_map() local
/third_party/lwip/src/core/
H A Dmem.c699 mem_trim(void *rmem, mem_size_t new_size) in mem_trim() argument
/third_party/libphonenumber/cpp/src/phonenumbers/utf/
H A Dunicodetext.cc127 void UnicodeText::Repr::resize(int new_size) { in resize() argument
/third_party/node/deps/v8/src/codegen/
H A Dassembler.cc112 DCHECK_LT(size(), new_size); variable
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-microtask-queue-gen.cc85 IntPtrConstant(MicrotaskQueue::kSizeOffset), new_size); in SetMicrotaskQueueSize() local
408 TNode<IntPtrT> new_size = IntPtrAdd(size, IntPtrConstant(1)); in EnterMicrotaskContext() local
410 new_size); in EnterMicrotaskContext() local
432 flag_size_offset, new_size); in EnterMicrotaskContext() local
614 TNode<IntPtrT> new_size = IntPtrSub(size, IntPtrConstant(1)); in TF_BUILTIN() local
82 SetMicrotaskQueueSize( TNode<RawPtrT> microtask_queue, TNode<IntPtrT> new_size) SetMicrotaskQueueSize() argument
/third_party/node/deps/v8/src/utils/
H A Dallocation.cc223 ReleasePages(v8::PageAllocator* page_allocator, void* address, size_t size, size_t new_size) ReleasePages() argument
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_tess.c204 uint32_t new_size = output_verts->vertex_size * new_verts; in draw_tess_ctrl_shader_run() local
377 uint32_t new_size = output_verts->vertex_size * new_verts; in draw_tess_eval_shader_run() local
/third_party/skia/src/ports/
H A DSkFontHost_FreeType.cpp110 sk_ft_realloc(FT_Memory, FT_Alloc_size_t cur_size, FT_Alloc_size_t new_size, void* block) sk_ft_realloc() argument
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Drepeated_field.c191 void RepeatedField_reserve(RepeatedField* self, int new_size) { in RepeatedField_reserve() argument
/third_party/python/Parser/
H A Dstring_parser.c953 Py_ssize_t new_size = l->allocated * 2; in ExprList_Append() local
/third_party/protobuf/src/google/protobuf/
H A Drepeated_field_unittest.cc301 const int new_size = old_size * 3 + 1; in TEST() local
/third_party/libcoap/src/
H A Dcoap_pdu.c245 coap_pdu_resize(coap_pdu_t *pdu, size_t new_size) { in coap_pdu_resize() argument
289 size_t new_size = max(256, pdu->alloc_size * 2); in coap_pdu_check_resize() local
[all...]
/third_party/mbedtls/programs/ssl/
H A Dssl_context_info.c388 size_t new_size = (MAX_BASE64_LEN - 4096 > *max_len) ? in read_next_b64_code() local
/third_party/ntfs-3g/ntfsprogs/
H A Dntfscp.c86 s64 new_size; member
762 static int preallocate(ntfs_attr *na, s64 new_size) in preallocate() argument
846 s64 new_size; in main() local
[all...]
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-register-optimizer.cc468 size_t new_size = index + 1; in GrowRegisterMap() local
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_batch.c833 int new_size = screen->id + 1; in update_bo_syncobjs() local
/third_party/mesa3d/src/util/
H A Dralloc.c198 rerzalloc_size(const void *ctx, void *ptr, size_t old_size, size_t new_size) in rerzalloc_size() argument
741 linear_realloc(void *parent, void *old, unsigned new_size) in linear_realloc() argument

Completed in 34 milliseconds

12345678