Lines Matching full:fargs_priv
5956 double *fargs_priv;
5971 fargs_priv = malloc(nb_tmp_fargs * sizeof(double));
5978 p_dst = &fargs_priv[nb_tmp_fargs-1 + i];
5979 base = (HWord_t)&fargs_priv[nb_tmp_fargs-1];
5982 p_dst = &fargs_priv[i];
5983 base = (HWord_t)&fargs_priv[0];
5992 // store to fargs_priv[idx] => r15 + offs
6012 free(fargs_priv);
6023 double *fargs_priv;
6038 fargs_priv = malloc(nb_tmp_fargs * sizeof(double));
6046 p_dst = &fargs_priv[nb_tmp_fargs-1 + i];
6047 base = (HWord_t)&fargs_priv[nb_tmp_fargs-1];
6050 p_dst = &fargs_priv[i];
6051 base = (HWord_t)&fargs_priv[0];
6098 free(fargs_priv);