Searched defs:dst_p (Results 1 – 12 of 12) sorted by relevance
/third_party/jerryscript/jerry-core/ecma/operations/ |
D | ecma-typedarray-object.c | 165 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/ |
D | ecma-helpers-errol.c | 198 lit_utf8_byte_t *dst_p = buffer_p; in ecma_errol0_dtoa() local
|
D | ecma-helpers-conversion.c | 1030 lit_utf8_byte_t *dst_p; in ecma_number_to_utf8_string() local
|
/third_party/jerryscript/jerry-core/lit/ |
D | lit-char-helpers.c | 345 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/ |
D | avisynth.c | 653 unsigned char *dst_p; in avisynth_read_packet_video() local
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | example.c | 1164 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/ |
D | inheritance.cpp | 397 index_entry* dst_p = seek_type(dst_t); in convert_type() local
|
/third_party/jerryscript/jerry-core/parser/js/ |
D | js-parser.c | 924 uint8_t *dst_p; in parser_post_processing() local
|
/third_party/ffmpeg/libavfilter/ |
D | vf_nnedi.c | 404 float *dst_p = dst; in predictor() local 525 float *dst_p = dst; in interpolation() local
|
/third_party/jerryscript/jerry-core/api/ |
D | jerry-snapshot.c | 1312 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/ |
D | cronet_transport.cc | 1289 uint8_t* dst_p = GRPC_SLICE_START_PTR(read_data_slice); in execute_stream_op() local
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_split_vars.c | 666 nir_deref_instr *dst_p, *src_p; in emit_split_copies() local
|