fftss_destroy_plan_1d  172 libfftss/fftss_2d.c extern void fftss_destroy_plan_1d(fftss_plan_1d);
fftss_destroy_plan_1d  237 libfftss/fftss_2d.c       fftss_destroy_plan_1d(p->p1);
fftss_destroy_plan_1d  287 libfftss/fftss_2d.c     fftss_destroy_plan_1d(p->p1);
fftss_destroy_plan_1d  288 libfftss/fftss_2d.c     if (p->nx != p->ny) fftss_destroy_plan_1d(p->p2);
fftss_destroy_plan_1d  289 libfftss/fftss_2d.c     if (p->nx != p->nz && p->ny != p->nz) fftss_destroy_plan_1d(p->p3);
fftss_destroy_plan_1d  299 libfftss/fftss_2d.c     fftss_destroy_plan_1d(p->p1);
fftss_destroy_plan_1d  300 libfftss/fftss_2d.c     if (p->nx != p->ny) fftss_destroy_plan_1d(p->p2);
fftss_destroy_plan_1d  310 libfftss/fftss_2d.c     fftss_destroy_plan_1d(p->p1);
fftss_destroy_plan_1d  321 libfftss/fftss_3d.c extern void fftss_destroy_plan_1d(fftss_plan_1d);
fftss_destroy_plan_1d  393 libfftss/fftss_3d.c       fftss_destroy_plan_1d(p->p1);
fftss_destroy_plan_1d  416 libfftss/fftss_3d.c       fftss_destroy_plan_1d(p->p1);
fftss_destroy_plan_1d  417 libfftss/fftss_3d.c       if (nx != ny) fftss_destroy_plan_1d(p->p2);