Lines Matching defs:to_next
50 void **to_next, **from;
75 to_next = rte_node_next_stream_get(graph, node, next_index, nb_objs);
163 rte_memcpy(to_next, from, last_spec * sizeof(from[0]));
165 to_next += last_spec;
171 to_next[0] = from[0];
172 to_next++;
180 to_next[0] = from[1];
181 to_next++;
189 to_next[0] = from[2];
190 to_next++;
198 to_next[0] = from[3];
199 to_next++;
235 rte_memcpy(to_next, from, last_spec * sizeof(from[0]));
237 to_next += last_spec;
254 rte_memcpy(to_next, from, last_spec * sizeof(from[0]));