Home
last modified time | relevance | path

Searched refs:D (Results 1 – 25 of 681) sorted by relevance

12345678910>>...28

/Linux-v5.4/lib/
Dsha1.c55 #define SHA_ROUND(t, input, fn, constant, A, B, C, D, E) do { \ argument
60 #define T_0_15(t, A, B, C, D, E) SHA_ROUND(t, SHA_SRC, (((C^D)&B)^D) , 0x5a827999, A, B, C, D, E ) argument
61 #define T_16_19(t, A, B, C, D, E) SHA_ROUND(t, SHA_MIX, (((C^D)&B)^D) , 0x5a827999, A, B, C, D, E ) argument
62 #define T_20_39(t, A, B, C, D, E) SHA_ROUND(t, SHA_MIX, (B^C^D) , 0x6ed9eba1, A, B, C, D, E ) argument
63 #define T_40_59(t, A, B, C, D, E) SHA_ROUND(t, SHA_MIX, ((B&C)+(D&(B^C))) , 0x8f1bbcdc, A, B, C, D,… argument
64 #define T_60_79(t, A, B, C, D, E) SHA_ROUND(t, SHA_MIX, (B^C^D) , 0xca62c1d6, A, B, C, D, E ) argument
84 __u32 A, B, C, D, E; in sha_transform() local
89 D = digest[3]; in sha_transform()
93 T_0_15( 0, A, B, C, D, E); in sha_transform()
94 T_0_15( 1, E, A, B, C, D); in sha_transform()
[all …]
/Linux-v5.4/include/math-emu/
Ddouble.h74 #define FP_UNPACK_RAW_D(X,val) _FP_UNPACK_RAW_2(D,X,val)
75 #define FP_UNPACK_RAW_DP(X,val) _FP_UNPACK_RAW_2_P(D,X,val)
76 #define FP_PACK_RAW_D(val,X) _FP_PACK_RAW_2(D,val,X)
80 _FP_PACK_RAW_2_P(D,val,X); \
85 _FP_UNPACK_RAW_2(D,X,val); \
86 _FP_UNPACK_CANONICAL(D,2,X); \
91 _FP_UNPACK_RAW_2_P(D,X,val); \
92 _FP_UNPACK_CANONICAL(D,2,X); \
97 _FP_PACK_CANONICAL(D,2,X); \
98 _FP_PACK_RAW_2(D,val,X); \
[all …]
/Linux-v5.4/Documentation/media/uapi/v4l/
Dpixfmt-tch-td16.rst40 - D'\ :sub:`00high`
41 - D'\ :sub:`00low`
42 - D'\ :sub:`01high`
43 - D'\ :sub:`01low`
44 - D'\ :sub:`02high`
45 - D'\ :sub:`02low`
46 - D'\ :sub:`03high`
47 - D'\ :sub:`03low`
49 - D'\ :sub:`10high`
50 - D'\ :sub:`10low`
[all …]
Dpixfmt-tch-td08.rst41 - D'\ :sub:`00`
42 - D'\ :sub:`01`
43 - D'\ :sub:`02`
44 - D'\ :sub:`03`
46 - D'\ :sub:`10`
47 - D'\ :sub:`11`
48 - D'\ :sub:`12`
49 - D'\ :sub:`13`
51 - D'\ :sub:`20`
52 - D'\ :sub:`21`
[all …]
/Linux-v5.4/
DCREDITS5 (W), PGP key ID and fingerprint (P), description (D), and
14 D: SLOB slab allocator
18 D: Alpha systems hacking, IPv6 and other network related stuff
19 D: One of assisting postmasters for vger.kernel.org's lists
25 D: Samsung pin controller driver
30 D: /proc/sysvipc
38 D: zlib decompression
42 D: Basic Interphase 5575 driver with UBR and ABR support.
50 D: NFS over TCP patches
51 D: in-kernel DRM Maintainer
[all …]
/Linux-v5.4/arch/ia64/lib/
Dcopy_page_mck.S98 #define D (C + 3) macro
99 #define N (D + 1)
106 .rotr v[2*PREFETCH_DIST], n[D-C+1]
143 (p[D]) ld8 t2 = [src0], 3*8 // M0
144 (p[D]) ld8 t4 = [src1], 3*8 // M1
146 (p[D]) st8 [dst_pre_l2] = n[D-C], 128 // M3 prefetch dst from L2
150 (p[D]) st8 [dst0] = t1, 8 // M2
151 (p[D]) st8 [dst1] = t3, 8 // M3
153 (p[D]) ld8 t5 = [src0], 8
154 (p[D]) ld8 t7 = [src1], 3*8
[all …]
/Linux-v5.4/arch/x86/crypto/
Dtwofish-i586-asm_32.S68 push d ## D;\
70 mov s1(%ebp,%edi,4),d ## D;\
74 ror $16, b ## D;\
75 xor s2(%ebp,%edi,4),d ## D;\
77 ror $16, a ## D;\
80 xor s3(%ebp,%edi,4),d ## D;\
84 ror $15, b ## D;\
85 xor (%ebp,%edi,4), d ## D;\
89 add d ## D, %esi;\
90 add %esi, d ## D;\
[all …]
Dsha1_ssse3_asm.S116 mov 12(HASH_PTR), D
127 RR F1,A,B,C,D,E,0
128 RR F1,D,E,A,B,C,2
129 RR F1,B,C,D,E,A,4
130 RR F1,E,A,B,C,D,6
131 RR F1,C,D,E,A,B,8
133 RR F1,A,B,C,D,E,10
134 RR F1,D,E,A,B,C,12
135 RR F1,B,C,D,E,A,14
136 RR F1,E,A,B,C,D,16
[all …]
Dtwofish-x86_64-asm_64.S72 ror $16, b ## D;\
75 ror $16, a ## D;\
82 ror $15, b ## D;\
89 xor %r9d, c ## D;\
90 rol $15, c ## D;\
92 xor %r8d, d ## D;
103 mov b ## D, %r10d;\
110 ror $16, b ## D;\
113 ror $16, a ## D;\
127 xor %r9d, c ## D;\
[all …]
/Linux-v5.4/drivers/pinctrl/sunxi/
Dpinctrl-suniv-f1c100s.c117 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 0),
124 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 1),
130 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 2),
136 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 3),
142 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 4),
148 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 5),
154 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 6),
160 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 7),
166 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 8),
172 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 9),
[all …]
Dpinctrl-sun8i-a23.c204 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 0),
208 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 1),
212 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 2),
217 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 3),
222 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 4),
227 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 5),
232 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 6),
237 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 7),
242 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 8),
247 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 9),
[all …]
Dpinctrl-sun50i-h6.c194 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 0),
201 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 1),
208 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 2),
215 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 3),
222 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 4),
229 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 5),
236 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 6),
243 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 7),
250 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 8),
257 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 9),
[all …]
Dpinctrl-sun50i-a64.c176 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 0),
183 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 1),
190 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 2),
197 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 3),
204 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 4),
210 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 5),
216 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 6),
221 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 7),
226 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 8),
232 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 9),
[all …]
Dpinctrl-sun8i-a83t.c182 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 2),
187 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 3),
192 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 4),
197 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 5),
202 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 6),
207 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 7),
212 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 10),
217 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 11),
222 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 12),
227 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 13),
[all …]
Dpinctrl-sun8i-a33.c156 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 2),
161 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 3),
166 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 4),
171 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 5),
176 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 6),
181 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 7),
186 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 10),
191 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 11),
196 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 12),
201 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 13),
[all …]
Dpinctrl-sun5i.c381 SUNXI_PIN_VARIANT(SUNXI_PINCTRL_PIN(D, 0),
386 SUNXI_PIN_VARIANT(SUNXI_PINCTRL_PIN(D, 1),
391 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 2),
396 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 3),
401 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 4),
406 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 5),
411 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 6),
416 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 7),
421 SUNXI_PIN_VARIANT(SUNXI_PINCTRL_PIN(D, 8),
426 SUNXI_PIN_VARIANT(SUNXI_PINCTRL_PIN(D, 9),
[all …]
Dpinctrl-sun9i-a80.c261 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 0),
266 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 1),
271 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 2),
276 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 3),
281 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 4),
286 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 5),
291 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 6),
296 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 7),
301 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 8),
306 SUNXI_PIN(SUNXI_PINCTRL_PIN(D, 9),
[all …]
Dpinctrl-sun8i-v3s.c161 SUNXI_PIN_VARIANT(SUNXI_PINCTRL_PIN(D, 0),
167 SUNXI_PIN_VARIANT(SUNXI_PINCTRL_PIN(D, 1),
173 SUNXI_PIN_VARIANT(SUNXI_PINCTRL_PIN(D, 2),
179 SUNXI_PIN_VARIANT(SUNXI_PINCTRL_PIN(D, 3),
185 SUNXI_PIN_VARIANT(SUNXI_PINCTRL_PIN(D, 4),
191 SUNXI_PIN_VARIANT(SUNXI_PINCTRL_PIN(D, 5),
197 SUNXI_PIN_VARIANT(SUNXI_PINCTRL_PIN(D, 6),
203 SUNXI_PIN_VARIANT(SUNXI_PINCTRL_PIN(D, 7),
209 SUNXI_PIN_VARIANT(SUNXI_PINCTRL_PIN(D, 8),
215 SUNXI_PIN_VARIANT(SUNXI_PINCTRL_PIN(D, 9),
[all …]
/Linux-v5.4/Documentation/
Dlzo.txt139 0 0 0 0 D D S S (0..15) : copy 2 bytes from <= 1kB distance
143 distance = (H << 2) + D + 1
149 0 0 0 0 D D S S (0..15) : copy 3 bytes from 2..3 kB distance
153 distance = (H << 2) + D + 2049
158 Always followed by exactly one LE16 : D D D D D D D D : D D D D D D S S
159 distance = 16384 + (H << 14) + D
164 zeros if distance = 0xbfff, i.e. H = 1 and the D bits are all 1.
171 Always followed by exactly one LE16 : D D D D D D D D : D D D D D D S S
172 distance = D + 1
175 0 1 L D D D S S (64..127)
[all …]
/Linux-v5.4/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_reg.h7650 u8 D[32]; in calc_crc8() local
7658 D[i] = (u8)(data & 1); in calc_crc8()
7668 NewCRC[0] = D[31] ^ D[30] ^ D[28] ^ D[23] ^ D[21] ^ D[19] ^ D[18] ^ in calc_crc8()
7669 D[16] ^ D[14] ^ D[12] ^ D[8] ^ D[7] ^ D[6] ^ D[0] ^ C[4] ^ in calc_crc8()
7671 NewCRC[1] = D[30] ^ D[29] ^ D[28] ^ D[24] ^ D[23] ^ D[22] ^ D[21] ^ in calc_crc8()
7672 D[20] ^ D[18] ^ D[17] ^ D[16] ^ D[15] ^ D[14] ^ D[13] ^ in calc_crc8()
7673 D[12] ^ D[9] ^ D[6] ^ D[1] ^ D[0] ^ C[0] ^ C[4] ^ C[5] ^ in calc_crc8()
7675 NewCRC[2] = D[29] ^ D[28] ^ D[25] ^ D[24] ^ D[22] ^ D[17] ^ D[15] ^ in calc_crc8()
7676 D[13] ^ D[12] ^ D[10] ^ D[8] ^ D[6] ^ D[2] ^ D[1] ^ D[0] ^ in calc_crc8()
7678 NewCRC[3] = D[30] ^ D[29] ^ D[26] ^ D[25] ^ D[23] ^ D[18] ^ D[16] ^ in calc_crc8()
[all …]
/Linux-v5.4/Documentation/arm/nwfpe/
Dnetwinder-fpe.rst13 <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.4/tools/testing/selftests/rcutorture/bin/
Dmkinitrd.sh10 D=tools/testing/selftests/rcutorture
13 [ -z "$D" ] && echo >&2 "No argument supplied" && exit 1
14 if [ ! -d "$D" ]; then
15 echo >&2 "$D does not exist: Malformed kernel source tree?"
18 if [ -s "$D/initrd/init" ]; then
19 echo "$D/initrd/init already exists, no need to create it"
58 echo Creating $D/initrd using dracut.
61 cd $D
67 echo Done creating $D/initrd using dracut
75 cd $D
/Linux-v5.4/Documentation/fb/
Dviafb.modes29 # D: 25.175 MHz, H: 31.469 kHz, V: 59.94 Hz
32 # D: 24.823 MHz, H: 39.780 kHz, V: 60.00 Hz
53 # D: 31.50 MHz, H: 37.500 kHz, V: 75.00 Hz
74 # D: 36.000 MHz, H: 43.269 kHz, V: 85.00 Hz
95 # D: 43.163 MHz, H: 50.900 kHz, V: 100.00 Hz
116 # D: 52.406 MHz, H: 61.800 kHz, V: 120.00 Hz
137 # D: 26.880 MHz, H: 30.000 kHz, V: 60.24 Hz
158 # D: 29.500 MHz, H: 29.738 kHz, V: 60.00 Hz
179 # D: 32.668 MHz, H: 35.820 kHz, V: 60.00 Hz
200 # D: 40.00 MHz, H: 37.879 kHz, V: 60.32 Hz
[all …]
/Linux-v5.4/Documentation/s390/
Dconfig3270.sh18 D=$ROOT/dev
41 echo rm -rf "$D/$SUBD/*" >> $SCR
46 echo mkdir -p $D/$SUBD >> $SCR
56 echo mknod $D/$TUB c $fsmaj 0 >> $SCR
57 echo chmod 666 $D/$TUB >> $SCR
61 echo mknod $D/$TUB$devno c $fsmaj $min >> $SCR
65 echo mknod $D/$TTY$devno c $maj $min >>$SCR
66 echo mknod $D/$TUB$devno c $fsmaj $min >> $SCR
/Linux-v5.4/drivers/staging/comedi/drivers/ni_routing/tools/
Dconvert_py_to_csv.py15 def iter_src_values(D): argument
16 return D.items()
18 def iter_src(D): argument
19 for dest in D:
22 def create_csv(name, D, src_iter): argument
24 fieldnames = [value_to_name[i] for i in sorted(D.keys())]
28 for dest, srcD in D.items():

12345678910>>...28