Searched refs:nitems (Results 1 – 2 of 2) sorted by relevance
43 const size_t nitems = 1024; variable46 address1 = cache_aligned_allocate(nitems * itemsize);55 (void)cache_aligned_allocate(~size_t(0) - itemsize * nitems + cache_line_size());
964 …mplePopBody(oneapi::tbb::concurrent_bounded_queue<int>* _q, std::size_t hi_thr, std::size_t nitems) in SimplePopBody() argument965 : q(_q), max(hi_thr), prefill(nitems) {} in SimplePopBody()