HomeSort by relevance Sort by last modified time
    Searched refs:s4 (Results 1 - 25 of 384) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/docs/
porting-proto.c.txt 33 typedef int32_t s4;
38 s4 iadd32(s4 x, s4 y) { return x + y; }
43 s4 isub32(s4 x, s4 y) { return x - y; }
48 s4 irsub32lit8(s4 x) { return 25 - x; }
50 s4 imul32(s4 x, s4 y) { return x * y;
    [all...]
  /external/clang/test/Sema/
pragma-pack-5.c 40 struct s4 { struct
45 extern int check[sizeof(struct s4) == 4 ? 1 : -1];
46 extern int check[offsetof(struct s4, f3) == 2 ? 1 : -1];
arm-layout.c 45 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);
no-documentation-warn-tagdecl-specifier.c 22 /** @return s4 Test 4 */
23 struct s4* f4(void);
24 struct s4 { int is; }; struct
43 struct s4 *f8(struct s8 *p);
pragma-align-mac68k.c 41 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];
pragma-pack-and-options-align.c 43 struct s4 { struct
49 extern int a[sizeof(struct s4) == 8 ? 1 : -1];
  /ndk/tests/device/test-stlport_shared-exception/jni/
vtable2.cpp 30 struct S4 : public S3, virtual public S2
55 void S4::s1 ()
101 S4 primary vtable
106 S4 offset to top
107 S4 RTTI
109 S4::s1
111 S2-in-S4 secondary vtable
114 S4::s1 vcall offset
118 S4 RTTI
120 S4::s
152 S4 s4; local
    [all...]
  /ndk/tests/device/test-stlport_static-exception/jni/
vtable2.cpp 30 struct S4 : public S3, virtual public S2
55 void S4::s1 ()
101 S4 primary vtable
106 S4 offset to top
107 S4 RTTI
109 S4::s1
111 S2-in-S4 secondary vtable
114 S4::s1 vcall offset
118 S4 RTTI
120 S4::s
152 S4 s4; local
    [all...]
  /external/libcxx/test/re/re.regex/re.regex.assign/
assign_iter_iter_flag.pass.cpp 28 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);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.assign/
assign_iter_iter_flag.pass.cpp 28 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);
  /art/test/Statics/
Statics.java 22 static final int s4 = 2000000000; field in class:Statics
41 return s4;
  /external/clang/test/SemaCXX/
elaborated-type-specifier.cpp 22 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}}
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
    [all...]
  /external/clang/test/CodeGen/
x86_32-arguments-win32.c 27 struct s4 { struct
31 struct s4 f4_1(void) { while (1) {} }
  /hardware/intel/common/libva/
style_unify 6 astyle --style=linux -s4 -c -s -p -U -H -n $i
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
residu.cpp 209 Word32 s4; local
223 s4 = 0x0000800L;
235 s4 += ((Word32) * (p_coef--) * *(p_input4++));
239 s4 += ((Word32) * (p_coef--) * *(p_input4++));
245 s4 += (((Word32) * (p_coef)) * *(p_input4));
250 *(p_residual_ptr--) = (Word16)(s4 >> 12);
  /external/libcxx/test/re/re.regex/re.regex.construct/
iter_iter_flg.pass.cpp 38 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.begin()), F(s4.end()), std::regex_constants::grep, 0)
    [all...]
iter_iter.pass.cpp 37 std::string s4("(a([bc]))");
42 test(F(s4.begin()), F(s4.end()), 2);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.construct/
iter_iter_flg.pass.cpp 38 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.begin()), F(s4.end()), std::regex_constants::grep, 0)
    [all...]
iter_iter.pass.cpp 37 std::string s4("(a([bc]))");
42 test(F(s4.begin()), F(s4.end()), 2);
  /hardware/intel/img/psb_video/
style_unify 6 astyle --style=linux -s4 -c -s -p -U -H -n $i
  /external/clang/test/Analysis/
malloc-overflow.c 22 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/
stringutil.h 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,
167 const StringHolder& s3, const StringHolder& s4);
170 const StringHolder& s3, const StringHolder& s4,
    [all...]
  /external/llvm/test/MC/ARM/
invalid-fp-armv8.s 10 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...]
fconst.s 4 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]
  /external/clang/test/SemaTemplate/
self-comparison.cpp 28 template <int A> struct S4 {
46 S4<1> s4; s4.foo<1>(); local

Completed in 1050 milliseconds

1 2 3 4 5 6 7 8 91011>>