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

1 2 3 4

  /external/clang/test/CodeGen/
x86_32-arguments-win32.c 43 struct s6 { struct
46 struct s6 f6_1(void) { while (1) {} }
47 void f6_2(struct s6 a0) {}
exprs.c 93 struct s6 { int f0; }; struct
94 int f6(int a0, struct s6 a1, struct s6 a2) {
arm-arguments.c 38 // APCS-GNU: struct.s6* noalias sret
40 struct s6 { int f0[1]; }; struct
41 struct s6 f6(void) {}
bitfield-2.c 256 struct s6 { struct
260 struct s6 g6 = { 0xF };
262 int f6_load(struct s6 *a0) {
265 int f6_store(struct s6 *a0) {
268 int f6_reload(struct s6 *a0) {
276 struct s6 g6 = { 0xF };
regparm-struct.c 83 struct s6 { struct
87 __attribute__((regparm(3))) void f10(struct s6 a, int b);
90 struct s6 x = {41, 42};
  /external/clang/test/CodeGenCXX/
x86_32-arguments.cpp 94 struct s6 {}; struct
95 typedef int s6::* s6_mdp;
96 typedef int (s6::*s6_mfp)();
mangle-ms.cpp 185 extern const char* const* s6;
186 // CHECK: @"\01?s6@PR13182@@3PBQBDB"
189 return s0[0] + s1[0] + s2[0] + s3[0] + s4[0] + s5[0] + s6[0][0];
  /external/clang/test/Sema/
pragma-align-mac68k.c 56 struct s6 { struct
60 extern int a6_0[sizeof(struct s6) == 0 ? 1 : -1];
61 extern int a6_1[__alignof(struct s6) == 2 ? 1 : -1];
  /bionic/libc/arch-mips/include/machine/
regdef.h 81 #define s6 $22 macro
  /development/ndk/platforms/android-9/arch-mips/include/machine/
regdef.h 81 #define s6 $22 macro
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/machine/
regdef.h 81 #define s6 $22 macro
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/machine/
regdef.h 81 #define s6 $22 macro
  /bionic/libc/kernel/arch-mips/asm/
regdef.h 51 #define s6 $22 macro
101 #define s6 $22 macro
  /development/ndk/platforms/android-9/arch-mips/include/asm/
regdef.h 51 #define s6 $22 macro
101 #define s6 $22 macro
  /external/kernel-headers/original/asm-mips/
regdef.h 42 #define s6 $22 macro
85 #define s6 $22 macro
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
regdef.h 51 #define s6 $22 macro
101 #define s6 $22 macro
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
regdef.h 51 #define s6 $22 macro
101 #define s6 $22 macro
  /external/openssl/apps/
s_cb.c 769 struct sockaddr_in6 s6; member in union:__anon11232
798 length += sizeof(peer.s6.sin6_port);
826 &peer.s6.sin6_port,
827 sizeof(peer.s6.sin6_port));
828 memcpy(buffer + sizeof(peer.s6.sin6_port),
829 &peer.s6.sin6_addr,
857 struct sockaddr_in6 s6; member in union:__anon11233
879 length += sizeof(peer.s6.sin6_port);
907 &peer.s6.sin6_port,
908 sizeof(peer.s6.sin6_port))
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Unicode/
uc-005.js 98 var s6 = '\u02b5) { for (var Z';
108 var sEval = s0 + s1 + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9 + s10;
150 expect = s6.charAt(0);
  /external/clang/test/CXX/except/except.spec/
p5-pointers.cpp 31 void s6();
54 t5 = &s6; // valid
  /external/chromium/testing/gmock/test/
gmock-more-actions_test.cc 151 const char* s4, const char* s5, const char* s6) {
152 return string(s1) + s2 + s3 + s4 + s5 + s6;
156 const char* s4, const char* s5, const char* s6,
158 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7;
162 const char* s4, const char* s5, const char* s6,
164 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8;
168 const char* s4, const char* s5, const char* s6,
170 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9;
174 const char* s4, const char* s5, const char* s6,
177 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9 + s10
    [all...]
  /external/chromium/net/websockets/
websocket_throttle_unittest.cc 181 scoped_refptr<SocketStream> s6(
183 w6->InitSocketStream(s6.get());
184 WebSocketThrottleTest::MockSocketStreamConnect(s6, addr);
190 EXPECT_EQ(ERR_IO_PENDING, w6->OnStartOpenConnection(s6, &callback_s6));
  /external/libvpx/vp8/common/mips/
loopfilter_filters_mips.c 354 unsigned char *sm1, *s0, *s1, *s2, *s3, *s4, *s5, *s6; local
374 s6 = s + p + p + p;
392 p6 = *((uint32_t*)(s6));
417 s6 += 4;
435 p6 = *((uint32_t*)(s6));
460 s6 += 4;
478 p6 = *((uint32_t*)(s6));
503 s6 += 4;
521 p6 = *((uint32_t*)(s6));
554 unsigned char *sm1, *s0, *s1, *s2, *s3, *s4, *s5, *s6; local
1612 unsigned char *sm1, *s0, *s1, *s2, *s3, *s4, *s5, *s6; local
1751 unsigned char *sm1, *s0, *s1, *s2, *s3, *s4, *s5, *s6; local
1871 unsigned char *sm1, *s0, *s1, *s2, *s3, *s4, *s5, *s6; local
2072 unsigned char *sm1, *s0, *s1, *s2, *s3, *s4, *s5, *s6; local
    [all...]
  /external/v8/test/mjsunit/
uri.js 44 var s6 = String.fromCharCode(cc6); variable
61 assertEquals('%E0%A0%80', encodeURI(s6));
72 assertEquals(cc6, decodeURI(encodeURI(s6)).charCodeAt(0));
  /external/clang/test/CXX/class/class.union/
p1.cpp 90 struct s6 : Dtor { // expected-note {{because type 'U3::s6' has a base class with a non-trivial destructor}} struct in union:U3

Completed in 1403 milliseconds

1 2 3 4