Home
last modified time | relevance | path

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

123

/Linux-v4.19/samples/bpf/
Dtrace_output_kern.c16 struct S { in bpf_prog1() struct
17 u64 pid; in bpf_prog1()
18 u64 cookie; in bpf_prog1()
Dxdp_sample_pkts_kern.c31 struct S { in xdp_sample_prog() struct
32 u16 cookie; in xdp_sample_prog()
33 u16 pkt_len; in xdp_sample_prog()
Dtracex3_kern.c35 #define S(k) if (n >= (1ull << k)) { i += k; n >>= k; } in log2l() macro
/Linux-v4.19/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-v4.19/crypto/
Dblowfish_common.c318 const u32 *S = bctx->s; in encrypt_block() local
353 u32 *S = ctx->s; in blowfish_setkey() local
Dblowfish_generic.c47 const u32 *S = ctx->s; in bf_encrypt() local
81 const u32 *S = ctx->s; in bf_decrypt() local
Darc4.c25 u32 S[256]; member
56 u32 *const S = ctx->S; in arc4_crypt() local
Dkhazad.c762 const u64 *S = T7; in khazad_setkey() local
/Linux-v4.19/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
529 #define _FP_SQRT_MEAT_2(R, S, T, X, q) \ argument
596 #define _FP_FRAC_CONV_1_2(dfs, sfs, D, S) \ argument
606 #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
Ddouble.h115 #define _FP_SQRT_MEAT_D(R,S,T,X,Q) _FP_SQRT_MEAT_2(R,S,T,X,Q) argument
187 #define _FP_SQRT_MEAT_D(R,S,T,X,Q) _FP_SQRT_MEAT_1(R,S,T,X,Q) argument
Dquad.h121 #define _FP_SQRT_MEAT_Q(R,S,T,X,Q) _FP_SQRT_MEAT_4(R,S,T,X,Q) argument
194 #define _FP_SQRT_MEAT_Q(R,S,T,X,Q) _FP_SQRT_MEAT_2(R,S,T,X,Q) argument
Dop-common.h820 #define FP_CONV(dfs,sfs,dwc,swc,D,S) \ argument
Dsingle.h104 #define _FP_SQRT_MEAT_S(R,S,T,X,Q) _FP_SQRT_MEAT_1(R,S,T,X,Q) argument
/Linux-v4.19/arch/alpha/kernel/
Dio.c301 struct S { int x __attribute__((packed)); }; in ioread32_rep() struct
395 struct S { int x __attribute__((packed)); }; in iowrite32_rep() struct
/Linux-v4.19/tools/perf/util/
Dctype.c10 S = GIT_SPACE, enumerator
/Linux-v4.19/drivers/block/drbd/
Ddrbd_state.h37 #define NS(T, S) \ argument
51 #define _NS(D, T, S) \ argument
/Linux-v4.19/drivers/scsi/aic94xx/
Daic94xx_reg.h77 #define ASD_READ_OCM(type, ord, S) \ argument
91 #define ASD_WRITE_OCM(type, ord, S) \ argument
/Linux-v4.19/drivers/net/ethernet/intel/i40evf/
Di40e_osdep.h20 #define hw_dbg(hw, S, A...) do {} while (0) argument
/Linux-v4.19/drivers/net/ethernet/intel/i40e/
Di40e_osdep.h21 #define hw_dbg(hw, S, A...) do {} while (0) argument
/Linux-v4.19/sound/usb/usx2y/
Dusbusx2y.c311 static void usX2Y_unlinkSeq(struct snd_usX2Y_AsyncSeq *S) in usX2Y_unlinkSeq()
/Linux-v4.19/drivers/iio/pressure/
Dt5403.c73 s32 S, O, X; in t5403_comp_pressure() local
/Linux-v4.19/arch/x86/include/asm/
Dcompat.h185 #define PRSTATUS_SIZE(S, R) (R != sizeof(S.pr_reg) ? 144 : 296) argument
186 #define SET_PR_FPVALID(S, V, R) \ argument
/Linux-v4.19/kernel/trace/
Dtrace_output.c921 int S, T; in trace_ctxwake_print() local
954 static int trace_ctxwake_raw(struct trace_iterator *iter, char S) in trace_ctxwake_raw()
989 static int trace_ctxwake_hex(struct trace_iterator *iter, char S) in trace_ctxwake_hex()

123