Searched refs:s3 (Results 1 - 25 of 341) sorted by relevance

1234567891011>>

/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-298269.js42 var s3 = "string for triggering osr in Cb"; variable
43 for (var i = 0; i < 16; i++) s3 = s3 + s3;
44 Cb(s3);
H A Dregress-crbug-3867.js55 assertArrayEquals(["s1", "s2", "s3"], props({s1: 0, s2: 0, s3: 0}));
56 assertArrayEquals(["s3", "s2", "s1"], props({s3: 0, s2: 0, s1: 0}));
57 assertArrayEquals(["s3", "s1", "s2"], props({s3: 0, s1: 0, s2: 0}));
69 var o1 = {s1: 0, s2: 0, s3: 0}
72 assertArrayEquals(["s1", "s2", "s3", "s0", "s4"], props(o1));
74 var o2 = {s3: 0, s2: 0, s1: 0}
77 assertArrayEquals(["s3", "s
[all...]
/external/chromium_org/v8/test/webkit/fast/regex/
H A Doverflow.js32 var s3 = "&{6}u4a64YfQP{C}u88c4u5772Qu8693{4294967167}u85f2u7f3fs((uf202){4})u5bc6u1947"; variable
33 var regexp3 = new RegExp(s3, "");
34 shouldBe("regexp3.exec(s3)", 'null');
/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.cpp19 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]);
134 int f3_a(struct s3 *a) {
137 int f3_b(struct s3 *a) {
140 int f3_c(struct s3 *a) {
143 int f3_d(struct s3 *a) {
H A Dx86_32-arguments-win32.c20 struct s3 { struct
24 struct s3 f3_1(void) { while (1) {} }
/external/chromium_org/third_party/openssl/openssl/ssl/
H A Dt1_reneg.c121 if((s->s3->previous_client_finished_len+1) > maxlen)
128 *p = s->s3->previous_client_finished_len;
131 memcpy(p, s->s3->previous_client_finished,
132 s->s3->previous_client_finished_len);
135 s->s3->previous_client_finished_len ? "Non-empty" : "Empty");
139 *len=s->s3->previous_client_finished_len + 1;
171 if(ilen != s->s3->previous_client_finished_len)
178 if(memcmp(d, s->s3->previous_client_finished,
179 s->s3->previous_client_finished_len))
190 s->s3
[all...]
H A Ds3_pkt.c128 * The packet will be in the sub-array of s->s3->rbuf.buf specified
140 rb = &(s->s3->rbuf);
231 /* Now we have len+left bytes at the front of s->s3->rbuf.buf
279 * ssl->s3->rrec.type - is the type of record
280 * ssl->s3->rrec.data, - data
281 * ssl->s3->rrec.length, - number of bytes
296 rr= &(s->s3->rrec);
303 if (extra && !s->s3->init_extra)
316 n=ssl3_read_n(s, SSL3_RT_HEADER_LENGTH, s->s3->rbuf.len, 0);
352 if (rr->length > s->s3
[all...]
H A Ds3_enc.c192 EVP_DigestUpdate(&s1,s->s3->server_random,SSL3_RANDOM_SIZE);
193 EVP_DigestUpdate(&s1,s->s3->client_random,SSL3_RANDOM_SIZE);
232 is_exp=SSL_C_IS_EXPORT(s->s3->tmp.new_cipher);
233 c=s->s3->tmp.new_sym_enc;
234 m=s->s3->tmp.new_hash;
238 if (s->s3->tmp.new_compression == NULL)
241 comp=s->s3->tmp.new_compression->method;
271 if (s->s3->rrec.comp == NULL)
272 s->s3->rrec.comp=(unsigned char *)
274 if (s->s3
[all...]
H A Ds3_both.c163 sender,slen,s->s3->tmp.finish_md);
164 s->s3->tmp.finish_md_len = i;
165 memcpy(p, s->s3->tmp.finish_md, i);
174 memcpy(s->s3->previous_client_finished,
175 s->s3->tmp.finish_md, i);
176 s->s3->previous_client_finished_len=i;
181 memcpy(s->s3->previous_server_finished,
182 s->s3->tmp.finish_md, i);
183 s->s3->previous_server_finished_len=i;
223 s->s3
[all...]
H A Dt1_enc.c300 s->s3->server_random,SSL3_RANDOM_SIZE,
301 s->s3->client_random,SSL3_RANDOM_SIZE,
342 const EVP_AEAD *aead = s->s3->tmp.new_aead;
370 (s->s3->tmp.new_cipher->algorithm2 & SSL_CIPHER_ALGORITHM2_VARIABLE_NONCE_INCLUDED_IN_RECORD) != 0;
393 const EVP_CIPHER *cipher = s->s3->tmp.new_sym_enc;
394 const char is_export = SSL_C_IS_EXPORT(s->s3->tmp.new_cipher) != 0;
406 if (s->s3->tmp.new_cipher->algorithm2 & TLS1_STREAM_MAC)
422 memcpy(s->s3->read_mac_secret, mac_secret, mac_secret_len);
423 s->s3->read_mac_secret_size = mac_secret_len;
427 if (s->s3
[all...]
/external/openssl/ssl/
H A Dt1_reneg.c121 if((s->s3->previous_client_finished_len+1) > maxlen)
128 *p = s->s3->previous_client_finished_len;
131 memcpy(p, s->s3->previous_client_finished,
132 s->s3->previous_client_finished_len);
135 s->s3->previous_client_finished_len ? "Non-empty" : "Empty");
139 *len=s->s3->previous_client_finished_len + 1;
171 if(ilen != s->s3->previous_client_finished_len)
178 if(memcmp(d, s->s3->previous_client_finished,
179 s->s3->previous_client_finished_len))
190 s->s3
[all...]
H A Ds3_pkt.c128 * The packet will be in the sub-array of s->s3->rbuf.buf specified
140 rb = &(s->s3->rbuf);
231 /* Now we have len+left bytes at the front of s->s3->rbuf.buf
279 * ssl->s3->rrec.type - is the type of record
280 * ssl->s3->rrec.data, - data
281 * ssl->s3->rrec.length, - number of bytes
296 rr= &(s->s3->rrec);
303 if (extra && !s->s3->init_extra)
316 n=ssl3_read_n(s, SSL3_RT_HEADER_LENGTH, s->s3->rbuf.len, 0);
352 if (rr->length > s->s3
[all...]
H A Ds3_enc.c192 EVP_DigestUpdate(&s1,s->s3->server_random,SSL3_RANDOM_SIZE);
193 EVP_DigestUpdate(&s1,s->s3->client_random,SSL3_RANDOM_SIZE);
232 is_exp=SSL_C_IS_EXPORT(s->s3->tmp.new_cipher);
233 c=s->s3->tmp.new_sym_enc;
234 m=s->s3->tmp.new_hash;
238 if (s->s3->tmp.new_compression == NULL)
241 comp=s->s3->tmp.new_compression->method;
271 if (s->s3->rrec.comp == NULL)
272 s->s3->rrec.comp=(unsigned char *)
274 if (s->s3
[all...]
H A Ds3_both.c163 sender,slen,s->s3->tmp.finish_md);
164 s->s3->tmp.finish_md_len = i;
165 memcpy(p, s->s3->tmp.finish_md, i);
174 memcpy(s->s3->previous_client_finished,
175 s->s3->tmp.finish_md, i);
176 s->s3->previous_client_finished_len=i;
181 memcpy(s->s3->previous_server_finished,
182 s->s3->tmp.finish_md, i);
183 s->s3->previous_server_finished_len=i;
223 s->s3
[all...]
/external/clang/test/Sema/
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 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/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/v8/test/mjsunit/regress/
H A Dregress-crbug-3867.js55 assertArrayEquals(["s1", "s2", "s3"], props({s1: 0, s2: 0, s3: 0}));
56 assertArrayEquals(["s3", "s2", "s1"], props({s3: 0, s2: 0, s1: 0}));
57 assertArrayEquals(["s3", "s1", "s2"], props({s3: 0, s1: 0, s2: 0}));
69 var o1 = {s1: 0, s2: 0, s3: 0}
72 assertArrayEquals(["s1", "s2", "s3", "s0", "s4"], props(o1));
74 var o2 = {s3: 0, s2: 0, s1: 0}
77 assertArrayEquals(["s3", "s
[all...]
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dstringutil.h116 const StringHolder& s3);
119 const StringHolder& s3, const StringHolder& s4);
122 const StringHolder& s3, const StringHolder& s4,
126 const StringHolder& s3, const StringHolder& s4,
130 const StringHolder& s3, const StringHolder& s4,
135 const StringHolder& s3, const StringHolder& s4,
140 const StringHolder& s3, const StringHolder& s4,
146 const StringHolder& s3, const StringHolder& s4,
153 const StringHolder& s3, const StringHolder& s4,
164 const StringHolder& s3);
[all...]
/external/clang/test/SemaCXX/
H A Delaborated-type-specifier.cpp13 bool test_elab(S1 *s1, struct S2 *s2, struct S3 *s3) { argument
15 if (s1->y == s3) return true;
H A Dtype-definition-in-specifier.cpp18 struct S3 { int x; } s3; local

Completed in 572 milliseconds

1234567891011>>