| /Linux-v5.4/tools/testing/selftests/bpf/progs/ | 
| D | btf_dump_test_case_namespacing.c | 10 struct S {  struct11 	int S;  argument
 15 typedef struct S S;  argument
 18 	int S;  member
 
 | 
| /Linux-v5.4/samples/bpf/ | 
| D | trace_output_kern.c | 16 	struct S {  in bpf_prog1()  struct17 		u64 pid;  in bpf_prog1()
 18 		u64 cookie;  in bpf_prog1()
 
 | 
| D | xdp_sample_pkts_kern.c | 24 	struct S {  in xdp_sample_prog()  struct25 		u16 cookie;  in xdp_sample_prog()
 26 		u16 pkt_len;  in xdp_sample_prog()
 
 | 
| D | tracex3_kern.c | 35 #define S(k) if (n >= (1ull << k)) { i += k; n >>= k; }  in log2l()  macro
 | 
| /Linux-v5.4/drivers/isdn/mISDN/ | 
| D | dsp_blowfish.c | 375 	u32 *S = dsp->bf_s;  in dsp_bf_encrypt()  local467 	u32 *S = dsp->bf_s;  in dsp_bf_decrypt()  local
 563 encrypt_block(const u32 *P, const u32 *S, u32 *dst, u32 *src)  in encrypt_block()
 604 	u32 *S = (u32 *)dsp->bf_s;  in dsp_bf_init()  local
 
 | 
| /Linux-v5.4/include/math-emu/ | 
| D | op-4.h | 29 #define _FP_FRAC_COPY_4(D,S)			\  argument429 #define _FP_SQRT_MEAT_4(R, S, T, X, q)				\  argument
 615 #define _FP_FRAC_CONV_1_4(dfs, sfs, D, S)				\  argument
 625 #define _FP_FRAC_CONV_2_4(dfs, sfs, D, S)				\  argument
 677 #define _FP_FRAC_CONV_4_1(dfs, sfs, D, S)				\  argument
 684 #define _FP_FRAC_CONV_4_2(dfs, sfs, D, S)				\  argument
 
 | 
| D | op-2.h | 29 #define _FP_FRAC_COPY_2(D,S)	(D##_f0 = S##_f0, D##_f1 = S##_f1)  argument524 #define _FP_SQRT_MEAT_2(R, S, T, X, q)			\  argument
 588 #define _FP_FRAC_CONV_1_2(dfs, sfs, D, S)				\  argument
 598 #define _FP_FRAC_CONV_2_1(dfs, sfs, D, S)				\  argument
 
 | 
| D | op-1.h | 29 #define _FP_FRAC_COPY_1(D,S)	(D##_f = S##_f)  argument253 #define _FP_SQRT_MEAT_1(R, S, T, X, q)			\  argument
 288 #define _FP_FRAC_CONV_1_1(dfs, sfs, D, S)				\  argument
 
 | 
| D | quad.h | 121 #define _FP_SQRT_MEAT_Q(R,S,T,X,Q)	_FP_SQRT_MEAT_4(R,S,T,X,Q)  argument194 #define _FP_SQRT_MEAT_Q(R,S,T,X,Q)	_FP_SQRT_MEAT_2(R,S,T,X,Q)  argument
 
 | 
| /Linux-v5.4/crypto/ | 
| D | blowfish_common.c | 313 	const u32 *S = bctx->s;  in encrypt_block()  local348 	u32 *S = ctx->s;  in blowfish_setkey()  local
 
 | 
| D | blowfish_generic.c | 42 	const u32 *S = ctx->s;  in bf_encrypt()  local76 	const u32 *S = ctx->s;  in bf_decrypt()  local
 
 | 
| D | khazad.c | 762 	const u64 *S = T7;  in khazad_setkey()  local
 | 
| /Linux-v5.4/tools/testing/selftests/exec/ | 
| D | recursion-depth.c | 54 #define S "#!" FILENAME "\n"  in main()  macro
 | 
| /Linux-v5.4/arch/alpha/kernel/ | 
| D | io.c | 301 			struct S { int x __attribute__((packed)); };  in ioread32_rep()  argument395 			struct S { int x __attribute__((packed)); };  in iowrite32_rep()  argument
 
 | 
| /Linux-v5.4/include/crypto/ | 
| D | arc4.h | 16 	u32 S[256];  member
 | 
| /Linux-v5.4/tools/testing/selftests/proc/ | 
| D | setns-dcache.c | 121 #define S "Num       RefCount Protocol Flags    Type St Inode Path\n"  in main()  macro
 | 
| D | proc-pid-vm.c | 359 		static const char *S[] = {  in main()  local411 		static const char *S[] = {  in main()  local
 
 | 
| /Linux-v5.4/drivers/block/drbd/ | 
| D | drbd_state.h | 37 #define NS(T, S) \  argument51 #define _NS(D, T, S) \  argument
 
 | 
| /Linux-v5.4/drivers/scsi/aic94xx/ | 
| D | aic94xx_reg.h | 59 #define ASD_READ_OCM(type, ord, S)                                    \  argument73 #define ASD_WRITE_OCM(type, ord, S)                                    \  argument
 
 | 
| /Linux-v5.4/lib/crypto/ | 
| D | arc4.c | 39 	u32 *const S = ctx->S;  in arc4_crypt()  local
 | 
| /Linux-v5.4/drivers/net/ethernet/intel/i40e/ | 
| D | i40e_osdep.h | 21 #define hw_dbg(hw, S, A...)							\  argument
 | 
| /Linux-v5.4/drivers/net/ethernet/intel/iavf/ | 
| D | iavf_osdep.h | 20 #define hw_dbg(hw, S, A...)	do {} while (0)  argument
 | 
| /Linux-v5.4/sound/usb/usx2y/ | 
| D | usbusx2y.c | 296 static void usX2Y_unlinkSeq(struct snd_usX2Y_AsyncSeq *S)  in usX2Y_unlinkSeq()
 | 
| /Linux-v5.4/include/linux/ | 
| D | compiler_attributes.h | 249 #define __section(S)                    __attribute__((__section__(#S)))  argument
 | 
| /Linux-v5.4/drivers/iio/pressure/ | 
| D | t5403.c | 70 	s32 S, O, X;  in t5403_comp_pressure()  local
 |