Home
last modified time | relevance | path

Searched defs:dst_p (Results 1 – 12 of 12) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-typedarray-object.c165 ecma_typedarray_set_int8_element (lit_utf8_byte_t *dst_p, /**< the location in the internal arraybu… in ecma_typedarray_set_int8_element()
176 ecma_typedarray_set_uint8_element (lit_utf8_byte_t *dst_p, /**< the location in the internal arrayb… in ecma_typedarray_set_uint8_element()
187 ecma_typedarray_set_uint8_clamped_element (lit_utf8_byte_t *dst_p, /**< the location in the interna… in ecma_typedarray_set_uint8_clamped_element()
218 ecma_typedarray_set_int16_element (lit_utf8_byte_t *dst_p, /**< the location in the internal arrayb… in ecma_typedarray_set_int16_element()
229 ecma_typedarray_set_uint16_element (lit_utf8_byte_t *dst_p, /**< the location in the internal array… in ecma_typedarray_set_uint16_element()
240 ecma_typedarray_set_int32_element (lit_utf8_byte_t *dst_p, /**< the location in the internal arrayb… in ecma_typedarray_set_int32_element()
251 ecma_typedarray_set_uint32_element (lit_utf8_byte_t *dst_p, /**< the location in the internal array… in ecma_typedarray_set_uint32_element()
262 ecma_typedarray_set_float_element (lit_utf8_byte_t *dst_p, /**< the location in the internal arrayb… in ecma_typedarray_set_float_element()
274 ecma_typedarray_set_double_element (lit_utf8_byte_t *dst_p, /**< the location in the internal array… in ecma_typedarray_set_double_element()
414 ecma_set_typedarray_element (lit_utf8_byte_t *dst_p, in ecma_set_typedarray_element()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-errol.c198 lit_utf8_byte_t *dst_p = buffer_p; in ecma_errol0_dtoa() local
Decma-helpers-conversion.c1030 lit_utf8_byte_t *dst_p; in ecma_number_to_utf8_string() local
/third_party/jerryscript/jerry-core/lit/
Dlit-char-helpers.c345 lit_code_point_to_cesu8_bytes (uint8_t *dst_p, /**< destination buffer */ in lit_code_point_to_cesu8_bytes()
421 lit_four_byte_utf8_char_to_cesu8 (uint8_t *dst_p, /**< destination buffer */ in lit_four_byte_utf8_char_to_cesu8()
/third_party/ffmpeg/libavformat/
Davisynth.c653 unsigned char *dst_p; in avisynth_read_packet_video() local
/third_party/ltp/tools/sparse/sparse-src/
Dexample.c1164 static void replace_asm_arg(char **dst_p, struct asm_arg *arg) in replace_asm_arg()
1173 static void replace_asm_percent(const char **src_p, char **dst_p, struct asm_arg *args, int nr) in replace_asm_percent()
1191 static void replace_asm_named(const char **src_p, char **dst_p, struct asm_arg *args, int nr) in replace_asm_named()
/third_party/boost/libs/python/src/object/
Dinheritance.cpp397 index_entry* dst_p = seek_type(dst_t); in convert_type() local
/third_party/jerryscript/jerry-core/parser/js/
Djs-parser.c924 uint8_t *dst_p; in parser_post_processing() local
/third_party/ffmpeg/libavfilter/
Dvf_nnedi.c404 float *dst_p = dst; in predictor() local
525 float *dst_p = dst; in interpolation() local
/third_party/jerryscript/jerry-core/api/
Djerry-snapshot.c1312 uint8_t *dst_p = ((uint8_t *) out_buffer_p) + sizeof (jerry_snapshot_header_t); in jerry_merge_snapshots() local
/third_party/grpc/src/core/ext/transport/cronet/transport/
Dcronet_transport.cc1289 uint8_t* dst_p = GRPC_SLICE_START_PTR(read_data_slice); in execute_stream_op() local
/third_party/mesa3d/src/compiler/nir/
Dnir_split_vars.c666 nir_deref_instr *dst_p, *src_p; in emit_split_copies() local