Home
last modified time | relevance | path

Searched refs:dsts (Results 26 - 50 of 61) sorted by relevance

123

/third_party/python/Tools/peg_generator/pegen/
H A Dsccutils.py116 graph = {src: {dst for dst in dsts if dst in scc} for src, dsts in graph.items() if src in scc}
H A D__main__.py149 for src, dsts in gen.first_graph.items():
150 print(f" {src} -> {', '.join(dsts)}")
/third_party/ffmpeg/libavfilter/
H A Dvf_mcdeint.c193 int dsts = outpic ->linesize[i]; in filter_frame() local
200 uint8_t *dstp = &outpic ->data[i][x + y*dsts]; in filter_frame()
261 outpic ->data[i][x + y*dsts] = inpic->data[i][x + y*srcs];
/third_party/alsa-lib/src/pcm/
H A Dpcm_route.c71 snd_pcm_route_ttable_dst_t *dsts; member
413 dstp = params->dsts; in snd_pcm_route_convert()
437 if (params->dsts) { in snd_pcm_route_close()
439 free(params->dsts[dst_channel].srcs); in snd_pcm_route_close()
441 free(params->dsts); in snd_pcm_route_close()
654 snd_pcm_route_ttable_dst_t *d = &route->params.dsts[dst]; in snd_pcm_route_get_chmap()
693 snd_pcm_route_ttable_dst_t *d = &route->params.dsts[dst]; in snd_pcm_route_dump()
951 dptr = calloc(dused, sizeof(*params->dsts)); in route_load_ttable()
954 params->dsts = dptr; in route_load_ttable()
/kernel/linux/linux-5.10/drivers/usb/dwc2/
H A Dcore_intr.c491 u32 dsts; in dwc2_handle_usb_suspend_intr() local
504 dsts = dwc2_readl(hsotg, DSTS); in dwc2_handle_usb_suspend_intr()
505 dev_dbg(hsotg->dev, "%s: DSTS=0x%0x\n", __func__, dsts); in dwc2_handle_usb_suspend_intr()
508 !!(dsts & DSTS_SUSPSTS), in dwc2_handle_usb_suspend_intr()
518 if (dsts & DSTS_SUSPSTS) { in dwc2_handle_usb_suspend_intr()
/kernel/linux/linux-6.6/drivers/usb/dwc2/
H A Dcore_intr.c477 u32 dsts; in dwc2_handle_usb_suspend_intr() local
490 dsts = dwc2_readl(hsotg, DSTS); in dwc2_handle_usb_suspend_intr()
491 dev_dbg(hsotg->dev, "%s: DSTS=0x%0x\n", __func__, dsts); in dwc2_handle_usb_suspend_intr()
494 !!(dsts & DSTS_SUSPSTS), in dwc2_handle_usb_suspend_intr()
504 if (dsts & DSTS_SUSPSTS) { in dwc2_handle_usb_suspend_intr()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_conv.h71 LLVMValueRef *dsts, unsigned num_dsts);
/kernel/linux/linux-5.10/net/tipc/
H A Dsocket.c830 struct tipc_nlist dsts; in tipc_sendmcast() local
842 tipc_nlist_init(&dsts, tipc_own_addr(net)); in tipc_sendmcast()
844 seq->upper, &dsts); in tipc_sendmcast()
845 if (!dsts.local && !dsts.remote) in tipc_sendmcast()
866 rc = tipc_mcast_xmit(net, &pkts, method, &dsts, in tipc_sendmcast()
870 tipc_nlist_purge(&dsts); in tipc_sendmcast()
992 struct list_head dsts; in tipc_send_group_anycast() local
998 INIT_LIST_HEAD(&dsts); in tipc_send_group_anycast()
1011 if (!tipc_nametbl_lookup(net, type, inst, scope, &dsts, in tipc_send_group_anycast()
1071 struct tipc_nlist *dsts; tipc_send_group_bcast() local
1148 struct list_head dsts; tipc_send_group_mcast() local
[all...]
H A Dname_table.h126 struct list_head *dsts, int *dstcnt, u32 exclude,
H A Dname_table.c602 struct list_head *dsts, int *dstcnt, u32 exclude, in tipc_nametbl_lookup()
628 tipc_dest_push(dsts, p->node, p->port); in tipc_nametbl_lookup()
639 return !list_empty(dsts); in tipc_nametbl_lookup()
601 tipc_nametbl_lookup(struct net *net, u32 type, u32 instance, u32 scope, struct list_head *dsts, int *dstcnt, u32 exclude, bool all) tipc_nametbl_lookup() argument
/kernel/linux/linux-6.6/net/tipc/
H A Dsocket.c853 struct tipc_nlist dsts; in tipc_sendmcast() local
865 tipc_nlist_init(&dsts, tipc_own_addr(net)); in tipc_sendmcast()
866 tipc_nametbl_lookup_mcast_nodes(net, ua, &dsts); in tipc_sendmcast()
867 if (!dsts.local && !dsts.remote) in tipc_sendmcast()
888 rc = tipc_mcast_xmit(net, &pkts, &tsk->mc_method, &dsts, in tipc_sendmcast()
892 tipc_nlist_purge(&dsts); in tipc_sendmcast()
1015 struct list_head dsts; in tipc_send_group_anycast() local
1020 INIT_LIST_HEAD(&dsts); in tipc_send_group_anycast()
1031 if (!tipc_nametbl_lookup_group(net, ua, &dsts, in tipc_send_group_anycast()
1091 struct tipc_nlist *dsts; tipc_send_group_bcast() local
1167 struct list_head dsts; tipc_send_group_mcast() local
[all...]
H A Dname_table.h122 struct list_head *dsts, int *dstcnt,
/kernel/linux/linux-5.10/drivers/dma/
H A Ddmatest.c685 dma_addr_t *dsts; in dmatest_func() local
760 dsts = &um->addr[src->cnt]; in dmatest_func()
766 dsts[i] = dma_map_page(dev->dev, pg, pg_off, um->len, in dmatest_func()
768 ret = dma_mapping_error(dev->dev, dsts[i]); in dmatest_func()
779 dsts[0] + dst->off, in dmatest_func()
783 dsts[0] + dst->off, in dmatest_func()
788 dsts[0] + dst->off, in dmatest_func()
793 dma_pq[i] = dsts[i] + dst->off; in dmatest_func()
/kernel/linux/linux-6.6/drivers/dma/
H A Ddmatest.c687 dma_addr_t *dsts; in dmatest_func() local
762 dsts = &um->addr[src->cnt]; in dmatest_func()
768 dsts[i] = dma_map_page(dma_dev, pg, pg_off, um->len, in dmatest_func()
770 ret = dma_mapping_error(dma_dev, dsts[i]); in dmatest_func()
781 dsts[0] + dst->off, in dmatest_func()
785 dsts[0] + dst->off, in dmatest_func()
790 dsts[0] + dst->off, in dmatest_func()
795 dma_pq[i] = dsts[i] + dst->off; in dmatest_func()
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_cp.c65 struct ir3_register *dst = instr->dsts[0]; in is_eligible_mov()
103 return (cmp->dsts[0]->num == regid(REG_P0, 0)) && cond && in is_foldable_double_cmp()
603 if (instr->dsts[0]->flags & IR3_REG_HALF) in instr_cp()
H A Dir3_sched.c445 if (indirect->address->def != instr->dsts[0]) in check_instr()
462 if (indirect->address->def != instr->dsts[0]) in check_instr()
937 if (indirect->address->def == (*addr)->dsts[0]) { in split_addr()
943 indirect->address->def = new_addr->dsts[0]; in split_addr()
H A Dir3_cf.c48 struct ir3_register *dst = instr->dsts[0]; in is_safe_conv()
H A Dir3_lower_parallelcopy.c529 struct ir3_register *dst = instr->dsts[i]; in ir3_lower_copies()
547 struct ir3_register *dst = instr->dsts[0]; in ir3_lower_copies()
562 struct ir3_register *dst = instr->dsts[0]; in ir3_lower_copies()
H A Dir3_a4xx.c86 ldgb->dsts[0]->wrmask = MASK(intr->num_components); in emit_intrinsic_load_ssbo()
315 ldib->dsts[0]->wrmask = MASK(intr->num_components); in emit_intrinsic_load_image()
H A Dir3_postsched.c704 if (instr->dsts[0]->num != instr->srcs[0]->num) in is_self_mov()
707 if (instr->dsts[0]->flags & IR3_REG_RELATIV) in is_self_mov()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
H A DGCOV.cpp484 for (auto E : V->dsts()) {
508 for (auto E : V->dsts()) {
554 for (auto E : Block->dsts()) {
865 for (const GCOVEdge *Edge : Block.dsts()) {
/kernel/linux/linux-5.10/drivers/dma/ppc4xx/
H A Ddma.h129 u32 dsts; member
/kernel/linux/linux-6.6/drivers/dma/ppc4xx/
H A Ddma.h126 u32 dsts; member
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/
H A Dkit.py242 dsts = []
287 dsts.append(dst)
288 return dsts
1166 dsts = self._push_file(device, push_list)
1169 return self.pushed_file, dsts
1181 dsts = self._push_file(device, self.push_list)
1184 return self.pushed_file, dsts
/third_party/mesa3d/src/freedreno/ir3/tests/
H A Ddelay.c135 instr->dsts[0]->wrmask = MASK(instr->repeat + 1); in fixup_wrmask()

Completed in 27 milliseconds

123