Home
last modified time | relevance | path

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

12345678

/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...]
H A D_elementtree.c2113 Py_ssize_t new_size = it->parent_stack_size * 2; /* never overflow */ in parent_stack_push_new() local
/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...]
/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...]
/third_party/node/deps/v8/src/wasm/
H A Dwasm-objects.cc701 void resize(Handle<WasmIndirectFunctionTable> table, uint32_t new_size) { in resize() argument
748 Resize(Isolate* isolate, Handle<WasmIndirectFunctionTable> table, uint32_t new_size) Resize() argument
[all...]
/third_party/ntfs-3g/libntfs-3g/
H A Dattrib.c4806 int ntfs_attr_record_resize(MFT_RECORD *m, ATTR_RECORD *a, u32 new_size) argument
4877 ntfs_resident_attr_value_resize(MFT_RECORD *m, ATTR_RECORD *a, const u32 new_size) global() argument
[all...]
/third_party/node/deps/v8/src/objects/
H A Dvalue-serializer.cc363 size_t new_size = old_size + bytes; in ReserveRawBytes() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A Dglslang_lex_autogen.cpp2340 int new_size = b->yy_buf_size * 2; in yy_get_next_buffer() local
2395 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/angle2/src/compiler/preprocessor/
H A Dpreprocessor_lex_autogen.cpp1574 int new_size = b->yy_buf_size * 2; in yy_get_next_buffer() local
1629 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/swiftshader/src/OpenGL/compiler/preprocessor/
H A DTokenizer.cpp1922 int new_size = b->yy_buf_size * 2; in yy_get_next_buffer() local
1980 int new_size = yyg->yy_n_chars + number_to_move + (yyg->yy_n_chars >> 1); in yy_get_next_buffer() local
/third_party/python/Objects/
H A Dobmalloc.c599 PyMem_RawRealloc(void *ptr, size_t new_size) in PyMem_RawRealloc() argument
640 PyMem_Realloc(void *ptr, size_t new_size) in PyMem_Realloc() argument
729 PyObject_Realloc(void *ptr, size_t new_size) in PyObject_Realloc() argument
/third_party/backends/sanei/
H A Dsanei_scsi.c1460 size_t new_size, old_size; in sanei_scsi_open_extended() local
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsresize.c1947 int items, new_size, size_head, size_tail; in rl_split_run() local
1981 int new_size, size_tail; in rl_insert_at_run() local
2472 s64 new_size = resize->new_volume_size; in realloc_bitmap_data_attr() local
3016 s64 new_size in check_resize_constraints() local
4539 s64 new_size = 0; /* in clusters; 0 = --info w/o --size */ main() local
[all...]
/third_party/mesa3d/src/vulkan/overlay-layer/
H A Doverlay.cpp1131 CreateOrResizeBuffer(struct device_data *data, VkBuffer *buffer, VkDeviceMemory *buffer_memory, VkDeviceSize *buffer_size, size_t new_size, VkBufferUsageFlagBits usage) CreateOrResizeBuffer() argument
/third_party/node/deps/v8/src/codegen/ppc/
H A Dassembler-ppc.cc2064 int new_size = std::min(2 * old_size, old_size + 1 * MB); in GrowBuffer() local
/third_party/node/deps/v8/src/codegen/ia32/
H A Dassembler-ia32.cc3279 int new_size = 2 * old_size; in GrowBuffer() local
/third_party/node/deps/v8/src/codegen/arm64/
H A Dassembler-arm64.cc4285 int new_size = std::min(2 * old_size, old_size + 1 * MB); in GrowBuffer() local
/third_party/node/deps/v8/src/codegen/mips64/
H A Dassembler-mips64.cc3742 int new_size = std::min(2 * old_size, old_size + 1 * MB); in GrowBuffer() local
/third_party/node/deps/v8/src/codegen/mips/
H A Dassembler-mips.cc3541 int new_size = std::min(2 * old_size, old_size + 1 * MB); in GrowBuffer() local
/third_party/node/deps/v8/src/codegen/loong64/
H A Dassembler-loong64.cc2115 int new_size = std::min(2 * old_size, old_size + 1 * MB); in GrowBuffer() local
/third_party/node/deps/v8/src/codegen/arm/
H A Dassembler-arm.cc5191 int new_size = std::min(2 * old_size, old_size + 1 * MB); in GrowBuffer() local

Completed in 119 milliseconds

12345678