/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-map.hh | 144 unsigned int new_size = 1u << power; in resize() local
|
/third_party/skia/third_party/externals/expat/expat/tests/ |
H A D | minicheck.c | 90 size_t new_size = sizeof(tcase_test_function) * nalloc; in tcase_add_test() local
|
/third_party/python/Python/ |
H A D | hashtable.c | 282 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 D | small_vector.h | 351 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 D | avpacket.c | 122 int new_size; in av_grow_packet() local [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | wavenc.c | 195 unsigned new_size = wav->peak_outbuf_bytes + wav->size_increment; in peak_write_frame() local
|
/third_party/ffmpeg/libavutil/ |
H A D | fifo.c | 358 int av_fifo_realloc2(AVFifoBuffer *f, unsigned int new_size) in av_fifo_realloc2() argument
|
/third_party/ffmpeg/libswresample/ |
H A D | resample.c | 466 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 D | st_texture.c | 285 unsigned new_size = z + 1; in st_texture_image_map() local
|
/third_party/lwip/src/core/ |
H A D | mem.c | 699 mem_trim(void *rmem, mem_size_t new_size) in mem_trim() argument
|
/third_party/libphonenumber/cpp/src/phonenumbers/utf/ |
H A D | unicodetext.cc | 127 void UnicodeText::Repr::resize(int new_size) { in resize() argument
|
/third_party/node/deps/v8/src/codegen/ |
H A D | assembler.cc | 112 DCHECK_LT(size(), new_size); variable
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-microtask-queue-gen.cc | 85 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 D | allocation.cc | 223 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 D | draw_tess.c | 204 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 D | SkFontHost_FreeType.cpp | 110 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 D | repeated_field.c | 191 void RepeatedField_reserve(RepeatedField* self, int new_size) { in RepeatedField_reserve() argument
|
/third_party/python/Parser/ |
H A D | string_parser.c | 953 Py_ssize_t new_size = l->allocated * 2; in ExprList_Append() local
|
/third_party/protobuf/src/google/protobuf/ |
H A D | repeated_field_unittest.cc | 301 const int new_size = old_size * 3 + 1; in TEST() local
|
/third_party/libcoap/src/ |
H A D | coap_pdu.c | 245 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 D | ssl_context_info.c | 388 size_t new_size = (MAX_BASE64_LEN - 4096 > *max_len) ? in read_next_b64_code() local
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfscp.c | 86 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 D | bytecode-register-optimizer.cc | 468 size_t new_size = index + 1; in GrowRegisterMap() local
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_batch.c | 833 int new_size = screen->id + 1; in update_bo_syncobjs() local
|
/third_party/mesa3d/src/util/ |
H A D | ralloc.c | 198 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
|