Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libcxx/include/__algorithm/pstl_backends/cpu_backends/
H A Dany_of.h35 std::atomic<bool> __found(false); in __parallel_or()
36 …auto __ret = __par_backend::__parallel_for(__first, __last, [__f, &__found](_Index __i, _Index __j… in __parallel_or()
37 if (!__found.load(std::memory_order_relaxed) && __f(__i, __j)) { in __parallel_or()
38 __found.store(true, std::memory_order_relaxed); in __parallel_or()
44 return static_cast<bool>(__found); in __parallel_or()
H A Dfind_if.h71 _DifferenceType __found = 0; in __simd_first() local
72 …_PSTL_PRAGMA_SIMD_REDUCTION(| : __found) for (_DifferenceType __i = __begin; __i < __begin + __blo… in __simd_first()
75 __found |= __t; in __simd_first()
77 if (__found) { in __simd_first()
/freebsd-14.2/usr.sbin/bsdconfig/share/
H A Dgeom.subr273 __found="$__found $__geom"
281 echo $__found
283 [ "$__found" ] # Return status
312 local __value __found=
347 __found="$__geom" break
361 __found="$__item" break
364 [ "$__found" ] && break
366 [ "$__found" ] && break
369 [ "$__found" ] && break
375 [ "$__found" ] && echo "$__found"
[all …]
H A Ddevice.subr1043 local __n=1 __devname __devtype __found=
1051 __found="$__found device_$__n"
1058 setvar "$__var_to_set" "${__found# }"
1060 echo $__found
1062 [ "$__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-14.2/sys/sys/
H A Dbitset.h285 int __found; \
291 __found = 1; \
295 __found = 0; \
300 __found != 0; \
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A D__hash_table1389 for (bool __found = false;
1392 // __found key_eq() action
1395 // false true set __found to true
1397 if (__found !=
1399 if (!__found)
1400 __found = true;
H A Dregex2144 bool __found = false;
2164 __found = true;
2187 __found = true;
2191 __found = true;
2206 __found = true;
2211 // of "__found" chars is
2221 __found = true;
2229 __found = true;
2238 __found = true;
2244 __found = true;
[all …]
/freebsd-14.2/sys/kern/
H A Dkern_sig.c258 int __found; \
264 __found = 1; \
268 __found = 0; \
273 __found != 0; \