Home
last modified time | relevance | path

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

/dports/cad/ngspice_rework/ngspice-35/src/frontend/
H A Dcom_let.c638 const int n_cpy = n_dim - 1; /* index where copying done */ in copy_vector_data_with_stride() local
646 p_offset_level_cum[n_cpy]; in copy_vector_data_with_stride()
663 int level_cur = n_cpy; in copy_vector_data_with_stride()
678 for (++level_cur; level_cur <= n_cpy; ++level_cur) { in copy_vector_data_with_stride()
748 const int n_cpy = n_dim - 2; /* index where copying done */ in copy_vector_data_with_stride() local
756 (char *) p_vec_data_dst + p_offset_level_cum[n_cpy], in copy_vector_data_with_stride()
772 int level_cur = n_cpy; in copy_vector_data_with_stride()
787 for (++level_cur; level_cur <= n_cpy; ++level_cur) { in copy_vector_data_with_stride()