Searched refs:s3 (Results 26 - 50 of 556) sorted by relevance

1234567891011>>

/external/libvpx/libvpx/vpx_dsp/arm/
H A Dhighbd_idct32x32_34_add_neon.c39 int32x4x2_t in[8], s1[32], s2[32], s3[32]; local
168 s3[24] = highbd_idct_sub_dual(s1[31], s2[24]);
169 s3[25] = highbd_idct_sub_dual(s1[30], s2[25]);
170 s3[26] = highbd_idct_sub_dual(s1[29], s1[26]);
171 s3[27] = highbd_idct_sub_dual(s1[28], s1[27]);
195 s1[20] = sub_multiply_shift_and_narrow_s32_dual(s3[27], s2[20], cospi_16_64);
196 s1[27] = add_multiply_shift_and_narrow_s32_dual(s2[20], s3[27], cospi_16_64);
198 s1[21] = sub_multiply_shift_and_narrow_s32_dual(s3[26], s2[21], cospi_16_64);
199 s1[26] = add_multiply_shift_and_narrow_s32_dual(s2[21], s3[26], cospi_16_64);
201 s1[22] = sub_multiply_shift_and_narrow_s32_dual(s3[2
375 int32x4x2_t in[8], s1[32], s2[32], s3[32], out[32]; local
[all...]
H A Didct32x32_135_add_neon.c93 int16x8_t in[12], s1[32], s2[32], s3[32], s4[32], s5[32], s6[32], s7[32]; local
144 s3[4] = multiply_shift_and_narrow_s16(in[4], cospi_28_64);
145 s3[7] = multiply_shift_and_narrow_s16(in[4], cospi_4_64);
147 s3[10] = vsubq_s16(s2[11], s2[10]);
148 s3[11] = vaddq_s16(s2[10], s2[11]);
149 s3[12] = vaddq_s16(s2[12], s2[13]);
150 s3[13] = vsubq_s16(s2[12], s2[13]);
152 s3[17] = multiply_accumulate_shift_and_narrow_s16(s1[16], -cospi_4_64, s1[31],
154 s3[30] = multiply_accumulate_shift_and_narrow_s16(s1[16], cospi_28_64, s1[31],
157 s3[1
377 int16x8_t in[16], s1[32], s2[32], s3[32], s4[32], s5[32], s6[32], s7[32], local
[all...]
H A Dhighbd_idct32x32_135_add_neon.c100 int32x4x2_t in[12], s1[32], s2[32], s3[32], s4[32], s5[32], s6[32], s7[32], local
154 s3[4] = multiply_shift_and_narrow_s32_dual(in[4], cospi_28_64);
155 s3[7] = multiply_shift_and_narrow_s32_dual(in[4], cospi_4_64);
157 s3[10] = highbd_idct_sub_dual(s2[11], s2[10]);
158 s3[11] = highbd_idct_add_dual(s2[10], s2[11]);
159 s3[12] = highbd_idct_add_dual(s2[12], s2[13]);
160 s3[13] = highbd_idct_sub_dual(s2[12], s2[13]);
162 s3[17] = multiply_accumulate_shift_and_narrow_s32_dual(s1[16], -cospi_4_64,
164 s3[30] = multiply_accumulate_shift_and_narrow_s32_dual(s1[16], cospi_28_64,
167 s3[1
453 int32x4x2_t in[16], s1[32], s2[32], s3[32], s4[32], s5[32], s6[32], s7[32], local
[all...]
/external/testng/src/test/java/test/
H A DFileStringBufferTest.java13 String s3 = s + s + s;
15 fsb.append(s3);
16 // Assert.assertEquals(s3, fsb.toString());
22 String s3 = s + s + s;
27 // Assert.assertEquals(s3, fsb.toString());
/external/clang/test/CodeGen/
H A Dsanitize-init-order.cpp27 PODWithCtorAndDtor s3; variable
H A Dpacked-arrays.c20 struct __attribute__((packed)) s3 { struct
33 int align3 = __alignof(struct s3);
43 int align3_x = __alignof(((struct s3*) 0)->x);
52 int align3_x0 = __alignof(((struct s3*) 0)->x[0]);
136 int f3_a(struct s3 *a) {
139 int f3_b(struct s3 *a) {
142 int f3_c(struct s3 *a) {
145 int f3_d(struct s3 *a) {
H A Dx86_32-arguments-win32.c20 struct s3 { struct
24 struct s3 f3_1(void) { while (1) {} }
H A Dlanai-arguments.c28 } s3; typedef in typeref:struct:__anon2551
29 // CHECK: define void @f3(%struct.s3* noalias sret %agg.result)
30 s3 f3() {
31 s3 foo;
H A Dwasm-arguments.c35 } s3; typedef in typeref:struct:__anon2654
37 // WEBASSEMBLY32: define void @f3(%struct.s3* noalias sret %agg.result)
38 // WEBASSEMBLY64: define void @f3(%struct.s3* noalias sret %agg.result)
39 s3 f3() {
40 s3 foo;
/external/llvm/test/MC/AMDGPU/
H A Dsop2.s7 s_add_u32 s1, s2, s3
8 // GCN: s_add_u32 s1, s2, s3 ; encoding: [0x02,0x03,0x01,0x80]
10 s_sub_u32 s1, s2, s3
11 // GCN: s_sub_u32 s1, s2, s3 ; encoding: [0x02,0x03,0x81,0x80]
13 s_add_i32 s1, s2, s3
14 // GCN: s_add_i32 s1, s2, s3 ; encoding: [0x02,0x03,0x01,0x81]
16 s_sub_i32 s1, s2, s3
17 // GCN: s_sub_i32 s1, s2, s3 ; encoding: [0x02,0x03,0x81,0x81]
19 s_addc_u32 s1, s2, s3
20 // GCN: s_addc_u32 s1, s2, s3 ; encodin
[all...]
/external/libcxx/test/std/input.output/string.streams/istringstream/istringstream.assign/
H A Dmove.pass.cpp46 std::istringstream s3; local
47 s3 = std::move(s2);
48 s3 >> s;
51 s1 = std::move(s3);
77 std::wistringstream s3; local
78 s3 = std::move(s2);
79 s3 >> s;
82 s1 = std::move(s3);
/external/llvm/test/MC/ARM/
H A Dinvalid-fp-armv8.s10 vsel.f32 s3, s4, s6
12 vselne.f32 s3, s4, s6
14 vselmi.f32 s3, s4, s6
16 vselpl.f32 s3, s4, s6
18 vselvc.f32 s3, s4, s6
20 vselcs.f32 s3, s4, s6
22 vselcc.f32 s3, s4, s6
24 vselhs.f32 s3, s4, s6
26 vsello.f32 s3, s4, s6
28 vselhi.f32 s3, s
[all...]
/external/fio/lib/
H A Drand.h13 unsigned int s1, s2, s3; member in struct:taus88_state
17 uint64_t s1, s2, s3, s4, s5; member in struct:taus258_state
41 dst->s3 = src->s3;
49 dst->s3 = src->s3;
70 state->s3 = TAUSWORTHE(state->s3, 3, 11, 4294967280UL, 17);
72 return (state->s1 ^ state->s2 ^ state->s3);
85 xval = ((state->s3 <<
[all...]
/external/clang/test/Analysis/
H A Darray-struct.c125 struct s3 { struct
129 static struct s3 opt;
133 struct s3 my_opt = opt;
146 struct s3 p[1];
152 void f16(struct s3 *p) {
153 struct s3 a = *((struct s3*) ((char*) &p[0])); // expected-warning{{Casting a non-structure type to a structure type and accessing a field can lead to memory access errors or data corruption}}
/external/boringssl/src/ssl/
H A Dtls_record.cc145 return !ssl->s3->aead_write_ctx->is_null_cipher() &&
146 ssl->s3->aead_write_ctx->ProtocolVersion() < TLS1_1_VERSION &&
148 SSL_CIPHER_is_block_cipher(ssl->s3->aead_write_ctx->cipher());
173 return header_len + ssl->s3->aead_read_ctx->ExplicitNonceLen();
178 return DTLS1_RT_HEADER_LENGTH + ssl->s3->aead_write_ctx->ExplicitNonceLen();
182 SSL3_RT_HEADER_LENGTH + ssl->s3->aead_write_ctx->ExplicitNonceLen();
185 ret += ssl_cipher_get_record_split_len(ssl->s3->aead_write_ctx->cipher());
192 ssl->s3->early_data_skipped += consumed;
193 if (ssl->s3->early_data_skipped < consumed) {
194 ssl->s3
[all...]
H A Ddtls_method.cc91 OPENSSL_memset(ssl->s3->read_sequence, 0, sizeof(ssl->s3->read_sequence));
93 ssl->s3->aead_read_ctx = std::move(aead_ctx);
100 OPENSSL_memcpy(ssl->d1->last_write_sequence, ssl->s3->write_sequence,
101 sizeof(ssl->s3->write_sequence));
102 OPENSSL_memset(ssl->s3->write_sequence, 0, sizeof(ssl->s3->write_sequence));
104 ssl->d1->last_aead_write_ctx = std::move(ssl->s3->aead_write_ctx);
105 ssl->s3->aead_write_ctx = std::move(aead_ctx);
H A Dssl_stat.cc92 if (ssl->s3->hs == nullptr) {
96 return ssl->server ? ssl_server_handshake_state(ssl->s3->hs.get())
97 : ssl_client_handshake_state(ssl->s3->hs.get());
H A Dtls_method.cc72 assert(!ssl->s3->has_message);
79 if (ssl->s3->hs_buf && ssl->s3->hs_buf->length == 0) {
80 ssl->s3->hs_buf.reset();
92 OPENSSL_memset(ssl->s3->read_sequence, 0, sizeof(ssl->s3->read_sequence));
93 ssl->s3->aead_read_ctx = std::move(aead_ctx);
98 OPENSSL_memset(ssl->s3->write_sequence, 0, sizeof(ssl->s3->write_sequence));
99 ssl->s3
[all...]
/external/libcxx/test/std/re/re.regex/re.regex.construct/
H A Diter_iter_flg.pass.cpp38 std::string s3("\\(a\\([bc]\\)\\)");
43 test(F(s3.begin()), F(s3.end()), std::regex_constants::basic, 2);
48 test(F(s3.begin()), F(s3.end()), std::regex_constants::extended, 0);
53 test(F(s3.begin()), F(s3.end()), std::regex_constants::ECMAScript, 0);
58 test(F(s3.begin()), F(s3.end()), std::regex_constants::awk, 0);
63 test(F(s3
[all...]
H A Diter_iter.pass.cpp37 std::string s3("\\(a\\([bc]\\)\\)");
42 test(F(s3.begin()), F(s3.end()), 0);
/external/clang/test/Sema/
H A Dwarn-strlcpycat-size.c10 char * s3; variable
23 strlcpy(s1, s3, strlen(s3)+1); // expected-warning {{size argument in 'strlcpy' call appears to be size of the source; expected the size of the destination}} expected-note {{change size argument to be the size of the destination}}
24 strlcat(s2, s3, sizeof(s3)); // expected-warning {{size argument in 'strlcat' call appears to be size of the source; expected the size of the destination}} expected-note {{change size argument to be the size of the destination}}
H A Darm-layout.c36 struct s3 { struct
41 check(s3_size, sizeof(struct s3) == 8);
42 check(s3_offset_0, __builtin_offsetof(struct s3, field0) == 0);
43 check(s3_offset_1, __builtin_offsetof(struct s3, field2) == 7);
/external/selinux/mcstrans/share/examples/urcsts/
H A Dsetrans.conf10 s3=RESTRICTED
11 s3=R E S T R I C T E D
12 s3=R
/external/selinux/mcstrans/share/examples/pipes/
H A Dsetrans.conf13 s3:c200.c511=Confidential
14 s3:c200.c511=C
/external/tensorflow/tensorflow/core/grappler/costs/
H A Drobust_stats_test.cc55 RobustStats s3(values3_);
56 EXPECT_EQ(-3.0, s3.mean());
57 EXPECT_EQ(-203.0, s3.lo());
58 EXPECT_EQ(197.0, s3.hi());

Completed in 672 milliseconds

1234567891011>>