OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:omp_get_num_threads
(Results
76 - 80
of
80
) sorted by null
1
2
3
4
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
random_shuffle.h
344
_ThreadIndex __num_threads =
omp_get_num_threads
();
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
random_shuffle.h
344
_ThreadIndex __num_threads =
omp_get_num_threads
();
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_texcombine.c
61
return (float4_array) (swrast->TexelBuffer + unit * SWRAST_MAX_WIDTH * 4 *
omp_get_num_threads
() + (SWRAST_MAX_WIDTH * 4 * omp_get_thread_num()));
/external/mesa3d/src/mesa/swrast/
s_texcombine.c
53
return (float4_array) (swrast->TexelBuffer + unit * SWRAST_MAX_WIDTH * 4 *
omp_get_num_threads
() + (SWRAST_MAX_WIDTH * 4 * omp_get_thread_num()));
/external/pixman/
configure
[
all
...]
Completed in 110 milliseconds
1
2
3
4