Searched refs:__found (Results 1 – 6 of 6) sorted by relevance
70 std::atomic<bool> __found(false); in __parallel_or()72 [__f, &__found](_Index __i, _Index __j) { in __parallel_or()73 if (!__found.load(std::memory_order_relaxed) && __f(__i, __j)) in __parallel_or()75 __found.store(true, std::memory_order_relaxed); in __parallel_or()79 return __found; in __parallel_or()
125 _DifferenceType __found = 0; in __simd_first()128 … : __found) for (_DifferenceType __i = __begin; __i < __begin + __block_size; in __simd_first()133 __found |= __t; in __simd_first()135 if (__found) in __simd_first()184 _DifferenceType __found = 0; in __simd_first()188 : __found) for (__i = 0; __i < __block_size; ++__i) in __simd_first()192 __found |= __t; in __simd_first()194 if (__found) in __simd_first()407 _DifferenceType __found = 0; in __simd_adjacent_find() local410 : __found) for (__i = 0; __i < __block_size - 1; ++__i) in __simd_adjacent_find()[all …]
2377 bool __found = false;2406 __found = true;2419 __found = true;2432 __found = true;2440 __found = true;2446 __found = true;2463 __found = true;2468 // of "__found" chars is2482 __found = true;2495 __found = true;[all …]
1952 for (bool __found = false; __pn->__next_ != nullptr &&1956 // __found key_eq() action1959 // false true set __found to true1961 if (__found != (__pn->__next_->__hash() == __cp_hash &&1964 if (!__found)1965 __found = true;
2338 bool __found = false;2367 __found = true;2380 __found = true;2393 __found = true;2401 __found = true;2407 __found = true;2424 __found = true;2429 // of "__found" chars is2443 __found = true;2456 __found = true;[all …]
1977 for (bool __found = false; __pn->__next_ != nullptr &&1981 // __found key_eq() action1984 // false true set __found to true1986 if (__found != (__pn->__next_->__hash() == __cp_hash &&1989 if (!__found)1990 __found = true;