Home
last modified time | relevance | path

Searched refs:__h (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/lib/crypto/mpi/
H A Dlonglong.h234 struct {USItype __l, __h; } __i; \
243 struct {SItype __l, __h; } __i; \
323 struct {USItype __h, __l; } __i; \
329 (wh) = __xx.__i.__h; \
359 : "=r" (__xx.__i.__h), \
373 : "=r" (__xx.__i.__h), \
619 (wh) = __x.__i.__h; \
860 struct {USItype __h, __l; } __i; \
1166 struct {USItype __l, __h; } __i; \
1180 struct {SItype __l, __h; } __i; \
[all …]
/openbmc/linux/arch/mips/include/asm/
H A Delf.h283 struct elfhdr *__h = (hdr); \
285 if (!mips_elf_check_machine(__h)) \
287 if (__h->e_ident[EI_CLASS] != ELFCLASS32) \
289 if ((__h->e_flags & EF_MIPS_ABI2) != 0) { \
291 (__h->e_flags & EF_MIPS_ABI)) \
296 if (((__h->e_flags & EF_MIPS_ABI) != 0) && \
297 ((__h->e_flags & EF_MIPS_ABI) != EF_MIPS_ABI_O32)) \
299 if (__h->e_flags & __MIPS_O32_FP64_MUST_BE_ZERO) \
311 struct elfhdr *__h = (hdr); \
313 if (!mips_elf_check_machine(__h)) \
[all …]
/openbmc/linux/arch/loongarch/include/asm/
H A Delf.h212 struct elfhdr *__h = (hdr); \
214 if (!loongarch_elf_check_machine(__h)) \
216 if (__h->e_ident[EI_CLASS] != ELFCLASS32) \
228 struct elfhdr *__h = (hdr); \
230 if (!loongarch_elf_check_machine(__h)) \
232 if (__h->e_ident[EI_CLASS] != ELFCLASS64) \
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dcoroutine.hpp45 requires(_Awaiter& __awaiter, __coro::coroutine_handle<_Promise> __h) {
47 __awaiter.await_suspend(__h)
H A Dat_coroutine_exit.hpp193 await_suspend(__coro::coroutine_handle<__promise> __h) noexcept in await_suspend()
196 __promise& __p = __h.promise(); in await_suspend()
200 return STDEXEC_DESTROY_AND_CONTINUE(__h, __coro); in await_suspend()
H A Dtask.hpp398 await_suspend(__coro::coroutine_handle<__promise> __h) noexcept in await_suspend()
401 return __h.promise().continuation().handle(); in await_suspend()
/openbmc/linux/fs/ext4/
H A Dext4_jbd2.h222 #define ext4_mark_inode_dirty(__h, __i) \ argument
223 __ext4_mark_inode_dirty((__h), (__i), __func__, __LINE__)
/openbmc/linux/tools/perf/
H A Dbuiltin-c2c.c913 #define PERCENT(__h, __f) percent(he_stats(__h)->__f, total_stats(__h)->__f) argument
1348 #define HEADER_LOW(__h) \ argument
1351 .text = __h, \
1376 #define HEADER_SPAN_LOW(__h) \ argument
1379 .text = __h, \
2340 #define HAS_HITMS(__h) ((__h)->stats.lcl_hitm || (__h)->stats.rmt_hitm) argument
2341 #define HAS_PEER(__h) ((__h)->stats.lcl_peer || (__h)->stats.rmt_peer) argument
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__meta.hpp301 using __minvoke__ = typename __i<_Ok<_Fn>>::template __h<_Fn, _Args...>;
323 using __minvoke = typename __i<_Ok<_Fn>>::template __h<_Fn, _Args...>;
334 using __h = __meval<_Fn::template __f, _Args...>; typedef
344 using __h = _Fn; typedef
/openbmc/linux/tools/perf/util/
H A Dhist.h115 #define hists__has(__h, __f) (__h)->hpp_list->__f argument