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

1 2 3 4 5 6 7 8 9

  /external/v8/test/mjsunit/es6/
unicode-escapes.js 34 var s4 = "foob\u{0000000061}r"; variable
35 assertEquals(s4, "foobar");
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mri/
expr.s 2 xdef s1,s2,s3,s4,s5
6 s4 equ "0 define
  /bionic/tests/
arpa_inet_test.cpp 153 char s4[INET_ADDRSTRLEN]; local
155 ASSERT_STREQ("127.0.0.1", inet_ntop(AF_INET, &ss4, s4, INET_ADDRSTRLEN));
156 ASSERT_STREQ("127.0.0.1", inet_ntop(AF_INET, &ss4, s4, 2*INET_ADDRSTRLEN));
  /external/clang/test/Sema/
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);
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];
pragma-pack-and-options-align.c 43 struct s4 { struct
49 extern int a[sizeof(struct s4) == 8 ? 1 : -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];
warn-strlcpycat-size.c 15 } s4, **s5; variable in typeref:struct:__anon8814
25 strlcpy(s4.f1, s2, sizeof(s2)); // 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}}
warn-strncat-size.c 21 } s4, **s5; variable in typeref:struct:__anon8815
43 strncat(s4.f1, s2, sizeof(s2)); // expected-warning {{size argument in 'strncat' call appears to be size of the source}} expected-note {{change the argument to be the free space in the destination buffer minus the terminating null byte}}
  /external/v8/test/webkit/
regexp-zero-length-alternatives.js 32 var s4 = "abab"; variable
252 shouldBe('s4.match(re31)', '["abab"]');
259 shouldBe('s4.match(re32)', '["abab"]');
  /external/clang/test/SemaTemplate/
self-comparison.cpp 28 template <int A> struct S4 {
46 S4<1> s4; s4.foo<1>(); local
  /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);
  /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...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/
syntax-1.s 83 s4: label
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-pe/
aligncomm-4.c 8 long s4 = 0; variable
  /art/test/Statics/
Statics.java 22 static final int s4 = 2000000000; field in class:Statics
41 return s4;
  /external/clang/test/CodeGen/
bitfield.c 73 struct s4 { struct
ppc64-struct-onefloat.c 6 typedef struct s4 { Sf fs; } SSf; struct
14 // CHECK: %d = alloca %struct.s4, align 4
20 // CHECK: %{{[a-zA-Z0-9.]+}} = getelementptr inbounds %struct.s4, %struct.s4* %d, i32 0, i32 0
42 // CHECK: %{{[a-zA-Z0-9.]+}} = getelementptr inbounds %struct.s4, %struct.s4* %p4, i32 0, i32 0
pragma-pack-1.c 44 struct S4
54 } s4; variable in typeref:struct:S4
64 // CHECK: %struct.S4 = type { [3 x i8], %struct.T4, i32 }
x86_32-arguments-win32.c 27 struct s4 { struct
31 struct s4 f4_1(void) { while (1) {} }
  /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/eigen/unsupported/Eigen/src/MoreVectorization/
MathFunctions.h 61 Packet4f s4=pmadd(s3,z1, p4f_asin5); local
62 Packet4f temp=pmul(s4,z1);//not really a madd but a mul by z so that the next term can be a madd
75 Packet4f s4=pmadd(s3,z2, p4f_asin5); local
76 Packet4f temp=pmul(s4,z2);//not really a madd but a mul by z so that the next term can be a madd
  /external/skia/src/opts/
SkBitmapProcState_opts_mips_dsp.cpp 31 int s0, s1, s2, s3, s4, s5, s6, s7; local
56 "lhu %[s4], 24(%[xx]) \n\t"
72 "lbux %[s4], %[s4](%[srcAddr]) \n\t"
88 "sll %[s4], %[s4], 2 \n\t"
105 "lwx %[s4], %[s4](%[table]) \n\t"
122 "sw %[s4], 48(%[colors]) \n\t"
142 "lhu %[s4], 24(%[xx]) \n\t
    [all...]

Completed in 857 milliseconds

1 2 3 4 5 6 7 8 9