/Linux-v5.15/ |
D | CREDITS | 6 snail-mail address (S). 20 S: (ask for current address) 21 S: Finland 31 S: C. Negri 6, bl. D3 32 S: Iasi 6600 33 S: Romania 43 S: 75 Donald St, Apt 42 44 S: Weymouth, MA 02188 45 S: USA 52 S: Longford, Ireland [all …]
|
D | MAINTAINERS | 87 S: *Status*, one of the following: 149 S: Odd Fixes 156 S: Maintained 162 S: Supported 169 S: Maintained 177 S: Maintained 185 S: Maintained 191 S: Maintained 209 S: Maintained 215 S: Maintained [all …]
|
/Linux-v5.15/include/math-emu/ |
D | single.h | 63 #define FP_UNPACK_RAW_S(X,val) _FP_UNPACK_RAW_1(S,X,val) 64 #define FP_UNPACK_RAW_SP(X,val) _FP_UNPACK_RAW_1_P(S,X,val) 65 #define FP_PACK_RAW_S(val,X) _FP_PACK_RAW_1(S,val,X) 69 _FP_PACK_RAW_1_P(S,val,X); \ 74 _FP_UNPACK_RAW_1(S,X,val); \ 75 _FP_UNPACK_CANONICAL(S,1,X); \ 80 _FP_UNPACK_RAW_1_P(S,X,val); \ 81 _FP_UNPACK_CANONICAL(S,1,X); \ 86 _FP_PACK_CANONICAL(S,1,X); \ 87 _FP_PACK_RAW_1(S,val,X); \ [all …]
|
D | op-4.h | 29 #define _FP_FRAC_COPY_4(D,S) \ argument 30 (D##_f[0] = S##_f[0], D##_f[1] = S##_f[1], \ 31 D##_f[2] = S##_f[2], D##_f[3] = S##_f[3]) 429 #define _FP_SQRT_MEAT_4(R, S, T, X, q) \ argument 433 T##_f[3] = S##_f[3] + q; \ 436 S##_f[3] = T##_f[3] + q; \ 446 T##_f[2] = S##_f[2] + q; \ 447 T##_f[3] = S##_f[3]; \ 451 S##_f[2] = T##_f[2] + q; \ 452 S##_f[3] += (T##_f[2] > S##_f[2]); \ [all …]
|
/Linux-v5.15/scripts/package/ |
D | mkspec | 14 S=DEL 17 S= 50 $S Source: kernel-$__KERNELRELEASE.tar.gz 70 $S$M %package devel 71 $S$M Summary: Development package for building kernel modules to match the $__KERNELRELEASE kernel 72 $S$M Group: System Environment/Kernel 73 $S$M AutoReqProv: no 74 $S$M %description -n kernel-devel 75 $S$M This package provides kernel headers and makefiles sufficient to build modules 76 $S$M against the $__KERNELRELEASE kernel package. [all …]
|
/Linux-v5.15/lib/crypto/ |
D | arc4.c | 21 ctx->S[i] = i; in arc4_setkey() 24 u32 a = ctx->S[i]; in arc4_setkey() 27 ctx->S[i] = ctx->S[j]; in arc4_setkey() 28 ctx->S[j] = a; in arc4_setkey() 39 u32 *const S = ctx->S; in arc4_crypt() local 49 a = S[x]; in arc4_crypt() 51 b = S[y]; in arc4_crypt() 54 S[y] = a; in arc4_crypt() 56 S[x] = b; in arc4_crypt() 58 ta = S[x]; in arc4_crypt() [all …]
|
/Linux-v5.15/fs/smbfs_common/ |
D | cifs_arc4.c | 23 ctx->S[i] = i; in cifs_arc4_setkey() 26 u32 a = ctx->S[i]; in cifs_arc4_setkey() 29 ctx->S[i] = ctx->S[j]; in cifs_arc4_setkey() 30 ctx->S[j] = a; in cifs_arc4_setkey() 41 u32 *const S = ctx->S; in cifs_arc4_crypt() local 51 a = S[x]; in cifs_arc4_crypt() 53 b = S[y]; in cifs_arc4_crypt() 56 S[y] = a; in cifs_arc4_crypt() 58 S[x] = b; in cifs_arc4_crypt() 60 ta = S[x]; in cifs_arc4_crypt() [all …]
|
/Linux-v5.15/arch/m68k/fpsp040/ |
D | ssin.S | 233 |--R' + R'*S*(A1 + S(A2 + S(A3 + S(A4 + ... + SA7)))), WHERE 268 fmulx %fp0,%fp2 | ...S(A2+T(A4+TA6)) 288 |--SGN + S'*(B1 + S(B2 + S(B3 + S(B4 + ... + SB8)))), WHERE 289 |--S=R*R AND S'=SGN*S. THIS CAN BE REWRITTEN AS 290 |--SGN + S'*([B1+T(B3+T(B5+TB7))] + [S(B2+T(B4+T(B6+TB8)))]) 291 |--WHERE T=S*S. 296 fmulx %fp0,%fp0 | ...FP0 IS S 304 fmovex %fp0,X(%a6) | ...X IS S 311 eorl %d0,X(%a6) | ...X IS NOW S'= SGN*S 446 |--FLOATING POINT FORMAT, THE TWO FMOVE'S FMOVE.L FP <--> N [all …]
|
D | setox.S | 137 | p = [ R + R*S*(A2 + S*A4) ] + 138 | [ S*(A1 + S*(A3 + S*A5)) ] 139 | where S = R*R. 514 |--TO FULLY UTILIZE THE PIPELINE, WE COMPUTE S = R*R 515 |--[R+R*S*(A2+S*A4)] + [S*(A1+S*(A3+S*A5))] 518 fmulx %fp1,%fp1 | ...fp1 IS S = R*R 523 fmulx %fp1,%fp2 | ...fp2 IS S*A5 525 fmuls #0x3C088895,%fp3 | ...fp3 IS S*A4 527 faddd EXPA3,%fp2 | ...fp2 IS A3+S*A5 528 faddd EXPA2,%fp3 | ...fp3 IS A2+S*A4 [all …]
|
D | stan.S | 215 fmulx %fp1,%fp1 | ...S = R*R 226 fmulx %fp1,%fp3 | ...S(Q3+SQ4) 227 fmulx %fp1,%fp2 | ...S(P2+SP3) 229 faddx TANQ2,%fp3 | ...Q2+S(Q3+SQ4) 230 faddx TANP1,%fp2 | ...P1+S(P2+SP3) 232 fmulx %fp1,%fp3 | ...S(Q2+S(Q3+SQ4)) 233 fmulx %fp1,%fp2 | ...S(P1+S(P2+SP3)) 235 faddx TANQ1,%fp3 | ...Q1+S(Q2+S(Q3+SQ4)) 236 fmulx %fp0,%fp2 | ...RS(P1+S(P2+SP3)) 238 fmulx %fp3,%fp1 | ...S(Q1+S(Q2+S(Q3+SQ4))) [all …]
|
/Linux-v5.15/scripts/coccinelle/iterators/ |
D | use_after_iter.cocci | 37 statement S; 90 list_for_each_entry(c,...) S 92 list_for_each_entry_reverse(c,...) S 94 list_for_each_entry_continue(c,...) S 96 list_for_each_entry_continue_reverse(c,...) S 98 list_for_each_entry_from(c,...) S 100 list_for_each_entry_safe(c,...) S 102 list_for_each_entry_safe(x,c,...) S 104 list_for_each_entry_safe_continue(c,...) S 106 list_for_each_entry_safe_continue(x,c,...) S [all …]
|
D | device_node_continue.cocci | 28 statement S; 33 for_each_node_by_name(n,e1) S 35 for_each_node_by_type(n,e1) S 37 for_each_compatible_node(n,e1,e2) S 39 for_each_matching_node(n,e1) S 41 for_each_matching_node_and_match(n,e1,e2) S 43 for_each_child_of_node(e1,n) S 45 for_each_available_child_of_node(e1,n) S 47 for_each_node_with_property(n,e1) S 60 statement S; [all …]
|
D | for_each_child.cocci | 24 statement S; 30 for_each_node_by_name(n,e1) S 32 for_each_node_by_type(n,e1) S 34 for_each_compatible_node(n,e1,e2) S 36 for_each_matching_node(n,e1) S 38 for_each_matching_node_and_match(n,e1,e2) S 40 for_each_child_of_node(e1,n) S 42 for_each_available_child_of_node(e1,n) S 44 for_each_node_with_property(n,e1) S 47 i(es,n,...) S [all …]
|
/Linux-v5.15/Documentation/arm/nwfpe/ |
D | netwinder-fpe.rst | 13 <S|D|E> = <single|double|extended>, no default 24 <LDF|STF>{cond}<S|D|E> Fd, Rn 25 <LDF|STF>{cond}<S|D|E> Fd, [Rn, #<expression>]{!} 26 <LDF|STF>{cond}<S|D|E> Fd, [Rn], #<expression> 33 <LFM|SFM>{cond}<S|D|E> Fd, <count>, [Rn] 34 <LFM|SFM>{cond}<S|D|E> Fd, <count>, [Rn, #<expression>]{!} 35 <LFM|SFM>{cond}<S|D|E> Fd, <count>, [Rn], #<expression> 51 FLT{cond}<S,D,E>{P,M,Z} Fn, Rd Convert integer to floating point 80 ADF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - add 81 SUF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - subtract [all …]
|
/Linux-v5.15/Documentation/admin-guide/media/ |
D | cx88-cardlist.rst | 166 - Hauppauge Nova-S-Plus DVB-S 170 - Hauppauge Nova-SE2 DVB-S 174 - KWorld DVB-S 100 226 - Geniatech DVB-S 230 - Hauppauge WinTV-HVR3000 TriMode Analog/DVB-S/DVB-T 290 - Hauppauge WinTV-HVR4000 DVB-S/S2/T/Hybrid 294 - Hauppauge WinTV-HVR4000(Lite) DVB-S/S2 298 - TeVii S460 DVB-S/S2 302 - Omicom SS4 DVB-S/S2 PCI 306 - TBS 8920 DVB-S/S2 [all …]
|
/Linux-v5.15/tools/testing/selftests/powerpc/copyloops/ |
D | Makefile | 18 EXTRA_SOURCES := validate.c ../harness.c stubs.S 23 $(OUTPUT)/copyuser_64_t%: copyuser_64.S $(EXTRA_SOURCES) 29 $(OUTPUT)/copyuser_p7_t%: copyuser_power7.S $(EXTRA_SOURCES) 36 $(OUTPUT)/memcpy_64_t%: memcpy_64.S $(EXTRA_SOURCES) 42 $(OUTPUT)/memcpy_p7_t%: memcpy_power7.S $(EXTRA_SOURCES) 48 $(OUTPUT)/copy_mc_64: copy_mc_64.S $(EXTRA_SOURCES) 53 $(OUTPUT)/copyuser_64_exc_t%: copyuser_64.S exc_validate.c ../harness.c \ 54 copy_tofrom_user_reference.S stubs.S
|
/Linux-v5.15/tools/testing/selftests/bpf/progs/ |
D | btf_dump_test_case_namespacing.c | 10 struct S { struct 11 int S; argument 15 typedef struct S S; argument 18 int S; member 55 struct S _1; in f() 56 S _2; in f()
|
D | test_global_func_args.c | 7 struct S { struct 11 struct S global_variable = {}; argument 25 __noinline int foo(__u32 index, struct S *s) in foo() 37 __noinline int bar(__u32 index, volatile struct S *s) in bar() 49 __noinline int baz(struct S **s) in baz() 69 struct S s = { .v = 100 }; in test_cls() 82 struct S v, *p = &v; in test_cls()
|
/Linux-v5.15/tools/testing/selftests/powerpc/math/ |
D | Makefile | 10 $(OUTPUT)/fpu_syscall: fpu_asm.S 11 $(OUTPUT)/fpu_preempt: fpu_asm.S 12 $(OUTPUT)/fpu_signal: fpu_asm.S 14 $(OUTPUT)/vmx_syscall: vmx_asm.S ../utils.c 15 $(OUTPUT)/vmx_preempt: vmx_asm.S ../utils.c 16 $(OUTPUT)/vmx_signal: vmx_asm.S ../utils.c 19 $(OUTPUT)/vsx_preempt: vsx_asm.S ../utils.c
|
/Linux-v5.15/arch/mips/generic/ |
D | Platform | 19 its-y := vmlinux.its.S 20 its-$(CONFIG_FIT_IMAGE_FDT_BOSTON) += board-boston.its.S 21 its-$(CONFIG_FIT_IMAGE_FDT_NI169445) += board-ni169445.its.S 22 its-$(CONFIG_FIT_IMAGE_FDT_OCELOT) += board-ocelot.its.S 23 its-$(CONFIG_FIT_IMAGE_FDT_LUTON) += board-luton.its.S 24 its-$(CONFIG_FIT_IMAGE_FDT_JAGUAR2) += board-jaguar2.its.S 25 its-$(CONFIG_FIT_IMAGE_FDT_SERVAL) += board-serval.its.S 26 its-$(CONFIG_FIT_IMAGE_FDT_XILFPGA) += board-xilfpga.its.S 27 its-$(CONFIG_FIT_IMAGE_FDT_MARDUK) += board-marduk.its.S
|
/Linux-v5.15/samples/bpf/ |
D | tracex3_kern.c | 36 #define S(k) if (n >= (1ull << k)) { i += k; n >>= k; } in log2l() macro 38 S(32); S(16); S(8); S(4); S(2); S(1); in log2l() 40 #undef S in log2l()
|
/Linux-v5.15/crypto/ |
D | blake2b_generic.c | 40 static void blake2b_increment_counter(struct blake2b_state *S, const u64 inc) in blake2b_increment_counter() argument 42 S->t[0] += inc; in blake2b_increment_counter() 43 S->t[1] += (S->t[0] < inc); in blake2b_increment_counter() 70 static void blake2b_compress_one_generic(struct blake2b_state *S, in blake2b_compress_one_generic() argument 81 v[i] = S->h[i]; in blake2b_compress_one_generic() 87 v[12] = BLAKE2B_IV4 ^ S->t[0]; in blake2b_compress_one_generic() 88 v[13] = BLAKE2B_IV5 ^ S->t[1]; in blake2b_compress_one_generic() 89 v[14] = BLAKE2B_IV6 ^ S->f[0]; in blake2b_compress_one_generic() 90 v[15] = BLAKE2B_IV7 ^ S->f[1]; in blake2b_compress_one_generic() 108 S->h[i] = S->h[i] ^ v[i] ^ v[i + 8]; in blake2b_compress_one_generic()
|
/Linux-v5.15/tools/edid/ |
D | Makefile | 2 SOURCES := $(wildcard [0-9]*x[0-9]*.S) 4 BIN := $(patsubst %.S, %.bin, $(SOURCES)) 6 IHEX := $(patsubst %.S, %.bin.ihex, $(SOURCES)) 8 CODE := $(patsubst %.S, %.c, $(SOURCES)) 15 %.o: %.S 26 %.p: %.crc %.S 27 @cc -c -DCRC="$$(cat $*.crc)" -o $@ $*.S
|
/Linux-v5.15/drivers/gpu/drm/i915/ |
D | i915_cmd_parser.c | 204 #define S CMD_DESC_SKIP macro 212 CMD( MI_NOOP, SMI, F, 1, S ), 215 CMD( MI_ARB_CHECK, SMI, F, 1, S ), 216 CMD( MI_REPORT_HEAD, SMI, F, 1, S ), 217 CMD( MI_SUSPEND_FLUSH, SMI, F, 1, S ), 241 CMD( MI_BATCH_BUFFER_START, SMI, !F, 0xFF, S ), 245 CMD( MI_FLUSH, SMI, F, 1, S ), 247 CMD( MI_PREDICATE, SMI, F, 1, S ), 248 CMD( MI_TOPOLOGY_FILTER, SMI, F, 1, S ), 249 CMD( MI_SET_APPID, SMI, F, 1, S ), [all …]
|
/Linux-v5.15/arch/ia64/lib/ |
D | Makefile | 26 $(obj)/__divdi3.o: $(src)/idiv64.S FORCE 29 $(obj)/__udivdi3.o: $(src)/idiv64.S FORCE 32 $(obj)/__moddi3.o: $(src)/idiv64.S FORCE 35 $(obj)/__umoddi3.o: $(src)/idiv64.S FORCE 38 $(obj)/__divsi3.o: $(src)/idiv32.S FORCE 41 $(obj)/__udivsi3.o: $(src)/idiv32.S FORCE 44 $(obj)/__modsi3.o: $(src)/idiv32.S FORCE 47 $(obj)/__umodsi3.o: $(src)/idiv32.S FORCE
|