| /Linux-v5.15/tools/memory-model/Documentation/ |
| D | cheatsheet.txt | 6 Relaxed store Y Y 7 Relaxed load Y Y Y Y 8 Relaxed RMW operation Y Y Y Y 9 rcu_dereference() Y Y Y Y 10 Successful *_acquire() R Y Y Y Y Y Y 11 Successful *_release() C Y Y Y W Y 12 smp_rmb() Y R Y Y R 13 smp_wmb() Y W Y Y W 14 smp_mb() & synchronize_rcu() CP Y Y Y Y Y Y Y Y 15 Successful full non-void RMW CP Y Y Y Y Y Y Y Y Y Y Y [all …]
|
| /Linux-v5.15/Documentation/userspace-api/media/v4l/ |
| D | yuv-formats.rst | 10 separates the brightness information (Y) from the color information (U 72 - Y 74 - Y 76 - Y 78 - Y 80 - Y 82 - Y 84 - Y 86 - Y 88 - Y [all …]
|
| D | pixfmt-yuv-planar.rst | 13 stores the Y components. The second plane is the chroma plane and stores the 16 - Fully planar formats use three planes to store the Y, Cb and Cr components 188 - Y'\ :sub:`00` 189 - Y'\ :sub:`01` 190 - Y'\ :sub:`02` 191 - Y'\ :sub:`03` 193 - Y'\ :sub:`10` 194 - Y'\ :sub:`11` 195 - Y'\ :sub:`12` 196 - Y'\ :sub:`13` [all …]
|
| D | pixfmt-y8i.rst | 32 - Y'\ :sub:`00left` 33 - Y'\ :sub:`00right` 34 - Y'\ :sub:`01left` 35 - Y'\ :sub:`01right` 36 - Y'\ :sub:`02left` 37 - Y'\ :sub:`02right` 38 - Y'\ :sub:`03left` 39 - Y'\ :sub:`03right` 41 - Y'\ :sub:`10left` 42 - Y'\ :sub:`10right` [all …]
|
| D | pixfmt-yuv-luma.rst | 9 This family of formats only store the luma component of a Y'CbCr image. They 17 - Y'\ :sub:`x`\ [9:2] denotes bits 9 to 2 of the Y' value for pixel at colum 45 - Y'\ :sub:`0`\ [7:0] 56 - Y'\ :sub:`0`\ [7:0] 57 - `000000` Y'\ :sub:`0`\ [9:8] 67 - Y'\ :sub:`0`\ [9:2] 68 - Y'\ :sub:`0`\ [1:0] Y'\ :sub:`1`\ [9:4] 69 - Y'\ :sub:`1`\ [3:0] Y'\ :sub:`2`\ [9:6] 70 - Y'\ :sub:`2`\ [5:0] Y'\ :sub:`3`\ [9:8] 71 - Y'\ :sub:`3`\ [7:0] [all …]
|
| D | pixfmt-m420.rst | 23 Cb\ :sub:`0`/Cr\ :sub:`0` belongs to Y'\ :sub:`00`, Y'\ :sub:`01`, 24 Y'\ :sub:`10`, Y'\ :sub:`11`. 26 All line lengths are identical: if the Y lines include pad bytes so do 38 - Y'\ :sub:`00` 39 - Y'\ :sub:`01` 40 - Y'\ :sub:`02` 41 - Y'\ :sub:`03` 43 - Y'\ :sub:`10` 44 - Y'\ :sub:`11` 45 - Y'\ :sub:`12` [all …]
|
| D | pixfmt-packed-yuv.rst | 9 Similarly to the packed RGB formats, the packed YUV formats store the Y, Cb and 16 - 'Y', 'Cb' and 'Cr' denote bits of the luma, blue chroma (also known as 26 full triplet of Y, Cb and Cr values. 29 component. They are named based on the order of the Y, Cb and Cr components as 32 format stores a pixel in a 16-bit word [15:0] laid out at as [Y'\ :sub:`4-0` 34 [Cb\ :sub:`2-0` Cr\ :sub:`4-0`] followed by [Y'\ :sub:`4-0` Cb\ :sub:`5-3`]. 93 - Y'\ :sub:`3` 94 - Y'\ :sub:`2` 95 - Y'\ :sub:`1` 96 - Y'\ :sub:`0` [all …]
|
| /Linux-v5.15/arch/sh/include/asm/ |
| D | sfp-machine.h | 21 #define _FP_MUL_MEAT_S(R,X,Y) \ argument 22 _FP_MUL_MEAT_1_wide(_FP_WFRACBITS_S,R,X,Y,umul_ppmm) 23 #define _FP_MUL_MEAT_D(R,X,Y) \ argument 24 _FP_MUL_MEAT_2_wide(_FP_WFRACBITS_D,R,X,Y,umul_ppmm) 25 #define _FP_MUL_MEAT_Q(R,X,Y) \ argument 26 _FP_MUL_MEAT_4_wide(_FP_WFRACBITS_Q,R,X,Y,umul_ppmm) 28 #define _FP_DIV_MEAT_S(R,X,Y) _FP_DIV_MEAT_1_udiv(S,R,X,Y) argument 29 #define _FP_DIV_MEAT_D(R,X,Y) _FP_DIV_MEAT_2_udiv(D,R,X,Y) argument 30 #define _FP_DIV_MEAT_Q(R,X,Y) _FP_DIV_MEAT_4_udiv(Q,R,X,Y) argument 45 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument [all …]
|
| /Linux-v5.15/arch/sparc/include/asm/ |
| D | sfp-machine_64.h | 32 #define _FP_MUL_MEAT_S(R,X,Y) \ argument 33 _FP_MUL_MEAT_1_imm(_FP_WFRACBITS_S,R,X,Y) 34 #define _FP_MUL_MEAT_D(R,X,Y) \ argument 35 _FP_MUL_MEAT_1_wide(_FP_WFRACBITS_D,R,X,Y,umul_ppmm) 36 #define _FP_MUL_MEAT_Q(R,X,Y) \ argument 37 _FP_MUL_MEAT_2_wide(_FP_WFRACBITS_Q,R,X,Y,umul_ppmm) 39 #define _FP_DIV_MEAT_S(R,X,Y) _FP_DIV_MEAT_1_imm(S,R,X,Y,_FP_DIV_HELP_imm) argument 40 #define _FP_DIV_MEAT_D(R,X,Y) _FP_DIV_MEAT_1_udiv_norm(D,R,X,Y) argument 41 #define _FP_DIV_MEAT_Q(R,X,Y) _FP_DIV_MEAT_2_udiv(Q,R,X,Y) argument 59 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument [all …]
|
| D | sfp-machine_32.h | 34 #define _FP_MUL_MEAT_S(R,X,Y) \ argument 35 _FP_MUL_MEAT_1_wide(_FP_WFRACBITS_S,R,X,Y,umul_ppmm) 36 #define _FP_MUL_MEAT_D(R,X,Y) \ argument 37 _FP_MUL_MEAT_2_wide(_FP_WFRACBITS_D,R,X,Y,umul_ppmm) 38 #define _FP_MUL_MEAT_Q(R,X,Y) \ argument 39 _FP_MUL_MEAT_4_wide(_FP_WFRACBITS_Q,R,X,Y,umul_ppmm) 41 #define _FP_DIV_MEAT_S(R,X,Y) _FP_DIV_MEAT_1_udiv(S,R,X,Y) argument 42 #define _FP_DIV_MEAT_D(R,X,Y) _FP_DIV_MEAT_2_udiv(D,R,X,Y) argument 43 #define _FP_DIV_MEAT_Q(R,X,Y) _FP_DIV_MEAT_4_udiv(Q,R,X,Y) argument 61 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument [all …]
|
| /Linux-v5.15/drivers/media/dvb-frontends/ |
| D | stv0367_priv.h | 28 #define MAX(X, Y) ((X) >= (Y) ? (X) : (Y)) argument 29 #define MIN(X, Y) ((X) <= (Y) ? (X) : (Y)) argument 30 #define INRANGE(X, Y, Z) \ argument 31 ((((X) <= (Y)) && ((Y) <= (Z))) || \ 32 (((Z) <= (Y)) && ((Y) <= (X))) ? 1 : 0) 35 #define MAKEWORD(X, Y) (((X) << 8) + (Y)) argument 39 #define MSB(Y) (((Y) >> 8) & 0xff) argument 40 #define MMSB(Y)(((Y) >> 16) & 0xff) argument
|
| /Linux-v5.15/arch/m68k/fpsp040/ |
| D | srem_mod.S | 5 | input values X and Y. The entry point sREM computes the floating 6 | point (IEEE) REM of the input values X and Y. 10 | Double-extended value Y is pointed to by address in register 12 | of X and Y are both nonzero and finite; although either or both 18 | FREM(X,Y) or FMOD(X,Y), depending on entry point. 23 | Step 1. Save and strip signs of X and Y: signX := sign(X), 24 | signY := sign(Y), X := |X|, Y := |Y|, 28 | Step 2. Set L := expo(X)-expo(Y), k := 0, Q := 0. 35 | Step 3. Perform MOD(X,Y) 36 | 3.1 If R = Y, go to Step 9. [all …]
|
| /Linux-v5.15/arch/alpha/include/asm/ |
| D | sfp-machine.h | 32 #define _FP_MUL_MEAT_S(R,X,Y) \ argument 33 _FP_MUL_MEAT_1_imm(_FP_WFRACBITS_S,R,X,Y) 34 #define _FP_MUL_MEAT_D(R,X,Y) \ argument 35 _FP_MUL_MEAT_1_wide(_FP_WFRACBITS_D,R,X,Y,umul_ppmm) 36 #define _FP_MUL_MEAT_Q(R,X,Y) \ argument 37 _FP_MUL_MEAT_2_wide(_FP_WFRACBITS_Q,R,X,Y,umul_ppmm) 39 #define _FP_DIV_MEAT_S(R,X,Y) _FP_DIV_MEAT_1_imm(S,R,X,Y,_FP_DIV_HELP_imm) argument 40 #define _FP_DIV_MEAT_D(R,X,Y) _FP_DIV_MEAT_1_udiv(D,R,X,Y) argument 41 #define _FP_DIV_MEAT_Q(R,X,Y) _FP_DIV_MEAT_2_udiv(Q,R,X,Y) argument 55 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument [all …]
|
| /Linux-v5.15/drivers/pinctrl/tegra/ |
| D | pinctrl-tegra210.c | 1355 …PINGROUP(sdmmc1_clk_pm0, SDMMC1, RSVD1, RSVD2, RSVD3, 0x3000, Y, Y, N, -1… 1356 …PINGROUP(sdmmc1_cmd_pm1, SDMMC1, SPI3, RSVD2, RSVD3, 0x3004, Y, Y, N, -1… 1357 …PINGROUP(sdmmc1_dat3_pm2, SDMMC1, SPI3, RSVD2, RSVD3, 0x3008, Y, Y, N, -1… 1358 …PINGROUP(sdmmc1_dat2_pm3, SDMMC1, SPI3, RSVD2, RSVD3, 0x300c, Y, Y, N, -1… 1359 …PINGROUP(sdmmc1_dat1_pm4, SDMMC1, SPI3, RSVD2, RSVD3, 0x3010, Y, Y, N, -1… 1360 …PINGROUP(sdmmc1_dat0_pm5, SDMMC1, RSVD1, RSVD2, RSVD3, 0x3014, Y, Y, N, -1… 1361 …PINGROUP(sdmmc3_clk_pp0, SDMMC3, RSVD1, RSVD2, RSVD3, 0x301c, Y, Y, N, -1… 1362 …PINGROUP(sdmmc3_cmd_pp1, SDMMC3, RSVD1, RSVD2, RSVD3, 0x3020, Y, Y, N, -1… 1363 …PINGROUP(sdmmc3_dat0_pp5, SDMMC3, RSVD1, RSVD2, RSVD3, 0x3024, Y, Y, N, -1… 1364 …PINGROUP(sdmmc3_dat1_pp4, SDMMC3, RSVD1, RSVD2, RSVD3, 0x3028, Y, Y, N, -1… [all …]
|
| /Linux-v5.15/include/math-emu/ |
| D | op-2.h | 88 #define _FP_FRAC_ADD_2(R,X,Y) \ argument 89 __FP_FRAC_ADD_2(R##_f1, R##_f0, X##_f1, X##_f0, Y##_f1, Y##_f0) 91 #define _FP_FRAC_SUB_2(R,X,Y) \ argument 92 __FP_FRAC_SUB_2(R##_f1, R##_f0, X##_f1, X##_f0, Y##_f1, Y##_f0) 94 #define _FP_FRAC_DEC_2(X,Y) \ argument 95 __FP_FRAC_DEC_2(X##_f1, X##_f0, Y##_f1, Y##_f0) 113 #define _FP_FRAC_EQ_2(X, Y) (X##_f1 == Y##_f1 && X##_f0 == Y##_f0) argument 114 #define _FP_FRAC_GT_2(X, Y) \ argument 115 (X##_f1 > Y##_f1 || (X##_f1 == Y##_f1 && X##_f0 > Y##_f0)) 116 #define _FP_FRAC_GE_2(X, Y) \ argument [all …]
|
| D | op-1.h | 52 #define _FP_FRAC_ADD_1(R,X,Y) (R##_f = X##_f + Y##_f) argument 53 #define _FP_FRAC_SUB_1(R,X,Y) (R##_f = X##_f - Y##_f) argument 54 #define _FP_FRAC_DEC_1(X,Y) (X##_f -= Y##_f) argument 62 #define _FP_FRAC_EQ_1(X, Y) (X##_f == Y##_f) argument 63 #define _FP_FRAC_GE_1(X, Y) (X##_f >= Y##_f) argument 64 #define _FP_FRAC_GT_1(X, Y) (X##_f > Y##_f) argument 127 #define _FP_MUL_MEAT_1_imm(wfracbits, R, X, Y) \ argument 129 R##_f = X##_f * Y##_f; \ 138 #define _FP_MUL_MEAT_1_wide(wfracbits, R, X, Y, doit) \ argument 141 doit(_Z_f1, _Z_f0, X##_f, Y##_f); \ [all …]
|
| D | op-common.h | 229 #define _FP_ADD_INTERNAL(fs, wc, R, X, Y, OP) \ argument 231 switch (_FP_CLS_COMBINE(X##_c, Y##_c)) \ 236 _FP_I_TYPE diff = X##_e - Y##_e; \ 245 R##_e = Y##_e; \ 252 _FP_FRAC_SRS_##wc(Y, diff, _FP_WFRACBITS_##fs); \ 253 else if (!_FP_FRAC_ZEROP_##wc(Y)) \ 254 _FP_FRAC_SET_##wc(Y, _FP_MINFRAC_##wc); \ 261 if (X##_s == Y##_s) \ 264 _FP_FRAC_ADD_##wc(R, X, Y); \ 274 _FP_FRAC_SUB_##wc(R, X, Y); \ [all …]
|
| D | op-4.h | 111 #define _FP_FRAC_ADD_4(R,X,Y) \ argument 114 Y##_f[3], Y##_f[2], Y##_f[1], Y##_f[0]) 116 #define _FP_FRAC_SUB_4(R,X,Y) \ argument 119 Y##_f[3], Y##_f[2], Y##_f[1], Y##_f[0]) 121 #define _FP_FRAC_DEC_4(X,Y) \ argument 123 Y##_f[3], Y##_f[2], Y##_f[1], Y##_f[0]) 137 #define _FP_FRAC_EQ_4(X,Y) \ argument 138 (X##_f[0] == Y##_f[0] && X##_f[1] == Y##_f[1] \ 139 && X##_f[2] == Y##_f[2] && X##_f[3] == Y##_f[3]) 141 #define _FP_FRAC_GT_4(X,Y) \ argument [all …]
|
| D | double.h | 110 #define FP_ADD_D(R,X,Y) _FP_ADD(D,2,R,X,Y) argument 111 #define FP_SUB_D(R,X,Y) _FP_SUB(D,2,R,X,Y) argument 112 #define FP_MUL_D(R,X,Y) _FP_MUL(D,2,R,X,Y) argument 113 #define FP_DIV_D(R,X,Y) _FP_DIV(D,2,R,X,Y) argument 117 #define FP_CMP_D(r,X,Y,un) _FP_CMP(D,2,r,X,Y,un) argument 118 #define FP_CMP_EQ_D(r,X,Y) _FP_CMP_EQ(D,2,r,X,Y) argument 182 #define FP_ADD_D(R,X,Y) _FP_ADD(D,1,R,X,Y) argument 183 #define FP_SUB_D(R,X,Y) _FP_SUB(D,1,R,X,Y) argument 184 #define FP_MUL_D(R,X,Y) _FP_MUL(D,1,R,X,Y) argument 185 #define FP_DIV_D(R,X,Y) _FP_DIV(D,1,R,X,Y) argument [all …]
|
| D | quad.h | 116 #define FP_ADD_Q(R,X,Y) _FP_ADD(Q,4,R,X,Y) argument 117 #define FP_SUB_Q(R,X,Y) _FP_SUB(Q,4,R,X,Y) argument 118 #define FP_MUL_Q(R,X,Y) _FP_MUL(Q,4,R,X,Y) argument 119 #define FP_DIV_Q(R,X,Y) _FP_DIV(Q,4,R,X,Y) argument 123 #define FP_CMP_Q(r,X,Y,un) _FP_CMP(Q,4,r,X,Y,un) argument 124 #define FP_CMP_EQ_Q(r,X,Y) _FP_CMP_EQ(Q,4,r,X,Y) argument 189 #define FP_ADD_Q(R,X,Y) _FP_ADD(Q,2,R,X,Y) argument 190 #define FP_SUB_Q(R,X,Y) _FP_SUB(Q,2,R,X,Y) argument 191 #define FP_MUL_Q(R,X,Y) _FP_MUL(Q,2,R,X,Y) argument 192 #define FP_DIV_Q(R,X,Y) _FP_DIV(Q,2,R,X,Y) argument [all …]
|
| D | single.h | 99 #define FP_ADD_S(R,X,Y) _FP_ADD(S,1,R,X,Y) argument 100 #define FP_SUB_S(R,X,Y) _FP_SUB(S,1,R,X,Y) argument 101 #define FP_MUL_S(R,X,Y) _FP_MUL(S,1,R,X,Y) argument 102 #define FP_DIV_S(R,X,Y) _FP_DIV(S,1,R,X,Y) argument 106 #define FP_CMP_S(r,X,Y,un) _FP_CMP(S,1,r,X,Y,un) argument 107 #define FP_CMP_EQ_S(r,X,Y) _FP_CMP_EQ(S,1,r,X,Y) argument
|
| /Linux-v5.15/arch/nds32/include/asm/ |
| D | sfp-machine.h | 15 #define _FP_MUL_MEAT_S(R, X, Y) \ argument 16 _FP_MUL_MEAT_1_wide(_FP_WFRACBITS_S, R, X, Y, umul_ppmm) 17 #define _FP_MUL_MEAT_D(R, X, Y) \ argument 18 _FP_MUL_MEAT_2_wide(_FP_WFRACBITS_D, R, X, Y, umul_ppmm) 19 #define _FP_MUL_MEAT_Q(R, X, Y) \ argument 20 _FP_MUL_MEAT_4_wide(_FP_WFRACBITS_Q, R, X, Y, umul_ppmm) 22 #define _FP_MUL_MEAT_DW_S(R, X, Y) \ argument 23 _FP_MUL_MEAT_DW_1_wide(_FP_WFRACBITS_S, R, X, Y, umul_ppmm) 24 #define _FP_MUL_MEAT_DW_D(R, X, Y) \ argument 25 _FP_MUL_MEAT_DW_2_wide(_FP_WFRACBITS_D, R, X, Y, umul_ppmm) [all …]
|
| /Linux-v5.15/drivers/pinctrl/freescale/ |
| D | Kconfig | 25 Say Y here to enable the imx1 pinctrl driver 32 Say Y here to enable the imx27 pinctrl driver 41 Say Y here to enable the imx25 pinctrl driver 48 Say Y here to enable the imx35 pinctrl driver 55 Say Y here to enable the imx50 pinctrl driver 62 Say Y here to enable the imx51 pinctrl driver 69 Say Y here to enable the imx53 pinctrl driver 76 Say Y here to enable the imx6q/dl pinctrl driver 83 Say Y here to enable the imx6sl pinctrl driver 90 Say Y here to enable the imx6sll pinctrl driver [all …]
|
| /Linux-v5.15/scripts/kconfig/tests/preprocess/variable/ |
| D | Kconfig | 19 Y := 3 20 SIMPLE += $(Y) 21 Y := 4 25 Y := 3 26 RECURSIVE += $(Y) 27 Y := 4 32 Y := 3 33 UNDEFINED_VARIABLE += $(Y) 34 Y := 4 39 Y := B [all …]
|
| /Linux-v5.15/arch/arm/mach-orion5x/ |
| D | Kconfig | 26 Say 'Y' here if you want your kernel to support the 33 Say 'Y' here if you want your kernel to support the 40 Say 'Y' here if you want your kernel to support the 48 Say 'Y' here if you want your kernel to support the Marvell 55 Say 'Y' here if you want your kernel to support the 62 Say 'Y' here if you want your kernel to support the 68 Say 'Y' here if you want your kernel to support the 74 Say 'Y' here if you want your kernel to support the 81 Say 'Y' here if you want your kernel to support the 89 Say 'Y' here if you want your kernel to support the [all …]
|