Home
last modified time | relevance | path

Searched refs:copy_value (Results 1 – 13 of 13) sorted by relevance

/third_party/ffmpeg/libavutil/
Ddict.c75 char *oldval = NULL, *copy_key = NULL, *copy_value = NULL; in av_dict_set() local
85 copy_value = (void *)value; in av_dict_set()
87 copy_value = av_strdup(value); in av_dict_set()
90 if (!m || (key && !copy_key) || (value && !copy_value)) in av_dict_set()
96 av_free(copy_value); in av_dict_set()
105 } else if (copy_value) { in av_dict_set()
112 if (copy_value) { in av_dict_set()
114 m->elems[m->count].value = copy_value; in av_dict_set()
116 size_t len = strlen(oldval) + strlen(copy_value) + 1; in av_dict_set()
122 av_strlcat(newval, copy_value, len); in av_dict_set()
[all …]
/third_party/grpc/src/core/lib/avl/
Davl.cc130 vtable->copy_value(right->value, user_data), in rotate_left()
142 vtable->copy_value(left->value, user_data), ref_node(left->left), in rotate_right()
155 vtable->copy_value(left->right->value, user_data), in rotate_left_right()
157 vtable->copy_value(left->value, user_data), in rotate_left_right()
171 vtable->copy_value(right->left->value, user_data), in rotate_right_left()
174 vtable->copy_value(right->value, user_data), in rotate_right_left()
217 vtable->copy_value(node->value, user_data), in add_key()
223 vtable->copy_value(node->value, user_data), ref_node(node->left), in add_key()
267 vtable->copy_value(h->value, user_data), ref_node(node->left), in remove_key()
272 vtable->copy_value(h->value, user_data), in remove_key()
[all …]
Davl.h52 void* (*copy_value)(void* value, void* user_data); member
/third_party/boost/boost/flyweight/
Dkey_value.hpp144 void copy_value()const in copy_value() function in boost::flyweights::detail::optimized_key_value::rep_type
173 static void copy_value(const rep_type& r) in copy_value() function
175 r.copy_value(); in copy_value()
279 static void copy_value(const rep_type&){} in copy_value() function
/third_party/alsa-utils/alsaloop/
Dcontrol.c184 static int copy_value(struct loopback_control *dst, in copy_value() function
258 copy_value(&mix->dst, &mix->src); in control_init2()
266 copy_value(&mix->dst, &mix->src); in control_init2()
383 copy_value(&mix->dst, &mix->src); in control_event1()
395 copy_value(&mix->src, &mix->dst); in control_event1()
/third_party/boost/boost/flyweight/detail/
Ddefault_value_policy.hpp71 static void copy_value(const rep_type&){} in copy_value() function
Dflyweight_core.hpp213 ValuePolicy::copy_value( in insert_value()
/third_party/mindspore/mindspore/ccsrc/ps/ps_cache/ascend/
Dascend_ps_cache.cc142 int copy_value = SizeToInt(cache_vocab_size); in MallocConstantMemory() local
143 if (!CopyHostMemToDevice(cache_vocab_size_addr_, &copy_value, sizeof(int))) { in MallocConstantMemory()
/third_party/harfbuzz/src/
Dhb-ot-layout-gpos-table.hh195 if (format & xPlacement) copy_value (c, new_format, xPlacement, *values++); in copy_values()
196 if (format & yPlacement) copy_value (c, new_format, yPlacement, *values++); in copy_values()
197 if (format & xAdvance) copy_value (c, new_format, xAdvance, *values++); in copy_values()
198 if (format & yAdvance) copy_value (c, new_format, yAdvance, *values++); in copy_values()
206 void copy_value (hb_serialize_context_t *c, in copy_value() function
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-layout-gpos-table.hh195 if (format & xPlacement) copy_value (c, new_format, xPlacement, *values++); in copy_values()
196 if (format & yPlacement) copy_value (c, new_format, yPlacement, *values++); in copy_values()
197 if (format & xAdvance) copy_value (c, new_format, xAdvance, *values++); in copy_values()
198 if (format & yAdvance) copy_value (c, new_format, yAdvance, *values++); in copy_values()
206 void copy_value (hb_serialize_context_t *c, in copy_value() function
/third_party/ejdb/src/jbl/
Dbinn.c2211 BINN_PRIVATE BOOL copy_value(void *psource, void *pdest, int source_type, int dest_type, int data_s… in copy_value() function
2396 if (copy_value(value.ptr, pvalue, value.type, type, storage_type) == FALSE) { in binn_list_get()
2416 if (copy_value(value.ptr, pvalue, value.type, type, storage_type) == FALSE) { in binn_map_get()
2436 if (copy_value(value.ptr, pvalue, value.type, type, storage_type) == FALSE) { in binn_object_get()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-array-prototype.c2520 ecma_value_t copy_value = ecma_copy_value_if_not_object (buffer_p[start]); in ecma_builtin_array_prototype_object_copy_within() local
2524 buffer_p[target] = copy_value; in ecma_builtin_array_prototype_object_copy_within()
/third_party/jerryscript/jerry-core/parser/js/
Djs-parser-statm.c765 bool copy_value = true; in parser_parse_function_statement() local
774 copy_value = false; in parser_parse_function_statement()
780 if (copy_value) in parser_parse_function_statement()