Home
last modified time | relevance | path

Searched defs:nthread (Results 1 – 12 of 12) sorted by relevance

/external/fft2d/src/fft2d/fft2d/
Dfftsg2d.c410 int n, itnull, nthread, nt, i; in cdft2d() local
468 int n, nw, nc, itnull, nthread, nt, i; in rdft2d() local
580 int n, nw, nc, itnull, nthread, nt, i; in ddct2d() local
644 int n, nw, nc, itnull, nthread, nt, i; in ddst2d() local
842 int nthread; member
862 int nthread, i; in xdft2d0_subth() local
892 int nthread, nt, i; in cdft2d_subth() local
926 int nthread, i; in ddxt2d0_subth() local
956 int nthread, nt, i; in ddxt2d_subth() local
989 int nthread, n0, n1, n2, icr, isgn, *ip, i; in xdft2d0_th() local
[all …]
Dfftsg3d.c1219 int nthread; member
1240 int nthread, nt, i; in xdft3da_subth() local
1278 int nthread, nt, i; in cdft3db_subth() local
1315 int nthread, nt, i; in ddxt3da_subth() local
1351 int nthread, nt, i; in ddxt3db_subth() local
1385 int nthread, n0, n1, n2, n3, icr, isgn, *ip, i, j, k; in xdft3da_th() local
1475 int nthread, n0, n1, n2, n3, isgn, *ip, i, j, k; in cdft3db_th() local
1555 int nthread, n0, n1, n2, n3, ics, isgn, *ip, i, j, k; in ddxt3da_th() local
1631 int nthread, n0, n1, n2, n3, ics, isgn, *ip, i, j, k; in ddxt3db_th() local
Dfftsg.c2211 int i, idiv4, m, nthread; in cftrec4_th() local
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_platform_windows.cpp26 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { in WriteMemoryProfile()
Dtsan_platform_mac.cpp142 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { in WriteMemoryProfile()
Dtsan_platform_linux.cpp129 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { in WriteMemoryProfile()
Dtsan_rtl.cpp522 uptr nthread = 0; in ForkChildAfter() local
/external/compiler-rt/lib/tsan/rtl/
Dtsan_platform_windows.cc31 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { in WriteMemoryProfile()
Dtsan_platform_mac.cc110 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { in WriteMemoryProfile()
Dtsan_platform_linux.cc113 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { in WriteMemoryProfile()
Dtsan_rtl.cc452 uptr nthread = 0; in ForkChildAfter() local
/external/linux-kselftest/tools/testing/selftests/powerpc/signal/
Dsigfuz.c58 static int nthread = THREADS; variable