Home
last modified time | relevance | path

Searched +full:3 +full:c (Results 1 – 25 of 3737) sorted by relevance

12345678910>>...150

/openbmc/qemu/target/hexagon/idef-parser/
H A Didef-parser.y3 * Copyright(c) 2019-2023 rev.ng Labs Srl. All Rights Reserved.
28 %parse-param {Context *c}
114 gen_inst(c, $1);
118 EMIT_SIG(c, ")");
119 EMIT_HEAD(c, "{\n");
123 gen_inst_code(c, &@1);
127 free_instruction(c);
140 track_string(c, $1.var.name);
150 * normal C. Similarly, `int` is assumed to always be placed
169 yyassert(c, &@1, $1.bit_width <= 64,
[all …]
/openbmc/phosphor-webui/app/assets/images/
H A DDMTF_Redfish_logo_2017.svg1c-2.5-1.6-5.9-1.6-8.4 0 0 0-4 2.5-10.8 6.7-1.2.7-2.5 1.5-3.8 2.4-2.7 1.7-5.7 3.6-9 5.6-1.2.7-2.4 1…
/openbmc/linux/arch/x86/crypto/
H A Dsha1_ssse3_asm.S19 * Copyright (C) 2010, Intel Corp.
116 mov 8(HASH_PTR), C
128 RR F1,A,B,C,D,E,0
129 RR F1,D,E,A,B,C,2
130 RR F1,B,C,D,E,A,4
131 RR F1,E,A,B,C,D,6
132 RR F1,C,D,E,A,B,8
134 RR F1,A,B,C,D,E,10
135 RR F1,D,E,A,B,C,12
136 RR F1,B,C,D,E,A,14
[all …]
H A Dnh-avx2-x86_64.S108 // 2 or 3 strides remain; do 2 more.
132 // PASS0_SUMS is (0A 0B 0C 0D)
133 // PASS1_SUMS is (1A 1B 1C 1D)
134 // PASS2_SUMS is (2A 2B 2C 2D)
135 // PASS3_SUMS is (3A 3B 3C 3D)
137 // (0A + 0B + 0C + 0D,
138 // 1A + 1B + 1C + 1D,
139 // 2A + 2B + 2C + 2D,
140 // 3A + 3B + 3C + 3D)
143 vpunpcklqdq PASS1_SUMS, PASS0_SUMS, T0 // T0 = (0A 1A 0C 1C)
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/trace-cmd/files/
H A D0002-Drop-using-_LARGEFILE64_SOURCE.patch11 lib/trace-cmd/trace-input.c | 1 -
12 lib/trace-cmd/trace-output.c | 1 -
13 lib/trace-cmd/trace-recorder.c | 1 -
14 tracecmd/trace-hist.c | 1 -
15 tracecmd/trace-listen.c | 1 -
16 tracecmd/trace-mem.c | 1 -
17 tracecmd/trace-profile.c | 1 -
18 tracecmd/trace-read.c | 1 -
19 tracecmd/trace-restore.c | 1 -
20 tracecmd/trace-split.c | 1 -
[all …]
/openbmc/linux/fs/smb/common/
H A Dcifs_md4.c12 * Copyright (c) Andrew Tridgell 1997-1998.
14 * Copyright (c) Cryptoapi developers.
15 * Copyright (c) 2002 David S. Miller (davem@redhat.com)
16 * Copyright (c) 2002 James Morris <jmorris@intercode.com.au>
50 #define ROUND1(a,b,c,d,k,s) (a = lshift(a + F(b,c,d) + k, s)) argument
51 #define ROUND2(a,b,c,d,k,s) (a = lshift(a + G(b,c,d) + k + (u32)0x5A827999,s)) argument
52 #define ROUND3(a,b,c,d,k,s) (a = lshift(a + H(b,c,d) + k + (u32)0x6ED9EBA1,s)) argument
56 u32 a, b, c, d; in md4_transform() local
60 c = hash[2]; in md4_transform()
61 d = hash[3]; in md4_transform()
[all …]
/openbmc/linux/Documentation/admin-guide/cgroup-v1/
H A Ddevices.rst11 'type' is a (all), c (char), or b (block). 'all' means it applies
27 echo 'c 1:3 mr' > /sys/fs/cgroup/1/devices.allow
40 3. Security
74 A allow "b 8:* rwm", "c 116:1 rw"
75 B deny "c 1:3 rwm", "c 116:2 rwm", "b 3:* rwm"
79 # echo "c 116:* r" > A/devices.deny
82 "c 116:2 rwm" will be removed::
85 A all "b 8:* rwm", "c 116:* rw"
86 B "c 1:3 rwm", "b 3:* rwm" all the rest
98 A "c 1:3 rwm", "c 1:5 r" all the rest
[all …]
/openbmc/linux/crypto/
H A Dmd4.c11 * Copyright (c) Andrew Tridgell 1997-1998.
13 * Copyright (c) Cryptoapi developers.
14 * Copyright (c) 2002 David S. Miller (davem@redhat.com)
15 * Copyright (c) 2002 James Morris <jmorris@intercode.com.au>
63 #define ROUND1(a,b,c,d,k,s) (a = lshift(a + F(b,c,d) + k, s)) argument
64 #define ROUND2(a,b,c,d,k,s) (a = lshift(a + G(b,c,d) + k + (u32)0x5A827999,s)) argument
65 #define ROUND3(a,b,c,d,k,s) (a = lshift(a + H(b,c,d) + k + (u32)0x6ED9EBA1,s)) argument
69 u32 a, b, c, d; in md4_transform() local
73 c = hash[2]; in md4_transform()
74 d = hash[3]; in md4_transform()
[all …]
H A Dcast6_generic.c3 * cast6.c - Cast6 cipher algorithm [rfc2612].
9 * Copyright (C) 2003 Kartikey Mahendra Bhatt <kartik_me@hotmail.com>.
99 key[3] ^= F1(key[4], Tr[i % 4][3], Tm[i][3]); in W()
100 key[2] ^= F2(key[3], Tr[i % 4][4], Tm[i][4]); in W()
106 int __cast6_setkey(struct cast6_ctx *c, const u8 *in_key, unsigned int key_len) in __cast6_setkey() argument
120 key[2] = be32_to_cpu(p_key[2]); /* C */ in __cast6_setkey()
121 key[3] = be32_to_cpu(p_key[3]); /* D */ in __cast6_setkey()
131 c->Kr[i][0] = key[0] & 0x1f; in __cast6_setkey()
132 c->Kr[i][1] = key[2] & 0x1f; in __cast6_setkey()
133 c->Kr[i][2] = key[4] & 0x1f; in __cast6_setkey()
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D1226 # Copyright (C) 2015 Red Hat, Inc.
37 trap "_cleanup; exit \$status" 0 1 2 3 15
49 $QEMU_IO -c "write -P 0x11 0 64M" "$TEST_IMG".base 2>&1 | _filter_qemu_io | _filter_testdir
57 $QEMU_IO -c "write -P 0x22 0 3M" "$TEST_IMG" 2>&1 | _filter_qemu_io | _filter_testdir
69 $QEMU_IO -c "write -P 0 0 3M" "$TEST_IMG" 2>&1 | _filter_qemu_io | _filter_testdir
72 $QEMU_IO -c "read -P 0 0 3M" "$TEST_IMG".orig 2>&1 | _filter_qemu_io | _filter_testdir
73 $QEMU_IMG convert -O $IMGFMT -c -B "$TEST_IMG".base -o backing_fmt=$IMGFMT \
75 $QEMU_IO -c "read -P 0 0 3M" "$TEST_IMG".orig 2>&1 | _filter_qemu_io | _filter_testdir
77 $QEMU_IO -c "write -z 0 3M" "$TEST_IMG" 2>&1 | _filter_qemu_io | _filter_testdir
80 $QEMU_IO -c "read -P 0 0 3M" "$TEST_IMG".orig 2>&1 | _filter_qemu_io | _filter_testdir
[all …]
/openbmc/linux/arch/powerpc/lib/
H A Dtest_emulate_step.c96 regs.gpr[3] = (unsigned long) &a; in test_ld()
99 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_LD(5, 3, 0))); in test_ld()
119 regs.gpr[3] = (unsigned long)&a; in test_pld()
122 stepped = emulate_step(&regs, TEST_PLD(5, 3, 0, 0)); in test_pld()
137 regs.gpr[3] = (unsigned long) &a; in test_lwz()
140 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_LWZ(5, 3, 0))); in test_lwz()
160 regs.gpr[3] = (unsigned long)&a; in test_plwz()
164 stepped = emulate_step(&regs, TEST_PLWZ(5, 3, 0, 0)); in test_plwz()
175 unsigned int a[3] = {0x0, 0x0, 0x1234}; in test_lwzx()
179 regs.gpr[3] = (unsigned long) a; in test_lwzx()
[all …]
/openbmc/linux/arch/arm/mach-omap1/
H A Dmux.c3 * linux/arch/arm/mach-omap1/mux.c
7 * Copyright (C) 2003 - 2008 Nokia Corporation
30 MUX_CFG("UART1_TX", 9, 21, 1, 2, 3, 0, NA, 0, 0)
34 MUX_CFG("UART2_TX", C, 27, 1, 3, 3, 0, NA, 0, 0)
35 MUX_CFG("UART2_RX", C, 18, 0, 3, 1, 1, NA, 0, 0)
36 MUX_CFG("UART2_CTS", C, 21, 0, 3, 1, 1, NA, 0, 0)
37 MUX_CFG("UART2_RTS", C, 24, 1, 3, 2, 0, NA, 0, 0)
41 MUX_CFG("UART3_RX", 6, 3, 0, 0, 31, 1, NA, 0, 0)
50 MUX_CFG("PWL", 6, 3, 1, 0, 31, 1, NA, 0, 0)
56 MUX_CFG("W4_USB_PUEN", D, 3, 3, 3, 5, 1, NA, 0, 1)
[all …]
/openbmc/linux/arch/m68k/lib/
H A Dmemset.c10 void *memset(void *s, int c, size_t count) in memset() argument
17 c &= 0xff; in memset()
18 c |= c << 8; in memset()
19 c |= c << 16; in memset()
22 *cs++ = c; in memset()
28 *ss++ = c; in memset()
37 *ls++ = c; in memset()
43 " lsrl #3,%1\n" in memset()
46 "1: movel %3,%0@+\n" in memset()
47 " movel %3,%0@+\n" in memset()
[all …]
/openbmc/bmcweb/redfish-core/include/registries/
H A Denvironmental_message_registry.hpp125 …"Humidity '%1' reading of %2 percent is now above the %3 lower critical threshold but remains outs…
127 3,
139 "Humidity '%1' reading of %2 percent is above the %3 upper caution threshold.",
141 3,
153 "Humidity '%1' reading of %2 percent is above the %3 upper critical threshold.",
155 3,
167 "Humidity '%1' reading of %2 percent is below the %3 lower caution threshold.",
169 3,
181 "Humidity '%1' reading of %2 percent is below the %3 lower critical threshold.",
183 3,
[all …]
/openbmc/linux/Documentation/ABI/stable/
H A Dsysfs-class-tpm50 Description: The "durations" property shows the 3 vendor-specific values
97 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
[all …]
/openbmc/linux/arch/powerpc/crypto/
H A Daes-tab-4k.S5 * Copyright (c) 2015 Markus Stockhausen <stockhausen@collogia.de>
10 * crypto/aes_generic.c and are designed to be simply accessed by a combination
25 #define R(a, b, c, d) \ argument
26 0x##a##b##c##d, 0x##d##a##b##c, 0x##c##d##a##b, 0x##b##c##d##a
32 /* encryption table, same as crypto_ft_tab in crypto/aes-generic.c */
33 .long R(c6, 63, 63, a5), R(f8, 7c, 7c, 84)
47 .long R(23, 9c, 9c, bf), R(53, a4, a4, f7)
49 .long R(75, b7, b7, c2), R(e1, fd, fd, 1c)
50 .long R(3d, 93, 93, ae), R(4c, 26, 26, 6a)
51 .long R(6c, 36, 36, 5a), R(7e, 3f, 3f, 41)
[all …]
/openbmc/linux/drivers/media/usb/pwc/
H A Dpwc-dec23.c3 Decompression for chipset version 2 et 3
4 (C) 2004-2006 Luc Saillard (luc@saillard.org)
24 * 0: use a C version of this tests: { a<0?0:(a>255?255:a) }
107 else if (k >= 1 && k < 3) in build_table_color()
109 else if (k >= 3 && k < 6) in build_table_color()
116 bit = (r[0] >> 3) & 7; in build_table_color()
128 p0[k + 0x20] = (3 * pw) + 0x80; in build_table_color()
132 p0[k + 0x60] = (-3 * pw) + 0x80; in build_table_color()
164 * elif look_bits(3) == 7: # op == 1 in the lookup table
165 * skip_bits(3)
[all …]
/openbmc/linux/drivers/iio/magnetometer/
H A Dyamaha-yas530.c7 * YAS530 MS-3E (2011 Samsung Galaxy S Advance)
8 * YAS532 MS-3R (2011 Samsung Galaxy S4)
9 * YAS533 MS-3F (Vivo 1633, 1707, V3, Y21L)
11 * YAS535 MS-6C
12 * YAS536 MS-3W
13 * YAS537 MS-3T (2015 Samsung Galaxy S6, Note 5, Galaxy S7)
14 * YAS539 MS-3S (2018 Samsung Galaxy A7 SM-A750FN)
18 * Copyright (C) 2012 InvenSense Corporation
21 * Copyright (c) 2014 Yamaha Corporation
97 #define YAS530_DEVICE_ID 0x01 /* YAS530 (MS-3E) */
[all …]
/openbmc/linux/include/linux/
H A Djhash.h6 * Copyright (C) 2006. Bob Jenkins (bob_jenkins@burtleburtle.net)
12 * lookup3.c, by Bob Jenkins, May 2006, Public Domain.
20 * Copyright (C) 2009-2010 Jozsef Kadlecsik (kadlec@netfilter.org)
34 /* __jhash_mix -- mix 3 32-bit values reversibly. */
35 #define __jhash_mix(a, b, c) \ argument
37 a -= c; a ^= rol32(c, 4); c += b; \
38 b -= a; b ^= rol32(a, 6); a += c; \
39 c -= b; c ^= rol32(b, 8); b += a; \
40 a -= c; a ^= rol32(c, 16); c += b; \
41 b -= a; b ^= rol32(a, 19); a += c; \
[all …]
/openbmc/linux/tools/include/linux/
H A Djhash.h6 * Copyright (C) 2006. Bob Jenkins (bob_jenkins@burtleburtle.net)
12 * lookup3.c, by Bob Jenkins, May 2006, Public Domain.
20 * Copyright (C) 2009-2010 Jozsef Kadlecsik (kadlec@blackhole.kfki.hu)
34 /* __jhash_mix -- mix 3 32-bit values reversibly. */
35 #define __jhash_mix(a, b, c) \ argument
37 a -= c; a ^= rol32(c, 4); c += b; \
38 b -= a; b ^= rol32(a, 6); a += c; \
39 c -= b; c ^= rol32(b, 8); b += a; \
40 a -= c; a ^= rol32(c, 16); c += b; \
41 b -= a; b ^= rol32(a, 19); a += c; \
[all …]
/openbmc/linux/drivers/media/pci/bt8xx/
H A Dbttv-cards.c4 bttv-cards.c
9 Copyright (C) 1996,97,98 Ralph Metzler (rjkm@thp.uni-koeln.de)
11 (c) 1999-2001 Gerd Knorr <kraxel@goldbach.in-berlin.de>
126 "\t\t 3 = tvaudio");
174 { 0x3000121a, BTTV_BOARD_VOODOOTV_200, "3Dfx VoodooTV 200" },
175 { 0x263710b4, BTTV_BOARD_VOODOOTV_FM, "3Dfx VoodooTV FM" },
176 { 0x3060121a, BTTV_BOARD_STB2, "3Dfx VoodooTV 100/ STB OEM" },
220 { 0x1462aa02, BTTV_BOARD_PV150, "Provideo PV150A-3" },
225 { 0x1466aa06, BTTV_BOARD_PV150, "Provideo PV150B-3" },
291 { 0x01071805, BTTV_BOARD_PICOLO_TETRA_CHIP, "Picolo Tetra Chip #3" },
[all …]
/openbmc/linux/scripts/mod/
H A Dsumversion.c23 * Copyright (c) Andrew Tridgell 1997-1998.
25 * Copyright (c) Cryptoapi developers.
26 * Copyright (c) 2002 David S. Miller (davem@redhat.com)
27 * Copyright (c) 2002 James Morris <jmorris@intercode.com.au>
67 #define ROUND1(a,b,c,d,k,s) (a = lshift(a + F(b,c,d) + k, s)) argument
68 #define ROUND2(a,b,c,d,k,s) (a = lshift(a + G(b,c,d) + k + (uint32_t)0x5A827999,s)) argument
69 #define ROUND3(a,b,c,d,k,s) (a = lshift(a + H(b,c,d) + k + (uint32_t)0x6ED9EBA1,s)) argument
90 uint32_t a, b, c, d; in md4_transform() local
94 c = hash[2]; in md4_transform()
95 d = hash[3]; in md4_transform()
[all …]
/openbmc/u-boot/arch/x86/lib/
H A Dstring.c3 * Copyright (C) 1991,1992,1993,1997,1998,2003, 2005 Free Software Foundation, Inc.
4 * This file is part of the GNU C Library.
5 * Copyright (c) 2011 The Chromium OS Authors.
8 /* From glibc-2.14, sysdeps/i386/memset.c */
16 void *memset(void *dstpp, int c, size_t len) in memset() argument
24 x = (unsigned char) c; in memset()
46 "stosb" /* %0, %2, %3 */ : in memset()
47 "=D" (dstp), "=c" (d0) : in memset()
54 "stosl" /* %0, %2, %3 */ : in memset()
55 "=D" (dstp), "=c" (d0) : in memset()
[all …]
/openbmc/linux/drivers/media/firewire/
H A Dfiredtv-avc.c5 * Copyright (C) 2004 Andreas Monitzer <andy@monitzer.com>
6 * Copyright (C) 2008 Ben Backx <ben@bbackx.com>
7 * Copyright (C) 2008 Henrik Kurelid <henrik@kurelid.se>
38 #define AVC_SUBUNIT_TYPE_TUNER (0x05 << 3)
39 #define AVC_SUBUNIT_TYPE_UNIT (0x1f << 3)
90 static inline void clear_operands(struct avc_command_frame *c, int from, int to) in clear_operands() argument
92 memset(&c->operand[from], 0, to - from + 1); in clear_operands()
95 static void pad_operands(struct avc_command_frame *c, int from) in pad_operands() argument
100 clear_operands(c, from, to); in pad_operands()
179 data[3] != SFE_VENDOR_DE_COMPANYID_0 || in debug_fcp_opcode()
[all …]
/openbmc/linux/drivers/media/usb/go7007/
H A Dgo7007-fw.c3 * Copyright (C) 2005-2006 Micronas USA Inc.
33 #define FLAG_MODE_MPEG4 (1<<3)
43 #define SPECIAL_SEQHEAD 3
81 2, 2, 2, 2, 2, 2, 2, 2, 2, 3,
82 3, 3, 3, 3, 3, 4, 4, 4, 4, 4,
91 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
92 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
93 3, 3, 3, 3, 3, 4, 4, 4, 4, 4,
169 { 0x01, 1 }, { 0x03, 3 }, { 0x02, 3 }, { 0x03, 4 },
198 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11
[all …]

12345678910>>...150