Home
last modified time | relevance | path

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

12345678910>>...48

/openbmc/linux/arch/powerpc/lib/
H A 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 …]
/openbmc/linux/include/linux/
H A 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 …]
/openbmc/linux/tools/testing/selftests/net/forwarding/
H A 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 …]
/openbmc/linux/arch/x86/crypto/
H A 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 …]
H A 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 …]
H A 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 …]
/openbmc/qemu/tests/qemu-iotests/
H A D1776 # Copyright (C) 2016-2018 Red Hat, Inc.
54 $QEMU_IO -c "write -P 11 0 $size" "$TEST_IMG.base" | _filter_qemu_io
56 $QEMU_IO -c "write -P 22 0 $size" "$TEST_IMG" | _filter_qemu_io
62 $QEMU_IO -c "open -o $options,$limits blkdebug::$TEST_IMG" \
63 -c "write -P 33 1000 128k" -c "read -P 33 1000 128k" | _filter_qemu_io
68 $QEMU_IO -c "open -o $options,$limits blkdebug::$TEST_IMG" \
69 -c "write -z 8003584 2093056" | _filter_qemu_io
76 $QEMU_IO -c "open -o $options,$limits blkdebug::$TEST_IMG" \
77 -c "write -z 32M 32M" | _filter_qemu_io
83 $QEMU_IO -c "open -o $options,$limits blkdebug::$TEST_IMG" \
[all …]
H A D2046 # Copyright (C) 2016-2018 Red Hat, Inc.
55 $QEMU_IO -c "write -P 11 0 $size" "$TEST_IMG.base" | _filter_qemu_io
57 $QEMU_IO -c "write -P 22 0 110M" "$TEST_IMG" | _filter_qemu_io
63 $QEMU_IO -c "open -o $options,$limits blkdebug::$TEST_IMG" \
64 -c "write -P 33 1000 128k" -c "read -P 33 1000 128k" | _filter_qemu_io
69 $QEMU_IO -c "open -o $options,$limits blkdebug::$TEST_IMG" \
70 -c "write -z 8003584 2093056" | _filter_qemu_io
77 $QEMU_IO -c "open -o $options,$limits blkdebug::$TEST_IMG" \
78 -c "write -z 32M 32M" | _filter_qemu_io
84 $QEMU_IO -c "open -o $options,$limits blkdebug::$TEST_IMG" \
[all …]
H A D0246 # Copyright (C) 2009 Red Hat, Inc.
58 # Backing (new) 22 22 -- -- 22 22 -- --
155 # Backing (new): -- 22 22 11
168 -c "write -P 0x11 $((0 * CLUSTER_SIZE)) $((2 * CLUSTER_SIZE))" \
169 -c "write -P 0x11 $((3 * CLUSTER_SIZE)) $((1 * CLUSTER_SIZE))" \
173 -c "write -P 0x22 $((1 * CLUSTER_SIZE)) $((2 * CLUSTER_SIZE))" \
174 -c "write -P 0x11 $((3 * CLUSTER_SIZE)) $((1 * CLUSTER_SIZE))" \
190 -c "read -P 0x11 $((0 * CLUSTER_SIZE)) $CLUSTER_SIZE" \
191 -c "read -P 0x11 $((1 * CLUSTER_SIZE)) $CLUSTER_SIZE" \
192 -c "read -P 0x00 $((2 * CLUSTER_SIZE)) $CLUSTER_SIZE" \
[all …]
/openbmc/linux/tools/testing/selftests/hid/tests/
H A 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 …]
H A 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 …]
/openbmc/linux/lib/zstd/compress/
H A 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 …]
/openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/
H A Dinclude.patch6 --- lrzsz-0.12.21.orig/lib/long-options.c
7 +++ lrzsz-0.12.21/lib/long-options.c
8 @@ -22,6 +22,7 @@
16 --- lrzsz-0.12.21.orig/src/lsyslog.c
17 +++ lrzsz-0.12.21/src/lsyslog.c
18 @@ -22,6 +22,7 @@
/openbmc/linux/drivers/comedi/drivers/
H A 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 …]
/openbmc/openbmc/poky/meta/recipes-core/gettext/gettext/
H A Dserial-tests-config.patch21 @@ -22,7 +22,7 @@ AC_INIT([gettext],
23 AC_CONFIG_SRCDIR([gettext-tools/src/msgfmt.c])
34 @@ -22,7 +22,7 @@ AC_INIT([gettext-runtime],
36 AC_CONFIG_SRCDIR([intl/dcigettext.c])
47 @@ -22,7 +22,7 @@ AC_INIT([gettext-tools],
49 AC_CONFIG_SRCDIR([src/msgfmt.c])
/openbmc/linux/arch/powerpc/crypto/
H A 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 …]
/openbmc/linux/Documentation/admin-guide/media/
H A 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
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/p910nd/p910nd/
H A Dfix-var-lock.patch7 --- p910nd.orig/p910nd.8 2011-11-14 22:41:41.904615879 +0100
8 +++ p910nd/p910nd.8 2011-11-14 22:49:52.299047607 +0100
18 Index: p910nd/p910nd.c
20 --- p910nd.orig/p910nd.c 2011-11-14 22:47:41.986401420 +0100
21 +++ p910nd/p910nd.c 2011-11-14 22:49:27.274923524 +0100
30 #define PRINTERFILE "/dev/lp%c"
/openbmc/linux/scripts/kconfig/
H A Dimages.c3 * Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org>
9 "22 22 5 1",
10 ". c None",
11 "# c #000000",
12 "c c #838100",
13 "a c #ffff00",
14 "b c #ffffff",
39 "22 22 5 1",
40 ". c None",
41 "# c #000000",
[all …]
/openbmc/u-boot/scripts/kconfig/
H A Dimages.c2 * Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org>
7 "22 22 5 1",
8 ". c None",
9 "# c #000000",
10 "c c #838100",
11 "a c #ffff00",
12 "b c #ffffff",
37 "22 22 5 1",
38 ". c None",
39 "# c #000000",
[all …]
/openbmc/linux/drivers/clk/ti/
H A 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 …]
/openbmc/openbmc/poky/meta/recipes-extended/mdadm/files/
H A D0001-restripe.c-Use-_FILE_OFFSET_BITS-to-enable-largefile.patch3 Date: Thu, 10 Nov 2022 12:31:22 -0800
4 Subject: [PATCH] restripe.c: Use _FILE_OFFSET_BITS to enable largefile support
7 the feature macro _FILE_OFFSET_BITS = 64 and let the C library deal with
13 raid6check.c | 11 +++++++----
14 restripe.c | 13 ++++++++-----
15 swap_super.c | 13 +++++++------
16 3 files changed, 22 insertions(+), 15 deletions(-)
18 diff --git a/raid6check.c b/raid6check.c
20 --- a/raid6check.c
21 +++ b/raid6check.c
[all …]
/openbmc/linux/drivers/media/platform/chips-media/
H A Dcoda-mpeg2.c5 * Copyright (C) 2019 Pengutronix, Philipp Zabel
54 * 19 1b 1b 1b 1b 1b 1c 1c 1c 1c 1e 1e 1e 1f 1f 21
72 if (size < 22 || in coda_mpeg2_parse_headers()
76 if ((size == 22 || in coda_mpeg2_parse_headers()
77 (size >= 25 && memcmp(buf + 22, u.start_code_prefix, 3) == 0)) && in coda_mpeg2_parse_headers()
79 return 22; in coda_mpeg2_parse_headers()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/nvme-cli/nvme-cli/
H A D0002-plugins-netapp-add-include-of-libgen.h-for-basename-.patch3 Date: Mon, 11 Nov 2024 22:34:57 +0100
17 plugins/netapp/netapp-nvme.c | 1 +
20 diff --git a/plugins/netapp/netapp-nvme.c b/plugins/netapp/netapp-nvme.c
22 --- a/plugins/netapp/netapp-nvme.c
23 +++ b/plugins/netapp/netapp-nvme.c
24 @@ -22,6 +22,7 @@
/openbmc/linux/drivers/media/dvb-frontends/
H A Dlnbh25.h3 * lnbh25.c
7 * Copyright (C) 2014 NetUP Inc.
8 * Copyright (C) 2014 Sergey Kozlov <serjk@netup.ru>
9 * Copyright (C) 2014 Abylay Ospan <aospan@netup.ru>
18 /* 22 kHz tone enabled. Tone output controlled by DSQIN pin */
20 /* Low power mode activated (used only with 22 kHz tone output disabled) */
22 /* DSQIN input pin is set to receive external 22 kHz TTL signal source */

12345678910>>...48