Lines Matching defs:full
202 static void map_idx_10_to_20(int8_t *par_mapped, const int8_t *par, int full)
205 if (full)
216 static void map_idx_34_to_20(int8_t *par_mapped, const int8_t *par, int full)
229 if (full) {
281 static void map_idx_10_to_34(int8_t *par_mapped, const int8_t *par, int full)
283 if (full) {
323 static void map_idx_20_to_34(int8_t *par_mapped, const int8_t *par, int full)
325 if (full) {
522 int num_par, int num_env, int full)
528 map_idx_20_to_34(par_mapped[e], par[e], full);
532 map_idx_10_to_34(par_mapped[e], par[e], full);
541 int num_par, int num_env, int full)
547 map_idx_34_to_20(par_mapped[e], par[e], full);
551 map_idx_10_to_20(par_mapped[e], par[e], full);