Home
last modified time | relevance | path

Searched refs:cur_size (Results 1 – 25 of 25) sorted by relevance

/third_party/skia/third_party/externals/freetype/src/base/
Dftdbgmem.c66 FT_Long cur_size; /* current cumulative allocated size */ member
447 node->cur_size = 0; in ft_mem_table_get_source()
526 source->cur_size += delta; in ft_mem_table_set()
532 source->cur_size += size; in ft_mem_table_set()
538 if ( source->cur_size > source->max_size ) in ft_mem_table_set()
539 source->max_size = source->cur_size; in ft_mem_table_set()
597 source->cur_size -= node->size; in ft_mem_table_remove()
697 FT_Long cur_size, in ft_mem_debug_realloc() argument
711 if ( new_size == cur_size ) in ft_mem_debug_realloc()
716 if ( !block || !cur_size ) in ft_mem_debug_realloc()
[all …]
Dftsystem.c106 long cur_size, in ft_realloc() argument
111 FT_UNUSED( cur_size ); in ft_realloc()
Dftutil.c152 FT_Long cur_size = cur_count * item_size; in ft_mem_qrealloc() local
156 block2 = memory->realloc( memory, cur_size, new_size, block ); in ft_mem_qrealloc()
/third_party/mesa3d/src/virtio/vulkan/
Dvn_cs.c186 next_array_size(uint32_t cur_size, uint32_t min_size) in next_array_size() argument
188 const uint32_t next_size = cur_size ? cur_size * 2 : min_size; in next_array_size()
189 return next_size > cur_size ? next_size : 0; in next_array_size()
193 next_buffer_size(size_t cur_size, size_t min_size, size_t need) in next_buffer_size() argument
195 size_t next_size = cur_size ? cur_size * 2 : min_size; in next_buffer_size()
/third_party/ffmpeg/libavformat/
Drtpdec_mpa_robust.c30 unsigned cur_size; member
151 data->cur_size = len; in mpa_robust_parse_packet()
177 data->cur_size += len; in mpa_robust_parse_packet()
179 if (data->cur_size < data->adu_size) in mpa_robust_parse_packet()
Dmovenccenc.c95 int cur_size; in mov_cenc_write_encrypted() local
98 cur_size = FFMIN(size_left, sizeof(chunk)); in mov_cenc_write_encrypted()
99 av_aes_ctr_crypt(ctx->aes_ctr, chunk, cur_pos, cur_size); in mov_cenc_write_encrypted()
100 avio_write(pb, chunk, cur_size); in mov_cenc_write_encrypted()
101 cur_pos += cur_size; in mov_cenc_write_encrypted()
102 size_left -= cur_size; in mov_cenc_write_encrypted()
/third_party/ffmpeg/tools/
Ddvd2concat139 my $cur_size = $size;
141 while ($cur_size > $frag[$frag]->{size} - $cur_off) {
143 $cur_size -= $frag[$frag]->{size} - $cur_off;
/third_party/libfuse/example/
Dcuse.c127 size_t cur_size; in fioc_do_rw() local
167 cur_size = cusexmp_size; in fioc_do_rw()
168 iov[0].iov_base = &cur_size; in fioc_do_rw()
169 iov[0].iov_len = sizeof(cur_size); in fioc_do_rw()
/third_party/ffmpeg/fftools/
Dffmpeg_mux.c71 size_t cur_size = av_fifo_can_read(ost->muxing_queue); in of_write_packet() local
75 size_t new_size = FFMIN(2 * cur_size, limit); in of_write_packet()
77 if (new_size <= cur_size) { in of_write_packet()
83 ret = av_fifo_grow2(ost->muxing_queue, new_size - cur_size); in of_write_packet()
/third_party/ffmpeg/libavutil/
Daudio_fifo.c101 const size_t cur_size = av_fifo_can_read (af->buf[0]) + in av_audio_fifo_realloc() local
109 if (buf_size > cur_size) { in av_audio_fifo_realloc()
111 if ((ret = av_fifo_grow2(af->buf[i], buf_size - cur_size)) < 0) in av_audio_fifo_realloc()
Dfifo.c268 const size_t cur_size = av_fifo_can_read(f); in av_fifo_drain2() local
270 av_assert0(cur_size >= size); in av_fifo_drain2()
271 if (cur_size == size) in av_fifo_drain2()
/third_party/skia/third_party/externals/freetype/builds/amiga/src/base/
Dftsystem.c174 long cur_size, in ft_realloc() argument
188 ( new_size > cur_size ) ? cur_size : new_size ); in ft_realloc()
/third_party/skia/third_party/externals/freetype/builds/vms/
Dftsystem.c127 long cur_size, in ft_realloc() argument
132 FT_UNUSED( cur_size ); in ft_realloc()
/third_party/f2fs-tools/lib/
Dlibf2fs_io.c328 size_t cur_size = min(byte_count, in dcache_update_rw() local
339 buf, cur_size); in dcache_update_rw()
360 cur_size); in dcache_update_rw()
364 buf += cur_size; in dcache_update_rw()
366 byte_count -= cur_size; in dcache_update_rw()
/third_party/skia/third_party/externals/freetype/builds/unix/
Dftsystem.c143 long cur_size, in ft_realloc() argument
148 FT_UNUSED( cur_size ); in ft_realloc()
/third_party/skia/third_party/externals/freetype/builds/windows/
Dftsystem.c101 long cur_size, in ft_realloc() argument
105 FT_UNUSED( cur_size ); in ft_realloc()
/third_party/skia/third_party/externals/freetype/include/freetype/
Dftsystem.h142 long cur_size,
/third_party/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_screen_ioctl.c151 struct drm_vmw_size *cur_size; in vmw_ioctl_surface_create() local
166 cur_size = sizes; in vmw_ioctl_surface_create()
172 cur_size->width = mipSize.width; in vmw_ioctl_surface_create()
173 cur_size->height = mipSize.height; in vmw_ioctl_surface_create()
174 cur_size->depth = mipSize.depth; in vmw_ioctl_surface_create()
178 cur_size++; in vmw_ioctl_surface_create()
/third_party/skia/third_party/externals/freetype/src/raster/
Dftmisc.h65 long cur_size,
/third_party/cups-filters/filter/
Dbannertopdf.c324 size_t cur_size = strcspn(full_range, "-"); in get_known_opts() local
325 char * cur_range = strndup(full_range, cur_size); in get_known_opts()
/third_party/skia/third_party/externals/imgui/misc/freetype/
Dimgui_freetype.cpp714 static void* FreeType_Realloc(FT_Memory /*memory*/, long cur_size, long new_size, void* block) in FreeType_Realloc() argument
726 if (new_size > cur_size) in FreeType_Realloc()
729 memcpy(new_block, block, (size_t)cur_size); in FreeType_Realloc()
/third_party/ffmpeg/libavcodec/
Dg2meet.c1210 uint32_t cur_size, cursor_w, cursor_h, cursor_stride; in g2m_load_cursor() local
1214 cur_size = bytestream2_get_be32(gb); in g2m_load_cursor()
1235 if (cur_size - 9 > bytestream2_get_bytes_left(gb) || in g2m_load_cursor()
1236 c->cursor_w * c->cursor_h / 4 > cur_size) { in g2m_load_cursor()
1238 cur_size, bytestream2_get_bytes_left(gb)); in g2m_load_cursor()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dcord.cc828 size_t cur_size = contents_.inline_size(); in Prepend() local
829 if (cur_size + src.size() <= InlineRep::kMaxInline) { in Prepend()
833 memcpy(data + src.size(), contents_.data(), cur_size); in Prepend()
835 contents_.set_inline_size(cur_size + src.size()); in Prepend()
/third_party/skia/src/ports/
DSkFontHost_FreeType.cpp105 static void* sk_ft_realloc(FT_Memory, FT_Alloc_size_t cur_size, in sk_ft_realloc() argument
/third_party/mindspore/patches/
D0005-micro-for-ohos.patch16500 + std::string cur_size = data_shape_[i] + " - " + std::to_string(begin[i]);
16501 + slice_size_.emplace_back(cur_size);
16502 + dynamic_param_.size_ += cur_size + ", ";