Home | History | Annotate | Download | only in loader

Lines Matching refs:dst_idx

1696     uint32_t src_idx, dst_idx, cnt = *layer_count;
1708 for (dst_idx = 0; dst_idx < cnt; dst_idx++) {
1709 if (pp_layer_names[dst_idx] == NULL) {
1710 src_idx = dst_idx + 1;
1714 pp_layer_names[dst_idx] = pp_src_layers[src_idx];
1720 for (dst_idx = cnt; dst_idx < cnt + expand_count; dst_idx++) {
1721 pp_layer_names[dst_idx] = (char *)&expand_names[src_idx++][0];