/third_party/flutter/skia/third_party/externals/freetype/src/base/ |
D | ftutil.c | 94 FT_Long cur_count, in ft_mem_realloc() argument 103 cur_count, new_count, block, &error ); in ft_mem_realloc() 104 if ( !error && block && new_count > cur_count ) in ft_mem_realloc() 105 FT_MEM_ZERO( (char*)block + cur_count * item_size, in ft_mem_realloc() 106 ( new_count - cur_count ) * item_size ); in ft_mem_realloc() 116 FT_Long cur_count, in ft_mem_qrealloc() argument 128 if ( cur_count < 0 || new_count < 0 || item_size < 0 ) in ft_mem_qrealloc() 142 else if ( cur_count == 0 ) in ft_mem_qrealloc() 153 FT_Long cur_size = cur_count * item_size; in ft_mem_qrealloc()
|
/third_party/freetype/src/base/ |
D | ftutil.c | 93 FT_Long cur_count, in ft_mem_realloc() argument 102 cur_count, new_count, block, &error ); in ft_mem_realloc() 103 if ( !error && block && new_count > cur_count ) in ft_mem_realloc() 104 FT_MEM_ZERO( (char*)block + cur_count * item_size, in ft_mem_realloc() 105 ( new_count - cur_count ) * item_size ); in ft_mem_realloc() 115 FT_Long cur_count, in ft_mem_qrealloc() argument 127 if ( cur_count < 0 || new_count < 0 || item_size < 0 ) in ft_mem_qrealloc() 141 else if ( cur_count == 0 ) in ft_mem_qrealloc() 152 FT_Long cur_size = cur_count * item_size; in ft_mem_qrealloc()
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | ftutil.c | 93 FT_Long cur_count, in ft_mem_realloc() argument 102 cur_count, new_count, block, &error ); in ft_mem_realloc() 103 if ( !error && block && new_count > cur_count ) in ft_mem_realloc() 104 FT_MEM_ZERO( (char*)block + cur_count * item_size, in ft_mem_realloc() 105 ( new_count - cur_count ) * item_size ); in ft_mem_realloc() 115 FT_Long cur_count, in ft_mem_qrealloc() argument 127 if ( cur_count < 0 || new_count < 0 || item_size < 0 ) in ft_mem_qrealloc() 141 else if ( cur_count == 0 ) in ft_mem_qrealloc() 152 FT_Long cur_size = cur_count * item_size; in ft_mem_qrealloc()
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_primitive_restart.c | 86 unsigned i, cur_start, cur_count; in find_sub_primitives() local 99 cur_count = 0; in find_sub_primitives() 110 if (cur_count > 0) { \ in find_sub_primitives() 113 sub_prims[scan_num].count = cur_count; \ in find_sub_primitives() 119 cur_count = 0; \ in find_sub_primitives() 124 cur_count++; \ in find_sub_primitives() 127 if (cur_count > 0) { \ in find_sub_primitives() 130 sub_prims[scan_num].count = cur_count; \ in find_sub_primitives()
|
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp16/ |
D | arithmetic_compare_fp16.cc | 129 int cur_count = param_->broadcasting_ ? MSMIN(stride_per_thread, outside_ - cur_offset) in DoArithmetic() local 131 if (cur_count <= 0) { in DoArithmetic() 137 ret = BroadcastRun(input0_fp16_, input1_fp16_, output_fp16_, 0, cur_count, cur_offset); in DoArithmetic() 139 …c_opt_func_(input0_fp16_, input1_fp16_ + cur_offset, output_fp16_ + cur_offset, cur_count, param_); in DoArithmetic() 141 …c_opt_func_(input0_fp16_ + cur_offset, input1_fp16_, output_fp16_ + cur_offset, cur_count, param_); in DoArithmetic() 143 …_func_(input0_fp16_ + cur_offset, input1_fp16_ + cur_offset, output_fp16_ + cur_offset, cur_count); in DoArithmetic()
|
D | deconvolution_winograd_fp16.cc | 279 int cur_count = 0; in InitComputeParam() local 322 deconv_param_->compute_units_[cur_count] = unit; in InitComputeParam() 323 cur_count++; in InitComputeParam()
|
/third_party/ffmpeg/libavcodec/ |
D | huffman.c | 180 uint32_t cur_count = nodes[i].count + nodes[i+1].count; in ff_huff_build_tree() local 184 if(cur_count > nodes[j-1].count || in ff_huff_build_tree() 185 (cur_count == nodes[j-1].count && in ff_huff_build_tree() 191 nodes[j].count = cur_count; in ff_huff_build_tree()
|
/third_party/boost/boost/interprocess/indexes/ |
D | iunordered_set_index.hpp | 301 size_type cur_count = this->bucket_count(); in shrink_to_fit() local 306 destroy_buckets(this->alloc, old_p, cur_count); in shrink_to_fit() 312 if(sug_count >= cur_count) in shrink_to_fit() 316 shrink_buckets(old_p, cur_count, this->alloc, sug_count); in shrink_to_fit()
|
/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/ |
D | gstdvbsubenc-util.c | 144 guint num_colours, cur_count; in gst_dvbsubenc_ayuv_to_ayuv8p() local 199 cur_count = 1; in gst_dvbsubenc_ayuv_to_ayuv8p() 205 cur_count++; in gst_dvbsubenc_ayuv_to_ayuv8p() 212 h->count = cur_count; in gst_dvbsubenc_ayuv_to_ayuv8p() 215 cur_count = 1; in gst_dvbsubenc_ayuv_to_ayuv8p() 220 h->count = cur_count; in gst_dvbsubenc_ayuv_to_ayuv8p()
|
/third_party/freetype/include/freetype/internal/ |
D | ftmemory.h | 139 FT_Long cur_count, 147 FT_Long cur_count,
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
D | ftmemory.h | 139 FT_Long cur_count, 147 FT_Long cur_count,
|
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/internal/ |
D | ftmemory.h | 130 FT_Long cur_count, 138 FT_Long cur_count,
|
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp32/ |
D | deconvolution_winograd_fp32.cc | 232 int cur_count = 0; in InitComputeParam() local 281 deconv_param_->compute_units_[cur_count] = unit; in InitComputeParam() 282 cur_count++; in InitComputeParam()
|