/external/mesa3d/src/mapi/mapi/ |
D | u_current.c | 115 #ifdef THREADS 128 #if defined(THREADS) && defined(WIN32) in u_current_destroy() 135 #if defined(THREADS) && !defined(GLX_USE_TLS) 200 #elif defined(THREADS) in u_current_set_user() 218 #elif defined(THREADS) in u_current_get_user_internal() 244 #elif defined(THREADS) in u_current_set() 260 #elif defined(THREADS) in u_current_get_internal()
|
D | u_thread.h | 57 #ifndef THREADS 58 #define THREADS macro 234 #ifndef THREADS
|
/external/valgrind/drd/tests/ |
D | annotate_sem.c | 16 #define THREADS 10 macro 79 pthread_t tid[THREADS]; in main() 83 for (i = 0; i < THREADS; i++) in main() 86 for (i = 0; i < THREADS; i++) in main() 89 assert(s_counter == THREADS * ITERATIONS); in main()
|
D | circular_buffer.c | 180 #define THREADS (10) macro 184 pthread_t producers[THREADS]; in main() 185 pthread_t consumers[THREADS]; in main() 186 int thread_arg[THREADS]; in main() 207 for (i = 0; i < THREADS; ++i) in main() 214 for (i = 0; i < THREADS; ++i) in main() 218 for (i = 0; i < THREADS; ++i) in main()
|
/external/icu/icu4j/perf-tests/ |
D | decimalformatperf.pl | 31 my $THREADS; # number of threads (input from command-line args) 50 $THREADS = $arg; 59 my $threads = ($THREADS > 1) ? "($THREADS threads)" : ""; 277 …sspath classes $TESTCLASS $method $n -p $passes -L @$pat[0] \"@$pat[1]\" \"@$pat[2]\" -r $THREADS";
|
D | dateformatperf.pl | 35 my $THREADS; # number of threads (input from command-line args) 54 $THREADS = $arg; 63 my $threads = ($THREADS > 1) ? "($THREADS threads)" : ""; 282 …sspath classes $TESTCLASS $method $n -p $passes -L @$pat[0] \"@$pat[1]\" \"@$pat[2]\" -r $THREADS";
|
D | perftests.pl | 40 my $THREADS; # number of threads (input from command-line args) 58 $THREADS = $arg; 383 …ath $CLASSPATH $testclass $method $n -p $passes -L @$pat[0] \"@$pat[1]\" \"@$pat[2]\" -r $THREADS";
|
/external/opencv3/modules/imgproc/src/opencl/ |
D | corner.cl | 88 #define THREADS 256 110 int dx_startX = gX * (THREADS-ksX+1) - anX + dx_x_off; 112 int dy_startX = gX * (THREADS-ksX+1) - anX + dy_x_off; 114 int dst_startX = gX * (THREADS-ksX+1) + dst_x_off; 118 __local float temp[6][THREADS]; 176 if (col < (THREADS - (ksX - 1)))
|
/external/libxml2/os400/dlfcn/ |
D | dlfcn.c | 64 #define THREADS 000002 /* Multithreaded job. */ macro 120 if (dlflags & THREADS) in dlterm() 151 dlflags &= ~THREADS; in dlinit() 154 dlflags |= THREADS; in dlinit() 160 if (dlflags & THREADS) in dlinit() 206 if (!(dlflags & THREADS)) in dllock() 234 if (!(dlflags & THREADS)) in dlunlock()
|
/external/toybox/toys/other/ |
D | bzcat.c | 44 #define THREADS 1 macro 105 struct bwdata bwdata[THREADS]; 635 bd->dbufSize = 100000*(i-'0')*THREADS; in start_bunzip() 636 for (i=0; i<THREADS; i++) in start_bunzip() 656 for (j=0; j<THREADS; j++) free(bd->bwdata[j].dbuf); in bunzipStream()
|
/external/curl/tests/libtest/ |
D | lib586.c | 25 #define THREADS 2 macro 185 for (i=1; i<=THREADS; i++ ) { in test()
|
D | lib506.c | 27 #define THREADS 2 macro 261 for (i=1; i<=THREADS; i++ ) { in test()
|
/external/mesa3d/src/mapi/glapi/ |
D | glapi_priv.h | 89 # elif defined(THREADS)
|
D | glapi.h | 105 # ifdef THREADS
|
D | glapi_entrypoint.c | 123 #elif defined(THREADS) in fill_in_entrypoint_offset()
|
/external/libvpx/libvpx/test/ |
D | decode_perf_test.cc | 29 #define THREADS 1 macro 78 const unsigned threads = GET_PARAM(THREADS); in TEST_P()
|
/external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/ |
D | PerfTest.java | 341 static final int THREADS = 14; field in PerfTest 503 if (options[THREADS].doesOccur) { in parseOptions() 505 threads = Integer.parseInt(options[THREADS].value); in parseOptions()
|
/external/mesa3d/src/glx/ |
D | glxcurrent.c | 147 #elif defined( THREADS )
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | glxapi.c | 164 #elif defined(THREADS) 176 #elif defined(THREADS) in SetCurrentContext() 274 #elif defined(THREADS) in glXGetCurrentContext()
|
/external/mesa3d/src/mesa/main/ |
D | debug.c | 133 #if defined(THREADS) in _mesa_print_info()
|