Home
last modified time | relevance | path

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

123

/linux-4.19.296/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 …]
Dop-4.h29 #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])
615 #define _FP_FRAC_CONV_1_4(dfs, sfs, D, S) \ argument
622 D##_f = S##_f[0]; \
625 #define _FP_FRAC_CONV_2_4(dfs, sfs, D, S) \ argument
632 D##_f0 = S##_f[0]; \
633 D##_f1 = S##_f[1]; \
677 #define _FP_FRAC_CONV_4_1(dfs, sfs, D, S) \ argument
679 D##_f[0] = S##_f; \
[all …]
Dop-1.h29 #define _FP_FRAC_COPY_1(D,S) (D##_f = S##_f) argument
288 #define _FP_FRAC_CONV_1_1(dfs, sfs, D, S) \ argument
290 D##_f = S##_f; \
294 _FP_FRAC_SRS_1(D, (_FP_WFRACBITS_##sfs-_FP_WFRACBITS_##dfs), \
297 _FP_FRAC_SRL_1(D, (_FP_WFRACBITS_##sfs-_FP_WFRACBITS_##dfs)); \
300 D##_f <<= _FP_WFRACBITS_##dfs - _FP_WFRACBITS_##sfs; \
Dop-2.h29 #define _FP_FRAC_COPY_2(D,S) (D##_f0 = S##_f0, D##_f1 = S##_f1) argument
596 #define _FP_FRAC_CONV_1_2(dfs, sfs, D, S) \ argument
603 D##_f = S##_f0; \
606 #define _FP_FRAC_CONV_2_1(dfs, sfs, D, S) \ argument
608 D##_f0 = S##_f; \
609 D##_f1 = 0; \
610 _FP_FRAC_SLL_2(D, (_FP_WFRACBITS_##dfs - _FP_WFRACBITS_##sfs)); \
Dop-common.h820 #define FP_CONV(dfs,sfs,dwc,swc,D,S) \ argument
822 _FP_FRAC_CONV_##dwc##_##swc(dfs, sfs, D, S); \
823 D##_e = S##_e; \
824 D##_c = S##_c; \
825 D##_s = S##_s; \
/linux-4.19.296/lib/
Dsha1.c56 #define SHA_ROUND(t, input, fn, constant, A, B, C, D, E) do { \ argument
60 TEMP = E; E = D; D = C; C = B; B = A; A = TEMP; } while (0)
62 #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
63 #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
64 #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
65 #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
66 #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
86 __u32 A, B, C, D, E; in sha_transform() local
92 D = digest[3]; in sha_transform()
97 T_0_15(i, A, B, C, D, E); in sha_transform()
[all …]
Dlocking-selftest.c569 LOCK_UNLOCK_2(C, D); \
570 LOCK_UNLOCK_2(D, A); /* fail */
601 LOCK_UNLOCK_2(C, D); \
602 LOCK_UNLOCK_2(B, D); \
603 LOCK_UNLOCK_2(D, A); /* fail */
634 LOCK_UNLOCK_2(C, D); \
636 LOCK_UNLOCK_2(D, A); /* fail */
1116 I1(A); I1(B); I1(C); I1(D);
1120 I2(A); I2(B); I2(C); I2(D);
/linux-4.19.296/drivers/isdn/mISDN/
Dstack.c392 dev->D.st = newst; in create_stack()
402 newst->layer1 = &dev->D; in create_stack()
403 dev->D.recv = l1_receive; in create_stack()
404 dev->D.peer = &newst->own; in create_stack()
446 ch->peer = &dev->D.st->own; in connect_layer1()
447 ch->st = dev->D.st; in connect_layer1()
450 err = dev->D.ctrl(&dev->D, OPEN_CHANNEL, &rq); in connect_layer1()
455 write_lock_bh(&dev->D.st->l1sock.lock); in connect_layer1()
456 sk_add_node(&msk->sk, &dev->D.st->l1sock.head); in connect_layer1()
457 write_unlock_bh(&dev->D.st->l1sock.lock); in connect_layer1()
[all …]
Dl1oip_core.c604 _queue_data(&dch->dev.D, PH_ACTIVATE_IND, MISDN_ID_ANY, 0, in l1oip_socket_parse()
788 _queue_data(&dch->dev.D, PH_DEACTIVATE_IND, MISDN_ID_ANY, 0, in l1oip_socket_close()
863 _queue_data(&dch->dev.D, PH_DEACTIVATE_IND, MISDN_ID_ANY, 0, in l1oip_timeout()
883 struct mISDNdevice *dev = container_of(ch, struct mISDNdevice, D); in handle_dmsg()
1000 if ((dch->dev.D.protocol != ISDN_P_NONE) && in open_dchannel()
1001 (dch->dev.D.protocol != rq->protocol)) { in open_dchannel()
1004 __func__, dch->dev.D.protocol, rq->protocol); in open_dchannel()
1006 if (dch->dev.D.protocol != rq->protocol) in open_dchannel()
1007 dch->dev.D.protocol = rq->protocol; in open_dchannel()
1010 _queue_data(&dch->dev.D, PH_ACTIVATE_IND, MISDN_ID_ANY, in open_dchannel()
[all …]
Dhwchannel.c31 if (likely(dch->dev.D.peer)) { in dchannel_bh()
32 err = dch->dev.D.recv(dch->dev.D.peer, skb); in dchannel_bh()
Dsocket.c316 err = _pms(sk)->dev->D.ctrl(&_pms(sk)->dev->D, in data_sock_ioctl_bound()
393 di.protocol = dev->D.protocol; in data_sock_ioctl()
676 di.protocol = dev->D.protocol; in base_sock_ioctl()
/linux-4.19.296/drivers/isdn/hisax/
DKconfig21 comment "D-channel protocol features"
26 Say Y or N according to the D-channel protocol which your local
67 Say Y or N according to the D-channel protocol which your local
97 using the different cards, a different D-channel protocol, or
107 using the different cards, a different D-channel protocol, or
131 using the different cards, a different D-channel protocol, or
154 using the different cards, a different D-channel protocol, or
164 using the different cards, a different D-channel protocol, or
174 using the different cards, a different D-channel protocol, or
185 using the different cards, a different D-channel protocol, or
[all …]
/linux-4.19.296/crypto/
Dtgr192.c611 u8 D[64]; in tgr160_final() local
613 tgr192_final(desc, D); in tgr160_final()
614 memcpy(out, D, TGR160_DIGEST_SIZE); in tgr160_final()
615 memzero_explicit(D, TGR192_DIGEST_SIZE); in tgr160_final()
622 u8 D[64]; in tgr128_final() local
624 tgr192_final(desc, D); in tgr128_final()
625 memcpy(out, D, TGR128_DIGEST_SIZE); in tgr128_final()
626 memzero_explicit(D, TGR192_DIGEST_SIZE); in tgr128_final()
Dkhazad.c35 u64 D[KHAZAD_ROUNDS + 1]; member
784 ctx->D[0] = ctx->E[KHAZAD_ROUNDS]; in khazad_setkey()
787 ctx->D[r] = T0[(int)S[(int)(K1 >> 56) ] & 0xff] ^ in khazad_setkey()
796 ctx->D[KHAZAD_ROUNDS] = ctx->E[0]; in khazad_setkey()
846 khazad_crypt(ctx->D, dst, src); in khazad_decrypt()
Dwp512.c1102 u8 D[64]; in wp384_final() local
1104 wp512_final(desc, D); in wp384_final()
1105 memcpy(out, D, WP384_DIGEST_SIZE); in wp384_final()
1106 memzero_explicit(D, WP512_DIGEST_SIZE); in wp384_final()
1113 u8 D[64]; in wp256_final() local
1115 wp512_final(desc, D); in wp256_final()
1116 memcpy(out, D, WP256_DIGEST_SIZE); in wp256_final()
1117 memzero_explicit(D, WP512_DIGEST_SIZE); in wp256_final()
Danubis.c49 u32 D[ANUBIS_MAX_ROUNDS + 1][4]; member
557 ctx->D[0][i] = ctx->E[R][i]; in anubis_setkey()
558 ctx->D[R][i] = ctx->E[0][i]; in anubis_setkey()
563 ctx->D[r][i] = in anubis_setkey()
671 anubis_crypt(ctx->D, dst, src, ctx->R); in anubis_decrypt()
Dcast6_generic.c34 #define F1(D, r, m) ((I = ((m) + (D))), (I = rol32(I, (r))), \ argument
36 #define F2(D, r, m) ((I = ((m) ^ (D))), (I = rol32(I, (r))), \ argument
38 #define F3(D, r, m) ((I = ((m) - (D))), (I = rol32(I, (r))), \ argument
Dcast5_generic.c302 #define F1(D, m, r) ((I = ((m) + (D))), (I = rol32(I, (r))), \ argument
304 #define F2(D, m, r) ((I = ((m) ^ (D))), (I = rol32(I, (r))), \ argument
306 #define F3(D, m, r) ((I = ((m) - (D))), (I = rol32(I, (r))), \ argument
/linux-4.19.296/drivers/iio/orientation/
DKconfig14 tristate "HID Inclinometer 3D"
17 Inclinometer 3D.
/linux-4.19.296/drivers/memory/tegra/
Dtegra20.c188 TEGRA20_MC_RESET(2D, 0x100, 0x150, 0x104, 4),
195 TEGRA20_MC_RESET(3D, 0x100, 0x16c, 0x104, 11),
/linux-4.19.296/drivers/isdn/hardware/mISDN/
Dhfcmulti.c1685 if (dch->dev.D.protocol == ISDN_P_NT_S0) in hfcmulti_leds()
1749 if (dch->dev.D.protocol == ISDN_P_NT_S0) in hfcmulti_leds()
1796 if (dch->dev.D.protocol == ISDN_P_NT_S0) in hfcmulti_leds()
2606 dch->dev.D.protocol == ISDN_P_TE_S0) { in ph_state_irq()
2615 if (dch->dev.D.protocol == ISDN_P_NT_S0) in ph_state_irq()
3320 _queue_data(&dch->dev.D, cmd, MISDN_ID_ANY, 0, NULL, in hfcm_l1callback()
3325 _queue_data(&dch->dev.D, cmd, MISDN_ID_ANY, 0, NULL, in hfcm_l1callback()
3344 struct mISDNdevice *dev = container_of(ch, struct mISDNdevice, D); in handle_dmsg()
3371 if (dch->dev.D.protocol != ISDN_P_TE_S0) { in handle_dmsg()
3405 if (dch->dev.D.protocol != ISDN_P_TE_S0) { in handle_dmsg()
[all …]
Dhfcsusb.c275 _queue_data(&dch->dev.D, MPH_INFORMATION_IND, MISDN_ID_ANY, in hfcsusb_ph_info()
287 struct mISDNdevice *dev = container_of(ch, struct mISDNdevice, D); in hfcusb_l2l1D()
318 _queue_data(&dch->dev.D, in hfcusb_l2l1D()
409 _queue_data(&dch->dev.D, cmd, MISDN_ID_ANY, 0, NULL, in hfc_l1callback()
414 _queue_data(&dch->dev.D, cmd, MISDN_ID_ANY, 0, NULL, in hfc_l1callback()
449 _queue_data(&hw->ech.dev.D, PH_ACTIVATE_IND, in open_dchannel()
536 struct mISDNdevice *dev = container_of(ch, struct mISDNdevice, D); in hfc_dctrl()
668 _queue_data(&dch->dev.D, PH_ACTIVATE_IND, in ph_state_nt()
792 _queue_data(&hw->dch.dev.D, PH_ACTIVATE_IND, in hfcsusb_ph_command()
1866 hw->dch.dev.D.send = hfcusb_l2l1D; in setup_instance()
[all …]
/linux-4.19.296/drivers/iio/gyro/
DKconfig82 tristate "HID Gyroscope 3D"
85 Gyroscope 3D.
/linux-4.19.296/drivers/s390/char/
Ddefkeymap.map73 keycode 68 = agrave D
168 string F4 = "\033[[D"
/linux-4.19.296/drivers/iio/magnetometer/
DKconfig100 tristate "HID Magenetometer 3D"
103 Magnetometer 3D.

123