/third_party/jerryscript/jerry-core/parser/regexp/ |
D | re-bytecode.c | 172 re_decode_u16 (const uint8_t *src_p) /**< source */ in re_decode_u16() argument 174 uint16_t value = (uint16_t) (((uint16_t) *src_p++) << 8); in re_decode_u16() 175 value = (uint16_t) (value + *src_p++); in re_decode_u16() 185 re_decode_u32 (const uint8_t *src_p) /**< source */ in re_decode_u32() argument 187 uint32_t value = (uint32_t) (((uint32_t) *src_p++) << 24); in re_decode_u32() 188 value += (uint32_t) (((uint32_t) *src_p++) << 16); in re_decode_u32() 189 value += (uint32_t) (((uint32_t) *src_p++) << 8); in re_decode_u32() 190 value += (uint32_t) (*src_p++); in re_decode_u32()
|
/third_party/boost/libs/python/src/object/ |
D | inheritance.cpp | 393 index_entry* src_p = seek_type(src_t); in convert_type() local 394 if (src_p == 0) in convert_type() 404 ? tuples::get<kdynamic_id>(*src_p)(p) in convert_type() 428 g, p, tuples::get<kvertex>(*src_p) in convert_type()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_nnedi.c | 245 const float *src_p = src; in process_old() local 248 const float *window = src_p - 2 * src_stride - 5; in process_old() 281 const float *src_p = src; in process_new() local 284 const float *window = src_p - 2 * src_stride - 6; in process_new() 403 const float *src_p = src; in predictor() local 407 const float *window = src_p - (model->ydim / 2) * src_stride - (model->xdim / 2 - 1); in predictor() 524 const float *src_p = src; in interpolation() local 526 const float *window = src_p - 2 * src_stride; in interpolation()
|
/third_party/ffmpeg/libavformat/ |
D | avisynth.c | 654 const unsigned char *src_p; in avisynth_read_packet_video() local 695 src_p = avs_library.avs_get_read_ptr_p(frame, plane); in avisynth_read_packet_video() 705 src_p = src_p + (planeheight - 1) * pitch; in avisynth_read_packet_video() 709 avs_library.avs_bit_blt(avs->env, dst_p, rowsize, src_p, pitch, in avisynth_read_packet_video()
|
/third_party/jerryscript/docs/ |
D | 16.MIGRATION-GUIDE.md | 390 const jerry_char_t *src_p = (const jerry_char_t *) "return a + b;"; 393 jerry_parse_and_save_function_snapshot (src_p, 394 strlen ((const char *) src_p), 411 const jerry_char_t *src_p = (const jerry_char_t *) "return a + b;"; 416 src_p, 417 strlen ((const char *) src_p),
|
D | 02.API-REFERENCE.md | 5843 const char *src_p = "this.my_prop; this.my_prop; this.my_prop = 4; this.my_prop"; 5844 …jerry_value_t eval_result = jerry_eval ((const jerry_char_t *) src_p, strlen (src_p), JERRY_PARSE_…
|
/third_party/jerryscript/jerry-core/ecma/operations/ |
D | ecma-typedarray-object.h | 34 ecma_number_t ecma_get_typedarray_element (lit_utf8_byte_t *src_p,
|
D | ecma-typedarray-object.c | 393 ecma_get_typedarray_element (lit_utf8_byte_t *src_p, in ecma_get_typedarray_element() argument 396 return ecma_typedarray_getters[typedarray_id](src_p); in ecma_get_typedarray_element()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_split_vars.c | 666 nir_deref_instr *dst_p, *src_p; in emit_split_copies() local 676 while ((src_p = src_path->path[src_level + 1])) { in emit_split_copies() 677 if (src_p->deref_type == nir_deref_type_array_wildcard) in emit_split_copies() 680 src = nir_build_deref_follower(b, src, src_p); in emit_split_copies() 684 if (src_p == NULL || dst_p == NULL) { in emit_split_copies() 685 assert(src_p == NULL && dst_p == NULL); in emit_split_copies() 689 src_p->deref_type == nir_deref_type_array_wildcard); in emit_split_copies()
|
D | nir_opt_copy_prop_vars.c | 692 nir_deref_instr **src_p = &src_path->path[1]; in load_from_deref_entry_value() local 693 while (*entry_p && *src_p) { in load_from_deref_entry_value() 695 nir_deref_instr *src_tail = *src_p++; in load_from_deref_entry_value() 723 while (*src_p) { in load_from_deref_entry_value() 724 nir_deref_instr *src_tail = *src_p++; in load_from_deref_entry_value()
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | example.c | 1173 static void replace_asm_percent(const char **src_p, char **dst_p, struct asm_arg *args, int nr) in replace_asm_percent() argument 1175 const char *src = *src_p; in replace_asm_percent() 1187 *src_p = src; 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() argument 1193 const char *src = *src_p; in replace_asm_named() 1203 *src_p = end; in replace_asm_named()
|
/third_party/mindspore/mindspore/lite/src/runtime/kernel/opencl/cl/ |
D | depthwise_conv2d.cl | 39 …FLT4 src_p = READ_IMAGE(src_data, smp_zero, (int2)(Z + x_c * src_size.z, y_c + batch * src_size.y)… 40 r += TO_FLT4(src_p * flt_p); 72 …FLT4 src_p = READ_IMAGE(src_data, smp_zero, (int2)(Z + x_c * src_size.z, y_c + batch * src_size.y)… 73 r += TO_FLT4(src_p * flt_p); 887 FLT4 src_p = src_data[(((Z)*src_size.y + (y_c + batch * src_size.y)) * src_size.x + (x_c))]; 888 r += TO_FLT4(src_p * flt_p);
|
/third_party/jerryscript/jerry-core/parser/js/ |
D | js-lexer.c | 2476 const uint8_t *src_p = context_p->token.lit_location.char_p; in lexer_construct_number_object() local 2477 const uint8_t *src_end_p = src_p + length - 1; in lexer_construct_number_object() 2490 src_p++; in lexer_construct_number_object() 2491 num = num * multiplier + (ecma_number_t) (*src_p - LIT_CHAR_0); in lexer_construct_number_object() 2493 while (src_p < src_end_p); in lexer_construct_number_object()
|
/third_party/quickjs/ |
D | quickjs.c | 51450 JSObject *src_p; in js_typed_array_set_internal() local 51470 src_p = JS_VALUE_GET_OBJ(src_obj); in js_typed_array_set_internal() 51471 if (src_p->class_id >= JS_CLASS_UINT8C_ARRAY && in js_typed_array_set_internal() 51472 src_p->class_id <= JS_CLASS_FLOAT64_ARRAY) { in js_typed_array_set_internal() 51475 JSTypedArray *src_ta = src_p->u.typed_array; in js_typed_array_set_internal() 51482 src_len = src_p->u.array.count; in js_typed_array_set_internal() 51487 if (src_p->class_id == p->class_id) { in js_typed_array_set_internal()
|