Searched defs:s3 (Results 1 - 25 of 259) sorted by relevance

1234567891011

/external/libcxx/test/std/utilities/utility/exchange/
H A Dexchange.pass.cpp42 std::string s3 = s1; // Mom local
43 assert ( std::exchange ( s3, s2 ) == s1 );
44 assert ( s3 == s2 );
45 assert ( std::exchange ( s3, "Hi Mom!" ) == s2 );
46 assert ( s3 == s1 );
48 s3 = s2; // Dad
49 assert ( std::exchange ( s3, {} ) == s2 );
50 assert ( s3.size () == 0 );
52 s3 = s2; // Dad
53 assert ( std::exchange ( s3, "" )
[all...]
/external/boringssl/src/ssl/
H A Ds3_lib.c167 SSL3_STATE *s3; local
169 s3 = OPENSSL_malloc(sizeof *s3);
170 if (s3 == NULL) {
173 OPENSSL_memset(s3, 0, sizeof *s3);
175 s3->hs = ssl_handshake_new(ssl);
176 if (s3->hs == NULL) {
177 OPENSSL_free(s3);
181 ssl->s3
[all...]
/external/clang/test/CodeGen/
H A Dmms-bitfields.c17 struct s3 { struct
20 } s3; variable in typeref:struct:s3
22 // CHECK: %struct.s3 = type { i32, [4 x i8], %struct.s1 }
H A Dms_struct.c18 struct s3 { struct
21 } ATTR s3; variable in typeref:struct:s3
23 // CHECK: %struct.s3 = type { i32, [4 x i8], %struct.s1 }
H A Dsanitize-init-order.cpp27 PODWithCtorAndDtor s3; variable
H A Dbitfield.c69 struct s3 { struct
H A Dpragma-pack-1.c42 } s3; variable in typeref:struct:S3
H A Dx86_32-arguments-win32.c20 struct s3 { struct
24 struct s3 f3_1(void) { while (1) {} }
/external/libcxx/test/std/input.output/string.streams/istringstream/istringstream.assign/
H A Dmove.pass.cpp45 std::istringstream s3; local
46 s3 = std::move(s2);
47 s3 >> s;
50 s1 = std::move(s3);
76 std::wistringstream s3; local
77 s3 = std::move(s2);
78 s3 >> s;
81 s1 = std::move(s3);
/external/libcxx/test/std/numerics/numarray/template.slice.array/slice.arr.assign/
H A Dslice_array.pass.cpp51 std::slice_array<int> const & s3 = (s1 = s2); member in class:std
52 assert(&s1 == &s3);
/external/webrtc/webrtc/system_wrappers/source/
H A Ddata_log_helpers_unittest.cc55 std::string s1, s2, s3; local
63 m3.ToString(&s3);
64 ASSERT_EQ(s3, "1,2,3,");
/external/clang/test/Sema/
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);
H A Dpragma-pack-5.c31 struct s3 { struct
37 extern int check[sizeof(struct s3) == 8 ? 1 : -1];
38 extern int check[offsetof(struct s3, f4) == 6 ? 1 : -1];
H A Dpragma-pack-and-options-align.c35 struct s3 { struct
39 extern int a[sizeof(struct s3) == 8 ? 1 : -1];
H A Dpragma-align-mac68k.c32 struct s3 { struct
36 extern int a3_0[offsetof(struct s3, f0) == 0 ? 1 : -1];
37 extern int a3_1[offsetof(struct s3, f1) == 2 ? 1 : -1];
38 extern int a3_2[sizeof(struct s3) == 18 ? 1 : -1];
39 extern int a3_3[__alignof(struct s3) == 2 ? 1 : -1];
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}}
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
H A DSimplePieChartActivity.java42 private Segment s3; field in class:SimplePieChartActivity
79 s3 = new Segment("s3", 10);
107 pie.addSeries(s3, sf3);
/external/clang/test/SemaCXX/
H A Dtype-definition-in-specifier.cpp18 struct S3 { int x; } s3; local
H A Dbuiltin-assume-aligned-tmpl.cpp76 struct s3 { struct
85 atest5<s3>(); // expected-note {{in instantiation of function template specialization 'atest5<s3>' requested here}}
H A Dbuiltin-assume-aligned.cpp48 constexpr void *s3 = __builtin_assume_aligned(x, 32, -1); variable
/external/clang/test/SemaTemplate/
H A Dself-comparison.cpp45 S3 s3; s3.foo<1, 1>(); local
/external/fio/lib/
H A Drand.h7 unsigned int s1, s2, s3; member in struct:frand_state
15 dst->s3 = src->s3;
24 state->s3 = TAUSWORTHE(state->s3, 3, 11, 4294967280UL, 17);
26 return (state->s1 ^ state->s2 ^ state->s3);
/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 Dvpx_convolve_copy_neon.c65 uint8x16_t s0, s1, s2, s3; local
71 s3 = vld1q_u8(src + 16);
78 vst1q_u8(dst + 16, s3);
83 uint8x16_t s0, s1, s2, s3; local
88 s3 = vld1q_u8(src + 48);
94 vst1q_u8(dst + 48, s3);
/external/eigen/unsupported/Eigen/src/MoreVectorization/
H A DMathFunctions.h60 Packet4f s3=pmadd(s2,z1, p4f_asin4); local
61 Packet4f s4=pmadd(s3,z1, p4f_asin5);
74 Packet4f s3=pmadd(s2,z2, p4f_asin4); local
75 Packet4f s4=pmadd(s3,z2, p4f_asin5);

Completed in 1395 milliseconds

1234567891011