/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrBulkMemory.td | 56 BULK_I<(outs), (ins i32imm_op:$src_idx, i32imm_op:$dst_idx, 58 (outs), (ins i32imm_op:$src_idx, i32imm_op:$dst_idx), 59 [(wasm_memcpy (i32 imm:$src_idx), (i32 imm:$dst_idx), 62 "memory.copy\t$src_idx, $dst_idx, $dst, $src, $len", 63 "memory.copy\t$src_idx, $dst_idx", 0x0a>;
|
/third_party/lwip/src/apps/snmp/ |
D | snmp_traps.c | 112 snmp_trap_dst_enable(u8_t dst_idx, u8_t enable) in snmp_trap_dst_enable() argument 115 if (dst_idx < SNMP_TRAP_DESTINATIONS) { in snmp_trap_dst_enable() 116 trap_dst[dst_idx].enable = enable; in snmp_trap_dst_enable() 127 snmp_trap_dst_ip_set(u8_t dst_idx, const ip_addr_t *dst) in snmp_trap_dst_ip_set() argument 130 if (dst_idx < SNMP_TRAP_DESTINATIONS) { in snmp_trap_dst_ip_set() 131 ip_addr_set(&trap_dst[dst_idx].dip, dst); in snmp_trap_dst_ip_set()
|
/third_party/lwip/src/include/lwip/apps/ |
D | snmp.h | 82 void snmp_trap_dst_enable(u8_t dst_idx, u8_t enable); 83 void snmp_trap_dst_ip_set(u8_t dst_idx, const ip_addr_t *dst);
|
/third_party/ffmpeg/libavcodec/ |
D | vc1_block.c | 1301 int dst_idx, off; in vc1_decode_p_mb() local 1347 dst_idx = 0; in vc1_decode_p_mb() 1350 dst_idx += i >> 2; in vc1_decode_p_mb() 1374 … s->dest[dst_idx] + off, (i & 4) ? s->uvlinesize : s->linesize, in vc1_decode_p_mb() 1430 dst_idx = 0; in vc1_decode_p_mb() 1454 dst_idx += i >> 2; in vc1_decode_p_mb() 1477 first_block, s->dest[dst_idx] + off, in vc1_decode_p_mb() 1532 int dst_idx, off; in vc1_decode_p_mb_intfr() local 1597 dst_idx = 0; in vc1_decode_p_mb_intfr() 1602 dst_idx += i >> 2; in vc1_decode_p_mb_intfr() [all …]
|
D | atrac9dec.c | 774 const int dst_idx = s->block_config->plane_map[block_idx][i]; in atrac9_decode_block() local 777 float *dst = (float *)(frame->extended_data[dst_idx] + offset); in atrac9_decode_block()
|
/third_party/lwip/src/core/ipv6/ |
D | nd6.c | 2050 s16_t dst_idx; local 2071 dst_idx = nd6_find_destination_cache_entry(ip6addr); 2072 if (dst_idx >= 0) { 2074 LWIP_ASSERT("type overflow", (size_t)dst_idx < NETIF_ADDR_IDX_MAX); 2075 nd6_cached_destination_index = (netif_addr_idx_t)dst_idx; 2078 dst_idx = nd6_new_destination_cache_entry(); 2079 if (dst_idx >= 0) { 2081 LWIP_ASSERT("type overflow", (size_t)dst_idx < NETIF_ADDR_IDX_MAX); 2082 nd6_cached_destination_index = (netif_addr_idx_t)dst_idx; 2441 s16_t dst_idx; local [all …]
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_format_convert.h | 195 unsigned dst_idx = 0; in nir_format_bitcast_uvec_unmasked() local 200 dst_chan[dst_idx] = shifted; in nir_format_bitcast_uvec_unmasked() 202 dst_chan[dst_idx] = nir_ior(b, dst_chan[dst_idx], shifted); in nir_format_bitcast_uvec_unmasked() 207 dst_idx++; in nir_format_bitcast_uvec_unmasked()
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 336 tgsi_opcode_infer_dst_type(enum tgsi_opcode opcode, uint dst_idx) in tgsi_opcode_infer_dst_type() argument 338 if (dst_idx == 1 && opcode == TGSI_OPCODE_DFRACEXP) in tgsi_opcode_infer_dst_type()
|
D | tgsi_info.h | 117 tgsi_opcode_infer_dst_type(enum tgsi_opcode opcode, uint dst_idx);
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_ra_validate.c | 395 unsigned dst_idx = ~0; in chase_definition() local 398 dst_idx = i; in chase_definition() 402 assert(dst_idx != ~0); in chase_definition() 404 struct ir3_register *new_def = instr->srcs[dst_idx]->def; in chase_definition()
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_compiler_util.h | 82 unsigned int dst_idx,
|
D | radeon_compiler_util.c | 324 unsigned int dst_idx, in rc_src_reads_dst_mask() argument 327 if (src_file != dst_file || src_idx != dst_idx) { in rc_src_reads_dst_mask()
|
/third_party/ffmpeg/libswresample/ |
D | swresample_internal.h | 78 …ampleContext *c, AudioData *dst, const AudioData *src, int src_size, int *dst_idx, int *dst_count);
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_descriptor_set.c | 1338 unsigned dst_idx = copyset->dstArrayElement + j; in radv_update_descriptor_sets_impl() local 1341 dst_idx += dst_binding_layout->dynamic_offset_offset; in radv_update_descriptor_sets_impl() 1344 dst_range = dst_set->header.dynamic_descriptors + dst_idx; in radv_update_descriptor_sets_impl()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
D | dzn_descriptor_set.c | 1832 uint32_t dst_idx = in dzn_descriptor_set_copy() local 1835 memcpy(&dst_set->dynamic_buffers[dst_idx], in dzn_descriptor_set_copy()
|
/third_party/vixl/src/aarch64/ |
D | logic-aarch64.cc | 1598 int dst_idx = 0; in splice() local 1605 result[dst_idx++] = src1.Uint(vform, i); in splice() 1609 VIXL_ASSERT(dst_idx <= lane_count); in splice() 1610 for (int i = dst_idx; i < lane_count; i++) { in splice() 1611 result[i] = src2.Uint(vform, i - dst_idx); in splice()
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui_widgets.cpp | 7638 int dst_idx = src_idx; in TabBarQueueReorderFromMousePos() local 7647 dst_idx = i; in TabBarQueueReorderFromMousePos() 7657 if (dst_idx != src_idx) in TabBarQueueReorderFromMousePos() 7658 TabBarQueueReorder(tab_bar, src_tab, dst_idx - src_idx); in TabBarQueueReorderFromMousePos()
|