HomeSort by relevance Sort by last modified time
    Searched refs:NTHREADS (Results 1 - 10 of 10) sorted by null

  /external/jemalloc/test/unit/
mtx.c 3 #define NTHREADS 2
39 thd_t thds[NTHREADS];
44 for (i = 0; i < NTHREADS; i++)
46 for (i = 0; i < NTHREADS; i++)
48 assert_u_eq(arg.x, NTHREADS * NINCRS,
prof_accum.c 3 #define NTHREADS 4
64 thd_t thds[NTHREADS];
65 unsigned thd_args[NTHREADS];
76 for (i = 0; i < NTHREADS; i++) {
80 for (i = 0; i < NTHREADS; i++)
prof_thread_name.c 77 #define NTHREADS 4
105 thd_t thds[NTHREADS];
106 unsigned thd_args[NTHREADS];
111 for (i = 0; i < NTHREADS; i++) {
115 for (i = 0; i < NTHREADS; i++)
119 #undef NTHREADS
prof_reset.c 145 #define NTHREADS 4
198 thd_t thds[NTHREADS];
199 unsigned thd_args[NTHREADS];
215 for (i = 0; i < NTHREADS; i++) {
219 for (i = 0; i < NTHREADS; i++)
232 #undef NTHREADS
  /external/valgrind/memcheck/tests/
err_disable4.c 73 #define NTHREADS 498 // VG_N_THREADS - 2
78 pthread_t child[NTHREADS];
86 NTHREADS);
100 for (i = 0; i < NTHREADS; i++) {
106 for (i = 0; i < NTHREADS; i++) {
115 for (i = 0; i < NTHREADS; i++) {
123 NTHREADS);
127 for (i = 0; i < NTHREADS; i++) {
133 for (i = 0; i < NTHREADS; i++) {
142 for (i = 0; i < NTHREADS; i++)
    [all...]
  /external/jemalloc/test/integration/
MALLOCX_ARENA.c 3 #define NTHREADS 10
50 thd_t thds[NTHREADS];
53 for (i = 0; i < NTHREADS; i++) {
58 for (i = 0; i < NTHREADS; i++)
thread_arena.c 3 #define NTHREADS 10
46 thd_t thds[NTHREADS];
60 for (i = 0; i < NTHREADS; i++) {
65 for (i = 0; i < NTHREADS; i++) {
  /external/libunwind/tests/
Gtest-concurrent.c 40 #define NTHREADS 128
86 pthread_t th[NTHREADS];
93 for (i = 0; i < NTHREADS; ++i)
98 NTHREADS, i);
102 for (i = 0; i < NTHREADS; ++i)
  /external/opencv3/modules/objdetect/src/opencl/
objdetect_hog.cl 50 #define NTHREADS 256
254 const int nthreads, const int block_hist_size, const int img_block_width,
271 float sum = reduce_smem(squares, nthreads);
280 sum = reduce_smem(squares, nthreads);
386 __local float products[NTHREADS];
448 for (int i = tid; i < cdescr_size; i += NTHREADS)
456 __local float products[NTHREADS];
522 for (int i = tid; i < cdescr_size; i += NTHREADS)
549 for (int i = tid; i < cdescr_size; i += NTHREADS)
578 __local float sh_row[(NTHREADS + 2) * 3]
    [all...]
  /external/opencv3/modules/objdetect/src/
hog.cpp 64 #define NTHREADS 256
1198 int nthreads; local
1644 int nthreads; local
    [all...]

Completed in 105 milliseconds