Lines Matching refs:__TBB_ASSERT
57 __TBB_ASSERT( pos>=0, nullptr); in set_one_bit()
58 __TBB_ASSERT( pos<int(sizeof(population_t)*CHAR_BIT), nullptr); in set_one_bit()
63 __TBB_ASSERT( pos>=0, nullptr); in clear_one_bit()
64 __TBB_ASSERT( pos<int(sizeof(population_t)*CHAR_BIT), nullptr); in clear_one_bit()
69 __TBB_ASSERT( pos>=0, nullptr); in is_bit_set()
70 __TBB_ASSERT( pos<int(sizeof(population_t)*CHAR_BIT), nullptr); in is_bit_set()
83 __TBB_ASSERT( ((out_of-1) & out_of) == 0, "number of lanes is not power of two." ); in operator()
104 __TBB_ASSERT( ((out_of-1) & out_of) == 0, "number of lanes is not power of two." ); in operator()
112 __TBB_ASSERT( ((out_of-1) & out_of) == 0, "number of lanes is not power of two." ); in operator()
136 __TBB_ASSERT(!queue.empty(), nullptr); in get_item()
161 …__TBB_ASSERT( N == max_lanes || (N >= n_lanes && ((N - 1) & N) == 0), "number of lanes miscalculat… in initialize()
162 __TBB_ASSERT( N <= sizeof(population_t) * CHAR_BIT, nullptr); in initialize()
167 __TBB_ASSERT( !population.load(std::memory_order_relaxed), nullptr); in initialize()
186 __TBB_ASSERT( lane < N, "Incorrect lane index." ); in push()
198 __TBB_ASSERT(lane < N, "Incorrect lane index."); in pop()
261 __TBB_ASSERT( !queue.empty(), nullptr); in look_specific()