Home
last modified time | relevance | path

Searched +full:3 +full:e (Results 1 – 25 of 1593) sorted by relevance

12345678910>>...64

/openbmc/linux/arch/alpha/lib/
H A Dev6-memset.S15 * E - either cluster
53 and $17,255,$1 # E : 00000000000000ch
55 bis $16,$16,$0 # E : return value
58 addq $18,$16,$6 # E : max address to write to
59 bis $1,$2,$17 # E : 000000000000chch
60 insbl $1,2,$3 # U : 0000000000ch0000
61 insbl $1,3,$4 # U : 00000000ch000000
63 or $3,$4,$3 # E : 00000000chch0000
65 xor $16,$6,$1 # E : will complete write be within one quadword?
68 or $17,$3,$17 # E : 00000000chchchch
[all …]
H A Dev6-csum_ipv6_magic.S17 * E - either cluster
36 * (we can't hide the 3-cycle latency of the unpkbw in the 6-instruction sequence)
47 * add the 3 low ushorts together, generating a uint
64 ldq_u $0,0($16) # L : Latency: 3
66 ldq_u $1,8($16) # L : Latency: 3
69 and $16,7,$6 # E : src misalignment
70 ldq_u $5,15($16) # L : Latency: 3
72 ldq_u $2,0($17) # L : U L U L : Latency: 3
76 ldq_u $3,8($17) # L : Latency: 3
79 cmoveq $6,$31,$22 # E : src aligned?
[all …]
H A Dev6-memchr.S26 * E - either cluster
49 ldq_u $1, 0($16) # L : load first quadword Latency=3
50 and $17, 0xff, $17 # E : L L U U : 00000000000000ch
53 cmpult $18, 9, $4 # E : small (< 1 quad) string?
54 or $2, $17, $17 # E : 000000000000chch
55 lda $3, -1($31) # E : U L L U
58 addq $16, $5, $5 # E : Max search address
59 or $2, $17, $17 # E : 00000000chchchch
62 or $2, $17, $17 # E : chchchchchchchch
65 ldq_u $6, -1($5) # L : L U U L : eight or less bytes to search Latency=3
[all …]
H A Dev6-copy_user.S21 * E - either cluster
49 mov $18, $0 # .. .. .. E
50 subq $18, 32, $1 # .. .. E. .. : Is this going to be a small copy?
51 nop # .. E .. ..
54 and $16,7,$3 # .. .. .. E : is leading dest misalignment
56 beq $3, $destaligned # .. U .. .. : 2nd (one cycle fetcher stall)
57 subq $3, 8, $3 # E .. .. .. : L U U L : trip counter
59 * The fetcher stall also hides the 1 cycle cross-cluster stall for $3 (L --> U)
65 addq $16,1,$16 # .. .. E .. : Section 3.8 in the CWG
66 addq $3,1,$3 # .. E .. .. :
[all …]
H A Dev6-memcpy.S16 * E - either cluster
34 mov $16, $0 # E : copy dest to return
36 xor $16, $17, $1 # E : are source and dest alignments the same?
37 and $1, 7, $1 # E : are they the same mod 8?
41 and $16, 7, $1 # E : Are both 0mod8?
43 nop # E :
53 subq $18, 1, $18 # E : count--
54 addq $17, 1, $17 # E : src++
56 addq $16, 1, $16 # E : dest++
57 and $16, 7, $1 # E : Are we at 0mod8 yet?
[all …]
H A Dev6-clear_user.S18 * E - either cluster
53 and $16, 7, $4 # .. E .. .. : find dest head misalignment
56 addq $0, $4, $1 # .. .. .. E : bias counter
57 and $1, 7, $2 # .. .. E .. : number of misaligned bytes in tail
60 srl $1, 3, $1 # .. E .. .. : number of quadwords to clear
70 addq $16, 8, $16 # E .. .. .. : L U U L
73 subq $1, 1, $1 # .. .. E .. :
74 addq $0, $4, $0 # .. E .. .. : bytes left -= 8 - misalignment
75 subq $0, 8, $0 # E .. .. .. : U L U L
86 subq $1, 16, $4 # .. .. .. E : If < 16, we can not use the huge loop
[all …]
H A Dev67-strncat.S18 * E - either cluster
38 lda $2, -1($31) # E :
41 andnot $16, 7, $16 # E :
42 nop # E :
43 or $2, $1, $1 # E :
45 nop # E :
46 nop # E :
47 cmpbge $31, $1, $2 # E : bits set iff byte == 0
51 addq $16, 8, $16 # E :
52 cmpbge $31, $1, $2 # E :
[all …]
H A Dev6-stxncpy.S36 * E - either cluster
66 lda t2, -1 # E : build a mask against false zero
69 ornot t1, t2, t2 # E : (stall)
72 cmpbge zero, t2, t8 # E : bits set iff null found
73 or t0, t3, t0 # E : (stall)
91 addq a0, 8, a0 # E :
92 subq a2, 1, a2 # E :
96 addq a1, 8, a1 # E :
97 cmpbge zero, t0, t8 # E :
113 negq t8, t12 # E : find low bit set
[all …]
H A Dev6-stxcpy.S28 * E - either cluster
58 lda t2, -1 # E : build a mask against false zero
61 ornot t1, t2, t2 # E : (stall)
64 cmpbge zero, t2, t8 # E : bits set iff null found
65 or t0, t3, t1 # E : (stall)
75 addq a0, 8, a0 # E :
79 ldq_u t1, 0(a1) # L : Latency=3
80 addq a1, 8, a1 # E :
81 cmpbge zero, t1, t8 # E : (3 cycle stall)
89 negq t8, t6 # E : find low bit set
[all …]
/openbmc/linux/Documentation/driver-api/media/drivers/ccs/
H A Dccs-regs.asc1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-3-Clause
6 # - e enum value # after a field
7 # - e enum value [LSB MSB]
23 - e GRBG 0
24 - e RGGB 1
25 - e BGGR 2
26 - e GBRG 3
28 - e v1_0 0x10
29 - e v1_1 0x11
31 - f minor 0 3
[all …]
/openbmc/linux/security/apparmor/
H A Dpolicy_unpack_test.c15 (3 + strlen(TEST_STRING_NAME) + 1)
20 (TEST_STRING_BUF_OFFSET + 3 + strlen(TEST_STRING_DATA) + 1)
22 (TEST_NAMED_U32_BUF_OFFSET + 3 + strlen(TEST_U32_NAME) + 1)
24 #define TEST_U16_OFFSET (TEST_U32_BUF_OFFSET + 3)
31 (TEST_NAMED_U64_BUF_OFFSET + 3 + strlen(TEST_U64_NAME) + 1)
38 (TEST_NAMED_BLOB_BUF_OFFSET + 3 + strlen(TEST_BLOB_NAME) + 1)
45 (TEST_NAMED_ARRAY_BUF_OFFSET + 3 + strlen(TEST_ARRAY_NAME) + 1)
50 struct aa_ext *e; member
58 struct aa_ext *e; in build_aa_ext_struct() local
63 e = kunit_kmalloc(test, sizeof(*e), GFP_USER); in build_aa_ext_struct()
[all …]
/openbmc/linux/arch/x86/crypto/
H A Dsha1_ssse3_asm.S118 mov 16(HASH_PTR), E
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
137 RR F1,E,A,B,C,D,16
[all …]
H A Dsha256-avx-asm.S98 NUM_BLKS = %rdx # 3rd arg
105 e = %edx define
146 f = e
147 e = d define
158 mov e, y0 # y0 = e
159 MY_ROR (25-11), y0 # y0 = e >> (25-11)
163 xor e, y0 # y0 = e ^ (e >> (25-11))
165 MY_ROR (11-6), y0 # y0 = (e >> (11-6)) ^ (e >> (25-6))
169 xor e, y0 # y0 = e ^ (e >> (11-6)) ^ (e >> (25-6))
170 and e, y2 # y2 = (f^g)&e
[all …]
H A Dsha256-ssse3-asm.S91 NUM_BLKS = %rdx # 3rd arg
98 e = %edx define
140 f = e
141 e = d define
152 mov e, y0 # y0 = e
153 ror $(25-11), y0 # y0 = e >> (25-11)
157 xor e, y0 # y0 = e ^ (e >> (25-11))
159 ror $(11-6), y0 # y0 = (e >> (11-6)) ^ (e >> (25-6))
164 xor e, y0 # y0 = e ^ (e >> (11-6)) ^ (e >> (25-6))
165 and e, y2 # y2 = (f^g)&e
[all …]
/openbmc/linux/arch/powerpc/crypto/
H A Daes-tab-4k.S14 * instructions. E.g. evldw, evlwwsplat, ...
19 * This is a quite good tradeoff for low power devices (e.g. routers) without
44 .long R(8e, 47, 47, c9), R(fb, f0, f0, 0b)
50 .long R(3d, 93, 93, ae), R(4c, 26, 26, 6a)
51 .long R(6c, 36, 36, 5a), R(7e, 3f, 3f, 41)
56 .long R(62, 31, 31, 53), R(2a, 15, 15, 3f)
58 .long R(46, 23, 23, 65), R(9d, c3, c3, 5e)
61 .long R(0e, 07, 07, 09), R(24, 12, 12, 36)
62 .long R(1b, 80, 80, 9b), R(df, e2, e2, 3d)
63 .long R(cd, eb, eb, 26), R(4e, 27, 27, 69)
[all …]
/openbmc/qemu/host/include/loongarch64/host/
H A Dbufferiszero.c.inc16 const void *e = QEMU_ALIGN_PTR_DOWN(buf + len - 1, 16) - (7 * 16);
22 "vld $vr2,%3,0\n\t" /* e[0] */
23 "vld $vr3,%3,16\n\t" /* e[1] */
24 "vld $vr4,%3,32\n\t" /* e[2] */
25 "vld $vr5,%3,48\n\t" /* e[3] */
26 "vld $vr6,%3,64\n\t" /* e[4] */
27 "vld $vr7,%3,80\n\t" /* e[5] */
28 "vld $vr8,%3,96\n\t" /* e[6] */
44 "vld $vr3,%1,48\n\t" /* p[3] */
57 "bltu %1,%3,1b\n\t"
[all …]
/openbmc/linux/sound/pci/hda/
H A Dhda_eld.c29 CEA_EDID_VER_CEA861BCD = 3,
37 "3-reserved"
44 AUDIO_CODING_TYPE_MPEG1 = 3,
67 AUDIO_CODING_XTYPE_MPEG_SURROUND = 3,
74 /* 2 */ "AC-3",
75 /* 3 */ "MPEG1",
82 /* 10 */ "E-AC-3/DD+ (Dolby Digital Plus)",
95 * - CEA E-EDID Extension (sink to source)
105 AC_SUPPCM_BITS_24, /* 3: 24 bits */
115 SNDRV_PCM_RATE_48000, /* 3: 48000Hz */
[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
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
135 82 5E 96 0B F8 1F 5F 34 06 DA A2 52 C1 A9 D5 26
[all …]
/openbmc/u-boot/lib/
H A Dsha1.c41 | ( (unsigned long) (b)[(i) + 3] ); \
49 (b)[(i) + 3] = (unsigned char) ( (n) ); \
64 ctx->state[3] = 0x10325476; in sha1_starts()
70 unsigned long temp, W[16], A, B, C, D, E; in sha1_process() local
75 GET_UINT32_BE (W[3], data, 12); in sha1_process()
92 temp = W[(t - 3) & 0x0F] ^ W[(t - 8) & 0x0F] ^ \ in sha1_process()
97 #define P(a,b,c,d,e,x) { \ in sha1_process() argument
98 e += S(a,5) + F(b,c,d) + K + x; b = S(b,30); \ in sha1_process()
104 D = ctx->state[3]; in sha1_process()
105 E = ctx->state[4]; in sha1_process()
[all …]
H A Dsha256.c31 | ( (unsigned long) (b)[(i) + 3] ); \
39 (b)[(i) + 3] = (unsigned char) ( (n) ); \
51 ctx->state[3] = 0xA54FF53A; in sha256_starts()
62 uint32_t A, B, C, D, E, F, G, H; in sha256_process() local
67 GET_UINT32_BE(W[3], data, 12); in sha256_process()
84 #define S0(x) (ROTR(x, 7) ^ ROTR(x,18) ^ SHR(x, 3)) in sha256_process()
99 #define P(a,b,c,d,e,f,g,h,x,K) { \ in sha256_process() argument
100 temp1 = h + S3(e) + F1(e,f,g) + K + x; \ in sha256_process()
108 D = ctx->state[3]; in sha256_process()
109 E = ctx->state[4]; in sha256_process()
[all …]
/openbmc/linux/lib/
H A Dpolynomial.c24 * N = 1.8322e-8*(T^4) + 2.343e-5*(T^3) + 8.7018e-3*(T^2) + 3.9269*(T^1) +
26 * T = -1.6743e-11*(N^4) + 8.1542e-8*(N^3) + -1.8201e-4*(N^2) +
27 * 3.1020e-1*(N^1) - 4.838e1
38 * N = (18322e-20*(T^4) + 2343e-13*(T^3) + 87018e-9*(T^2) + 39269e-3*T +
40 * T = -16743e-12*(D^4) + 81542e-9*(D^3) - 182010e-6*(D^2) + 310200e-3*D -
48 * {3, 2343, 10000, 10},
59 * {3, 81542, 1000, 1},
/openbmc/qemu/tests/tcg/multiarch/
H A Dsha1.c74 uint32_t a, b, c, d, e; in SHA1Transform() local
94 d = state[3]; in SHA1Transform()
95 e = state[4]; in SHA1Transform()
97 R0(a,b,c,d,e, 0); R0(e,a,b,c,d, 1); R0(d,e,a,b,c, 2); R0(c,d,e,a,b, 3); in SHA1Transform()
98 R0(b,c,d,e,a, 4); R0(a,b,c,d,e, 5); R0(e,a,b,c,d, 6); R0(d,e,a,b,c, 7); in SHA1Transform()
99 R0(c,d,e,a,b, 8); R0(b,c,d,e,a, 9); R0(a,b,c,d,e,10); R0(e,a,b,c,d,11); in SHA1Transform()
100 R0(d,e,a,b,c,12); R0(c,d,e,a,b,13); R0(b,c,d,e,a,14); R0(a,b,c,d,e,15); in SHA1Transform()
101 R1(e,a,b,c,d,16); R1(d,e,a,b,c,17); R1(c,d,e,a,b,18); R1(b,c,d,e,a,19); in SHA1Transform()
102 R2(a,b,c,d,e,20); R2(e,a,b,c,d,21); R2(d,e,a,b,c,22); R2(c,d,e,a,b,23); in SHA1Transform()
103 R2(b,c,d,e,a,24); R2(a,b,c,d,e,25); R2(e,a,b,c,d,26); R2(d,e,a,b,c,27); in SHA1Transform()
[all …]
/openbmc/u-boot/board/freescale/common/
H A Dsys_eeprom.c64 } e; variable
71 #define is_valid ((e.id[0] == 'N') || (e.id[1] == 'X') || \
72 (e.id[2] == 'I') || (e.id[3] == 'D'))
77 #define is_valid ((e.id[0] == 'C') || (e.id[1] == 'C') || \
78 (e.id[2] == 'I') || (e.id[3] == 'D'))
91 printf("ID: %c%c%c%c v%u\n", e.id[0], e.id[1], e.id[2], e.id[3], in show_eeprom()
92 be32_to_cpu(e.version)); in show_eeprom()
94 printf("ID: %c%c%c%c\n", e.id[0], e.id[1], e.id[2], e.id[3]); in show_eeprom()
98 printf("SN: %s\n", e.sn); in show_eeprom()
102 printf("Errata: %s\n", e.errata); in show_eeprom()
[all …]
/openbmc/linux/tools/testing/selftests/hid/tests/
H A Dtest_multitouch.py31 "SLOT_IS_CONTACTNUMBER": BIT(3),
224 elif value == 3:
492e 65 11 75 10 95 01 35 00 46 c8 37 09 30 81 02 46 68 1f 09 31 81 02 45 00 c0 c0 05 0d 09 06 15 00 …
501 return super().create_report(data, global_data=global_data, reportID=3)
509 return absinfo is not None and absinfo.resolution == 3
690 """Send 3 touches in the first 3 slots.
700 t2 = Touch(3, 250, 300)
745 Touch(i, (i + 3) * 20, (i + 3) * 20 + 5)
1111 "uhid test 3m_0596_0500",
1112e a1 01 85 11 09 23 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 …
[all …]
H A Dtest_tablet.py481 assert len(events) >= 3 # X, Y, SYN
601 assert len(events) == 3 # X, Y, SYN
651 assert len(events) == 3 # X, Y, SYN
7033f 81 02 06 00 ff 09 01 15 00 26 ff 00 75 08 95 3f 91 02 c0 05 0d 09 04 a1 01 85 02 09 20 a1 00 09…
7113f 81 02 06 00 ff 09 01 15 00 26 ff 00 75 08 95 3f 91 02 c0 05 0d 09 04 a1 01 85 02 09 20 a1 00 09…
7193f 81 02 06 00 ff 09 01 15 00 26 ff 00 75 08 95 3f 91 02 c0 05 0d 09 04 a1 01 85 02 09 20 a1 00 09…
727e 26 ff 7f 81 02 05 0d 09 55 25 08 75 08 95 01 b1 02 c0 c0 05 01 09 01 a1 01 85 01 09 01 a1 00 05 …
7353f 81 02 06 00 ff 09 01 15 00 26 ff 00 75 08 95 3f 91 02 c0 05 0d 09 04 a1 01 85 02 09 20 a1 00 09…
743e 26 ff 7f 81 02 09 31 75 10 95 01 55 0d 65 33 35 00 46 23 2c 26 ff 7f 81 02 05 0d 09 55 25 08 75 …
751 …75 08 95 01 81 02 85 03 09 55 15 00 26 ff 00 75 08 95 01 b1 02 c0 05 0d 09 0e a1 01 85 02 09 52 09…
[all …]

12345678910>>...64