/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/ |
H A D | __tuple.hpp | 63 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.hpp | 159 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.hpp | 176 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.hpp | 152 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.hpp | 418 []<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.hpp | 535 [&]<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 D | secure.h | 21 void *__fn = _fn; \ 22 typeof(_fn) *__tmp = (__fn - gd->reloc_off); \
|
/openbmc/u-boot/arch/arm/cpu/armv8/ |
H A D | psci.S | 13 #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 D | functional.hpp | 264 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 D | stacktrace.h | 170 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 D | bfi_reg.h | 374 #define CPE_Q_NUM(__fn, __q) (((__fn) << 2) + (__q)) argument 375 #define RME_Q_NUM(__fn, __q) (((__fn) << 2) + (__q)) argument
|
H A D | bfi.h | 59 #define bfi_fn_lpu(__fn, __lpu) ((__fn) << 1 | (__lpu)) argument
|
H A D | bfa_ioc_ct.c | 303 #define FNC_PERS_FN_SHIFT(__fn) ((__fn) * 8) argument
|
/openbmc/linux/drivers/net/ethernet/brocade/bna/ |
H A D | bfi_reg.h | 371 #define CPE_Q_NUM(__fn, __q) (((__fn) << 2) + (__q)) argument 372 #define RME_Q_NUM(__fn, __q) (((__fn) << 2) + (__q)) argument
|
H A D | bfi.h | 34 #define bfi_fn_lpu(__fn, __lpu) ((__fn) << 1 | (__lpu)) argument
|
H A D | bfa_ioc_ct.c | 367 #define FNC_PERS_FN_SHIFT(__fn) ((__fn) * 8) argument
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | uaccess.h | 322 #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 D | csio_mb.h | 91 #define CSIO_INIT_MBP(__mbp, __cp, __tmo, __priv, __fn, __clear) \ argument 99 (__mbp)->mb_cbfn = (__fn); \
|