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

1 2 3 4 5

  /bionic/tests/
arpa_inet_test.cpp 74 char s4[INET_ADDRSTRLEN]; local
76 ASSERT_STREQ("127.0.0.1", inet_ntop(AF_INET, &ss4, s4, INET_ADDRSTRLEN));
77 ASSERT_STREQ("127.0.0.1", inet_ntop(AF_INET, &ss4, s4, 2*INET_ADDRSTRLEN));
  /external/chromium_org/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/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:__anon23810
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:__anon23811
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/clang/test/SemaTemplate/
self-comparison.cpp 28 template <int A> struct S4 {
46 S4<1> s4; s4.foo<1>(); local
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_stackdepot_test.cc 73 uptr s4[] = {1, 3, 2, 5}; local
78 ids[3] = StackDepotPut(s4, ARRAY_SIZE(s4));
  /art/test/Statics/
Statics.java 22 static final int s4 = 2000000000; field in class:Statics
41 return s4;
  /external/chromium_org/third_party/skia/src/opts/
SkBitmapProcState_opts_mips_dsp.cpp 164 int s0, s1, s2, s3, s4, s5, s6, s7; local
189 "lhu %[s4], 24(%[xx]) \n\t"
205 "lbux %[s4], %[s4](%[srcAddr]) \n\t"
221 "sll %[s4], %[s4], 2 \n\t"
238 "lwx %[s4], %[s4](%[table]) \n\t"
255 "sw %[s4], 48(%[colors]) \n\t"
275 "lhu %[s4], 24(%[xx]) \n\t
    [all...]
  /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 %struct.s4* %d, i32 0, i32 0
42 // CHECK: %{{[a-zA-Z0-9.]+}} = getelementptr %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...]
warn-unused-result.cpp 33 const S &s4 = g1(); local
  /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
  /dalvik/dexgen/src/com/android/dexgen/util/
Hex.java 169 public static String s4(int v) { method in class:Hex
  /dalvik/dx/src/com/android/dx/util/
Hex.java 169 public static String s4(int v) { method in class:Hex
  /external/chromium_org/v8/test/mjsunit/
uri.js 40 var s4 = String.fromCharCode(cc4); variable
59 assertEquals('%D5%95', encodeURI(s4));
70 assertEquals(cc4, decodeURI(encodeURI(s4)).charCodeAt(0));
  /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/dexmaker/src/dx/java/com/android/dx/util/
Hex.java 169 public static String s4(int v) { method in class:Hex

Completed in 518 milliseconds

1 2 3 4 5