Home
last modified time | relevance | path

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

12345678910>>...117

/linux/tools/perf/pmu-events/arch/x86/ivytown/
H A Duncore-power.json4 "Counter": "0,1,2,3",
11 "BriefDescription": "Core 0 C State Transition Cycles",
12 "Counter": "0,1,2,3",
16 …"PublicDescription": "Number of cycles spent performing core C state transitions. There is one ev…
20 "BriefDescription": "Core 10 C State Transition Cycles",
21 "Counter": "0,1,2,3",
25 …"PublicDescription": "Number of cycles spent performing core C state transitions. There is one ev…
29 "BriefDescription": "Core 11 C State Transition Cycles",
30 "Counter": "0,1,2,3",
34 …"PublicDescription": "Number of cycles spent performing core C state transitions. There is one ev…
[all …]
/linux/tools/perf/pmu-events/arch/x86/broadwellx/
H A Duncore-power.json4 "Counter": "0,1,2,3",
11 "BriefDescription": "Core C State Transition Cycles",
12 "Counter": "0,1,2,3",
16 …"PublicDescription": "Number of cycles spent performing core C state transitions. There is one ev…
20 "BriefDescription": "Core C State Transition Cycles",
21 "Counter": "0,1,2,3",
25 …"PublicDescription": "Number of cycles spent performing core C state transitions. There is one ev…
29 "BriefDescription": "Core C State Transition Cycles",
30 "Counter": "0,1,2,3",
34 …"PublicDescription": "Number of cycles spent performing core C state transitions. There is one ev…
[all …]
/linux/tools/perf/pmu-events/arch/x86/broadwellde/
H A Duncore-power.json4 "Counter": "0,1,2,3",
11 "BriefDescription": "Core C State Transition Cycles",
12 "Counter": "0,1,2,3",
16 …"PublicDescription": "Number of cycles spent performing core C state transitions. There is one ev…
20 "BriefDescription": "Core C State Transition Cycles",
21 "Counter": "0,1,2,3",
25 …"PublicDescription": "Number of cycles spent performing core C state transitions. There is one ev…
29 "BriefDescription": "Core C State Transition Cycles",
30 "Counter": "0,1,2,3",
34 …"PublicDescription": "Number of cycles spent performing core C state transitions. There is one ev…
[all …]
/linux/tools/perf/pmu-events/arch/x86/haswellx/
H A Duncore-power.json4 "Counter": "0,1,2,3",
11 "BriefDescription": "Core C State Transition Cycles",
12 "Counter": "0,1,2,3",
16 …"PublicDescription": "Number of cycles spent performing core C state transitions. There is one ev…
20 "BriefDescription": "Core C State Transition Cycles",
21 "Counter": "0,1,2,3",
25 …"PublicDescription": "Number of cycles spent performing core C state transitions. There is one ev…
29 "BriefDescription": "Core C State Transition Cycles",
30 "Counter": "0,1,2,3",
34 …"PublicDescription": "Number of cycles spent performing core C state transitions. There is one ev…
[all …]
/linux/lib/crypto/x86/
H A Dsha1-ssse3-and-avx.S19 * Copyright (C) 2010, Intel Corp.
115 mov 8(HASH_PTR), C
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
[all …]
/linux/tools/perf/pmu-events/arch/x86/jaketown/
H A Duncore-power.json4 "Counter": "0,1,2,3",
11 "BriefDescription": "Core C State Transition Cycles",
12 "Counter": "0,1,2,3",
16 …"PublicDescription": "Number of cycles spent performing core C state transitions. There is one ev…
20 "BriefDescription": "Core C State Transition Cycles",
21 "Counter": "0,1,2,3",
25 …"PublicDescription": "Number of cycles spent performing core C state transitions. There is one ev…
29 "BriefDescription": "Core C State Transition Cycles",
30 "Counter": "0,1,2,3",
34 …"PublicDescription": "Number of cycles spent performing core C state transitions. There is one ev…
[all …]
/linux/tools/perf/pmu-events/arch/x86/snowridgex/
H A Duncore-power.json4 "Counter": "0,1,2,3",
11 "Counter": "0,1,2,3",
20 "Counter": "0,1,2,3",
29 "Counter": "0,1,2,3",
39 "Counter": "0,1,2,3",
49 "Counter": "0,1,2,3",
58 "BriefDescription": "Phase Shed 3 Cycles",
59 "Counter": "0,1,2,3",
64 "PublicDescription": "Phase Shed 3 Cycles : Cycles spent in phase-shedding power state 3",
69 "Counter": "0,1,2,3",
[all …]
/linux/tools/perf/pmu-events/arch/x86/icelakex/
H A Duncore-power.json4 "Counter": "0,1,2,3",
12 "Counter": "0,1,2,3",
21 "Counter": "0,1,2,3",
30 "Counter": "0,1,2,3",
40 "Counter": "0,1,2,3",
50 "Counter": "0,1,2,3",
59 "BriefDescription": "Phase Shed 3 Cycles",
60 "Counter": "0,1,2,3",
65 "PublicDescription": "Phase Shed 3 Cycles : Cycles spent in phase-shedding power state 3",
70 "Counter": "0,1,2,3",
[all …]
/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>
51 #define ROUND1(a,b,c,d,k,s) (a = lshift(a + F(b,c,d) + k, s)) argument
52 #define ROUND2(a,b,c,d,k,s) (a = lshift(a + G(b,c,d) + k + (u32)0x5A827999,s)) argument
53 #define ROUND3(a,b,c,d,k,s) (a = lshift(a + H(b,c,d) + k + (u32)0x6ED9EBA1,s)) argument
57 u32 a, b, c, d; in md4_transform() local
61 c = hash[2]; in md4_transform()
62 d = hash[3]; in md4_transform()
[all …]
/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 …]
/linux/arch/x86/crypto/
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 …]
/linux/tools/perf/pmu-events/arch/x86/sapphirerapids/
H A Duncore-power.json4 "Counter": "0,1,2,3",
13 "Counter": "0,1,2,3",
22 "Counter": "0,1,2,3",
31 "Counter": "0,1,2,3",
41 "Counter": "0,1,2,3",
51 "Counter": "0,1,2,3",
60 "BriefDescription": "Phase Shed 3 Cycles",
61 "Counter": "0,1,2,3",
66 "PublicDescription": "Phase Shed 3 Cycles : Cycles spent in phase-shedding power state 3",
71 "Counter": "0,1,2,3",
[all …]
/linux/tools/perf/pmu-events/arch/x86/emeraldrapids/
H A Duncore-power.json4 "Counter": "0,1,2,3",
13 "Counter": "0,1,2,3",
22 "Counter": "0,1,2,3",
31 "Counter": "0,1,2,3",
41 "Counter": "0,1,2,3",
51 "Counter": "0,1,2,3",
60 "BriefDescription": "Phase Shed 3 Cycles",
61 "Counter": "0,1,2,3",
66 "PublicDescription": "Phase Shed 3 Cycles : Cycles spent in phase-shedding power state 3",
71 "Counter": "0,1,2,3",
[all …]
/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 …]
/linux/tools/perf/pmu-events/arch/x86/cascadelakex/
H A Duncore-power.json4 "Counter": "0,1,2,3",
13 "Counter": "0,1,2,3",
22 "Counter": "0,1,2,3",
31 "Counter": "0,1,2,3",
41 "Counter": "0,1,2,3",
51 "Counter": "0,1,2,3",
60 "BriefDescription": "Phase Shed 3 Cycles",
61 "Counter": "0,1,2,3",
66 "PublicDescription": "Cycles spent in phase-shedding power state 3",
71 "Counter": "0,1,2,3",
[all …]
/linux/tools/perf/pmu-events/arch/x86/skylakex/
H A Duncore-power.json4 "Counter": "0,1,2,3",
13 "Counter": "0,1,2,3",
22 "Counter": "0,1,2,3",
31 "Counter": "0,1,2,3",
41 "Counter": "0,1,2,3",
51 "Counter": "0,1,2,3",
60 "BriefDescription": "Phase Shed 3 Cycles",
61 "Counter": "0,1,2,3",
66 "PublicDescription": "Cycles spent in phase-shedding power state 3",
71 "Counter": "0,1,2,3",
[all …]
/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 …]
/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 …]
/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 …]
/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 …]
/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");
175 { 0x3000121a, BTTV_BOARD_VOODOOTV_200, "3Dfx VoodooTV 200" },
176 { 0x263710b4, BTTV_BOARD_VOODOOTV_FM, "3Dfx VoodooTV FM" },
177 { 0x3060121a, BTTV_BOARD_STB2, "3Dfx VoodooTV 100/ STB OEM" },
221 { 0x1462aa02, BTTV_BOARD_PV150, "Provideo PV150A-3" },
226 { 0x1466aa06, BTTV_BOARD_PV150, "Provideo PV150B-3" },
292 { 0x01071805, BTTV_BOARD_PICOLO_TETRA_CHIP, "Picolo Tetra Chip #3" },
[all …]
/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 …]
/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 …]
/linux/scripts/mod/
H A Dsumversion.c25 * Copyright (c) Andrew Tridgell 1997-1998.
27 * Copyright (c) Cryptoapi developers.
28 * Copyright (c) 2002 David S. Miller (davem@redhat.com)
29 * Copyright (c) 2002 James Morris <jmorris@intercode.com.au>
69 #define ROUND1(a,b,c,d,k,s) (a = lshift(a + F(b,c,d) + k, s)) argument
70 #define ROUND2(a,b,c,d,k,s) (a = lshift(a + G(b,c,d) + k + (uint32_t)0x5A827999,s)) argument
71 #define ROUND3(a,b,c,d,k,s) (a = lshift(a + H(b,c, argument
92 uint32_t a, b, c, d; md4_transform() local
227 add_char(unsigned char c,struct md4_ctx * md) add_char() argument
[all...]
/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>>...117