Home
last modified time | relevance | path

Searched refs:R (Results 1 – 25 of 585) sorted by relevance

12345678910>>...24

/linux/arch/powerpc/crypto/
H A Daes-tab-4k.S25 #define R(a, b, c, d) \ macro
33 .long R(c6, 63, 63, a5), R(f8, 7c, 7c, 84)
34 .long R(ee, 77, 77, 99), R(f6, 7b, 7b, 8d)
35 .long R(ff, f2, f2, 0d), R(d6, 6b, 6b, bd)
36 .long R(de, 6f, 6f, b1), R(91, c5, c5, 54)
37 .long R(60, 30, 30, 50), R(02, 01, 01, 03)
38 .long R(ce, 67, 67, a9), R(56, 2b, 2b, 7d)
39 .long R(e7, fe, fe, 19), R(b5, d7, d7, 62)
40 .long R(4d, ab, ab, e6), R(ec, 76, 76, 9a)
41 .long R(8f, ca, ca, 45), R(1f, 82, 82, 9d)
[all …]
/linux/drivers/pinctrl/
H A Dpinctrl-lpc18xx.c240 LPC_P(0,0, GPIO, SSP1, ENET, SGPIO, R, R, I2S0_TX_WS,I2S1, 0, ND);
241 LPC_P(0,1, GPIO, SSP1,ENET_ALT,SGPIO, R, R, ENET, I2S1, 0, ND);
242 LPC_P(1,0, GPIO, CTIN, EMC, R, R, SSP0, SGPIO, R, 0, ND);
243 LPC_P(1,1, GPIO, CTOUT, EMC, SGPIO, R, SSP0, R, R, 0, ND);
244 LPC_P(1,2, GPIO, CTOUT, EMC, SGPIO, R, SSP0, R, R, 0, ND);
245 LPC_P(1,3, GPIO, CTOUT, SGPIO, EMC, USB0, SSP1, R, SDMMC, 0, ND);
246 LPC_P(1,4, GPIO, CTOUT, SGPIO, EMC, USB0, SSP1, R, SDMMC, 0, ND);
247 LPC_P(1,5, GPIO, CTOUT, R, EMC, USB0, SSP1, SGPIO, SDMMC, 0, ND);
248 LPC_P(1,6, GPIO, CTIN, R, EMC, R, R, SGPIO, SDMMC, 0, ND);
249 LPC_P(1,7, GPIO, UART1, CTOUT, EMC, USB0, R, R, R, 0, ND);
[all …]
/linux/net/mac80211/
H A Ddrop.h14 #define MAC80211_DROP_REASONS_UNUSABLE(R) \ argument
16 R(RX_DROP_U_MIC_FAIL) \
17 R(RX_DROP_U_REPLAY) \
18 R(RX_DROP_U_BAD_MMIE) \
19 R(RX_DROP_U_DUP) \
20 R(RX_DROP_U_SPURIOUS) \
21 R(RX_DROP_U_DECRYPT_FAIL) \
22 R(RX_DROP_U_NO_KEY_ID) \
23 R(RX_DROP_U_BAD_CIPHER) \
24 R(RX_DROP_U_OOM) \
[all …]
/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-tch-tu16.rst33 - R'\ :sub:`00low`
34 - R'\ :sub:`00high`
35 - R'\ :sub:`01low`
36 - R'\ :sub:`01high`
37 - R'\ :sub:`02low`
38 - R'\ :sub:`02high`
39 - R'\ :sub:`03low`
40 - R'\ :sub:`03high`
42 - R'\ :sub:`10low`
43 - R'\ :sub:`10high`
[all …]
H A Dpixfmt-tch-tu08.rst33 - R'\ :sub:`00`
34 - R'\ :sub:`01`
35 - R'\ :sub:`02`
36 - R'\ :sub:`03`
38 - R'\ :sub:`10`
39 - R'\ :sub:`11`
40 - R'\ :sub:`12`
41 - R'\ :sub:`13`
43 - R'\ :sub:`20`
44 - R'\ :sub:`21`
[all …]
H A Dpixfmt-srggb10-ipu3.rst117 - R\ :sub:`0101low`\ (bits 7--2)
122 R\ :sub:`0101high`\ (bits 3--0)
123 - R\ :sub:`0103low`\ (bits 7--6)
127 - R\ :sub:`0103high`
129 - R\ :sub:`0105low`\ (bits 7--2)
134 R\ :sub:`0105high`\ (bits 3--0)
136 - R\ :sub:`0107low`\ (bits 7--6)
139 - R\ :sub:`0107high`
141 - R\ :sub:`0109low`\ (bits 7--2)
147 R\ :sub:`0109high`\ (bits 3--0)
[all …]
H A Dmetafmt-vsp1-hgo.rst10 Renesas R-Car VSP1 1-D Histogram Data
16 This format describes histogram data generated by the Renesas R-Car VSP1 1-D
32 - In *64 bins maximum mode*, the HGO operates on the maximum of the (R, G, B)
37 - In *256 bins maximum mode*, the HGO operates on the maximum of the (R, G, B)
58 - R/Cr/H max [7:0]
60 - R/Cr/H min [7:0]
72 - :cspan:`4` R/Cr/H sum [31:0]
78 - :cspan:`4` R/Cr/H bin 0 [31:0]
82 - :cspan:`4` R/Cr/H bin 63 [31:0]
109 - max(R,G,B) max [7:0]
[all …]
/linux/include/math-emu/
H A Dop-common.h229 #define _FP_ADD_INTERNAL(fs, wc, R, X, Y, OP) \ argument
245 R##_e = Y##_e; \
256 R##_e = X##_e; \
259 R##_c = FP_CLS_NORMAL; \
263 R##_s = X##_s; \
264 _FP_FRAC_ADD_##wc(R, X, Y); \
265 if (_FP_FRAC_OVERP_##wc(fs, R)) \
267 _FP_FRAC_SRS_##wc(R, 1, _FP_WFRACBITS_##fs); \
268 R##_e++; \
273 R##_s = X##_s; \
[all …]
H A Ddouble.h109 #define FP_NEG_D(R,X) _FP_NEG(D,2,R,X) argument
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
114 #define FP_SQRT_D(R,X) _FP_SQRT(D,2,R,X) argument
115 #define _FP_SQRT_MEAT_D(R,S,T,X,Q) _FP_SQRT_MEAT_2(R,S,T,X,Q) argument
181 #define FP_NEG_D(R,X) _FP_NEG(D,1,R,X) 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
[all …]
H A Dquad.h115 #define FP_NEG_Q(R,X) _FP_NEG(Q,4,R,X) argument
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
120 #define FP_SQRT_Q(R,X) _FP_SQRT(Q,4,R,X) argument
121 #define _FP_SQRT_MEAT_Q(R,S,T,X,Q) _FP_SQRT_MEAT_4(R,S,T,X,Q) argument
188 #define FP_NEG_Q(R,X) _FP_NEG(Q,2,R,X) 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
[all …]
H A Dop-1.h52 #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
127 #define _FP_MUL_MEAT_1_imm(wfracbits, R, X, Y) \ argument
129 R##_f = X##_f * Y##_f; \
133 _FP_FRAC_SRS_1(R, wfracbits-1, 2*wfracbits); \
138 #define _FP_MUL_MEAT_1_wide(wfracbits, R, X, Y, doit) \ argument
146 R##_f = _Z_f0; \
151 #define _FP_MUL_MEAT_1_hard(wfracbits, R, X, Y) \ argument
176 R##_f = _z_f0; \
189 #define _FP_DIV_MEAT_1_imm(fs, R, X, Y, doit) \ argument
[all …]
H A Dop-2.h88 #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)
97 #define _FP_FRAC_CLZ_2(R,X) \ argument
100 __FP_CLZ(R,X##_f1); \
103 __FP_CLZ(R,X##_f0); \
104 R += _FP_W_TYPE_SIZE; \
129 #define __FP_CLZ_2(R, xh, xl) \ argument
132 __FP_CLZ(R,xh); \
[all …]
H A Dsingle.h98 #define FP_NEG_S(R,X) _FP_NEG(S,1,R,X) argument
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
103 #define FP_SQRT_S(R,X) _FP_SQRT(S,1,R,X) argument
104 #define _FP_SQRT_MEAT_S(R,S,T,X,Q) _FP_SQRT_MEAT_1(R,S,T,X,Q) argument
/linux/arch/sparc/include/asm/
H A Dsfp-machine_64.h32 #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 …]
H A Dsfp-machine_32.h34 #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/arch/sh/include/asm/
H A Dsfp-machine.h29 #define _FP_MUL_MEAT_S(R,X,Y) \ argument
30 _FP_MUL_MEAT_1_wide(_FP_WFRACBITS_S,R,X,Y,umul_ppmm)
31 #define _FP_MUL_MEAT_D(R,X,Y) \ argument
32 _FP_MUL_MEAT_2_wide(_FP_WFRACBITS_D,R,X,Y,umul_ppmm)
33 #define _FP_MUL_MEAT_Q(R,X,Y) \ argument
34 _FP_MUL_MEAT_4_wide(_FP_WFRACBITS_Q,R,X,Y,umul_ppmm)
36 #define _FP_DIV_MEAT_S(R,X,Y) _FP_DIV_MEAT_1_udiv(S,R,X,Y) argument
37 #define _FP_DIV_MEAT_D(R,X,Y) _FP_DIV_MEAT_2_udiv(D,R,X,Y) argument
38 #define _FP_DIV_MEAT_Q(R,X,Y) _FP_DIV_MEAT_4_udiv(Q,R,X,Y) argument
53 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
[all …]
/linux/arch/alpha/include/asm/
H A Dsfp-machine.h32 #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/lib/crypto/
H A Ddes.c515 #define IP(L, R, T) \ argument
516 ROL(R, 4); \
518 L ^= R; \
520 R ^= L; \
522 ROL(R, 12); \
524 L ^= R; \
526 R ^= L; \
528 ROR(R, 14); \
530 L ^= R; \
532 R ^= L; \
[all …]
/linux/net/openvswitch/
H A Ddrop.h11 #define OVS_DROP_REASONS(R) \ argument
12 R(OVS_DROP_LAST_ACTION) \
13 R(OVS_DROP_ACTION_ERROR) \
14 R(OVS_DROP_EXPLICIT) \
15 R(OVS_DROP_EXPLICIT_WITH_ERROR) \
16 R(OVS_DROP_METER) \
17 R(OVS_DROP_RECURSION_LIMIT) \
18 R(OVS_DROP_DEFERRED_LIMIT) \
19 R(OVS_DROP_FRAG_L2_TOO_LONG) \
20 R(OVS_DROP_FRAG_INVALID_PROTO) \
[all …]
/linux/arch/m68k/fpsp040/
H A Dsrem_mod.S30 | R := X, go to Step 4.
32 | R := 2^(-L)X, j := L.
36 | 3.1 If R = Y, go to Step 9.
37 | 3.2 If R > Y, then { R := R - Y, Q := Q + 1}
39 | 3.4 k := k + 1, j := j - 1, Q := 2Q, R := 2R. Go to
42 | Step 4. At this point, R = X - QY = MOD(X,Y). Set
46 | Step 5. R = MOD(X,Y), but REM(X,Y) is requested.
47 | 5.1 If R < Y/2, then R = MOD(X,Y) = REM(X,Y). Go to
49 | 5.2 If R > Y/2, then { set Last_Subtract := true,
51 | 5.3 This is the tricky case of R = Y/2. If Q is odd,
[all …]
/linux/tools/memory-model/Documentation/
H A Dherd-representation.txt3 # R, a Load event
12 # R*, a Load event included in RMW
35 | READ_ONCE | R[ONCE] |
39 | smp_load_acquire | R[ACQUIRE] |
57 | rcu_dereference | R[ONCE] |
59 | srcu_read_lock | R[srcu-lock] |
68 | atomic_add | R*[NORETURN] ->rmw W*[NORETURN] |
74 | atomic_add_return | R*[MB] ->rmw W*[MB] |
80 | atomic_add_return_relaxed | R*[ONCE] ->rmw W*[ONCE] |
86 | atomic_add_return_acquire | R*[ACQUIR
[all...]
/linux/lib/math/
H A Dreciprocal_div.c19 struct reciprocal_value R; in reciprocal_value() local
27 R.m = (u32)m; in reciprocal_value()
28 R.sh1 = min(l, 1); in reciprocal_value()
29 R.sh2 = max(l - 1, 0); in reciprocal_value()
31 return R; in reciprocal_value()
37 struct reciprocal_value_adv R; in reciprocal_value_adv() local
66 R.m = (u32)mhigh; in reciprocal_value_adv()
67 R.sh = post_shift; in reciprocal_value_adv()
68 R.exp = l; in reciprocal_value_adv()
69 R.is_wide_m = mhigh > U32_MAX; in reciprocal_value_adv()
[all …]
/linux/drivers/pmdomain/renesas/
H A DKconfig7 bool "System Controller support for R-Car" if COMPILE_TEST
10 bool "System Controller support for R-Car Gen4" if COMPILE_TEST
13 bool "System Controller support for R-Mobile" if COMPILE_TEST
49 bool "System Controller support for R8A7779 (R-Car H1)" if COMPILE_TEST
53 bool "System Controller support for R8A7790 (R-Car H2)" if COMPILE_TEST
57 bool "System Controller support for R8A7791/R8A7793 (R-Car M2-W/N)" if COMPILE_TEST
61 bool "System Controller support for R8A7792 (R-Car V2H)" if COMPILE_TEST
65 bool "System Controller support for R8A7794 (R-Car E2)" if COMPILE_TEST
69 bool "System Controller support for R8A7795 (R-Car H3)" if COMPILE_TEST
73 bool "System Controller support for R8A77960 (R-Car M3-W)" if COMPILE_TEST
[all …]
/linux/arch/um/os-Linux/skas/
H A Dprocess.c44 #define R(n) case HOST_##n: return #n in ptrace_reg_name() macro
48 R(BX); in ptrace_reg_name()
49 R(CX); in ptrace_reg_name()
50 R(DI); in ptrace_reg_name()
51 R(SI); in ptrace_reg_name()
52 R(DX); in ptrace_reg_name()
53 R(BP); in ptrace_reg_name()
54 R(AX); in ptrace_reg_name()
55 R(R8); in ptrace_reg_name()
56 R(R9); in ptrace_reg_name()
[all …]
/linux/include/target/
H A Dtarget_core_base.h171 #define R(x) (__force sense_reason_t )(x) macro
172 TCM_NO_SENSE = R(0x00),
173 TCM_NON_EXISTENT_LUN = R(0x01),
174 TCM_UNSUPPORTED_SCSI_OPCODE = R(0x02),
175 TCM_INCORRECT_AMOUNT_OF_DATA = R(0x03),
176 TCM_UNEXPECTED_UNSOLICITED_DATA = R(0x04),
177 TCM_SERVICE_CRC_ERROR = R(0x05),
178 TCM_SNACK_REJECTED = R(0x06),
179 TCM_SECTOR_COUNT_TOO_MANY = R(0x07),
180 TCM_INVALID_CDB_FIELD = R(0x08),
[all …]

12345678910>>...24