Home
last modified time | relevance | path

Searched refs:__found (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__pstl/cpu_algos/
H A Dany_of.h34 std::atomic<bool> __found(false); in __parallel_or()
35 …auto __ret = __cpu_traits<_Backend>::__for_each(__first, __last, [__f, &__found](_Index __i, _Inde… in __parallel_or()
36 if (!__found.load(std::memory_order_relaxed) && __f(__i, __j)) { in __parallel_or()
37 __found.store(true, std::memory_order_relaxed); in __parallel_or()
43 return static_cast<bool>(__found); in __parallel_or()
H A Dfind_if.h72 _DifferenceType __found = 0; in __simd_first() local
73 …_PSTL_PRAGMA_SIMD_REDUCTION(| : __found) for (_DifferenceType __i = __begin; __i < __begin + __blo… in __simd_first()
76 __found |= __t; in __simd_first()
78 if (__found) { in __simd_first()
/freebsd/usr.sbin/bsdconfig/share/
H A Dgeom.subr256 local __geomn __geom __geom_name __found=
273 __found="$__found $__geom"
279 setvar "$__var_to_set" "${__found# }"
281 echo $__found
283 [ "$__found" ] # Return status
312 local __value __found=
335 [ "$__value" = "$__find" ] && __found="$__class" break
347 __found="$__geom" break
361 __found="$__item" break
364 [ "$__found" ] && break
[all …]
H A Ddevice.subr1033 local __n=1 __devname __devtype __found=
1041 __found="$__found device_$__n"
1048 setvar "$__var_to_set" "${__found# }"
1050 echo $__found
1052 [ "$__found" ] # Return status
H A Dcommon.subr271 local __p __exec IFS=":" __found=
274 [ -f "$__exec" -a -x "$__exec" ] && __found=1 break
276 if [ "$__found" ]; then
/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/
H A Dunseq_backend_simd.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dranges_find_last.h58 bool __found = false; in __find_last_impl() local
62 __found = true; in __find_last_impl()
67 if (__found) { in __find_last_impl()
/freebsd/sys/sys/
H A Dbitset.h285 int __found; \
291 __found = 1; \
295 __found = 0; \
300 __found != 0; \
/freebsd/contrib/llvm-project/libcxx/include/
H A D__hash_table1417 for (bool __found = false;
1420 // __found key_eq() action
1423 // false true set __found to true
1425 if (__found !=
1427 if (!__found)
1428 __found = true;
H A Dregex2142 bool __found = false;
2162 __found = true;
2170 __found = true;
2179 __found = true;
2185 __found = true;
2189 __found = true;
2204 __found = true;
2209 // of "__found" chars is
2219 __found = true;
2227 __found = true;
[all …]
/freebsd/sys/kern/
H A Dkern_sig.c256 int __found; \
262 __found = 1; \
266 __found = 0; \
271 __found != 0; \