Home
last modified time | relevance | path

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

/linux/lib/crypto/mpi/
H A Dlonglong.h234 struct {USItype __l, __h; } __i; \
240 (w1) = __xx.__i.__h; (w0) = __xx.__i.__l; })
243 struct {SItype __l, __h; } __i; \
249 (w1) = __xx.__i.__h; (w0) = __xx.__i.__l; })
323 struct {USItype __h, __l; } __i; \
329 (wh) = __xx.__i.__h; \
355 struct {USItype __h, __l; } __i; \
359 : "=r" (__xx.__i.__h), \
363 (xh) = __xx.__i.__h; (xl) = __xx.__i.__l; \
370 struct {USItype __h, __l; } __i; \
[all …]
/linux/arch/mips/include/asm/
H A Delf.h285 struct elfhdr *__h = (hdr); \
287 if (!mips_elf_check_machine(__h)) \
289 if (__h->e_ident[EI_CLASS] != ELFCLASS32) \
291 if ((__h->e_flags & EF_MIPS_ABI2) != 0) { \
293 (__h->e_flags & EF_MIPS_ABI)) \
298 if (((__h->e_flags & EF_MIPS_ABI) != 0) && \
299 ((__h->e_flags & EF_MIPS_ABI) != EF_MIPS_ABI_O32)) \
301 if (__h->e_flags & __MIPS_O32_FP64_MUST_BE_ZERO) \
313 struct elfhdr *__h = (hdr); \
315 if (!mips_elf_check_machine(__h)) \
[all …]
/linux/arch/loongarch/include/asm/
H A Delf.h243 struct elfhdr *__h = (hdr); \
245 if (!loongarch_elf_check_machine(__h)) \
247 if (__h->e_ident[EI_CLASS] != ELFCLASS32) \
259 struct elfhdr *__h = (hdr); \
261 if (!loongarch_elf_check_machine(__h)) \
263 if (__h->e_ident[EI_CLASS] != ELFCLASS64) \
/linux/tools/perf/
H A Dbuiltin-c2c.c934 #define PERCENT(__h, __f) percent(he_stats(__h)->__f, total_stats(__h)->__f) argument
1369 #define HEADER_LOW(__h) \ argument
1372 .text = __h, \
1397 #define HEADER_SPAN_LOW(__h) \ argument
1400 .text = __h, \
2367 #define HAS_HITMS(__h) ((__h)->stats.lcl_hitm || (__h)->stats.rmt_hitm) argument
2368 #define HAS_PEER(__h) ((__h)->stats.lcl_peer || (__h)->stats.rmt_peer) argument
/linux/tools/perf/util/
H A Dhist.h142 #define hists__has(__h, __f) (__h)->hpp_list->__f argument