omp_get_max_threads 198 libfftss/fftss_2d.c p->b = malloc(sizeof(double *) * 2 * omp_get_max_threads()); omp_get_max_threads 200 libfftss/fftss_2d.c for (i = 0; i < omp_get_max_threads(); i++) { omp_get_max_threads 223 libfftss/fftss_2d.c for (i = 0; i < omp_get_max_threads(); i++) { omp_get_max_threads 238 libfftss/fftss_2d.c for (i = 0; i < omp_get_max_threads(); i++) { omp_get_max_threads 290 libfftss/fftss_2d.c for (i = 0; i < omp_get_max_threads(); i++) { omp_get_max_threads 301 libfftss/fftss_2d.c for (i = 0; i < omp_get_max_threads(); i++) { omp_get_max_threads 352 libfftss/fftss_3d.c p->b = malloc(sizeof(double *) * 2 * omp_get_max_threads()); omp_get_max_threads 354 libfftss/fftss_3d.c for (i = 0; i < omp_get_max_threads(); i++) { omp_get_max_threads 377 libfftss/fftss_3d.c for (i = 0; i < omp_get_max_threads(); i++) { omp_get_max_threads 394 libfftss/fftss_3d.c for (i = 0; i < omp_get_max_threads(); i++) { omp_get_max_threads 418 libfftss/fftss_3d.c for (i = 0; i < omp_get_max_threads(); i++) { omp_get_max_threads 564 libpfftss/mpi2d.c for (i = 0; i < omp_get_max_threads() * 2; i++) omp_get_max_threads 618 libpfftss/mpi2d.c p->b = (double **)malloc(sizeof(double *) * 2 * omp_get_max_threads()); omp_get_max_threads 620 libpfftss/mpi2d.c for (i = 0; i < omp_get_max_threads(); i++) {