Home
last modified time | relevance | path

Searched +full:22 +full:c (Results 1 – 25 of 1333) 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-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-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-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_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) ->
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) ->
/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-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
Divtv.rst82 crw-rw---- 1 root video 81, 0 Jun 19 22:22 /dev/video0
83 crw-rw---- 1 root video 81, 16 Jun 19 22:22 /dev/video16
84 crw-rw---- 1 root video 81, 24 Jun 19 22:22 /dev/video24
85 crw-rw---- 1 root video 81, 32 Jun 19 22:22 /dev/video32
86 crw-rw---- 1 root video 81, 48 Jun 19 22:22 /dev/video48
87 crw-rw---- 1 root video 81, 64 Jun 19 22:22 /dev/radio0
88 crw-rw---- 1 root video 81, 224 Jun 19 22:22 /dev/vbi0
89 crw-rw---- 1 root video 81, 228 Jun 19 22:22 /dev/vbi8
90 crw-rw---- 1 root video 81, 232 Jun 19 22:22 /dev/vbi16
122 cat /dev/video0 > my.mpg (you need to hit ctrl-c to exit)
/kernel/linux/linux-5.10/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" },
651 "l4per2-clkctrl:012c:24",
667 { 22, TI_CLK_MUX, dra7_mcasp1_aux_gfclk_mux_parents, NULL },
674 { 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 },
713 { 22, TI_CLK_MUX, dra7_mcasp1_aux_gfclk_mux_parents, NULL },
[all …]
/kernel/linux/linux-5.10/arch/c6x/boot/dts/
Devmc6678.dts7 * Copyright (C) 2012 Texas Instruments Incorporated
44 timer10: timer@22A0000 {
49 timer11: timer@22B0000 {
54 timer12: timer@22C0000 {
59 timer13: timer@22D0000 {
64 timer14: timer@22E0000 {
69 timer15: timer@22F0000 {
/kernel/linux/linux-5.10/scripts/kconfig/
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 …]
/kernel/linux/linux-5.10/drivers/media/platform/coda/
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()
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
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 */
/kernel/linux/linux-5.10/sound/isa/galaxy/
Dazt1605.c4 * Copyright (C) 2007,2010 Rene Herman
67 #define GALAXY_CONFIG_CDDMA_DISABLE (0 << 22)
68 #define GALAXY_CONFIG_CDDMA_0 (1 << 22)
69 #define GALAXY_CONFIG_CDDMA_1 (2 << 22)
70 #define GALAXY_CONFIG_CDDMA_3 (3 << 22)
78 #include "galaxy.c"
Dazt2316.c4 * Copyright (C) 2007,2010 Rene Herman
74 #define GALAXY_CONFIG_CDDMA16_DISABLE (0 << 22)
75 #define GALAXY_CONFIG_CDDMA16_5 (1 << 22)
76 #define GALAXY_CONFIG_CDDMA16_6 (2 << 22)
77 #define GALAXY_CONFIG_CDDMA16_7 (3 << 22)
98 #include "galaxy.c"
/kernel/linux/linux-5.10/drivers/video/fbdev/i810/
Di810.h1 /*-*- linux-c -*-
4 * Copyright (C) 2001 Antonino Daplas<adaplas@pol.net>
88 #define SETUP_MONO_PATTERN_SL_BLT (0x10 << 22)
89 #define PIXEL_BLT (0x20 << 22)
90 #define SCANLINE_BLT (0x21 << 22)
91 #define TEXT_BLT (0x22 << 22)
92 #define TEXT_IMM_BLT (0x30 << 22)
93 #define COLOR_BLT (0x40 << 22)
94 #define MONO_PAT_BLIT (0x42 << 22)
95 #define SOURCE_COPY_BLIT (0x43 << 22)
[all …]
/kernel/linux/linux-5.10/Documentation/target/
Dtcm_mod_builder.rst17 1) Generate new API callers for drivers/target/target_core_fabric_configs.c logic
19 into $TCM_NEW_MOD/$TCM_NEW_MOD_configfs.c
24 SPC-3 persistent reservation are automatically generated in $TCM_NEW_MOD/$TCM_NEW_MOD_fabric.c
25 using drivers/target/target_core_fabric_lib.c logic.
27 in $TCM_NEW_MOD/$TCM_NEW_MOD_fabric.c
45 …mnt/sdb/lio-core-2.6.git/Documentation/target/../../drivers/target/tcm_nab5000/tcm_nab5000_fabric.c
49 …t/sdb/lio-core-2.6.git/Documentation/target/../../drivers/target/tcm_nab5000/tcm_nab5000_configfs.c
75 drwxr-xr-x 9 root root 4096 2010-10-05 03:22 ..
76 -rw-r--r-- 1 root root 282 2010-10-05 03:22 Kbuild
77 -rw-r--r-- 1 root root 171 2010-10-05 03:22 Kconfig
[all …]
/kernel/linux/linux-5.10/Documentation/ABI/stable/
Dsysfs-class-tpm97 PCR-00: 3A 3F 78 0F 11 A4 B4 99 69 FC AA 80 CD 6E 39 57 C3 3B 22 75
98 PCR-01: 3A 3F 78 0F 11 A4 B4 99 69 FC AA 80 CD 6E 39 57 C3 3B 22 75
99 PCR-02: 3A 3F 78 0F 11 A4 B4 99 69 FC AA 80 CD 6E 39 57 C3 3B 22 75
100 PCR-03: 3A 3F 78 0F 11 A4 B4 99 69 FC AA 80 CD 6E 39 57 C3 3B 22 75
101 PCR-04: 3A 3F 78 0F 11 A4 B4 99 69 FC AA 80 CD 6E 39 57 C3 3B 22 75
130 B4 76 41 82 C9 20 2C 10 18 40 BC 8B E5 44 4C 6C
131 3A B2 92 0C A4 9B 2A 83 EB 5C 12 85 04 48 A0 B6
132 1E E4 81 84 CE B2 F2 45 1C F0 85 99 61 02 4D EB
134 D7 0E 7D CA 41 BF 43 07 65 86 3C 8C 13 7A D0 8B
137 1E 30 38 6C 70 63 69 AB E2 50 DF 49 05 2E E1 8D
[all …]
/kernel/linux/linux-5.10/Documentation/userspace-api/media/dvb/
Dfe-set-tone.rst2 .. c:namespace:: DTV.fe
13 FE_SET_TONE - Sets/resets the generation of the continuous 22kHz tone.
18 .. c:macro:: FE_SET_TONE
26 File descriptor returned by :c:func:`open()`.
29 an integer enumered value described at :c:type:`fe_sec_tone_mode`
34 This ioctl is used to set the generation of the continuous 22kHz tone.
38 to send a 22kHz tone in order to select between high/low band on some
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
Dtest_tunnel.sh26 # veth1 IP: 172.16.1.200, IPv6: 00::22 (underlay)
27 # tunnel dev <type>11, ex: gre11, IPv4: 10.1.1.200, IPv6: 1::22 (overlay)
48 PING_ARG="-c 3 -w 10 -q"
86 ip addr add dev veth1 ::22/96
92 local ::11 remote ::22
134 ip addr add dev veth1 ::22/96
141 local ::11 remote ::22 \
146 local ::11 remote ::22 \
187 ip -6 addr add dev veth1 ::22/96
192 ip link add dev $DEV_NS type $TYPE id 22 dstport 4789 \
[all …]

12345678910>>...54