Home
last modified time | relevance | path

Searched full:s3 (Results 1 – 25 of 1752) sorted by relevance

12345678910>>...71

/external/boringssl/src/ssl/
Dhandoff.cc53 const SSL3_STATE *const s3 = ssl->s3; in SSL_serialize_handoff() local
55 s3->hs == nullptr || in SSL_serialize_handoff()
56 s3->rwstate != SSL_HANDOFF) { in SSL_serialize_handoff()
61 Span<const uint8_t> transcript = s3->hs->transcript.buffer(); in SSL_serialize_handoff()
66 reinterpret_cast<uint8_t *>(s3->hs_buf->data), in SSL_serialize_handoff()
67 s3->hs_buf->length) || in SSL_serialize_handoff()
77 const SSL3_STATE *const s3 = ssl->s3; in SSL_decline_handoff() local
79 s3->hs == nullptr || in SSL_decline_handoff()
80 s3->rwstate != SSL_HANDOFF) { in SSL_decline_handoff()
84 s3->hs->config->handoff = false; in SSL_decline_handoff()
[all …]
Ds3_both.cc138 assert(!ssl->s3->pending_hs_data); in add_record_to_flight()
140 assert(ssl->s3->pending_flight_offset == 0); in add_record_to_flight()
142 if (ssl->s3->pending_flight == nullptr) { in add_record_to_flight()
143 ssl->s3->pending_flight.reset(BUF_MEM_new()); in add_record_to_flight()
144 if (ssl->s3->pending_flight == nullptr) { in add_record_to_flight()
150 size_t new_cap = ssl->s3->pending_flight->length + max_out; in add_record_to_flight()
157 if (!BUF_MEM_reserve(ssl->s3->pending_flight.get(), new_cap) || in add_record_to_flight()
159 (uint8_t *)ssl->s3->pending_flight->data + in add_record_to_flight()
160 ssl->s3->pending_flight->length, in add_record_to_flight()
165 ssl->s3->pending_flight->length += len; in add_record_to_flight()
[all …]
Ds3_pkt.cc132 assert(!ssl->s3->aead_write_ctx->is_null_cipher()); in ssl3_write_app_data()
136 if (ssl->s3->write_shutdown != ssl_shutdown_none) { in ssl3_write_app_data()
143 assert(ssl->s3->wnum <= INT_MAX); in ssl3_write_app_data()
144 tot = ssl->s3->wnum; in ssl3_write_app_data()
145 ssl->s3->wnum = 0; in ssl3_write_app_data()
160 !ssl->server && SSL_in_early_data(ssl) && ssl->s3->hs->can_early_write; in ssl3_write_app_data()
168 ssl->s3->hs->early_data_written) { in ssl3_write_app_data()
170 ssl->session->ticket_max_early_data - ssl->s3->hs->early_data_written; in ssl3_write_app_data()
172 ssl->s3->wnum = tot; in ssl3_write_app_data()
173 ssl->s3->hs->can_early_write = false; in ssl3_write_app_data()
[all …]
Dtls_record.cc145 return !ssl->s3->aead_write_ctx->is_null_cipher() && in ssl_needs_record_splitting()
146 ssl->s3->aead_write_ctx->ProtocolVersion() < TLS1_1_VERSION && in ssl_needs_record_splitting()
148 SSL_CIPHER_is_block_cipher(ssl->s3->aead_write_ctx->cipher()); in ssl_needs_record_splitting()
173 return header_len + ssl->s3->aead_read_ctx->ExplicitNonceLen(); in ssl_record_prefix_len()
178 return DTLS1_RT_HEADER_LENGTH + ssl->s3->aead_write_ctx->ExplicitNonceLen(); in ssl_seal_align_prefix_len()
182 SSL3_RT_HEADER_LENGTH + ssl->s3->aead_write_ctx->ExplicitNonceLen(); in ssl_seal_align_prefix_len()
185 ret += ssl_cipher_get_record_split_len(ssl->s3->aead_write_ctx->cipher()); in ssl_seal_align_prefix_len()
192 ssl->s3->early_data_skipped += consumed; in skip_early_data()
193 if (ssl->s3->early_data_skipped < consumed) { in skip_early_data()
194 ssl->s3->early_data_skipped = kMaxEarlyDataSkipped + 1; in skip_early_data()
[all …]
Dssl_lib.cc204 ssl->s3->rwstate = SSL_NOTHING; in ssl_reset_error_state()
210 ssl->s3->read_shutdown = ssl_shutdown_error; in ssl_set_read_error()
211 ssl->s3->read_error.reset(ERR_save_state()); in ssl_set_read_error()
215 if (ssl->s3->read_shutdown == ssl_shutdown_error) { in check_read_error()
216 ERR_restore_state(ssl->s3->read_error.get()); in check_read_error()
223 return !SSL_in_init(ssl) || ssl->s3->hs->can_early_write; in ssl_can_write()
227 return !SSL_in_init(ssl) || ssl->s3->hs->can_early_read; in ssl_can_read()
279 if (ssl->s3->established_session->session_id_length == 0 || in ssl_update_cache()
280 ssl->s3->established_session->not_resumable || in ssl_update_cache()
292 if (ssl->s3->established_session.get() != ssl->session.get() || in ssl_update_cache()
[all …]
/external/antlr/tool/src/test/java/org/antlr/test/
DTestNFAConstruction.java50 ".s2-A->.s3\n" + in testA()
51 ".s3->:s4\n" + in testA()
63 ".s2-A->.s3\n" + in testAB()
64 ".s3-B->.s4\n" + in testAB()
83 ".s2-A->.s3\n" + in testAorB()
84 ".s3->.s4\n" + in testAorB()
104 ".s2->.s3\n" + in testRangeOrRange()
106 ".s3-'a'..'c'->.s4\n" + in testRangeOrRange()
123 ".s2-'a'..'c'->.s3\n" + in testRange()
124 ".s3->:s4\n" + in testRange()
[all …]
/external/libvpx/libvpx/vpx_dsp/arm/
Dhighbd_idct32x32_34_add_neon.c40 int32x4x2_t in[8], s1[32], s2[32], s3[32]; in vpx_highbd_idct32_6_neon() local
169 s3[24] = highbd_idct_sub_dual(s1[31], s2[24]); in vpx_highbd_idct32_6_neon()
170 s3[25] = highbd_idct_sub_dual(s1[30], s2[25]); in vpx_highbd_idct32_6_neon()
171 s3[26] = highbd_idct_sub_dual(s1[29], s1[26]); in vpx_highbd_idct32_6_neon()
172 s3[27] = highbd_idct_sub_dual(s1[28], s1[27]); in vpx_highbd_idct32_6_neon()
196 s1[20] = sub_multiply_shift_and_narrow_s32_dual(s3[27], s2[20], cospi_16_64); in vpx_highbd_idct32_6_neon()
197 s1[27] = add_multiply_shift_and_narrow_s32_dual(s2[20], s3[27], cospi_16_64); in vpx_highbd_idct32_6_neon()
199 s1[21] = sub_multiply_shift_and_narrow_s32_dual(s3[26], s2[21], cospi_16_64); in vpx_highbd_idct32_6_neon()
200 s1[26] = add_multiply_shift_and_narrow_s32_dual(s2[21], s3[26], cospi_16_64); in vpx_highbd_idct32_6_neon()
202 s1[22] = sub_multiply_shift_and_narrow_s32_dual(s3[25], s2[22], cospi_16_64); in vpx_highbd_idct32_6_neon()
[all …]
Didct32x32_135_add_neon.c93 int16x8_t in[12], s1[32], s2[32], s3[32], s4[32], s5[32], s6[32], s7[32]; in vpx_idct32_12_neon() local
144 s3[4] = multiply_shift_and_narrow_s16(in[4], cospi_28_64); in vpx_idct32_12_neon()
145 s3[7] = multiply_shift_and_narrow_s16(in[4], cospi_4_64); in vpx_idct32_12_neon()
147 s3[10] = vsubq_s16(s2[11], s2[10]); in vpx_idct32_12_neon()
148 s3[11] = vaddq_s16(s2[10], s2[11]); in vpx_idct32_12_neon()
149 s3[12] = vaddq_s16(s2[12], s2[13]); in vpx_idct32_12_neon()
150 s3[13] = vsubq_s16(s2[12], s2[13]); in vpx_idct32_12_neon()
152 s3[17] = multiply_accumulate_shift_and_narrow_s16(s1[16], -cospi_4_64, s1[31], in vpx_idct32_12_neon()
154 s3[30] = multiply_accumulate_shift_and_narrow_s16(s1[16], cospi_28_64, s1[31], in vpx_idct32_12_neon()
157 s3[18] = multiply_accumulate_shift_and_narrow_s16(s2[18], -cospi_28_64, in vpx_idct32_12_neon()
[all …]
Dhighbd_idct32x32_135_add_neon.c101 int32x4x2_t in[12], s1[32], s2[32], s3[32], s4[32], s5[32], s6[32], s7[32], in vpx_highbd_idct32_12_neon() local
155 s3[4] = multiply_shift_and_narrow_s32_dual(in[4], cospi_28_64); in vpx_highbd_idct32_12_neon()
156 s3[7] = multiply_shift_and_narrow_s32_dual(in[4], cospi_4_64); in vpx_highbd_idct32_12_neon()
158 s3[10] = highbd_idct_sub_dual(s2[11], s2[10]); in vpx_highbd_idct32_12_neon()
159 s3[11] = highbd_idct_add_dual(s2[10], s2[11]); in vpx_highbd_idct32_12_neon()
160 s3[12] = highbd_idct_add_dual(s2[12], s2[13]); in vpx_highbd_idct32_12_neon()
161 s3[13] = highbd_idct_sub_dual(s2[12], s2[13]); in vpx_highbd_idct32_12_neon()
163 s3[17] = multiply_accumulate_shift_and_narrow_s32_dual(s1[16], -cospi_4_64, in vpx_highbd_idct32_12_neon()
165 s3[30] = multiply_accumulate_shift_and_narrow_s32_dual(s1[16], cospi_28_64, in vpx_highbd_idct32_12_neon()
168 s3[18] = multiply_accumulate_shift_and_narrow_s32_dual(s2[18], -cospi_28_64, in vpx_highbd_idct32_12_neon()
[all …]
Dhighbd_vpx_convolve8_neon.c22 int16x4_t *const s2, int16x4_t *const s3) { in load_4x4() argument
29 *s3 = vld1_s16(s); in load_4x4()
34 uint16x8_t *const s2, uint16x8_t *const s3) { in load_8x4() argument
41 *s3 = vld1q_u16(s); in load_8x4()
46 int16x8_t *const s2, int16x8_t *const s3, in load_8x8() argument
55 *s3 = vld1q_s16(s); in load_8x8()
68 const uint16x8_t s2, const uint16x8_t s3, in store_8x8() argument
77 vst1q_u16(s, s3); in store_8x8()
90 const int16x4_t s3, const int16x4_t s4, const int16x4_t s5, in highbd_convolve8_4() argument
99 sum = vmlal_lane_s16(sum, s3, filters_lo, 3); in highbd_convolve8_4()
[all …]
Dvpx_convolve8_neon.c35 const uint8x8_t s2, const uint8x8_t s3, in store_u8_8x8() argument
44 vst1_u8(s, s3); in store_u8_8x8()
75 int16x4_t filter3, filter4, s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, d0, in vpx_convolve8_horiz_neon() local
94 s3 = vget_low_s16(tt3); in vpx_convolve8_horiz_neon()
116 d0 = convolve8_4(s0, s1, s2, s3, s4, s5, s6, s7, filters, filter3, in vpx_convolve8_horiz_neon()
118 d1 = convolve8_4(s1, s2, s3, s4, s5, s6, s7, s8, filters, filter3, in vpx_convolve8_horiz_neon()
120 d2 = convolve8_4(s2, s3, s4, s5, s6, s7, s8, s9, filters, filter3, in vpx_convolve8_horiz_neon()
122 d3 = convolve8_4(s3, s4, s5, s6, s7, s8, s9, s10, filters, filter3, in vpx_convolve8_horiz_neon()
141 s3 = s7; in vpx_convolve8_horiz_neon()
155 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in vpx_convolve8_horiz_neon() local
[all …]
/external/llvm/test/MC/ARM/
Dpr22395.s15 vadd.f32 s1, s2, s3
16 @ CHECK: vadd.f32 s1, s2, s3
20 vadd.f32 s1, s2, s3
21 @ CHECK: vadd.f32 s1, s2, s3
25 vadd.f32 s1, s2, s3
26 @ CHECK: vadd.f32 s1, s2, s3
30 vadd.f32 s1, s2, s3
31 @ CHECK: vadd.f32 s1, s2, s3
35 vadd.f32 s1, s2, s3
36 @ CHECK: vadd.f32 s1, s2, s3
[all …]
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, s4, s6
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
Dpr22395.s15 vadd.f32 s1, s2, s3
16 @ CHECK: vadd.f32 s1, s2, s3
20 vadd.f32 s1, s2, s3
21 @ CHECK: vadd.f32 s1, s2, s3
25 vadd.f32 s1, s2, s3
26 @ CHECK: vadd.f32 s1, s2, s3
30 vadd.f32 s1, s2, s3
31 @ CHECK: vadd.f32 s1, s2, s3
35 vadd.f32 s1, s2, s3
36 @ CHECK: vadd.f32 s1, s2, s3
[all …]
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, s4, s6
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DImmutableSetTest.cpp65 ImmutableSet<int> S3 = f.add(S, 2); in TEST_F() local
67 EXPECT_FALSE(S3.isEmpty()); in TEST_F()
68 EXPECT_FALSE(S == S3); in TEST_F()
69 EXPECT_TRUE(S != S3); in TEST_F()
71 EXPECT_TRUE(S3.contains(2)); in TEST_F()
73 EXPECT_FALSE(S2 == S3); in TEST_F()
74 EXPECT_TRUE(S2 != S3); in TEST_F()
76 EXPECT_FALSE(S3.contains(3)); in TEST_F()
84 ImmutableSet<int> S3 = f.add(f.add(f.add(S2, 9), 20), 43); in TEST_F() local
89 EXPECT_FALSE(S3.isEmpty()); in TEST_F()
[all …]
/external/llvm/unittests/ADT/
DImmutableSetTest.cpp65 ImmutableSet<int> S3 = f.add(S, 2); in TEST_F() local
67 EXPECT_FALSE(S3.isEmpty()); in TEST_F()
68 EXPECT_FALSE(S == S3); in TEST_F()
69 EXPECT_TRUE(S != S3); in TEST_F()
71 EXPECT_TRUE(S3.contains(2)); in TEST_F()
73 EXPECT_FALSE(S2 == S3); in TEST_F()
74 EXPECT_TRUE(S2 != S3); in TEST_F()
76 EXPECT_FALSE(S3.contains(3)); in TEST_F()
84 ImmutableSet<int> S3 = f.add(f.add(f.add(S2, 9), 20), 43); in TEST_F() local
89 EXPECT_FALSE(S3.isEmpty()); in TEST_F()
[all …]
/external/swiftshader/third_party/LLVM/unittests/ADT/
DImmutableSetTest.cpp65 ImmutableSet<int> S3 = f.add(S, 2); in TEST_F() local
67 EXPECT_FALSE(S3.isEmpty()); in TEST_F()
68 EXPECT_FALSE(S == S3); in TEST_F()
69 EXPECT_TRUE(S != S3); in TEST_F()
71 EXPECT_TRUE(S3.contains(2)); in TEST_F()
73 EXPECT_FALSE(S2 == S3); in TEST_F()
74 EXPECT_TRUE(S2 != S3); in TEST_F()
76 EXPECT_FALSE(S3.contains(3)); in TEST_F()
84 ImmutableSet<int> S3 = f.add(f.add(f.add(S2, 9), 20), 43); in TEST_F() local
89 EXPECT_FALSE(S3.isEmpty()); in TEST_F()
[all …]
/external/libaom/libaom/av1/common/arm/
Dmem_neon.h35 uint8x8_t *const s2, uint8x8_t *const s3, in load_u8_8x8() argument
44 *s3 = vld1_u8(s); in load_u8_8x8()
57 uint8x16_t *const s2, uint8x16_t *const s3) { in load_u8_8x16() argument
64 *s3 = vld1q_u8(s); in load_u8_8x16()
69 uint8x8_t *const s2, uint8x8_t *const s3) { in load_u8_8x4() argument
76 *s3 = vld1_u8(s); in load_u8_8x4()
81 uint16x4_t *const s2, uint16x4_t *const s3) { in load_u16_4x4() argument
88 *s3 = vld1_u16(s); in load_u16_4x4()
94 uint16x8_t *const s2, uint16x8_t *const s3) { in load_u16_8x4() argument
101 *s3 = vld1q_u16(s); in load_u16_8x4()
[all …]
Dconvolve_neon.c27 const int16x4_t s2, const int16x4_t s3, in convolve8_4x4() argument
42 sum = vqadd_s16(sum, vmul_n_s16(s3, filter[3])); in convolve8_4x4()
50 const int16x8_t s3, const int16x8_t s4, const int16x8_t s5, in convolve8_horiz_8x8() argument
64 sum = vqaddq_s16(sum, vmulq_n_s16(s3, filter[3])); in convolve8_horiz_8x8()
76 const int16x4_t s3, const int16x4_t s4, const int16x4_t s5, in convolve8_horiz_4x1() argument
90 sum = vqadd_s16(sum, vmul_n_s16(s3, filter[3])); in convolve8_horiz_4x1()
102 const int16x8_t s3, const int16x8_t s4, const int16x8_t s5, in convolve8_vert_8x4() argument
115 sum = vqaddq_s16(sum, vmulq_n_s16(s3, filter[3])); in convolve8_vert_8x4()
123 const int16x4_t s3, const int16x4_t s4, const int16x4_t s5, in convolve8_vert_4x4_s32() argument
134 sum0 = vmlal_n_s16(sum0, s3, y_filter[3]); in convolve8_vert_4x4_s32()
[all …]
/external/grpc-grpc/test/cpp/util/
Dstring_ref_test.cc124 string_ref s3(kTestStringWithEmbeddedNull, kTestStringWithEmbeddedNullLength); in TEST_F() local
127 EXPECT_NE(0, s1.compare(s3)); in TEST_F()
133 string_ref s3(kTestStringWithEmbeddedNull, kTestStringWithEmbeddedNullLength); in TEST_F() local
137 EXPECT_FALSE(s1.starts_with(s3)); in TEST_F()
138 EXPECT_TRUE(s3.starts_with(s1)); in TEST_F()
144 string_ref s3(kTestStringWithEmbeddedNull, kTestStringWithEmbeddedNullLength); in TEST_F() local
148 EXPECT_FALSE(s2.ends_with(s3)); in TEST_F()
149 EXPECT_TRUE(s3.ends_with(s2)); in TEST_F()
155 string_ref s3(kTestStringWithEmbeddedNull, kTestStringWithEmbeddedNullLength); in TEST_F() local
158 EXPECT_EQ(0U, s3.find(s3)); in TEST_F()
[all …]
/external/boringssl/src/crypto/fipsmodule/aes/asm/
Daes-armv4.pl60 $s3="r3";
238 ldrb $s3,[$rounds,#15]
244 orr $s3,$s3,$t1,lsl#8
245 orr $s3,$s3,$t2,lsl#16
246 orr $s3,$s3,$t3,lsl#24
251 ldr $s3,[$rounds,#12]
256 rev $s3,$s3
267 rev $s3,$s3
272 str $s3,[$rounds,#12]
293 mov $t1,$s3,lsr#24
[all …]
/external/libcxx/test/std/localization/locale.categories/category.collate/locale.collate.byname/
Dcompare.pass.cpp43 std::string s3("BaaaaaA"); in main() local
45 s3.data(), s3.data() + s3.size()) == 1); in main()
50 std::wstring s3(L"BaaaaaA"); in main() local
52 s3.data(), s3.data() + s3.size()) == 1); in main()
60 std::string s3("BaaaaaA"); in main() local
62 s3.data(), s3.data() + s3.size()) == 1); in main()
67 std::wstring s3(L"BaaaaaA"); in main() local
69 s3.data(), s3.data() + s3.size()) == 1); in main()
/external/libjpeg-turbo/simd/mips/
Djsimd_dspr2.S164 SAVE_REGS_ON_STACK 32, s0, s1, s2, s3, s4, s5, s6, s7
170 li s3, 0xffffd4cd // -FIX(0.16874)
201 maddu $ac1, s3, t3
219 RESTORE_REGS_FROM_STACK 32, s0, s1, s2, s3, s4, s5, s6, s7
272 SAVE_REGS_ON_STACK 32, s0, s1, s2, s3, s4, s5, s6, s7
290 lwx s3, s5(t1)
297 lbu s6, 0(s3) // cb
330 addiu s3, 1
334 RESTORE_REGS_FROM_STACK 32, s0, s1, s2, s3, s4, s5, s6, s7
383 SAVE_REGS_ON_STACK 32, s0, s1, s2, s3, s4, s5, s6, s7
[all …]
/external/libyuv/files/source/
Drotate_dspr2.cc143 "precrq.qb.ph $s3, $t9, $t8 \n" in TransposeWx8_Fast_DSPR2()
148 // s3 = | 33 | 13 | 32 | 12 | in TransposeWx8_Fast_DSPR2()
152 "precr.qb.ph $s6, $s3, $s2 \n" in TransposeWx8_Fast_DSPR2()
153 "precrq.qb.ph $s7, $s3, $s2 \n" in TransposeWx8_Fast_DSPR2()
173 "precrq.qb.ph $s3, $t9, $t8 \n" in TransposeWx8_Fast_DSPR2()
178 // s3 = | 37 | 17 | 36 | 16 | in TransposeWx8_Fast_DSPR2()
182 "precr.qb.ph $t8, $s3, $s2 \n" in TransposeWx8_Fast_DSPR2()
183 "precrq.qb.ph $t9, $s3, $s2 \n" in TransposeWx8_Fast_DSPR2()
224 "precrq.qb.ph $s3, $t9, $t8 \n" in TransposeWx8_Fast_DSPR2()
229 // s3 = | 33 | 13 | 32 | 12 | in TransposeWx8_Fast_DSPR2()
[all …]

12345678910>>...71