Home
last modified time | relevance | path

Searched refs:__fn (Results 1 – 18 of 18) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__tuple.hpp63 static auto apply(_Fn&& __fn, _Self&& __self, _Us&&... __us) // in apply()
64 noexcept(noexcept(static_cast<_Fn&&>(__fn)( in apply()
67 -> decltype(static_cast<_Fn&&>(__fn)( in apply()
72 __fn)(static_cast<_Us&&>(__us)..., in apply()
79 static auto for_each(_Fn&& __fn, _Self&& __self, _Us&&... __us) // in for_each()
83 return (static_cast<_Fn&&>(__fn)( in for_each()
141 _Fn __fn) noexcept(__nothrow_move_constructible<_Fn>) in operator <<() argument
143 return [&__tup, __fn]<class... _Us>(_Us&&... __us) // in operator <<()
146 return __tup.apply(__fn, static_cast<_Tuple&&>(__tup), in operator <<()
154 -> decltype((static_cast<_Tuples&&>(__tups) << ... << __fn)()) in __cat_apply()
[all …]
H A D__variant.hpp159 auto emplace_from(_Fn&& __fn, _As&&... __as) // in emplace_from() argument
170 __result_t(static_cast<_Fn&&>(__fn)(static_cast<_As&&>(__as)...)); in emplace_from()
177 static void visit(_Fn&& __fn, _Self&& __self, _As&&... __as) // in visit() argument
184 ((_Is == __index ? static_cast<_Fn&&>(__fn)( in visit()
H A D__connect_awaitable.hpp176 auto __fn = [&, __fun]() noexcept { in __co_call() local
182 decltype(__fn) __fn_; in __co_call()
200 return __awaiter{__fn}; in __co_call()
H A D__concepts.hpp152 requires(_Ty && (&__fn)() noexcept) {
153 { __fn().~_Ty() } noexcept;
206 inline constexpr const auto __fn = //
214 inline constexpr const auto& swap = __swap::__fn;
H A D__basic_sender.hpp418 []<class _Fn>(_Fn __fn) noexcept {
419 return [__fn = std::move(__fn)]<class... _Rest>(auto&&,
423 return __fn(static_cast<_Rest&&>(__rest)...);
H A D__let.hpp535 [&]<class _Fn, class _Child>(__ignore, _Fn&& __fn,
540 return __let_state_t{static_cast<_Fn&&>(__fn), __sched};
/openbmc/u-boot/arch/arm/include/asm/
H A Dsecure.h21 void *__fn = _fn; \
22 typeof(_fn) *__tmp = (__fn - gd->reloc_off); \
/openbmc/u-boot/arch/arm/cpu/armv8/
H A Dpsci.S13 #define PSCI_DEFAULT(__fn) \ argument
14 ENTRY(__fn); \
17 ENDPROC(__fn); \
18 .weak __fn
21 #define PSCI_TABLE(__id, __fn) \ argument
23 .word __fn
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dfunctional.hpp264 constexpr auto __impl(__indices<_Is...>, _Fn&& __fn, _Tup&& __tup) // in __impl() argument
265 noexcept(noexcept(__invoke(static_cast<_Fn&&>(__fn), in __impl()
267 -> decltype(__invoke(static_cast<_Fn&&>(__fn), in __impl()
270 return __invoke(static_cast<_Fn&&>(__fn), in __impl()
302 constexpr auto operator()(_Fn&& __fn, _Tup&& __tup) const in operator ()()
306 static_cast<_Fn&&>(__fn), in operator ()()
/openbmc/linux/arch/s390/include/asm/
H A Dstacktrace.h170 rettype (*__fn)(CALL_PARM_##nr(__VA_ARGS__)) = fn; \
188 [_fn] "X" (__fn) : CALL_CLOBBER_##nr); \
212 rettype (*__fn)(CALL_PARM_##nr(__VA_ARGS__)) = (fn); \
221 psw_enter.addr = (unsigned long)__fn; \
/openbmc/linux/drivers/scsi/bfa/
H A Dbfi_reg.h374 #define CPE_Q_NUM(__fn, __q) (((__fn) << 2) + (__q)) argument
375 #define RME_Q_NUM(__fn, __q) (((__fn) << 2) + (__q)) argument
H A Dbfi.h59 #define bfi_fn_lpu(__fn, __lpu) ((__fn) << 1 | (__lpu)) argument
H A Dbfa_ioc_ct.c303 #define FNC_PERS_FN_SHIFT(__fn) ((__fn) * 8) argument
/openbmc/linux/drivers/net/ethernet/brocade/bna/
H A Dbfi_reg.h371 #define CPE_Q_NUM(__fn, __q) (((__fn) << 2) + (__q)) argument
372 #define RME_Q_NUM(__fn, __q) (((__fn) << 2) + (__q)) argument
H A Dbfi.h34 #define bfi_fn_lpu(__fn, __lpu) ((__fn) << 1 | (__lpu)) argument
H A Dbfa_ioc_ct.c367 #define FNC_PERS_FN_SHIFT(__fn) ((__fn) * 8) argument
/openbmc/linux/arch/arm/include/asm/
H A Duaccess.h322 #define __put_user_switch(x, ptr, __err, __fn) \ argument
330 case 1: __fn(__pu_val, __pu_ptr, __err, 1); break; \
331 case 2: __fn(__pu_val, __pu_ptr, __err, 2); break; \
332 case 4: __fn(__pu_val, __pu_ptr, __err, 4); break; \
333 case 8: __fn(__pu_val, __pu_ptr, __err, 8); break; \
/openbmc/linux/drivers/scsi/csiostor/
H A Dcsio_mb.h91 #define CSIO_INIT_MBP(__mbp, __cp, __tmo, __priv, __fn, __clear) \ argument
99 (__mbp)->mb_cbfn = (__fn); \