Home
last modified time | relevance | path

Searched defs:s3 (Results 1 – 25 of 106) sorted by relevance

12345

/external/clang/test/CodeGenObjC/
Dproperty-aggregate.m6 struct s3 { char c[3]; }; struct
14 @property struct s3 s3; property
/external/v8/test/mjsunit/regress/
Dregress-crbug-3867.js55 assertArrayEquals(["s1", "s2", "s3"], props({s1: 0, s2: 0, s3: 0})); property
56 assertArrayEquals(["s3", "s2", "s1"], props({s3: 0, s2: 0, s1: 0})); property
57 assertArrayEquals(["s3", "s1", "s2"], props({s3: 0, s1: 0, s2: 0})); property
69 var o1 = {s1: 0, s2: 0, s3: 0} property
74 var o2 = {s3: 0, s2: 0, s1: 0} property
/external/clang/test/CodeGen/
Dmms-bitfields.c17 struct s3 { struct
20 } s3; argument
Dms_struct.c18 struct s3 { struct
21 } ATTR s3; variable
Dpacked-arrays.c20 struct __attribute__((packed)) s3 { struct
33 int align3 = __alignof(struct s3); argument
Dx86_32-arguments-win32.c20 struct s3 { struct
24 struct s3 f3_1(void) { while (1) {} } in f3_1() argument
Dbitfield.c58 struct s3 { in f3() struct
59 unsigned a:16; in f3()
60 unsigned b:28 __attribute__ ((packed)); in f3()
Dpacked-structure.c90 struct __attribute__((packed, aligned)) s3 { struct
95 int s3_1 = __alignof(((struct s3*) 0)->anInt); argument
/external/clang/test/Sema/
Darm-layout.c35 struct s3 { struct
40 check(s3_size, sizeof(struct s3) == 8); argument
Dpragma-pack-5.c30 struct s3 { struct
36 extern int check[sizeof(struct s3) == 8 ? 1 : -1]; argument
Dpragma-pack-and-options-align.c35 struct s3 { struct
39 extern int a[sizeof(struct s3) == 8 ? 1 : -1]; argument
Dpragma-align-mac68k.c31 struct s3 { struct
35 extern int a3_0[offsetof(struct s3, f0) == 0 ? 1 : -1]; argument
Doffsetof.c36 struct s3 { int a; }; struct
/external/clang/test/SemaCXX/
Dwarn-unused-result.cpp32 S &s3 = g3(); in test() local
Dtype-definition-in-specifier.cpp18 struct S3 { int x; } s3; in f0() local
Delaborated-type-specifier.cpp13 bool test_elab(S1 *s1, struct S2 *s2, struct S3 *s3) { in test_elab()
/external/tremolo/Tremolo/
Dmdct.c109 REG_TYPE s3 = x[2] - x[3]; in mdct_butterfly_8() local
129 REG_TYPE s0, s1, s2, s3; in mdct_butterfly_16() local
156 REG_TYPE s0, s1, s2, s3; in mdct_butterfly_32() local
201 REG_TYPE s0, s1, s2, s3; in mdct_butterfly_generic() local
279 REG_TYPE s0, s1, s2, s3; in mdct_step7() local
/external/chromium/chrome/common/extensions/
Dextension_error_utils.cc31 const std::string& s3) { in FormatErrorMessage()
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
DTestIntervalSet.java163 IntervalSet s3 = IntervalSet.of(5,10); in testSubtractOfOverlappingRangeFromLeft() local
176 IntervalSet s3 = IntervalSet.of(20,25); in testSubtractOfOverlappingRangeFromRight() local
199 IntervalSet s3 = IntervalSet.of(15,55); // touches both in testSubtractOfRangeSpanningMultipleRanges() local
225 IntervalSet s3 = IntervalSet.of(15,55); in testSimpleEquals() local
242 IntervalSet s3 = IntervalSet.of(10,20); in testEquals() local
/external/clang/test/SemaTemplate/
Dself-comparison.cpp45 S3 s3; s3.foo<1, 1>(); in test() local
/external/v8/test/mjsunit/
Duri.js38 var s3 = String.fromCharCode(cc3); variable
/external/chromium/testing/gmock/test/
Dgmock-more-actions_test.cc122 string Concat4(const char* s1, const char* s2, const char* s3, in Concat4()
135 string Concat5(const char* s1, const char* s2, const char* s3, in Concat5()
150 string Concat6(const char* s1, const char* s2, const char* s3, in Concat6()
155 string Concat7(const char* s1, const char* s2, const char* s3, in Concat7()
161 string Concat8(const char* s1, const char* s2, const char* s3, in Concat8()
167 string Concat9(const char* s1, const char* s2, const char* s3, in Concat9()
173 string Concat10(const char* s1, const char* s2, const char* s3, in Concat10()
204 string Concat7(const char* s1, const char* s2, const char* s3, in Concat7()
210 string Concat8(const char* s1, const char* s2, const char* s3, in Concat8()
216 string Concat9(const char* s1, const char* s2, const char* s3, in Concat9()
[all …]
/external/clang/test/Analysis/
Darray-struct.c126 struct s3 { struct
130 static struct s3 opt; argument
/external/dropbear/libtomcrypt/src/mac/pelican/
Dpelican.c57 ulong32 s0, s1, s2, s3, t0, t1, t2, t3; in four_rounds() local
/external/qemu/
Daes.c889 u32 s0, s1, s2, s3, t0, t1, t2, t3; in AES_encrypt() local
1080 u32 s0, s1, s2, s3, t0, t1, t2, t3; in AES_decrypt() local

12345