/system/extras/memory_replay/tests/ |
ThreadsTest.cpp | 116 for (size_t i = 0; i <= threads.max_threads(); i++) {
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_thread_registry.cc | 90 ThreadRegistry::ThreadRegistry(ThreadContextFactory factory, u32 max_threads, 93 max_threads_(max_threads),
|
sanitizer_thread_registry.h | 80 ThreadRegistry(ThreadContextFactory factory, u32 max_threads,
|
/external/google-benchmark/src/ |
benchmark.cc | 304 void ThreadRange(int min_threads, int max_threads); 477 void BenchmarkImp::ThreadRange(int min_threads, int max_threads) { 479 CHECK_GE(max_threads, min_threads); 481 AddRange(&thread_counts_, min_threads, max_threads, 2); 574 Benchmark* Benchmark::ThreadRange(int min_threads, int max_threads) { 575 imp_->ThreadRange(min_threads, max_threads);
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_state_dump.c | 91 vs->thread4.max_threads + 1); 107 gs->thread4.max_threads + 1); 123 clip->thread4.max_threads + 1); 143 sf->thread4.max_threads + 1); 167 wm->wm5.max_threads + 1);
|
brw_vs_state.c | 140 vs->thread4.max_threads = CLAMP(brw->urb.nr_vs_entries / 2,
|
brw_structs.h | 177 GLuint max_threads:5; /* may be less */ member in struct:brw_clip_unit_state::__anon20215 416 GLuint max_threads:6; member in struct:brw_sf_unit_state::__anon20235 485 GLuint max_threads:5; member in struct:brw_gs_unit_state::__anon20239 527 GLuint max_threads:6; member in struct:brw_vs_unit_state::__anon20242 589 GLuint max_threads:7; member in struct:brw_wm_unit_state::__anon20246 [all...] |
brw_wm_state.c | 185 wm->wm5.max_threads = brw->max_wm_threads - 1;
|
brw_sf_state.c | 186 sf->thread4.max_threads = MIN2(chipset_max_threads,
|
/external/v8/tools/ |
stats-viewer.py | 430 self.max_threads = data.IntAt(12) 432 self._HEADER_SIZE + self.max_threads * (self._THREAD_NAME_SIZE + 2 * 4) 447 value_offset = self.counter_values_offset + i * self.max_threads * 4
|
/external/opencv/cv/src/ |
cvhaar.cpp | 518 int max_threads = cvGetNumThreads(); local 519 #pragma omp parallel for num_threads(max_threads) schedule(dynamic) 869 int i, max_threads = 0; local [all...] |
/external/libchrome/base/threading/ |
sequenced_worker_pool.cc | 296 Inner(SequencedWorkerPool* worker_pool, size_t max_threads, 558 size_t max_threads, 565 max_threads_(max_threads), [all...] |
sequenced_worker_pool.h | 190 SequencedWorkerPool(size_t max_threads, 195 SequencedWorkerPool(size_t max_threads,
|
/external/libvpx/libvpx/vp8/decoder/ |
onyxd_if.c | 484 fb->pbi[0]->max_threads = oxcf->max_threads;
|
threading.c | 662 core_count = (pbi->max_threads > 8) ? 8 : pbi->max_threads;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/ |
onyxd_if.c | 492 fb->pbi[0]->max_threads = oxcf->max_threads;
|
threading.c | 659 core_count = (pbi->max_threads > 8) ? 8 : pbi->max_threads;
|
/external/google-benchmark/include/benchmark/ |
benchmark_api.h | 437 // Pick a set of values T from [min_threads,max_threads]. 438 // min_threads and max_threads are always included in T. Run this 449 Benchmark* ThreadRange(int min_threads, int max_threads);
|
/external/libmpeg2/decoder/ |
impeg2d_api_main.c | 287 for(i = 0; i < MAX_THREADS; i++) 456 for(i4_num_threads = 0; i4_num_threads < MAX_THREADS; i4_num_threads++) [all...] |
/external/google-breakpad/src/google_breakpad/processor/ |
minidump.h | 316 static void set_max_threads(uint32_t max_threads) { 317 max_threads_ = max_threads; 319 static uint32_t max_threads() { return max_threads_; } function in class:google_breakpad::MinidumpThreadList [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
vp9_decodeframe.c | 678 const int num_threads = pbi->oxcf.max_threads; 878 const int num_workers = MIN(pbi->oxcf.max_threads & ~1, tile_cols); [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_encoder.h | 226 int max_threads; member in struct:VP9EncoderConfig
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/ |
vp9_dx_iface.c | 192 oxcf.max_threads = ctx->cfg.threads;
|
/art/tools/dmtracedump/ |
tracedump.cc | 46 #define MAX_THREADS 32768 233 CallStack* stacks[MAX_THREADS]; 234 int32_t depth[MAX_THREADS]; 1042 for (int32_t i = 0; i < MAX_THREADS; i++) [all...] |
/external/libvpx/libvpx/vp9/decoder/ |
vp9_decodeframe.c | [all...] |