| /include/ |
| A D | time.h | 73 #define time_after(a,b) \ argument 77 #define time_before(a,b) time_after(b,a) argument 79 #define time_after_eq(a,b) \ argument 83 #define time_before_eq(a,b) time_after_eq(b,a) argument 88 #define time_in_range(a,b,c) \ argument 95 #define time_in_range_open(a,b,c) \ argument 102 #define time_after64(a,b) \ argument 106 #define time_before64(a,b) time_after64(b,a) argument 108 #define time_after_eq64(a,b) \ argument 112 #define time_before_eq64(a,b) time_after_eq64(b,a) argument [all …]
|
| A D | _exports.h | 8 #define EXPORT_FUNC(a, b, c, ...) argument
|
| A D | ipu_pixfmt.h | 18 #define fourcc(a, b, c, d)\ argument
|
| A D | usbdevice.h | 83 #define mmio_insw(r,b,l) ({ int __i ; \ argument 93 #define mmio_outsw(r,b,l) ({ int __i; \ argument 103 #define mmio_insb(r,b,l) ({ int __i ; \ argument
|
| A D | tee.h | 133 u64 b; member
|
| A D | efi.h | 78 u8 b[16]; member 144 #define EFI_GUID(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument
|
| A D | mmc.h | 24 #define MAKE_SDMMC_VERSION(a, b, c) \ argument 26 #define MAKE_SD_VERSION(a, b, c) \ argument 28 #define MAKE_MMC_VERSION(a, b, c) \ argument
|
| A D | ext_common.h | 217 } b; member
|
| A D | image.h | 318 #define ROUND(a, b) (((a) + (b) - 1) & ~((b) - 1)) argument
|
| A D | elf.h | 384 #define ELF32_ST_INFO(b,t) (((b) << 4) + ((t) & 0xf)) argument
|
| A D | pci.h | 584 #define PCI_BDF(b, d, f) ((b) << 16 | PCI_DEVFN(d, f)) argument
|
| A D | efi_api.h | 1170 bool b; // EFI_IFR_TYPE_BOOLEAN member
|
| /include/dt-bindings/interrupt-router/ |
| A D | intel-irq.h | 27 #define PCI_BDF(b, d, f) ((b) << 16 | (d) << 11 | (f) << 8) argument
|
| /include/linux/ |
| A D | compiler_types.h | 53 #define ___PASTE(a,b) a##b argument 54 #define __PASTE(a,b) ___PASTE(a,b) argument 136 #define __compiler_offsetof(a, b) __builtin_offsetof(a, b) argument 227 #define __same_type(a, b) __builtin_types_compatible_p(typeof(a), typeof(b)) argument
|
| A D | compiler_attributes.h | 158 #define __printf(a, b) __attribute__((__format__(printf, a, b))) argument 159 #define __scanf(a, b) __attribute__((__format__(scanf, a, b))) argument
|
| A D | kconfig.h | 94 #define __concat(a, b) ___concat(a, b) argument 95 #define ___concat(a, b) a ## b argument
|
| A D | math64.h | 144 static inline u64 mul_u32_u32(u32 a, u32 b) in mul_u32_u32() 186 static inline u64 mul_u64_u64_shr(u64 a, u64 b, unsigned int shift) in mul_u64_u64_shr()
|
| A D | kernel.h | 38 #define ROUND(a, b) (((a) + (b) - 1) & ~((b) - 1)) argument 224 #define swap(a, b) \ argument
|
| A D | time.h | 8 #define _DEFUN(a,b,c) a(c) argument
|
| A D | fb.h | 557 #define fb_writeb(b,addr) (*(volatile u8 *) (addr) = (b)) argument 558 #define fb_writew(b,addr) (*(volatile u16 *) (addr) = (b)) argument 559 #define fb_writel(b,addr) (*(volatile u32 *) (addr) = (b)) argument 560 #define fb_writeq(b,addr) (*(volatile u64 *) (addr) = (b)) argument
|
| A D | compat.h | 134 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) argument
|
| /include/zfs/ |
| A D | uberblock_impl.h | 14 #define UBMAX(a, b) ((a) > (b) ? (a) : (b)) argument
|
| /include/renesas/ |
| A D | rzg2l-pfc.h | 54 #define RZG2L_SINGLE_PIN_PACK(p, b, f) (RZG2L_SINGLE_PIN | \ argument
|
| /include/linux/mtd/ |
| A D | nand.h | 470 const struct nand_pos *b) in nanddev_pos_cmp()
|
| /include/valgrind/ |
| A D | valgrind.h | 6556 #define VG_USERREQ_TOOL_BASE(a,b) \ argument 6558 #define VG_IS_TOOL_USERREQ(a, b, v) \ argument
|