| /linux-4.1.27/drivers/hid/ | 
| D | hid-roccat-common.h | 50 #define ROCCAT_COMMON2_SYSFS_W(thingy, COMMAND, SIZE) \  argument59 #define ROCCAT_COMMON2_SYSFS_R(thingy, COMMAND, SIZE) \  argument
 68 #define ROCCAT_COMMON2_SYSFS_RW(thingy, COMMAND, SIZE) \  argument
 72 #define ROCCAT_COMMON2_BIN_ATTRIBUTE_RW(thingy, COMMAND, SIZE) \  argument
 81 #define ROCCAT_COMMON2_BIN_ATTRIBUTE_R(thingy, COMMAND, SIZE) \  argument
 89 #define ROCCAT_COMMON2_BIN_ATTRIBUTE_W(thingy, COMMAND, SIZE) \  argument
 
 | 
| /linux-4.1.27/drivers/crypto/qat/qat_common/ | 
| D | adf_transport_access_macros.h | 94 #define ADF_MSG_SIZE_TO_BYTES(SIZE) (SIZE << 5)  argument95 #define ADF_BYTES_TO_MSG_SIZE(SIZE) (SIZE >> 5)  argument
 96 #define ADF_SIZE_TO_RING_SIZE_IN_BYTES(SIZE) ((1 << (SIZE - 1)) << 7)  argument
 97 #define ADF_RING_SIZE_IN_BYTES_TO_SIZE(SIZE) ((1 << (SIZE - 1)) >> 7)  argument
 100 #define ADF_RING_SIZE_BYTES_MIN(SIZE) ((SIZE < ADF_RING_SIZE_4K) ? \  argument
 102 #define ADF_RING_SIZE_MODULO(SIZE) (SIZE + 0x6)  argument
 103 #define ADF_SIZE_TO_POW(SIZE) ((((SIZE & 0x4) >> 1) | ((SIZE & 0x4) >> 2) | \  argument
 
 | 
| /linux-4.1.27/arch/s390/net/ | 
| D | bpf_jit.S | 47 #define sk_load_common(NAME, SIZE, LOAD)				\  argument94 #define sk_negative_common(NAME, SIZE, LOAD)				\  argument
 
 | 
| /linux-4.1.27/samples/bpf/ | 
| D | libbpf.h | 106 #define BPF_LD_ABS(SIZE, IMM)					\  argument116 #define BPF_LDX_MEM(SIZE, DST, SRC, OFF)			\  argument
 126 #define BPF_STX_MEM(SIZE, DST, SRC, OFF)			\  argument
 136 #define BPF_ST_MEM(SIZE, DST, OFF, IMM)				\  argument
 
 | 
| /linux-4.1.27/arch/powerpc/net/ | 
| D | bpf_jit_asm.S | 102 #define bpf_slow_path_common(SIZE)				\  argument155 #define sk_negative_common(SIZE)				\  argument
 
 | 
| /linux-4.1.27/include/linux/ | 
| D | filter.h | 172 #define BPF_LD_ABS(SIZE, IMM)					\  argument182 #define BPF_LD_IND(SIZE, SRC, IMM)				\  argument
 192 #define BPF_LDX_MEM(SIZE, DST, SRC, OFF)			\  argument
 202 #define BPF_STX_MEM(SIZE, DST, SRC, OFF)			\  argument
 212 #define BPF_ST_MEM(SIZE, DST, OFF, IMM)				\  argument
 
 | 
| /linux-4.1.27/tools/testing/selftests/powerpc/mm/ | 
| D | hugetlb_vs_thp_test.c | 8 #define SIZE	(16 * 1024 * 1024)  macro
 | 
| /linux-4.1.27/tools/testing/selftests/powerpc/stringloops/ | 
| D | memcmp.c | 6 #define SIZE 256  macro
 | 
| /linux-4.1.27/arch/x86/net/ | 
| D | bpf_jit.S | 109 #define sk_negative_common(SIZE)				\  argument
 | 
| /linux-4.1.27/arch/powerpc/include/asm/ | 
| D | sstep.h | 72 #define SIZE(n)		((n) << 8)  macro
 | 
| /linux-4.1.27/fs/jfs/ | 
| D | jfs_btree.h | 67 #define BT_GETPAGE(IP, BN, MP, TYPE, SIZE, P, RC, ROOT)\  argument
 | 
| D | jfs_xtree.c | 67 #define XT_GETPAGE(IP, BN, MP, SIZE, P, RC)				\  argument
 | 
| D | jfs_dtree.c | 127 #define DT_GETPAGE(IP, BN, MP, SIZE, P, RC)				\  argument
 | 
| /linux-4.1.27/kernel/bpf/ | 
| D | core.c | 526 #define LDST(SIZEOP, SIZE)						\  in __bpf_prog_run()  argument
 | 
| /linux-4.1.27/fs/xfs/libxfs/ | 
| D | xfs_da_btree.h | 144 #define XFS_DA_LOGRANGE(BASE, ADDR, SIZE)	\  argument
 | 
| /linux-4.1.27/fs/coda/ | 
| D | upcall.c | 70 #define SIZE(tag)  max_t(unsigned int, INSIZE(tag), OUTSIZE(tag))  macro
 | 
| /linux-4.1.27/arch/mips/include/asm/mips-boards/ | 
| D | bonito64.h | 410 #define BONITO_PCIMEMBASECFGSIZE(WIN, SIZE)	(((~((SIZE)-1))>>(BONITO_PCIMEMBASECFG_ASHIFT-BONITO_PC…  argument
 | 
| /linux-4.1.27/kernel/ | 
| D | module.c | 87 #define MOD_NUMBER_OF_PAGES(BASE, SIZE) (((SIZE) > 0) ?		\  argument
 |