Searched refs:__h (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/arch/mips/include/asm/ | 
| D | elf.h | 285 	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 	if (((__h->e_flags & EF_MIPS_ABI) != 0) &&			\
 294 	    ((__h->e_flags & EF_MIPS_ABI) != EF_MIPS_ABI_O32))		\
 296 	if (__h->e_flags & __MIPS_O32_FP64_MUST_BE_ZERO)		\
 308 	struct elfhdr *__h = (hdr);					\
 310 	if (!mips_elf_check_machine(__h))				\
 312 	if (__h->e_ident[EI_CLASS] != ELFCLASS64)			\
 [all …]
 
 | 
| /Linux-v5.4/lib/mpi/ | 
| D | longlong.h | 234 		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-v5.4/tools/perf/ | 
| D | builtin-c2c.c | 913 #define PERCENT(__h, __f) percent(he_stats(__h)->__f, total_stats(__h)->__f)  argument1123 		#define DISPLAY_HITM(__h)						\  in node_entry()  argument
 1124 			if (c2c_he->stats.__h> 0) {					\  in node_entry()
 1126 						percent(stats->__h, c2c_he->stats.__h));\  in node_entry()
 1239 #define HEADER_LOW(__h)			\  argument
 1242 			.text = __h,	\
 1267 #define HEADER_SPAN_LOW(__h)		\  argument
 1270 			.text = __h,	\
 1902 #define FILTER_HITM(__h)						\  in he__display()  argument
 1903 	if (stats->__h) {						\  in he__display()
 [all …]
 
 | 
| /Linux-v5.4/tools/perf/util/ | 
| D | hist.h | 102 #define hists__has(__h, __f) (__h)->hpp_list->__f  argument
 |