/external/pthreadpool/src/ |
D | fastpath.c | 635 size_t start_k = tile_index_ij_k.remainder * tile_k; in pthreadpool_thread_parallelize_3d_tile_1d_fastpath() local 661 const size_t start_k = tile_index_ij_k.remainder * tile_k; in pthreadpool_thread_parallelize_3d_tile_1d_fastpath() local 692 size_t start_k = tile_index_ij_k.remainder * tile_k; in pthreadpool_thread_parallelize_3d_tile_1d_with_thread_fastpath() local 718 const size_t start_k = tile_index_ij_k.remainder * tile_k; in pthreadpool_thread_parallelize_3d_tile_1d_with_thread_fastpath() local 758 size_t start_k = tile_index_ij_k.remainder * tile_k; in pthreadpool_thread_parallelize_3d_tile_1d_with_uarch_fastpath() local 784 const size_t start_k = tile_index_ij_k.remainder * tile_k; in pthreadpool_thread_parallelize_3d_tile_1d_with_uarch_fastpath() local 825 size_t start_k = tile_index_ij_k.remainder * tile_k; in pthreadpool_thread_parallelize_3d_tile_1d_with_uarch_with_thread_fastpath() local 851 const size_t start_k = tile_index_ij_k.remainder * tile_k; in pthreadpool_thread_parallelize_3d_tile_1d_with_uarch_with_thread_fastpath() local 883 size_t start_k = tile_index_ij_k.remainder * tile_k; in pthreadpool_thread_parallelize_3d_tile_2d_fastpath() local 912 const size_t start_k = tile_index_ij_k.remainder * tile_k; in pthreadpool_thread_parallelize_3d_tile_2d_fastpath() local [all …]
|
D | portable-api.c | 576 size_t start_k = tile_index_ij_k.remainder * tile_k; in thread_parallelize_3d_tile_1d() local 603 const size_t start_k = tile_index_ij_k.remainder * tile_k; in thread_parallelize_3d_tile_1d() local 628 size_t start_k = tile_index_ij_k.remainder * tile_k; in thread_parallelize_3d_tile_1d_with_thread() local 655 const size_t start_k = tile_index_ij_k.remainder * tile_k; in thread_parallelize_3d_tile_1d_with_thread() local 689 size_t start_k = tile_index_ij_k.remainder * tile_k; in thread_parallelize_3d_tile_1d_with_uarch() local 716 const size_t start_k = tile_index_ij_k.remainder * tile_k; in thread_parallelize_3d_tile_1d_with_uarch() local 751 size_t start_k = tile_index_ij_k.remainder * tile_k; in thread_parallelize_3d_tile_1d_with_uarch_with_thread() local 778 const size_t start_k = tile_index_ij_k.remainder * tile_k; in thread_parallelize_3d_tile_1d_with_uarch_with_thread() local 804 size_t start_k = tile_index_ij_k.remainder * tile_k; in thread_parallelize_3d_tile_2d() local 834 const size_t start_k = tile_index_ij_k.remainder * tile_k; in thread_parallelize_3d_tile_2d() local [all …]
|
/external/pthreadpool/test/ |
D | pthreadpool.cc | 3989 static void CheckBounds3DTile1D(void*, size_t i, size_t j, size_t start_k, size_t tile_k) { in CheckBounds3DTile1D() 4026 static void CheckTiling3DTile1D(void*, size_t i, size_t j, size_t start_k, size_t tile_k) { in CheckTiling3DTile1D() 4063 …3DTile1D(std::atomic_bool* processed_indicators, size_t i, size_t j, size_t start_k, size_t tile_k… in SetTrue3DTile1D() 4124 …ent3DTile1D(std::atomic_int* processed_counters, size_t i, size_t j, size_t start_k, size_t tile_k… in Increment3DTile1D() 4249 …me3DTile1D(std::atomic_int* num_processed_items, size_t i, size_t j, size_t start_k, size_t tile_k… in IncrementSame3DTile1D() 4275 …ce3DTile1D(std::atomic_int* num_processed_items, size_t i, size_t j, size_t start_k, size_t tile_k… in WorkImbalance3DTile1D() 4337 static void CheckBounds3DTile1DWithThread(void*, size_t, size_t i, size_t j, size_t start_k, size_t… in CheckBounds3DTile1DWithThread() argument 4374 static void CheckTiling3DTile1DWithThread(void*, size_t, size_t i, size_t j, size_t start_k, size_t… in CheckTiling3DTile1DWithThread() argument 4411 …(std::atomic_bool* processed_indicators, size_t, size_t i, size_t j, size_t start_k, size_t tile_k… in SetTrue3DTile1DWithThread() argument 4472 …ead(std::atomic_int* processed_counters, size_t, size_t i, size_t j, size_t start_k, size_t tile_k… in Increment3DTile1DWithThread() argument [all …]
|
D | pthreadpool-cxx.cc | 592 [](size_t i, size_t j, size_t start_k, size_t tile_k) { in TEST() 608 [](size_t i, size_t j, size_t start_k, size_t tile_k) { in TEST() 626 [&indicators](size_t i, size_t j, size_t start_k, size_t tile_k) { in TEST() 654 [&counters](size_t i, size_t j, size_t start_k, size_t tile_k) { in TEST() 692 [](size_t i, size_t start_j, size_t start_k, size_t tile_j, size_t tile_k) { in TEST() 709 [](size_t i, size_t start_j, size_t start_k, size_t tile_j, size_t tile_k) { in TEST() 732 [&indicators](size_t i, size_t start_j, size_t start_k, size_t tile_j, size_t tile_k) { in TEST() 762 [&counters](size_t i, size_t start_j, size_t start_k, size_t tile_j, size_t tile_k) { in TEST() 987 [](size_t i, size_t j, size_t start_k, size_t start_l, size_t tile_k, size_t tile_l) { in TEST() 1005 [](size_t i, size_t j, size_t start_k, size_t start_l, size_t tile_k, size_t tile_l) { in TEST() [all …]
|
/external/pdfium/core/fxge/ |
D | cfx_path.cpp | 154 float start_k = 0; in UpdateLineJoinPoints() local
|