Home
last modified time | relevance | path

Searched refs:parallelize_6d (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pthreadpool/src/
H A Dfastpath.c1103 const struct fxdiv_divisor_size_t range_lmn = threadpool->params.parallelize_6d.range_lmn; in pthreadpool_thread_parallelize_6d_fastpath()
1105 const struct fxdiv_divisor_size_t range_k = threadpool->params.parallelize_6d.range_k; in pthreadpool_thread_parallelize_6d_fastpath()
1107 const struct fxdiv_divisor_size_t range_n = threadpool->params.parallelize_6d.range_n; in pthreadpool_thread_parallelize_6d_fastpath()
1109 const struct fxdiv_divisor_size_t range_j = threadpool->params.parallelize_6d.range_j; in pthreadpool_thread_parallelize_6d_fastpath()
1111 const struct fxdiv_divisor_size_t range_m = threadpool->params.parallelize_6d.range_m; in pthreadpool_thread_parallelize_6d_fastpath()
1120 const size_t range_l = threadpool->params.parallelize_6d.range_l; in pthreadpool_thread_parallelize_6d_fastpath()
H A Dportable-api.c1014 const struct fxdiv_divisor_size_t range_lmn = threadpool->params.parallelize_6d.range_lmn; in thread_parallelize_6d()
1016 const struct fxdiv_divisor_size_t range_k = threadpool->params.parallelize_6d.range_k; in thread_parallelize_6d()
1018 const struct fxdiv_divisor_size_t range_n = threadpool->params.parallelize_6d.range_n; in thread_parallelize_6d()
1020 const struct fxdiv_divisor_size_t range_j = threadpool->params.parallelize_6d.range_j; in thread_parallelize_6d()
1022 const struct fxdiv_divisor_size_t range_m = threadpool->params.parallelize_6d.range_m; in thread_parallelize_6d()
1031 const size_t range_l = threadpool->params.parallelize_6d.range_l; in thread_parallelize_6d()
2240 thread_function_t parallelize_6d = &thread_parallelize_6d; in pthreadpool_parallelize_6d() local
2244 parallelize_6d = &pthreadpool_thread_parallelize_6d_fastpath; in pthreadpool_parallelize_6d()
2248 threadpool, parallelize_6d, &params, sizeof(params), in pthreadpool_parallelize_6d()
H A Dthreadpool-object.h640 struct pthreadpool_6d_params parallelize_6d; member