Searched refs:s4 (Results 1 - 25 of 277) sorted by relevance

1234567891011>>

/external/clang/test/Sema/
H A Dpragma-pack-5.c40 struct s4 { struct
45 extern int check[sizeof(struct s4) == 4 ? 1 : -1];
46 extern int check[offsetof(struct s4, f3) == 2 ? 1 : -1];
H A Darm-layout.c45 struct s4 { struct
49 check(s4_size, sizeof(struct s4) == 4);
50 check(s4_align, __alignof(struct s4) == 4);
52 check(s4_size, sizeof(struct s4) == 1);
53 check(s4_align, __alignof(struct s4) == 1);
H A Dno-documentation-warn-tagdecl-specifier.c22 /** @return s4 Test 4 */
23 struct s4* f4(void);
24 struct s4 { int is; }; struct
43 struct s4 *f8(struct s8 *p);
H A Dpragma-align-mac68k.c41 struct s4 { struct
45 extern int a4_0[offsetof(struct s4, f0) == 0 ? 1 : -1];
46 extern int a4_1[offsetof(struct s4, f1) == 1 ? 1 : -1];
47 extern int a4_2[sizeof(struct s4) == 2 ? 1 : -1];
48 extern int a4_3[__alignof(struct s4) == 2 ? 1 : -1];
H A Dpragma-pack-and-options-align.c43 struct s4 { struct
49 extern int a[sizeof(struct s4) == 8 ? 1 : -1];
/external/libcxx/test/re/re.regex/re.regex.assign/
H A Dassign_iter_iter_flag.pass.cpp28 std::string s4("(a([bc]))");
31 r2.assign(I(s4.begin()), I(s4.end()));
35 r2.assign(I(s4.begin()), I(s4.end()), std::regex::extended);
39 r2.assign(F(s4.begin()), F(s4.end()));
43 r2.assign(F(s4.begin()), F(s4.end()), std::regex::extended);
/external/clang/test/SemaCXX/
H A Delaborated-type-specifier.cpp22 void test_elab2(struct S4 *s4); // expected-note{{'NS::S4' declared here}}
25 void X::test_elab2(S4 *s4) { } // expected-note{{passing argument to parameter 's4' here}} argument
29 struct S4 *s4 = 0; local
30 x.test_elab2(s4); // expected-error{{cannot initialize a parameter of type 'NS::S4 *' with an lvalue of type 'struct S4 *'}}
38 S4 *s4; // expected-error{{unknown type name 'S4'; did you mean 'NS::S4'?}} local
/external/clang/test/CodeGen/
H A Dx86_32-arguments-win32.c27 struct s4 { struct
31 struct s4 f4_1(void) { while (1) {} }
H A Dppc64-struct-onefloat.c6 typedef struct s4 { Sf fs; } SSf; struct
14 // CHECK: %d = alloca %struct.s4, align 4
20 // CHECK: %{{[a-zA-Z0-9.]+}} = getelementptr %struct.s4* %d, i32 0, i32 0
42 // CHECK: %{{[a-zA-Z0-9.]+}} = getelementptr %struct.s4* %p4, i32 0, i32 0
/external/libcxx/test/re/re.regex/re.regex.construct/
H A Diter_iter_flg.pass.cpp38 std::string s4("(a([bc]))");
43 test(F(s4.begin()), F(s4.end()), std::regex_constants::basic, 0);
48 test(F(s4.begin()), F(s4.end()), std::regex_constants::extended, 2);
53 test(F(s4.begin()), F(s4.end()), std::regex_constants::ECMAScript, 2);
58 test(F(s4.begin()), F(s4.end()), std::regex_constants::awk, 2);
63 test(F(s4
[all...]
H A Diter_iter.pass.cpp37 std::string s4("(a([bc]))");
42 test(F(s4.begin()), F(s4.end()), 2);
/external/clang/test/Analysis/
H A Dmalloc-overflow.c22 struct s4 struct
27 void * f4(struct s4 *s)
32 void * f5(struct s4 *s)
34 struct s4 s2 = *s;
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dstringutil.h119 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,
167 const StringHolder& s3, const StringHolder& s4);
170 const StringHolder& s3, const StringHolder& s4,
[all...]
H A Dstringutil.cc241 const StringHolder& s3, const StringHolder& s4) {
243 result.reserve(s1.Length() + s2.Length() + s3.Length() + s4.Length() + 1);
248 result += s4;
254 const StringHolder& s3, const StringHolder& s4,
257 result.reserve(s1.Length() + s2.Length() + s3.Length() + s4.Length() +
262 result += s4;
269 const StringHolder& s3, const StringHolder& s4,
272 result.reserve(s1.Length() + s2.Length() + s3.Length() + s4.Length() +
277 result += s4;
285 const StringHolder& s3, const StringHolder& s4,
240 StrCat(const StringHolder& s1, const StringHolder& s2, const StringHolder& s3, const StringHolder& s4) argument
253 StrCat(const StringHolder& s1, const StringHolder& s2, const StringHolder& s3, const StringHolder& s4, const StringHolder& s5) argument
268 StrCat(const StringHolder& s1, const StringHolder& s2, const StringHolder& s3, const StringHolder& s4, const StringHolder& s5, const StringHolder& s6) argument
284 StrCat(const StringHolder& s1, const StringHolder& s2, const StringHolder& s3, const StringHolder& s4, const StringHolder& s5, const StringHolder& s6, const StringHolder& s7) argument
302 StrCat(const StringHolder& s1, const StringHolder& s2, const StringHolder& s3, const StringHolder& s4, const StringHolder& s5, const StringHolder& s6, const StringHolder& s7, const StringHolder& s8) argument
321 StrCat(const StringHolder& s1, const StringHolder& s2, const StringHolder& s3, const StringHolder& s4, const StringHolder& s5, const StringHolder& s6, const StringHolder& s7, const StringHolder& s8, const StringHolder& s9) argument
343 StrCat(const StringHolder& s1, const StringHolder& s2, const StringHolder& s3, const StringHolder& s4, const StringHolder& s5, const StringHolder& s6, const StringHolder& s7, const StringHolder& s8, const StringHolder& s9, const StringHolder& s10, const StringHolder& s11) argument
368 StrCat(const StringHolder& s1, const StringHolder& s2, const StringHolder& s3, const StringHolder& s4, const StringHolder& s5, const StringHolder& s6, const StringHolder& s7, const StringHolder& s8, const StringHolder& s9, const StringHolder& s10, const StringHolder& s11, const StringHolder& s12) argument
421 StrAppend(string* dest, const StringHolder& s1, const StringHolder& s2, const StringHolder& s3, const StringHolder& s4) argument
433 StrAppend(string* dest, const StringHolder& s1, const StringHolder& s2, const StringHolder& s3, const StringHolder& s4, const StringHolder& s5) argument
[all...]
/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, s4, s
[all...]
H A Dfconst.s4 fconsts s4, #0x0
5 fconsts s4, #0x70
14 @ CHECK: vmov.f32 s4, #2.000000e+00 @ encoding: [0x00,0x2a,0xb0,0xee]
15 @ CHECK: vmov.f32 s4, #1.000000e+00 @ encoding: [0x00,0x2a,0xb7,0xee]
H A Dvfp4.s13 @ ARM: vfma.f32 s2, s4, s0 @ encoding: [0x00,0x1a,0xa2,0xee]
14 @ THUMB: vfma.f32 s2, s4, s0 @ encoding: [0xa2,0xee,0x00,0x1a]
15 @ THUMB_V7EM: vfma.f32 s2, s4, s0 @ encoding: [0xa2,0xee,0x00,0x1a]
16 vfma.f32 s2, s4, s0
36 @ ARM: vfnma.f32 s2, s4, s0 @ encoding: [0x40,0x1a,0x92,0xee]
37 @ THUMB: vfnma.f32 s2, s4, s0 @ encoding: [0x92,0xee,0x40,0x1a]
38 @ THUMB_V7EM: vfnma.f32 s2, s4, s0 @ encoding: [0x92,0xee,0x40,0x1a]
39 vfnma.f32 s2, s4, s0
47 @ ARM: vfms.f32 s2, s4, s0 @ encoding: [0x40,0x1a,0xa2,0xee]
48 @ THUMB: vfms.f32 s2, s4, s
[all...]
/external/clang/test/SemaTemplate/
H A Dself-comparison.cpp46 S4<1> s4; s4.foo<1>(); local
/external/llvm/test/MC/COFF/
H A Dlinkonce.s18 .section s4
62 // CHECK: Name: s4
117 // CHECK: Name: s4
118 // CHECK: Section: s4 (7)
/external/llvm/test/MC/Mips/mips64r6/
H A Dinvalid-mips3-wrong-error.s8 ldl $s4,-4231($15) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
12 ldle $s4,-4231($15) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction
16 lwl $s4,-4231($15) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
20 lwle $s4,-4231($15) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/mips/dspr2/
H A Dloopfilter_filters_dspr2.c356 unsigned char *sm1, *s0, *s1, *s2, *s3, *s4, *s5, *s6; local
377 s4 = s + p;
387 p4 = *((uint32_t *)(s4));
413 *((uint32_t *)s4) = p4;
422 s4 += 4;
432 p4 = *((uint32_t *)(s4));
458 *((uint32_t *)s4) = p4;
467 s4 += 4;
477 p4 = *((uint32_t *)(s4));
503 *((uint32_t *)s4)
566 unsigned char *sm1, *s0, *s1, *s2, *s3, *s4, *s5, *s6; local
683 unsigned char *s1, *s2, *s3, *s4; local
1033 unsigned char *s1, *s2, *s3, *s4; local
1644 unsigned char *sm1, *s0, *s1, *s2, *s3, *s4, *s5, *s6; local
1789 unsigned char *sm1, *s0, *s1, *s2, *s3, *s4, *s5, *s6; local
1916 unsigned char *s1, *s2, *s3, *s4; local
2126 unsigned char *s1, *s2, *s3, *s4; local
[all...]
/external/libvpx/libvpx/vp8/common/mips/dspr2/
H A Dloopfilter_filters_dspr2.c356 unsigned char *sm1, *s0, *s1, *s2, *s3, *s4, *s5, *s6; local
377 s4 = s + p;
387 p4 = *((uint32_t *)(s4));
413 *((uint32_t *)s4) = p4;
422 s4 += 4;
432 p4 = *((uint32_t *)(s4));
458 *((uint32_t *)s4) = p4;
467 s4 += 4;
477 p4 = *((uint32_t *)(s4));
503 *((uint32_t *)s4)
566 unsigned char *sm1, *s0, *s1, *s2, *s3, *s4, *s5, *s6; local
683 unsigned char *s1, *s2, *s3, *s4; local
1033 unsigned char *s1, *s2, *s3, *s4; local
1644 unsigned char *sm1, *s0, *s1, *s2, *s3, *s4, *s5, *s6; local
1789 unsigned char *sm1, *s0, *s1, *s2, *s3, *s4, *s5, *s6; local
1916 unsigned char *s1, *s2, *s3, *s4; local
2126 unsigned char *s1, *s2, *s3, *s4; local
[all...]
/external/jpeg/
H A Dmips_idct_le.S60 # $s4:7 - temp results
69 sw $s4, 12($sp)
100 or $s4, $t1, $t2
103 bnez $s4, full_column
150 addq.ph $s4, $t0, $t4 # tmp10
160 addq.ph $t0, $s4, $s7 # tmp0
161 subq.ph $t6, $s4, $s7 # tmp3
211 lw $s4, 0($at) # FIX(1.082392200)
224 mulq_rs.ph $s4, $s6, $s4 # tmp1
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/
H A Dvp9_loopfilter_filters_dspr2.c33 uint8_t *sm1, *s0, *s1, *s2, *s3, *s4, *s5, *s6; local
63 s4 = s + pitch;
64 s5 = s4 + pitch;
71 "lw %[p4], (%[s4]) \n\t"
74 : [s1] "r" (s1), [s2] "r" (s2), [s3] "r" (s3), [s4] "r" (s4)
104 "sw %[p4], (%[s4]) \n\t"
108 [s1] "r" (s1), [s2] "r" (s2), [s3] "r" (s3), [s4] "r" (s4)
126 uint8_t *s1, *s2, *s3, *s4; local
[all...]
/external/libvpx/libvpx/vp9/common/mips/dspr2/
H A Dvp9_loopfilter_filters_dspr2.c33 uint8_t *sm1, *s0, *s1, *s2, *s3, *s4, *s5, *s6; local
63 s4 = s + pitch;
64 s5 = s4 + pitch;
71 "lw %[p4], (%[s4]) \n\t"
74 : [s1] "r" (s1), [s2] "r" (s2), [s3] "r" (s3), [s4] "r" (s4)
104 "sw %[p4], (%[s4]) \n\t"
108 [s1] "r" (s1), [s2] "r" (s2), [s3] "r" (s3), [s4] "r" (s4)
126 uint8_t *s1, *s2, *s3, *s4; local
[all...]

Completed in 1523 milliseconds

1234567891011>>