Home
last modified time | relevance | path

Searched defs:new_size (Results 151 - 175 of 212) sorted by relevance

123456789

/third_party/backends/frontend/
H A Dscanimage.c1331 size_t old_size = 0, new_size; in advance() local
/third_party/mesa3d/src/amd/addrlib/src/gfx9/
H A Dgfx9addrlib.cpp2107 UINT_32 new_size = pMetaEq->getsize(); in GenMetaEquation() local
2153 UINT_32 new_size = pMetaEq->getsize(); in GenMetaEquation() local
/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-helpers-string.c670 lit_utf8_size_t new_size = cesu8_string1_size + cesu8_string2_size; in ecma_append_chars_to_string() local
2631 const lit_utf8_size_t new_size = header_p->current_size + required_size; in ecma_stringbuilder_grow() local
2681 const lit_utf8_size_t new_size = size + (lit_utf8_size_t) (sizeof (ecma_ascii_string_t)); in ecma_stringbuilder_revert() local
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_load_store_vectorize.c1161 unsigned new_size = MAX2(diff * 8u + high_size, low_size); in try_vectorize() local
/third_party/mesa3d/src/amd/compiler/
H A Daco_lower_to_hw_instr.cpp1572 unsigned new_size = copy.bytes + other->second.bytes; in try_coalesce_copies() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeon_vcn_dec.c2597 unsigned new_size = dec->bs_size + sizes[i]; in radeon_dec_decode_bitstream() local
/third_party/musl/porting/liteos_m/kernel/src/regex/
H A Dregcomp.c353 int new_size; in tre_stack_push() local
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
H A Dregcomp.c353 int new_size; in tre_stack_push() local
/third_party/musl/porting/uniproton/kernel/src/regex/
H A Dregcomp.c353 int new_size; in tre_stack_push() local
/third_party/musl/src/regex/
H A Dregcomp.c353 int new_size; in tre_stack_push() local
/third_party/mesa3d/src/intel/vulkan/
H A Danv_batch_chain.c451 size_t new_size = bbo->bo->size; in anv_batch_bo_grow() local
/third_party/mesa3d/src/mesa/vbo/
H A Dvbo_save_api.c404 int new_size = (save->vertex_store->used + in grow_vertex_storage() local
/third_party/node/deps/v8/src/asmjs/
H A Dasm-parser.cc210 size_t new_size = std::max(2 * old_capacity, index + 1); in GetVarInfo() local
/third_party/node/deps/v8/src/objects/
H A Dstring.cc421 int new_size = this->SizeFromMap(new_map); in MakeExternal() local
505 int new_size = this->SizeFromMap(new_map); in MakeExternal() local
1721 int new_size, old_size; in Truncate() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A Dglslang_lex.cpp2557 int new_size = b->yy_buf_size * 2; in yy_get_next_buffer() local
2615 int new_size = yyg->yy_n_chars + number_to_move + (yyg->yy_n_chars >> 1); in yy_get_next_buffer() local
/third_party/skia/third_party/externals/libpng/
H A Dpngrutil.c298 png_read_buffer(png_structrp png_ptr, png_alloc_size_t new_size, int warn) in png_read_buffer() argument
668 png_alloc_size_t new_size = *newlength; in png_decompress_chunk() local
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_vulkan.cpp340 static void CreateOrResizeBuffer(VkBuffer& buffer, VkDeviceMemory& buffer_memory, VkDeviceSize& p_buffer_size, size_t new_size, VkBufferUsageFlagBits usage) in CreateOrResizeBuffer() argument
/third_party/python/Programs/
H A D_testembed.c1997 realloc_wrapper(void *ctx, void *ptr, size_t new_size) in realloc_wrapper() argument
/third_party/python/Modules/
H A D_tracemalloc.c616 tracemalloc_realloc(void *ctx, void *ptr, size_t new_size) in tracemalloc_realloc() argument
725 tracemalloc_realloc_gil(void *ctx, void *ptr, size_t new_size) in tracemalloc_realloc_gil() argument
801 tracemalloc_raw_realloc(void *ctx, void *ptr, size_t new_size) in tracemalloc_raw_realloc() argument
[all...]
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dencode_decode.c82 size_t new_size = sink->size; in stringsink_string() local
/third_party/protobuf/src/google/protobuf/
H A Drepeated_field.h1292 inline void RepeatedField<Element>::Resize(int new_size, const Element& value) { in Resize() argument
1543 CalculateReserveSize(int total_size, int new_size) CalculateReserveSize() argument
1561 Reserve(int new_size) Reserve() argument
1610 Truncate(int new_size) Truncate() argument
2398 Reserve(int new_size) Reserve() argument
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_mem.c3842 u64 new_size = MAX(reg->initial_commit, div_u64(old_pages * (100 - kctx->trim_level), 100)); in kbase_jit_free() local
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_mem.c4305 u64 new_size = MAX(reg->initial_commit, in kbase_jit_free() local
/third_party/backends/backend/
H A Depson.c6329 int new_size = 0; in filter_resolution_list() local
/third_party/libdrm/intel/
H A Dintel_bufmgr_gem.c500 int new_size = bufmgr_gem->exec_size * 2; in drm_intel_add_validate_buffer2() local
2116 int new_size = bo_gem->softpin_target_size * 2; in drm_intel_gem_bo_add_softpin_target() local
[all...]

Completed in 86 milliseconds

123456789