Home
last modified time | relevance | path

Searched refs:i_dst (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/arch/microblaze/lib/
Dmemcpy.c47 uint32_t *i_dst; in memcpy() local
68 i_dst = (void *)dst; in memcpy()
77 *i_dst++ = *i_src++; in memcpy()
90 *i_dst++ = buf_hold | value >> 24; in memcpy()
99 *i_dst++ = buf_hold | ((value & 0xFF) << 24); in memcpy()
116 *i_dst++ = buf_hold | value >> 16; in memcpy()
125 *i_dst++ = buf_hold | ((value & 0xFFFF) << 16); in memcpy()
142 *i_dst++ = buf_hold | value >> 8; in memcpy()
151 *i_dst++ = buf_hold | ((value & 0xFFFFFF) << 8); in memcpy()
160 dst = (void *)i_dst; in memcpy()
Dmemmove.c39 uint32_t *i_dst; in memmove() local
79 i_dst = (void *)dst; in memmove()
88 *--i_dst = *--i_src; in memmove()
101 *--i_dst = buf_hold << 8 | value; in memmove()
110 *--i_dst = buf_hold | in memmove()
128 *--i_dst = buf_hold << 16 | value; in memmove()
137 *--i_dst = buf_hold | in memmove()
155 *--i_dst = buf_hold << 24 | value; in memmove()
164 *--i_dst = buf_hold | in memmove()
174 dst = (void *)i_dst; in memmove()
/linux-5.19.10/drivers/gpu/drm/vkms/
Dvkms_composer.c118 int i, j, j_dst, i_dst; in blend() local
133 for (i = y_src, i_dst = y_dst; i < y_limit; ++i) { in blend()
136 + (i_dst * dst_composer->pitch) in blend()
148 i_dst++; in blend()
/linux-5.19.10/net/bridge/
Dbr_mrp.c1078 struct net_bridge_port *p_dst, *s_dst, *i_dst = NULL; in br_mrp_rcv() local
1130 i_dst = i_port; in br_mrp_rcv()
1170 i_dst = NULL; in br_mrp_rcv()
1183 i_dst = NULL; in br_mrp_rcv()
1220 i_dst = NULL; in br_mrp_rcv()
1234 if (i_dst) in br_mrp_rcv()
1235 br_forward(i_dst, skb, true, false); in br_mrp_rcv()