Home
last modified time | relevance | path

Searched refs:A (Results 1 – 25 of 2466) sorted by relevance

12345678910>>...99

/Linux-v5.4/lib/
Dsha1.c55 #define SHA_ROUND(t, input, fn, constant, A, B, C, D, E) do { \ argument
57 E += TEMP + rol32(A,5) + (fn) + (constant); \
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
86 A = digest[0]; in sha_transform()
93 T_0_15( 0, A, B, C, D, E); in sha_transform()
[all …]
/Linux-v5.4/fs/squashfs/
Dsquashfs_fs.h129 #define SQUASHFS_INODE_BLK(A) ((unsigned int) ((A) >> 16)) argument
131 #define SQUASHFS_INODE_OFFSET(A) ((unsigned int) ((A) & 0xffff)) argument
133 #define SQUASHFS_MKINODE(A, B) ((long long)(((long long) (A)\ argument
137 #define SQUASHFS_FRAGMENT_BYTES(A) \ argument
138 ((A) * sizeof(struct squashfs_fragment_entry))
140 #define SQUASHFS_FRAGMENT_INDEX(A) (SQUASHFS_FRAGMENT_BYTES(A) / \ argument
143 #define SQUASHFS_FRAGMENT_INDEX_OFFSET(A) (SQUASHFS_FRAGMENT_BYTES(A) % \ argument
146 #define SQUASHFS_FRAGMENT_INDEXES(A) ((SQUASHFS_FRAGMENT_BYTES(A) + \ argument
150 #define SQUASHFS_FRAGMENT_INDEX_BYTES(A) (SQUASHFS_FRAGMENT_INDEXES(A) *\ argument
154 #define SQUASHFS_LOOKUP_BYTES(A) ((A) * sizeof(u64)) argument
[all …]
/Linux-v5.4/include/drm/
Ddrm_fixed.h35 #define dfixed_const(A) (u32)(((A) << 12))/* + ((B + 0.000122)*4096)) */ argument
36 #define dfixed_const_half(A) (u32)(((A) << 12) + 2048) argument
37 #define dfixed_const_666(A) (u32)(((A) << 12) + 2731) argument
38 #define dfixed_const_8(A) (u32)(((A) << 12) + 3277) argument
39 #define dfixed_mul(A, B) ((u64)((u64)(A).full * (B).full + 2048) >> 12) argument
40 #define dfixed_init(A) { .full = dfixed_const((A)) } argument
41 #define dfixed_init_half(A) { .full = dfixed_const_half((A)) } argument
42 #define dfixed_trunc(A) ((A).full >> 12) argument
43 #define dfixed_frac(A) ((A).full & ((1 << 12) - 1)) argument
45 static inline u32 dfixed_floor(fixed20_12 A) in dfixed_floor() argument
[all …]
/Linux-v5.4/scripts/coccinelle/misc/
Dboolconv.cocci19 expression A, B;
24 A == B
26 A != B
28 A > B
30 A < B
32 A >= B
34 A <= B
36 A && B
38 A || B
47 expression A, B;
[all …]
/Linux-v5.4/arch/arm/boot/dts/
Dat91sam9x5_macb0.dtsi19 <AT91_PIOB 0 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB0 periph A */
20 AT91_PIOB 1 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB1 periph A */
21 AT91_PIOB 2 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB2 periph A */
22 AT91_PIOB 3 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB3 periph A */
23 AT91_PIOB 4 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB4 periph A */
24 AT91_PIOB 5 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB5 periph A */
25 AT91_PIOB 6 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB6 periph A */
26 AT91_PIOB 7 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB7 periph A */
27 AT91_PIOB 9 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB9 periph A */
28 AT91_PIOB 10 AT91_PERIPH_A AT91_PINCTRL_NONE>; /* PB10 periph A */
[all …]
Dsama5d3_gmac.dtsi19 <AT91_PIOB 0 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB0 periph A GTX0, conflicts with PWMH0 */
20 AT91_PIOB 1 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB1 periph A GTX1, conflicts with PWML0 */
21 AT91_PIOB 2 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB2 periph A GTX2, conflicts with TK1 */
22 AT91_PIOB 3 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB3 periph A GTX3, conflicts with TF1 */
23 AT91_PIOB 4 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB4 periph A GRX0, conflicts with PWMH1 */
24 AT91_PIOB 5 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB5 periph A GRX1, conflicts with PWML1 */
25 AT91_PIOB 6 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB6 periph A GRX2, conflicts with TD1 */
26 AT91_PIOB 7 AT91_PERIPH_A AT91_PINCTRL_NONE>; /* PB7 periph A GRX3, conflicts with RK1 */
41 <AT91_PIOB 8 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB8 periph A GTXCK, conflicts with PWMH2 */
42 AT91_PIOB 9 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB9 periph A GTXEN, conflicts with PWML2 */
[all …]
Dat91sam9263.dtsi166 /* A B */
192 <AT91_PIOA 28 AT91_PERIPH_A AT91_PINCTRL_NONE>; /* PA28 periph A */
197 <AT91_PIOA 29 AT91_PERIPH_A AT91_PINCTRL_NONE>; /* PA29 periph A */
253 AT91_PIOE 21 AT91_PERIPH_A AT91_PINCTRL_NONE /* PE21 periph A */
254 AT91_PIOE 23 AT91_PERIPH_A AT91_PINCTRL_NONE /* PE23 periph A */
255 AT91_PIOE 24 AT91_PERIPH_A AT91_PINCTRL_NONE /* PE24 periph A */
256 AT91_PIOE 25 AT91_PERIPH_A AT91_PINCTRL_NONE /* PE25 periph A */
257 AT91_PIOE 26 AT91_PERIPH_A AT91_PINCTRL_NONE /* PE26 periph A */
258 AT91_PIOE 27 AT91_PERIPH_A AT91_PINCTRL_NONE /* PE27 periph A */
259 AT91_PIOE 28 AT91_PERIPH_A AT91_PINCTRL_NONE /* PE28 periph A */
[all …]
Dat91sam9g45.dtsi454 /* A B */
514 <AT91_PIOA 21 AT91_PERIPH_A AT91_PINCTRL_NONE /* PA21 periph A TWCK0 */
515 AT91_PIOA 20 AT91_PERIPH_A AT91_PINCTRL_NONE>; /* PA20 periph A TWD0 */
522 <AT91_PIOB 11 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB11 periph A TWCK1 */
523 AT91_PIOB 10 AT91_PERIPH_A AT91_PINCTRL_NONE>; /* PB10 periph A TWD1 */
583 <AT91_PIOD 16 AT91_PERIPH_A AT91_PINCTRL_NONE>; /* PD16 periph A */
588 <AT91_PIOD 17 AT91_PERIPH_A AT91_PINCTRL_NONE>; /* PD17 periph A */
643 <AT91_PIOA 10 AT91_PERIPH_A AT91_PINCTRL_NONE /* PA10 periph A */
644 AT91_PIOA 11 AT91_PERIPH_A AT91_PINCTRL_NONE /* PA11 periph A */
645 AT91_PIOA 12 AT91_PERIPH_A AT91_PINCTRL_NONE /* PA12 periph A */
[all …]
Dsama5d3_emac.dtsi19 <AT91_PIOC 0 AT91_PERIPH_A AT91_PINCTRL_NONE /* PC0 periph A ETX0, conflicts with TIOA3 */
20 AT91_PIOC 1 AT91_PERIPH_A AT91_PINCTRL_NONE /* PC1 periph A ETX1, conflicts with TIOB3 */
21 AT91_PIOC 2 AT91_PERIPH_A AT91_PINCTRL_NONE /* PC2 periph A ERX0, conflicts with TCLK3 */
22 AT91_PIOC 3 AT91_PERIPH_A AT91_PINCTRL_NONE /* PC3 periph A ERX1, conflicts with TIOA4 */
23 AT91_PIOC 4 AT91_PERIPH_A AT91_PINCTRL_NONE /* PC4 periph A ETXEN, conflicts with TIOB4 */
24 AT91_PIOC 5 AT91_PERIPH_A AT91_PINCTRL_NONE /* PC5 periph A ECRSDV,conflicts with TCLK4 */
25 AT91_PIOC 6 AT91_PERIPH_A AT91_PINCTRL_NONE /* PC6 periph A ERXER, conflicts with TIOA5 */
26 AT91_PIOC 7 AT91_PERIPH_A AT91_PINCTRL_NONE /* PC7 periph A EREFCK, conflicts with TIOB5 */
27 AT91_PIOC 8 AT91_PERIPH_A AT91_PINCTRL_NONE /* PC8 periph A EMDC, conflicts with TCLK5 */
28 AT91_PIOC 9 AT91_PERIPH_A AT91_PINCTRL_NONE>; /* PC9 periph A EMDIO */
/Linux-v5.4/Documentation/translations/ko_KR/
Dmemory-barriers.txt183 { A == 1; B == 2 }
184 A = 3; x = B;
185 B = 4; y = A;
190 STORE A=3, STORE B=4, y=LOAD A->3, x=LOAD B->4
191 STORE A=3, STORE B=4, x=LOAD B->4, y=LOAD A->3
192 STORE A=3, y=LOAD A->3, STORE B=4, x=LOAD B->4
193 STORE A=3, y=LOAD A->3, x=LOAD B->2, STORE B=4
194 STORE A=3, x=LOAD B->2, STORE B=4, y=LOAD A->3
195 STORE A=3, x=LOAD B->2, y=LOAD A->3, STORE B=4
196 STORE B=4, STORE A=3, y=LOAD A->3, x=LOAD B->4
[all …]
/Linux-v5.4/Documentation/i2c/
Dsmbus-protocol.rst41 A, NA (1 bit) : Accept and reverse accept bit.
46 Data (8 bits): A plain data byte. Sometimes, I write DataLow, DataHigh
48 Count (8 bits): A data byte containing the length of a block operation.
60 A Addr Rd/Wr [A] P
73 S Addr Rd [A] [Data] NA P
86 S Addr Wr [A] Data [A] P
97 S Addr Wr [A] Comm [A] S Addr Rd [A] [Data] NA P
109 S Addr Wr [A] Comm [A] S Addr Rd [A] [DataLow] A [DataHigh] NA P
127 S Addr Wr [A] Comm [A] Data [A] P
139 S Addr Wr [A] Comm [A] DataLow [A] DataHigh [A] P
[all …]
Di2c-protocol.rst14 A, NA (1 bit) : Accept and reverse accept bit.
19 Data (8 bits): A plain data byte. Sometimes, I write DataLow, DataHigh
21 Count (8 bits): A data byte containing the length of a block operation.
33 S Addr Wr [A] Data [A] Data [A] ... [A] Data [A] P
41 S Addr Rd [A] [Data] A [Data] A ... A [Data] NA P
53 S Addr Rd [A] [Data] NA S Addr Wr [A] Data [A] P
65 client. Setting this flag treats any [NA] as [A], and all of
70 In a read message, master A/NA bit is skipped.
73 In a combined transaction, no 'S Addr Wr/Rd [A]' is generated at some
77 S Addr Rd [A] [Data] NA Data [A] P
[all …]
/Linux-v5.4/drivers/gpu/drm/i915/selftests/
Di915_sw_fence.c98 struct i915_sw_fence *A, *B, *C; in test_dag() local
105 A = alloc_fence(); in test_dag()
106 if (!A) in test_dag()
109 if (i915_sw_fence_await_sw_fence_gfp(A, A, GFP_KERNEL) != -EINVAL) { in test_dag()
120 i915_sw_fence_await_sw_fence_gfp(A, B, GFP_KERNEL); in test_dag()
121 if (i915_sw_fence_await_sw_fence_gfp(B, A, GFP_KERNEL) != -EINVAL) { in test_dag()
140 if (i915_sw_fence_await_sw_fence_gfp(C, A, GFP_KERNEL) != -EINVAL) { in test_dag()
144 if (i915_sw_fence_await_sw_fence_gfp(A, C, GFP_KERNEL) == -EINVAL) { in test_dag()
149 i915_sw_fence_commit(A); in test_dag()
162 if (!i915_sw_fence_done(A)) { in test_dag()
[all …]
/Linux-v5.4/drivers/atm/
Diphase.h74 #define IF_LOUD(A) IF_IADBG(IF_IADBG_LOUD) { A } argument
75 #define IF_ERR(A) IF_IADBG(IF_IADBG_ERR) { A } argument
76 #define IF_VERY_LOUD(A) IF_IADBG( IF_IADBG_VERY_LOUD ) { A } argument
78 #define IF_INIT_ADAPTER(A) IF_IADBG( IF_IADBG_INIT_ADAPTER ) { A } argument
79 #define IF_INIT(A) IF_IADBG( IF_IADBG_INIT_ADAPTER ) { A } argument
80 #define IF_SUNI_STAT(A) IF_IADBG( IF_IADBG_SUNI_STAT ) { A } argument
81 #define IF_QUERY_INFO(A) IF_IADBG( IF_IADBG_QUERY_INFO ) { A } argument
82 #define IF_COPY_OVER(A) IF_IADBG( IF_IADBG_COPY_OVER ) { A } argument
84 #define IF_INTR(A) IF_IADBG( IF_IADBG_INTR ) { A } argument
85 #define IF_DIS_INTR(A) IF_IADBG( IF_IADBG_DIS_INTR ) { A } argument
[all …]
/Linux-v5.4/arch/x86/crypto/
Dsha1_ssse3_asm.S113 mov (HASH_PTR), A
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 …]
/Linux-v5.4/Documentation/ABI/testing/
Ddebugfs-olpc7 A generic interface for executing OLPC Embedded Controller commands and
10 To execute a command, write data with the format: CC:N A A A A
11 CC is the (hex) command, N is the count of expected reply bytes, and A A A A
/Linux-v5.4/tools/testing/selftests/powerpc/copyloops/asm/
Dppc_asm.h26 #define _GLOBAL(A) FUNC_START(test_ ## A) argument
27 #define _GLOBAL_TOC(A) _GLOBAL(A) argument
28 #define _GLOBAL_TOC_KASAN(A) _GLOBAL(A) argument
30 #define PPC_MTOCRF(A, B) mtocrf A, B argument
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/hwmgr/
Dppevvmath.h60 static fInt fSubtract (fInt A, fInt B); /* Returns A-B - Sometimes easier than Ad…
62 static fInt fDivide (fInt A, fInt B); /* Returns A/B */
71 static bool GreaterThan(fInt A, fInt B); /* Returns true if A > B */
91 static int GetReal (fInt A); /* Internal function */
316 static bool Equal(fInt A, fInt B) in Equal() argument
318 if (A.full == B.full) in Equal()
324 static bool GreaterThan(fInt A, fInt B) in GreaterThan() argument
326 if (A.full > B.full) in GreaterThan()
377 static int ConvertBackToInteger (fInt A) /*THIS is the function that will be used to check with the… in ConvertBackToInteger() argument
381 scaledReal.full = GetReal(A) * uPow(10, PRECISION-1); /* DOUBLE CHECK THISSSS!!! */ in ConvertBackToInteger()
[all …]
/Linux-v5.4/Documentation/translations/zh_CN/
Dio_ordering.txt35 CPU A: spin_lock_irqsave(&dev_lock, flags)
36 CPU A: val = readl(my_status);
37 CPU A: ...
38 CPU A: writel(newval, ring_ptr);
39 CPU A: spin_unlock_irqrestore(&dev_lock, flags)
52 CPU A: spin_lock_irqsave(&dev_lock, flags)
53 CPU A: val = readl(my_status);
54 CPU A: ...
55 CPU A: writel(newval, ring_ptr);
56 CPU A: (void)readl(safe_register); /* 配置寄存器?*/
[all …]
/Linux-v5.4/security/apparmor/include/
Dpath.h42 #define ASSIGN(FN, A, X, N) ((X) = FN(A, N)) argument
43 #define EVAL1(FN, A, X) ASSIGN(FN, A, X, 0) /*X = FN(0)*/ argument
44 #define EVAL2(FN, A, X, Y...) \ argument
45 do { ASSIGN(FN, A, X, 1); EVAL1(FN, A, Y); } while (0)
46 #define EVAL(FN, A, X...) CONCATENATE(EVAL, COUNT_ARGS(X))(FN, A, X) argument
/Linux-v5.4/net/batman-adv/
DKconfig2 # Copyright (C) 2007-2019 B.A.T.M.A.N. contributors:
7 # B.A.T.M.A.N meshing protocol
11 tristate "B.A.T.M.A.N. Advanced Meshing Protocol"
15 B.A.T.M.A.N. (better approach to mobile ad-hoc networking) is
22 bool "B.A.T.M.A.N. V protocol"
26 This option enables the B.A.T.M.A.N. V protocol, the successor
27 of the currently used B.A.T.M.A.N. IV protocol. The main
32 B.A.T.M.A.N. V is currently considered experimental and not
33 compatible to B.A.T.M.A.N. IV networks.
91 bool "B.A.T.M.A.N. debugging"
[all …]
/Linux-v5.4/scripts/kconfig/tests/auto_submenu/
DKconfig3 config A config
4 bool "A"
9 depends on A
12 This depends on A, so should be a submenu of A.
23 depends on A
45 This is independent of A.
49 depends on A
51 This depends on A, but not a consecutive item, so can/should not
/Linux-v5.4/Documentation/arm64/
Dsilicon-errata.rst15 Category A A critical error without a viable workaround.
16 Category B A significant or critical error with an acceptable
18 Category C A minor error that is not expected to occur under normal
28 sequence of code, or configuring the processor in a particular way. A
30 a Category A erratum into a Category C erratum. These are collectively
69 | ARM | Cortex-A57 | #852523 | N/A |
73 | ARM | Cortex-A72 | #853709 | N/A |
89 | ARM | Neoverse-N1 | #1349291 | N/A |
91 | ARM | MMU-500 | #841119,826419 | N/A |
94 | Broadcom | Brahma-B53 | N/A | ARM64_ERRATUM_845719 |
[all …]
/Linux-v5.4/Documentation/
Dio_ordering.txt9 chipset to flush pending writes to the device before any reads are posted. A
15 A more concrete example from a hypothetical device driver::
18 CPU A: spin_lock_irqsave(&dev_lock, flags)
19 CPU A: val = readl(my_status);
20 CPU A: ...
21 CPU A: writel(newval, ring_ptr);
22 CPU A: spin_unlock_irqrestore(&dev_lock, flags)
35 CPU A: spin_lock_irqsave(&dev_lock, flags)
36 CPU A: val = readl(my_status);
37 CPU A: ...
[all …]
/Linux-v5.4/arch/arm/mach-omap1/
Dmux.c91 MUX_CFG("UART3_BCLK", A, 0, 0, 2, 6, 0, NA, 0, 0)
92 MUX_CFG("Y15_1610_UART3_RTS", A, 0, 1, 2, 6, 0, NA, 0, 0)
113 MUX_CFG("USB1_VP", A, 3, 1, 2, 7, 0, NA, 0, 1)
114 MUX_CFG("USB1_VM", A, 6, 1, 2, 8, 0, NA, 0, 1)
115 MUX_CFG("USB1_RCV", A, 9, 1, 2, 9, 0, NA, 0, 1)
116 MUX_CFG("USB1_SPEED", A, 12, 2, 2, 10, 0, NA, 0, 1)
117 MUX_CFG("R13_1610_USB1_SPEED", A, 12, 5, 2, 10, 0, NA, 0, 1)
118 MUX_CFG("R13_1710_USB1_SEO", A, 12, 5, 2, 10, 0, NA, 0, 1)
136 MUX_CFG("Y15_1610_GPIO17", A, 0, 7, 2, 6, 0, NA, 0, 1)
152 MUX_CFG("V10_1610_MPUIO7", A, 24, 2, 2, 14, 0, 2, 0, 1)
[all …]

12345678910>>...99