/Linux-v4.19/crypto/ |
D | fcrypt.c | 75 #undef Z 76 #define Z(x) cpu_to_be32(x << 3) macro 78 Z(0xea), Z(0x7f), Z(0xb2), Z(0x64), Z(0x9d), Z(0xb0), Z(0xd9), Z(0x11), 79 Z(0xcd), Z(0x86), Z(0x86), Z(0x91), Z(0x0a), Z(0xb2), Z(0x93), Z(0x06), 80 Z(0x0e), Z(0x06), Z(0xd2), Z(0x65), Z(0x73), Z(0xc5), Z(0x28), Z(0x60), 81 Z(0xf2), Z(0x20), Z(0xb5), Z(0x38), Z(0x7e), Z(0xda), Z(0x9f), Z(0xe3), 82 Z(0xd2), Z(0xcf), Z(0xc4), Z(0x3c), Z(0x61), Z(0xff), Z(0x4a), Z(0x4a), 83 Z(0x35), Z(0xac), Z(0xaa), Z(0x5f), Z(0x2b), Z(0xbb), Z(0xbc), Z(0x53), 84 Z(0x4e), Z(0x9d), Z(0x78), Z(0xa3), Z(0xdc), Z(0x09), Z(0x32), Z(0x10), 85 Z(0xc6), Z(0x6f), Z(0x66), Z(0xd6), Z(0xab), Z(0xa9), Z(0xaf), Z(0xfd), [all …]
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | pixfmt-z16.rst | 32 - Z\ :sub:`00low` 33 - Z\ :sub:`00high` 34 - Z\ :sub:`01low` 35 - Z\ :sub:`01high` 36 - Z\ :sub:`02low` 37 - Z\ :sub:`02high` 38 - Z\ :sub:`03low` 39 - Z\ :sub:`03high` 41 - Z\ :sub:`10low` 42 - Z\ :sub:`10high` [all …]
|
D | pixfmt-nv12mt.rst | 28 vertically are grouped together and are located in memory in Z or 29 flipped Z order. 40 V4L2_PIX_FMT_NV12MT macroblock Z shape memory layout 43 the Z shape cannot be cut in half horizontally. In case the vertical
|
/Linux-v4.19/arch/m68k/fpsp040/ |
D | satan.S | 350 |--WHICH IS X + X*Y*( [B1+Z*(B3+Z*B5)] + [Y*(B2+Z*(B4+Z*B6)] ) 351 |--WHERE Y = X*X, AND Z = Y*Y. 362 fmulx %fp1,%fp1 | ...FP1 IS Z = Y*Y 367 fmulx %fp1,%fp2 | ...Z*B6 368 fmulx %fp1,%fp3 | ...Z*B5 370 faddd ATANB4,%fp2 | ...B4+Z*B6 371 faddd ATANB3,%fp3 | ...B3+Z*B5 373 fmulx %fp1,%fp2 | ...Z*(B4+Z*B6) 374 fmulx %fp3,%fp1 | ...Z*(B3+Z*B5) 376 faddd ATANB2,%fp2 | ...B2+Z*(B4+Z*B6) [all …]
|
D | ssinh.S | 86 |--Y = |X|, Z = EXPM1(Y), SINH(X) = SIGN(X)*(1/2)*( Z + Z/(1+Z) ) 93 bsr setoxm1 | ...FP0 IS Z = EXPM1(Y) 98 fadds #0x3F800000,%fp1 | ...1+Z 100 fdivx %fp1,%fp0 | ...Z/(1+Z)
|
D | stanh.S | 95 |--Y = 2|X|, Z = EXPM1(Y), TANH(X) = SIGN(X) * Z / (Z+2). 108 bsr setoxm1 | ...FP0 IS Z = EXPM1(Y) 112 fadds #0x40000000,%fp1 | ...Z+2
|
D | satanh.S | 76 |--Y = |X|, Z = 2Y/(1-Y), ATANH(X) = SIGN(X) * (1/2) * LOG1P(Z). 92 bsr slognp1 | ...LOG1P(Z)
|
/Linux-v4.19/Documentation/arm/nwfpe/ |
D | README.FPE | 8 {P|M|Z} = {round to +infinity,round to -infinity,round to zero}, 45 FLT{cond}<S,D,E>{P,M,Z} Fn, Rd Convert integer to floating point 46 FIX{cond}{P,M,Z} Rd, Fn Convert floating point to integer 74 ADF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - add 75 SUF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - subtract 76 RSF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - reverse subtract 77 MUF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - multiply 78 DVF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - divide 79 RDV{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - reverse divide 83 FML{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - fast multiply [all …]
|
D | TODO | 4 POW{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - power 5 RPW{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - reverse power 6 POL{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - polar angle (arctan2) 8 LOG{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - logarithm to base 10 9 LGN{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - logarithm to base e 10 EXP{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - exponent 11 SIN{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - sine 12 COS{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - cosine 13 TAN{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - tangent 14 ASN{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - arcsine [all …]
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-ata | 68 The name of the directory is devX[.Y].Z where: 71 - Z the device id: for PATA, there is usually 2 devices [0,1], only 1 for SATA. 74 What: /sys/class/ata_device/devX[.Y].Z/spdn_cnt 75 What: /sys/class/ata_device/devX[.Y].Z/gscr 76 What: /sys/class/ata_device/devX[.Y].Z/ering 77 What: /sys/class/ata_device/devX[.Y].Z/id 78 What: /sys/class/ata_device/devX[.Y].Z/pio_mode 79 What: /sys/class/ata_device/devX[.Y].Z/xfer_mode 80 What: /sys/class/ata_device/devX[.Y].Z/dma_mode 81 What: /sys/class/ata_device/devX[.Y].Z/class [all …]
|
D | sysfs-bus-iio-light-lm3533-als | 50 out_currentY_currentZ_raw, where Z is the current zone. 58 Z (0..255), where Y in 0..2 and Z in 0..4.
|
/Linux-v4.19/arch/arc/include/asm/ |
D | entry-arcv2.h | 15 ; 2. STATUS32.Z flag set to U mode at time of interrupt (U:1, K:0) 33 ; Utilize the fact that Z bit is set if Intr taken in U mode 130 ; Set Z flag if this was from U mode (expected by INTERRUPT_PROLOGUE) 131 ; Although H/w exception micro-ops do set Z flag for U mode (just like 150 btst r0, STATUS_U_BIT ; Z flag set if K, used in INTERRUPT_EPILOGUE
|
/Linux-v4.19/drivers/net/ethernet/sfc/ |
D | nic.c | 191 #define REGISTER_AZ(name) REGISTER(name, F, A, Z) 193 #define REGISTER_BZ(name) REGISTER(name, F, B, Z) 194 #define REGISTER_CZ(name) REGISTER(name, F, C, Z) 195 #define REGISTER_DZ(name) REGISTER(name, E, D, Z) 326 #define REGISTER_TABLE_AZ(name) REGISTER_TABLE(name, F, A, Z) 328 #define REGISTER_TABLE_BZ(name) REGISTER_TABLE(name, F, B, Z) 333 REGISTER_TABLE_DIMENSIONS(name, FR_BZ_ ## name, F, C, Z, \ 336 #define REGISTER_TABLE_CZ(name) REGISTER_TABLE(name, F, C, Z) 337 #define REGISTER_TABLE_DZ(name) REGISTER_TABLE(name, E, D, Z) 357 F, B, Z, 8, 1024),
|
/Linux-v4.19/drivers/iio/imu/ |
D | adis16400_core.c | 619 ADIS16400_GYRO_CHAN(Z, ADIS16400_ZGYRO_OUT, 14), 622 ADIS16400_ACCEL_CHAN(Z, ADIS16400_ZACCL_OUT, 14), 625 ADIS16400_MAGN_CHAN(Z, ADIS16400_ZMAGN_OUT, 14), 634 ADIS16400_GYRO_CHAN(Z, ADIS16400_ZGYRO_OUT, 16), 637 ADIS16400_ACCEL_CHAN(Z, ADIS16400_ZACCL_OUT, 16), 645 ADIS16400_GYRO_CHAN(Z, ADIS16400_ZGYRO_OUT, 16), 648 ADIS16400_ACCEL_CHAN(Z, ADIS16400_ZACCL_OUT, 16), 651 ADIS16400_MAGN_CHAN(Z, ADIS16400_ZMAGN_OUT, 16), 674 ADIS16400_GYRO_CHAN(Z, ADIS16400_ZGYRO_OUT, 14), 677 ADIS16400_ACCEL_CHAN(Z, ADIS16400_ZACCL_OUT, 14), [all …]
|
/Linux-v4.19/drivers/media/dvb-frontends/ |
D | stv0367_priv.h | 40 #define INRANGE(X, Y, Z) \ argument 41 ((((X) <= (Y)) && ((Y) <= (Z))) || \ 42 (((Z) <= (Y)) && ((Y) <= (X))) ? 1 : 0)
|
D | stv0900_priv.h | 27 #define INRANGE(X, Y, Z) ((((X) <= (Y)) && ((Y) <= (Z))) \ argument 28 || (((Z) <= (Y)) && ((Y) <= (X))) ? 1 : 0)
|
/Linux-v4.19/drivers/iio/accel/ |
D | cros_ec_accel_legacy.c | 47 Z, enumerator 345 CROS_EC_ACCEL_LEGACY_CHAN(Z), 390 case Z: in cros_ec_accel_legacy_probe() 391 ec_accel_channels[Z].scan_index = Z; in cros_ec_accel_legacy_probe()
|
/Linux-v4.19/drivers/net/ethernet/sfc/falcon/ |
D | nic.c | 190 #define REGISTER_AZ(name) REGISTER(name, F, A, Z) 192 #define REGISTER_BZ(name) REGISTER(name, F, B, Z) 193 #define REGISTER_CZ(name) REGISTER(name, F, C, Z) 321 #define REGISTER_TABLE_AZ(name) REGISTER_TABLE(name, F, A, Z) 323 #define REGISTER_TABLE_BZ(name) REGISTER_TABLE(name, F, B, Z) 328 REGISTER_TABLE_DIMENSIONS(name, FR_BZ_ ## name, F, C, Z, \ 331 #define REGISTER_TABLE_CZ(name) REGISTER_TABLE(name, F, C, Z) 351 F, B, Z, 8, 1024),
|
/Linux-v4.19/Documentation/devicetree/bindings/sound/ |
D | ti,tas5086.txt | 24 If given, channel X will start with the Mid-Z start 25 sequence, otherwise the default Low-Z scheme is used. 29 power stages are compatible to Mid-Z - please refer
|
/Linux-v4.19/Documentation/input/devices/ |
D | cma3000_d0x.rst | 25 This mode is used to read the acceleration data on X,Y,Z 56 Noise on Z Axis 94 Event code 2 (Z)
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | stm32mp157-pinctrl.dtsi | 359 pinmux = <STM32_PINMUX('Z', 4, AF6)>, /* I2C4_SCL */ 360 <STM32_PINMUX('Z', 5, AF6)>; /* I2C4_SDA */ 369 pinmux = <STM32_PINMUX('Z', 0, AF5)>, /* SPI1_SCK */ 370 <STM32_PINMUX('Z', 2, AF5)>; /* SPI1_MOSI */ 377 pinmux = <STM32_PINMUX('Z', 1, AF5)>; /* SPI1_MISO */
|
/Linux-v4.19/Documentation/m68k/ |
D | README.buddha | 18 product number: 0 (42 for Catweasel Z-II) 22 The card should be a Z-II board, size 64K, not for freemem 37 $0-$7e Autokonfig-space, see Z-II docs. 58 $e00-$eff local expansion port, on Catweasel Z-II the 200 compatible with both the Buddha and the Catweasel Z-II, The 201 Buddha acts just like a Catweasel Z-II with no device
|
/Linux-v4.19/Documentation/serial/ |
D | README.cycladesZ | 2 The Cyclades-Z must have firmware loaded onto the card before it will
|
D | 00-INDEX | 4 - info on Cyclades-Z firmware loading.
|
/Linux-v4.19/tools/memory-model/Documentation/ |
D | explanation.txt | 263 It's not possible to have X ordered before Y, Y ordered before Z, and 264 Z ordered before X, because this would mean that X is ordered before 271 Z: P0 stores 1 to buf executes before 1386 of links begins with coe). Then there are events W, X, Y, and Z such 1389 E ->coe W ->cumul-fence* X ->rfe? Y ->strong-fence Z ->hb* F, 1396 know that W will propagate to every CPU and to RAM before Z executes. 1397 And because of the hb links, we know that Z will execute before F. 1528 "before": Among other things, X ->rcu-link Z includes cases where X 1530 before Z in the coherence order. When Y = Z this says that X ->rfe Z 1531 implies X ->rcu-link Z. In addition, when Y = X it says that X ->fr Z [all …]
|