/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/ |
H A D | __intrusive_queue.hpp | 71 __intrusive_queue __result; in make_reversed() local 72 __result.__head_ = __new_head; in make_reversed() 73 __result.__tail_ = __new_tail; in make_reversed() 74 return __result; in make_reversed() 79 __intrusive_queue __result{}; in make() local 80 __result.__head_ = __list; in make() 81 __result.__tail_ = __list; in make() 84 return __result; in make() 88 __result.__tail_ = __result.__tail_->*_Next; in make() 90 return __result; in make() [all …]
|
H A D | __read_env.hpp | 65 using __result = _Ty; typedef 74 using __result = _Ty; typedef 100 using __result = __call_result_t<__query, env_of_t<_Receiver>>; typedef 101 return __state<__query, __result>(); 108 using __result = typename _State::__result; typedef 109 if constexpr (__same_as<__result, __result&&>) 120 auto __query_fn = [&]() noexcept(_Nothrow) -> __result&& { in __anona47160310102() 125 return static_cast<__result&&>(*__state.__result_); in __anona47160310102()
|
H A D | __intrusive_slist.hpp | 137 iterator __result = *this; in operator ++() local 139 return __result; in operator ++()
|
H A D | __sync_wait.hpp | 312 std::optional<__sync_wait_result_t<_Sender>> __result{}; in apply_sender() local 317 __receiver_t<_Sender>{&__local, &__result}); in apply_sender() 329 return __result; in apply_sender()
|
H A D | __basic_sender.hpp | 611 using __result = __basic_sender<_Tag, _Data, __name_of<_Child>...>; typedef 614 using __f = __minvoke<typename __decay_t<_Sender>::__desc_t, __q<__result>>;
|
/openbmc/linux/tools/testing/selftests/rseq/ |
H A D | rseq-ppc-thread-pointer.h | 18 register void *__result asm ("r13"); in rseq_thread_pointer() 20 register void *__result asm ("r2"); in rseq_thread_pointer() 22 asm ("" : "=r" (__result)); in rseq_thread_pointer() 23 return __result; in rseq_thread_pointer()
|
H A D | rseq-x86-thread-pointer.h | 25 void *__result; 28 __asm__ ("mov %%fs:0, %0" : "=r" (__result)); 30 __asm__ ("mov %%gs:0, %0" : "=r" (__result)); 32 return __result;
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | fncpy.h | 61 typeof(funcp) __result; \ 76 asm("" : "=r" (__result) \ 79 __result; \
|
/openbmc/openbmc/poky/meta/recipes-connectivity/ofono/ofono/ |
H A D | 0001-mbim-add-an-optional-TEMP_FAILURE_RETRY-macro-copy.patch | 24 + __typeof(expression) __result; \ 26 + __result = (expression); \ 27 + } while (__result == -1 && errno == EINTR); \ 28 + __result; })
|
H A D | 0002-mbim-Fix-build-with-ell-0.39-by-restoring-unlikely-m.patch | 19 __result; })
|
/openbmc/linux/include/media/ |
H A D | v4l2-device.h | 528 bool __result = false; \ 533 __result = true; \ 537 __result; \ 556 bool __result = false; \ 561 __result = true; \ 565 __result; \
|
H A D | v4l2-subdev.h | 1817 int __result; \ 1819 __result = -ENODEV; \ 1821 __result = -ENOIOCTLCMD; \ 1824 __result = v4l2_subdev_call_wrappers.o->f( \ 1827 __result = __sd->ops->o->f(__sd, ##args); \ 1828 __result; \ 1850 int __result; \ 1855 __result = v4l2_subdev_call(sd, o, f, state, ##args); \ 1858 __result; \ 1882 int __result; \ [all …]
|
/openbmc/u-boot/arch/x86/include/asm/ |
H A D | posix_types.h | 67 unsigned char __result; \ 69 :"=q" (__result) :"r" ((int) (fd)), \ 71 __result; }))
|
/openbmc/openbmc-test-automation/lib/ |
H A D | bmc_redfish.py | 216 self.__result = {} 265 self.__result, 274 self.__result, 281 return self.__result, dead_resources 283 return self.__result 311 self.__result[url] = data
|
H A D | bmc_redfish_utils.py | 284 self.__result = {} 354 self.__result, 363 self.__result, 370 return self.__result, dead_resources 372 return self.__result 403 self.__result[url] = data
|
/openbmc/qemu/include/qemu/ |
H A D | osdep.h | 330 ({ typeof(expr) __result; \ 332 __result = (expr); \ 333 } while (__result == -1 && errno == EINTR); \ 334 __result; }))
|
/openbmc/linux/include/trace/events/ |
H A D | mmflags.h | 226 enum compact_result __result = result; \ 227 (__result == COMPACT_COMPLETE) ? COMPACTION_FAILED : \ 228 (__result == COMPACT_SUCCESS) ? COMPACTION_PROGRESS : COMPACTION_WITHDRAWN; \
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | uaccess.h | 445 int __result; \ 456 : [result] "=q" (__result), \ 462 if (unlikely(__result < 0)) \ 464 if (unlikely(!__result)) \ 466 likely(__result); })
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libutempter/libutempter/ |
H A D | 0001-Fix-macro-error.patch | 17 __result; }))
|
/openbmc/u-boot/cmd/ |
H A D | tpm_test.c | 405 uint32_t __result; \ 408 __result = op; \ 409 if (__result != TPM_SUCCESS) { \ 410 printf("\t" #op ": error 0x%x\n", __result); \
|
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | hwif.h | 13 int __result = -EINVAL; \ 16 __result = 0; \ 18 __result; \ 22 int __result = -EINVAL; \ 24 __result = (__priv)->hw->__module->__cname((__arg0), ##__args); \ 25 __result; \
|
/openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/ |
H A D | autotools-update.patch | 656 - result to __result to prevent name clash. 3541 - char *__result; \ 3552 - __result = __translation__; \ 3555 - __result = dcgettext__ (Domainname, Msgid, Category); \ 3556 - __result; \
|