SZ                 31 arch/mips/crypto/crc32-mips.c #define _ASM_MACRO_CRC32(OP, SZ, TYPE)					  \
SZ                 37 arch/mips/crypto/crc32-mips.c 			  ((SZ) <<  6) | ((TYPE) << 8))			  \
SZ                 39 arch/mips/crypto/crc32-mips.c 			  ((SZ) << 14) | ((TYPE) << 3)))
SZ                 68 arch/sh/math-emu/math.c #define CMP_X(SZ,R,M,N) do{ \
SZ                 69 arch/sh/math-emu/math.c 	FP_DECL_##SZ(Fm); FP_DECL_##SZ(Fn); \
SZ                 70 arch/sh/math-emu/math.c 	UNPACK_##SZ(Fm, M); UNPACK_##SZ(Fn, N); \
SZ                 71 arch/sh/math-emu/math.c 	FP_CMP_##SZ(R, Fn, Fm, 2); }while(0)
SZ                 72 arch/sh/math-emu/math.c #define EQ_X(SZ,R,M,N) do{ \
SZ                 73 arch/sh/math-emu/math.c 	FP_DECL_##SZ(Fm); FP_DECL_##SZ(Fn); \
SZ                 74 arch/sh/math-emu/math.c 	UNPACK_##SZ(Fm, M); UNPACK_##SZ(Fn, N); \
SZ                 75 arch/sh/math-emu/math.c 	FP_CMP_EQ_##SZ(R, Fn, Fm); }while(0)
SZ                 99 arch/sh/math-emu/math.c #define ARITH_X(SZ,OP,M,N) do{ \
SZ                100 arch/sh/math-emu/math.c 	FP_DECL_##SZ(Fm); FP_DECL_##SZ(Fn); FP_DECL_##SZ(Fr); \
SZ                101 arch/sh/math-emu/math.c 	UNPACK_##SZ(Fm, M); UNPACK_##SZ(Fn, N); \
SZ                102 arch/sh/math-emu/math.c 	FP_##OP##_##SZ(Fr, Fn, Fm); \
SZ                103 arch/sh/math-emu/math.c 	PACK_##SZ(N, Fr); }while(0)
SZ                285 arch/sh/math-emu/math.c #define EMU_FLOAT_X(SZ,N) do { \
SZ                286 arch/sh/math-emu/math.c 	FP_DECL_##SZ(Fn); \
SZ                287 arch/sh/math-emu/math.c 	FP_FROM_INT_##SZ(Fn, FPUL, 32, int); \
SZ                288 arch/sh/math-emu/math.c 	PACK_##SZ(N, Fn); }while(0)
SZ                301 arch/sh/math-emu/math.c #define EMU_FTRC_X(SZ,N) do { \
SZ                302 arch/sh/math-emu/math.c 	FP_DECL_##SZ(Fn); \
SZ                303 arch/sh/math-emu/math.c 	UNPACK_##SZ(Fn, N); \
SZ                304 arch/sh/math-emu/math.c 	FP_TO_INT_##SZ(FPUL, Fn, 32, 1); }while(0)
SZ                291 arch/sparc/net/bpf_jit_comp_32.c #define emit_alloc_stack(SZ) \
SZ                292 arch/sparc/net/bpf_jit_comp_32.c 	*prog++ = (SUB | IMMED | RS1(SP) | S13(SZ) | RD(SP))
SZ                294 arch/sparc/net/bpf_jit_comp_32.c #define emit_release_stack(SZ) \
SZ                295 arch/sparc/net/bpf_jit_comp_32.c 	*prog++ = (ADD | IMMED | RS1(SP) | S13(SZ) | RD(SP))
SZ               2132 scripts/mod/modpost.c 	char tmp[SZ];
SZ               2137 scripts/mod/modpost.c 	len = vsnprintf(tmp, SZ, fmt, ap);
SZ               2145 scripts/mod/modpost.c 		buf->size += len + SZ;