Home
last modified time | relevance | path

Searched defs:S (Results 1 – 25 of 72) sorted by relevance

123

/Linux-v6.6/tools/testing/selftests/bpf/progs/
Dbtf_dump_test_case_namespacing.c10 struct S { struct
11 int S; argument
15 typedef struct S S; argument
18 int S; member
Dbtf_data.c3 struct S { struct
15 struct S1 { argument
28 typedef int S; typedef
Dtest_global_func11.c7 struct S { struct
11 __noinline int foo(const struct S *s) in foo() argument
Dtest_global_func12.c7 struct S { struct
11 __noinline int foo(const struct S *s) in foo() argument
Dtest_global_func13.c7 struct S { struct
11 __noinline int foo(const struct S *s) in foo() argument
Dtest_global_func_args.c7 struct S { struct
11 struct S global_variable = {}; argument
Dtest_global_func9.c7 struct S { struct
20 __type(value, struct S); argument
/Linux-v6.6/samples/bpf/
Dtrace_output.bpf.c15 struct S { in bpf_prog1() struct
16 u64 pid; in bpf_prog1()
17 u64 cookie; in bpf_prog1()
/Linux-v6.6/drivers/isdn/mISDN/
Ddsp_blowfish.c375 u32 *S = dsp->bf_s; in dsp_bf_encrypt() local
467 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-v6.6/include/math-emu/
Dop-4.h29 #define _FP_FRAC_COPY_4(D,S) \ argument
429 #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
Dop-2.h29 #define _FP_FRAC_COPY_2(D,S) (D##_f0 = S##_f0, D##_f1 = S##_f1) argument
524 #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
Dop-1.h29 #define _FP_FRAC_COPY_1(D,S) (D##_f = S##_f) argument
253 #define _FP_SQRT_MEAT_1(R, S, T, X, q) \ argument
288 #define _FP_FRAC_CONV_1_1(dfs, sfs, D, S) \ argument
/Linux-v6.6/crypto/
Dblowfish_common.c314 const u32 *S = bctx->s; in encrypt_block() local
349 u32 *S = ctx->s; in blowfish_setkey() local
Dblowfish_generic.c41 const u32 *S = ctx->s; in bf_encrypt() local
73 const u32 *S = ctx->s; in bf_decrypt() local
Dblake2b_generic.c40 static void blake2b_increment_counter(struct blake2b_state *S, const u64 inc) in blake2b_increment_counter()
70 static void blake2b_compress_one_generic(struct blake2b_state *S, in blake2b_compress_one_generic()
/Linux-v6.6/arch/alpha/kernel/
Dio.c364 struct S { int x __attribute__((packed)); }; in ioread32_rep() struct
458 struct S { int x __attribute__((packed)); }; in iowrite32_rep() struct
/Linux-v6.6/tools/testing/selftests/exec/
Drecursion-depth.c54 #define S "#!" FILENAME "\n" in main() macro
/Linux-v6.6/include/crypto/
Darc4.h16 u32 S[256]; member
/Linux-v6.6/fs/smb/common/
Darc4.h16 u32 S[256]; member
Dcifs_arc4.c41 u32 *const S = ctx->S; in cifs_arc4_crypt() local
/Linux-v6.6/arch/x86/include/asm/
Delfcore-compat.h26 #define SET_PR_FPVALID(S) \ argument
/Linux-v6.6/arch/mips/include/asm/
Delfcore-compat.h24 #define SET_PR_FPVALID(S) \ argument
/Linux-v6.6/tools/testing/selftests/proc/
Dsetns-dcache.c121 #define S "Num RefCount Protocol Flags Type St Inode Path\n" in main() macro
/Linux-v6.6/drivers/block/drbd/
Ddrbd_state.h37 #define NS(T, S) \ argument
51 #define _NS(D, T, S) \ argument
/Linux-v6.6/drivers/scsi/aic94xx/
Daic94xx_reg.h59 #define ASD_READ_OCM(type, ord, S) \ argument
73 #define ASD_WRITE_OCM(type, ord, S) \ argument

123