Searched refs:__h (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.15/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.15/arch/mips/include/asm/ | 
| D | elf.h | 283 	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 …] 
 | 
| /Linux-v5.15/fs/ext4/ | 
| D | ext4_jbd2.h | 222 #define ext4_mark_inode_dirty(__h, __i)					\  argument 223 		__ext4_mark_inode_dirty((__h), (__i), __func__, __LINE__)
  | 
| /Linux-v5.15/tools/perf/ | 
| D | builtin-c2c.c | 886 #define PERCENT(__h, __f) percent(he_stats(__h)->__f, total_stats(__h)->__f)  argument 1219 #define HEADER_LOW(__h)			\  argument 1222 			.text = __h,	\ 1247 #define HEADER_SPAN_LOW(__h)		\  argument 1250 			.text = __h,	\ 2074 #define HAS_HITMS(__h) ((__h)->stats.lcl_hitm || (__h)->stats.rmt_hitm)  argument
  | 
| /Linux-v5.15/tools/perf/util/ | 
| D | hist.h | 109 #define hists__has(__h, __f) (__h)->hpp_list->__f  argument
  |