/third_party/skia/third_party/externals/imgui/backends/ |
H A D | imgui_impl_vulkan.cpp | 340 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.c | 1997 realloc_wrapper(void *ctx, void *ptr, size_t new_size) in realloc_wrapper() argument
|
/third_party/python/Modules/ |
H A D | _tracemalloc.c | 616 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.c | 2113 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 D | encode_decode.c | 82 size_t new_size = sink->size; in stringsink_string() local
|
/third_party/protobuf/src/google/protobuf/ |
H A D | repeated_field.h | 1292 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 D | epson.c | 6329 int new_size = 0; in filter_resolution_list() local
|
/third_party/libdrm/intel/ |
H A D | intel_bufmgr_gem.c | 500 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 D | wasm-objects.cc | 701 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 D | attrib.c | 4806 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 D | value-serializer.cc | 363 size_t new_size = old_size + bytes; in ReserveRawBytes() local
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | glslang_lex_autogen.cpp | 2340 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 D | preprocessor_lex_autogen.cpp | 1574 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 D | Tokenizer.cpp | 1922 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 D | obmalloc.c | 599 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 D | sanei_scsi.c | 1460 size_t new_size, old_size; in sanei_scsi_open_extended() local
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsresize.c | 1947 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 D | overlay.cpp | 1131 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 D | assembler-ppc.cc | 2064 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 D | assembler-ia32.cc | 3279 int new_size = 2 * old_size; in GrowBuffer() local
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | assembler-arm64.cc | 4285 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 D | assembler-mips64.cc | 3742 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 D | assembler-mips.cc | 3541 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 D | assembler-loong64.cc | 2115 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 D | assembler-arm.cc | 5191 int new_size = std::min(2 * old_size, old_size + 1 * MB); in GrowBuffer() local
|