Lines Matching refs:pa_xnew0
923 profile = pa_xnew0(float, profile_size);
1151 u = pa_xnew0(struct userdata, 1);
1166 u->a_H = pa_xnew0(pa_aupdate *, u->channels);
1167 u->Xs = pa_xnew0(float *, u->channels);
1168 u->Hs = pa_xnew0(float **, u->channels);
1171 u->Xs[c] = pa_xnew0(float, 2);
1172 u->Hs[c] = pa_xnew0(float *, 2);
1179 u->input = pa_xnew0(float *, u->channels);
1180 u->overlap_accum = pa_xnew0(float *, u->channels);
1193 u->base_profiles = pa_xnew0(char *, u->channels);
1718 *names = *n_sinks > 0 ? pa_xnew0(char *,*n_sinks) : NULL;
1764 (*names) = *n > 0 ? pa_xnew0(char *, *n) : NULL;
1973 *H_ = pa_xnew0(double, FILTER_SIZE(u));