Home
last modified time | relevance | path

Searched +full:22 +full:c (Results 1 – 25 of 1338) sorted by relevance

12345678910>>...54

/kernel/linux/linux-5.10/arch/powerpc/lib/
Dtest_emulate_step.c293 } c; in test_lfsx_stfsx() local
302 c.a = 123.45; in test_lfsx_stfsx()
303 cached_b = c.b; in test_lfsx_stfsx()
305 regs.gpr[3] = (unsigned long) &c.a; in test_lfsx_stfsx()
319 c.a = 678.91; in test_lfsx_stfsx()
324 if (stepped == 1 && c.b == cached_b) in test_lfsx_stfsx()
336 } c; in test_plfs_pstfs() local
350 c.a = 123.45; in test_plfs_pstfs()
351 cached_b = c.b; in test_plfs_pstfs()
353 regs.gpr[3] = (unsigned long)&c.a; in test_plfs_pstfs()
[all …]
/kernel/linux/linux-6.6/arch/powerpc/lib/
Dtest_emulate_step.c292 } c; in test_lfsx_stfsx() local
301 c.a = 123.45; in test_lfsx_stfsx()
302 cached_b = c.b; in test_lfsx_stfsx()
304 regs.gpr[3] = (unsigned long) &c.a; in test_lfsx_stfsx()
318 c.a = 678.91; in test_lfsx_stfsx()
323 if (stepped == 1 && c.b == cached_b) in test_lfsx_stfsx()
335 } c; in test_plfs_pstfs() local
349 c.a = 123.45; in test_plfs_pstfs()
350 cached_b = c.b; in test_plfs_pstfs()
352 regs.gpr[3] = (unsigned long)&c.a; in test_plfs_pstfs()
[all …]
/kernel/linux/linux-6.6/include/linux/
Dinet.h12 * $Id: Space.c,v 0.8.4.5 1992/12/12 19:25:04 bir7 Exp $
13 * $Id: arp.c,v 0.8.4.6 1993/01/28 22:30:00 bir7 Exp $
14 * $Id: arp.h,v 0.8.4.6 1993/01/28 22:30:00 bir7 Exp $
15 * $Id: dev.c,v 0.8.4.13 1993/01/23 18:00:11 bir7 Exp $
17 * $Id: eth.c,v 0.8.4.4 1993/01/22 23:21:38 bir7 Exp $
19 * $Id: icmp.c,v 0.8.4.9 1993/01/23 18:00:11 bir7 Exp $
21 * $Id: ip.c,v 0.8.4.8 1992/12/12 19:25:04 bir7 Exp $
23 * $Id: loopback.c,v 0.8.4.8 1993/01/23 18:00:11 bir7 Exp $
24 * $Id: packet.c,v 0.8.4.7 1993/01/26 22:04:00 bir7 Exp $
25 * $Id: protocols.c,v 0.8.4.3 1992/11/15 14:55:30 bir7 Exp $
[all …]
/kernel/linux/linux-5.10/include/linux/
Dinet.h12 * $Id: Space.c,v 0.8.4.5 1992/12/12 19:25:04 bir7 Exp $
13 * $Id: arp.c,v 0.8.4.6 1993/01/28 22:30:00 bir7 Exp $
14 * $Id: arp.h,v 0.8.4.6 1993/01/28 22:30:00 bir7 Exp $
15 * $Id: dev.c,v 0.8.4.13 1993/01/23 18:00:11 bir7 Exp $
17 * $Id: eth.c,v 0.8.4.4 1993/01/22 23:21:38 bir7 Exp $
19 * $Id: icmp.c,v 0.8.4.9 1993/01/23 18:00:11 bir7 Exp $
21 * $Id: ip.c,v 0.8.4.8 1992/12/12 19:25:04 bir7 Exp $
23 * $Id: loopback.c,v 0.8.4.8 1993/01/23 18:00:11 bir7 Exp $
24 * $Id: packet.c,v 0.8.4.7 1993/01/26 22:04:00 bir7 Exp $
25 * $Id: protocols.c,v 0.8.4.3 1992/11/15 14:55:30 bir7 Exp $
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/
Dtc_shblocks.sh34 tc qdisc add dev $swp1 ingress_block 22 egress_block 23 clsact
37 tc qdisc add dev $swp2 ingress_block 22 egress_block 23 clsact
53 tc filter add block 22 protocol ip pref 1 handle 101 flower \
56 $MZ $h1 -c 1 -p 64 -a $h1mac -b $swmac -A 192.0.2.1 -B 192.0.2.2 \
59 tc_check_packets "block 22" 101 1
62 $MZ $h2 -c 1 -p 64 -a $h2mac -b $swmac -A 192.0.2.1 -B 192.0.2.2 \
65 tc_check_packets "block 22" 101 2
68 tc filter del block 22 protocol ip pref 1 handle 101 flower
77 tc filter add block 22 protocol ip pref 1 handle 101 flower \
79 tc filter add block 22 protocol ip pref 2 handle 102 flower \
[all …]
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/
Dtc_shblocks.sh34 tc qdisc add dev $swp1 ingress_block 22 egress_block 23 clsact
37 tc qdisc add dev $swp2 ingress_block 22 egress_block 23 clsact
53 tc filter add block 22 protocol ip pref 1 handle 101 flower \
56 $MZ $h1 -c 1 -p 64 -a $h1mac -b $swmac -A 192.0.2.1 -B 192.0.2.2 \
59 tc_check_packets "block 22" 101 1
62 $MZ $h2 -c 1 -p 64 -a $h2mac -b $swmac -A 192.0.2.1 -B 192.0.2.2 \
65 tc_check_packets "block 22" 101 2
68 tc filter del block 22 protocol ip pref 1 handle 101 flower
77 tc filter add block 22 protocol ip pref 1 handle 101 flower \
79 tc filter add block 22 protocol ip pref 2 handle 102 flower \
[all …]
/kernel/linux/linux-6.6/tools/testing/selftests/hid/tests/
Dtest_multitouch.py5 # Copyright (c) 2017 Benjamin Tissoires <benjamin.tissoires@gmail.com>
6 # Copyright (c) 2017 Red Hat, Inc.
49222 a1 02 15 00 25 01 75 01 95 02 09 42 09 47 81 02 95 02 81 03 75 04 95 01 25 0f 09 30 81 02 26 ff…
1112 …a1 02 09 52 09 53 15 00 25 0a 75 08 95 02 b1 02 c0 c0 09 04 a1 01 85 10 09 22 a1 02 09 42 15 00 25…
112322 a1 02 09 42 15 00 25 01 75 01 95 01 81 02 09 32 81 02 09 47 81 02 95 05 81 03 75 08 09 51 95 01…
1134 …rdesc="05 0d 09 04 a1 01 85 01 09 22 a1 02 09 42 15 00 25 01 75 01 95 01 81 02 09 32 81 02 09 47 8…
117122 a1 02 09 42 15 00 25 01 95 01 75 01 81 02 09 32 81 02 09 47 81 02 75 05 81 03 09 30 26 ff 00 75…
1181 …rdesc="05 0d 09 04 a1 01 85 01 09 22 a1 02 09 42 15 00 25 01 75 01 95 01 81 02 09 32 81 02 09 47 8…
1190 …rdesc="05 0d 09 04 a1 01 85 01 09 22 a1 00 09 42 15 00 25 01 75 01 95 01 81 02 09 32 81 02 09 37 8…
119922 a1 02 09 42 15 00 25 01 75 01 95 01 81 02 09 32 81 02 95 06 81 03 75 08 09 51 95 01 81 02 05 01…
[all …]
Dtest_tablet.py5 # Copyright (c) 2021 Benjamin Tissoires <benjamin.tissoires@gmail.com>
6 # Copyright (c) 2021 Red Hat, Inc.
70322 a1 00 09 42 15 00 25 01 75 01 95 01 81 02 09 32 15 00 25 01 81 02 09 51 75 05 95 01 16 00 00 26…
71122 a1 00 09 42 15 00 25 01 75 01 95 01 81 02 09 32 15 00 25 01 81 02 09 51 75 05 95 01 16 00 00 26…
71922 a1 00 09 42 15 00 25 01 75 01 95 01 81 02 09 32 15 00 25 01 81 02 09 51 75 05 95 01 16 00 00 26…
72722 a1 00 09 42 15 00 25 01 75 01 95 01 81 02 09 32 15 00 25 01 81 02 09 51 75 05 95 01 16 00 00 26…
73522 a1 00 09 42 15 00 25 01 75 01 95 01 81 02 09 32 15 00 25 01 81 02 09 51 75 05 95 01 16 00 00 26…
74322 a1 00 09 42 15 00 25 01 75 01 95 01 81 02 09 32 15 00 25 01 81 02 09 51 75 05 95 01 16 00 00 26…
751 …30 09 31 15 00 26 ff 7f 75 10 95 02 81 02 c0 c0 05 0d 09 04 a1 01 85 30 09 22 a1 02 09 42 15 00 25…
759 …rdesc="05 0d 09 04 a1 01 85 01 09 22 a1 02 09 42 15 00 25 01 75 01 95 01 81 02 09 32 81 02 95 06 8…
[all …]
/kernel/linux/linux-5.10/arch/x86/crypto/
Dsha256-avx-asm.S4 # Copyright (C) 2013 Intel Corporation.
9 # Tim Chen <tim.c.chen@linux.intel.com>
102 c = %ecx define
147 d = c
148 c = b define
161 MY_ROR (22-13), y1 # y1 = a >> (22-13)
165 xor a, y1 # y1 = a ^ (a >> (22-13)
170 MY_ROR (13-2), y1 # y1 = (a >> (13-2)) ^ (a >> (22-2))
173 xor a, y1 # y1 = a ^ (a >> (13-2)) ^ (a >> (22-2))
176 MY_ROR 2, y1 # y1 = S0 = (a>>2) ^ (a>>13) ^ (a>>22)
[all …]
Dsha256-ssse3-asm.S4 # Copyright (C) 2013 Intel Corporation.
9 # Tim Chen <tim.c.chen@linux.intel.com>
95 c = %ecx define
141 d = c
142 c = b define
155 ror $(22-13), y1 # y1 = a >> (22-13)
160 xor a, y1 # y1 = a ^ (a >> (22-13)
165 ror $(13-2), y1 # y1 = (a >> (13-2)) ^ (a >> (22-2))
168 xor a, y1 # y1 = a ^ (a >> (13-2)) ^ (a >> (22-2))
172 ror $2, y1 # y1 = S0 = (a>>2) ^ (a>>13) ^ (a>>22)
[all …]
Dsha256-avx2-asm.S4 # Copyright (C) 2013 Intel Corporation.
9 # Tim Chen <tim.c.chen@linux.intel.com>
95 c = %ecx define
149 d = c
150 c = b define
163 or c, y3 # y3 = a|c # MAJA
175 rorx $22, a, y1 # y1 = a >> 22 # S0A
178 and b, y3 # y3 = (a|c)&b # MAJA
180 xor T1, y1 # y1 = (a>>22) ^ (a>>13) # S0
185 xor T1, y1 # y1 = (a>>22) ^ (a>>13) ^ (a>>2) # S0
[all …]
/kernel/linux/linux-6.6/arch/x86/crypto/
Dsha256-avx-asm.S4 # Copyright (C) 2013 Intel Corporation.
9 # Tim Chen <tim.c.chen@linux.intel.com>
103 c = %ecx define
148 d = c
149 c = b define
162 MY_ROR (22-13), y1 # y1 = a >> (22-13)
166 xor a, y1 # y1 = a ^ (a >> (22-13)
171 MY_ROR (13-2), y1 # y1 = (a >> (13-2)) ^ (a >> (22-2))
174 xor a, y1 # y1 = a ^ (a >> (13-2)) ^ (a >> (22-2))
177 MY_ROR 2, y1 # y1 = S0 = (a>>2) ^ (a>>13) ^ (a>>22)
[all …]
Dsha256-ssse3-asm.S4 # Copyright (C) 2013 Intel Corporation.
9 # Tim Chen <tim.c.chen@linux.intel.com>
96 c = %ecx define
142 d = c
143 c = b define
156 ror $(22-13), y1 # y1 = a >> (22-13)
161 xor a, y1 # y1 = a ^ (a >> (22-13)
166 ror $(13-2), y1 # y1 = (a >> (13-2)) ^ (a >> (22-2))
169 xor a, y1 # y1 = a ^ (a >> (13-2)) ^ (a >> (22-2))
173 ror $2, y1 # y1 = S0 = (a>>2) ^ (a>>13) ^ (a>>22)
[all …]
Dsha256-avx2-asm.S4 # Copyright (C) 2013 Intel Corporation.
9 # Tim Chen <tim.c.chen@linux.intel.com>
96 c = %ecx define
148 d = c
149 c = b define
162 or c, y3 # y3 = a|c # MAJA
174 rorx $22, a, y1 # y1 = a >> 22 # S0A
177 and b, y3 # y3 = (a|c)&b # MAJA
179 xor T1, y1 # y1 = (a>>22) ^ (a>>13) # S0
184 xor T1, y1 # y1 = (a>>22) ^ (a>>13) ^ (a>>2) # S0
[all …]
/kernel/linux/linux-6.6/lib/zstd/compress/
Dclevels.h2 * Copyright (c) Yann Collet, Facebook, Inc.
19 #define ZSTD_MAX_CLEVEL 22
25 /* W, C, H, S, L, TL, strat */
35 { 22, 20, 21, 4, 5, 16, ZSTD_lazy2 }, /* level 9 */
36 { 22, 21, 22, 5, 5, 16, ZSTD_lazy2 }, /* level 10 */
37 { 22, 21, 22, 6, 5, 16, ZSTD_lazy2 }, /* level 11 */
38 { 22, 22, 23, 6, 5, 32, ZSTD_lazy2 }, /* level 12 */
39 { 22, 22, 22, 4, 5, 32, ZSTD_btlazy2 }, /* level 13 */
40 { 22, 22, 23, 5, 5, 32, ZSTD_btlazy2 }, /* level 14 */
41 { 22, 23, 23, 6, 5, 32, ZSTD_btlazy2 }, /* level 15 */
[all …]
/kernel/linux/linux-5.10/drivers/atm/
Dfirestream.h6 /* Written & (C) 2000 by R.E.Wolff@BitWizard.nl
7 * Copied snippets from zatm.c by Werner Almesberger, EPFL LRC/ICA
8 * and ambassador.c Copyright (C) 1995-1999 Madge Networks Ltd
50 #define STATUS_CODE(qe) ((qe->cmd >> 22) & 0x3f)
98 #define QE_CMD_NULL (0x00 << 22)
99 #define QE_CMD_REG_RD (0x01 << 22)
100 #define QE_CMD_REG_RDM (0x02 << 22)
101 #define QE_CMD_REG_WR (0x03 << 22)
102 #define QE_CMD_REG_WRM (0x04 << 22)
103 #define QE_CMD_CONFIG_TX (0x05 << 22)
[all …]
/kernel/liteos_a/testsuites/unittest/process/lock/mutex/smoke/
Dpthread_mutex_test_020.cpp2 * Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
3 * Copyright (c) 2020-2021 Huawei Device Co., Ltd. All rights reserved.
124 * 21(20) -> -1(-1) -> 28(22) -> 27(22) -> 26(22) -> 25(22) -> 24(22) -> 23(22) ->
125 * -1(-1) -> 28(22) -> 27(22) -> 26(22) -> 25(22) -> 24(22) -> 23(22) ->
126 * 27(22) -> 26(22) -> 25(22) -> 24(22) -> 23(22) ->
Dpthread_mutex_test_022.cpp2 * Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
3 * Copyright (c) 2020-2021 Huawei Device Co., Ltd. All rights reserved.
124 * 21(20) -> -1(-1) -> 28(22) -> 27(22) -> 26(22) -> 25(22) -> 24(22) -> 23(22) ->
125 * -1(-1) -> 28(22) -> 27(22) -> 26(22) -> 25(22) -> 24(22) -> 23(22) ->
126 * 27(22) -> 26(22) -> 25(22) -> 24(22) -> 23(22) ->
Dpthread_mutex_test_021.cpp2 * Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
3 * Copyright (c) 2020-2021 Huawei Device Co., Ltd. All rights reserved.
124 * 21(20) -> -1(-1) -> 28(22) -> 27(22) -> 26(22) -> 25(22) -> 24(22) -> 23(22) ->
125 * -1(-1) -> 28(22) -> 27(22) -> 26(22) -> 25(22) -> 24(22) -> 23(22) ->
126 * 27(22) -> 26(22) -> 25(22) -> 24(22) -> 23(22) ->
/kernel/linux/linux-6.6/arch/powerpc/crypto/
Dchacha-p10le-8x.S15 # 2. c += d; b ^= c; b <<<= 12;
17 # 4. c += d; b ^= c; b <<<= 7
24 # 4 blocks (a b c d)
91 SAVE_GPR 22, 176, 1
105 SAVE_VRS 22, 32, 9
124 SAVE_VSX 22, 320, 9
140 RESTORE_VRS 22, 32, 9
159 RESTORE_VSX 22, 320, 9
178 RESTORE_GPR 22, 176, 1
204 vadduwm 18, 18, 22
[all …]
/kernel/linux/linux-6.6/drivers/comedi/drivers/
Ddac02.c3 * dac02.c
5 * Copyright (C) 2014 H Hartley Sweeten <hsweeten@visionengravers.com>
8 * Copyright (C) 2000 Frank Mori Hess <fmhess@users.sourceforge.net>
9 * Copyright (C) 2001 David A. Schleef <ds@schleef.org>
12 * Copyright (C) 1998 David A. Schleef <ds@schleef.org>
35 * 0 to 5V 0 21 to 22 24
37 * 0 to 10V 0 20 to 22 24
39 * +/-5V 0 21 to 22 23
41 * +/-10V 0 20 to 22 23
43 * 4 to 20mA 0 21 to 22 25
[all …]
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/
Ddac02.c3 * dac02.c
5 * Copyright (C) 2014 H Hartley Sweeten <hsweeten@visionengravers.com>
8 * Copyright (C) 2000 Frank Mori Hess <fmhess@users.sourceforge.net>
9 * Copyright (C) 2001 David A. Schleef <ds@schleef.org>
12 * Copyright (C) 1998 David A. Schleef <ds@schleef.org>
36 * 0 to 5V 0 21 to 22 24
38 * 0 to 10V 0 20 to 22 24
40 * +/-5V 0 21 to 22 23
42 * +/-10V 0 20 to 22 23
44 * 4 to 20mA 0 21 to 22 25
[all …]
/kernel/linux/linux-6.6/Documentation/admin-guide/media/
Dcx23885-cardlist.rst95 - 0070:2215, 0070:221d, 0070:22f2
99 - 0070:2251, 0070:22f1
103 - 0070:2291, 0070:2295, 0070:2299, 0070:229d, 0070:22f0, 0070:22f3, 0070:22f4, 0070:22f5
105 * - 22
138 - NetUP Dual DVB-T/C-CI RF
203 - 4254:980c
207 - 4254:950c
/kernel/linux/linux-5.10/Documentation/admin-guide/media/
Dcx23885-cardlist.rst95 - 0070:2215, 0070:221d, 0070:22f2
99 - 0070:2251, 0070:22f1
103 - 0070:2291, 0070:2295, 0070:2299, 0070:229d, 0070:22f0, 0070:22f3, 0070:22f4, 0070:22f5
105 * - 22
138 - NetUP Dual DVB-T/C-CI RF
203 - 4254:980c
207 - 4254:950c
/kernel/linux/linux-6.6/drivers/clk/ti/
Dclk-7xx.c5 * Copyright (C) 2013 Texas Instruments, Inc.
75 { 22, TI_CLK_MUX, dra7_mcasp1_aux_gfclk_mux_parents, NULL },
129 { DRA7_IPU_MCASP1_CLKCTRL, dra7_mcasp1_bit_data, CLKF_SW_SUP, "ipu-clkctrl:0000:22" },
657 "l4per2-clkctrl:012c:24",
673 { 22, TI_CLK_MUX, dra7_mcasp1_aux_gfclk_mux_parents, NULL },
680 { 22, TI_CLK_MUX, dra7_mcasp1_aux_gfclk_mux_parents, NULL },
686 { 22, TI_CLK_MUX, dra7_mcasp1_aux_gfclk_mux_parents, NULL },
692 { 22, TI_CLK_MUX, dra7_mcasp1_aux_gfclk_mux_parents, NULL },
698 { 22, TI_CLK_MUX, dra7_mcasp1_aux_gfclk_mux_parents, NULL },
719 { 22, TI_CLK_MUX, dra7_mcasp1_aux_gfclk_mux_parents, NULL },
[all …]

12345678910>>...54