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

1 2 3

  /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) {}
arm-arguments.c 37 // APCS-GNU: struct.s6* noalias sret
39 struct s6 { int f0[1]; }; struct
40 struct s6 f6(void) {}
exprs.c 93 struct s6 { int f0; }; struct
94 int f6(int a0, struct s6 a1, struct s6 a2) {
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 };
  /external/clang/test/CodeGenCXX/
x86_32-arguments.cpp 94 struct s6 {}; struct
95 typedef int s6::* s6_mdp;
96 typedef int (s6::*s6_mfp)();
  /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];
  /development/ndk/platforms/android-9/arch-mips/include/machine/
regdef.h 81 #define s6 $22 macro
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/machine/
regdef.h 81 #define s6 $22 macro
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/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/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
regdef.h 51 #define s6 $22 macro
101 #define s6 $22 macro
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/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:__anon9904
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:__anon9905
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...]
gmock-generated-actions_test.cc 134 const char* s4, const char* s5, const char* s6) {
135 return string(s1) + s2 + s3 + s4 + s5 + s6;
139 const char* s4, const char* s5, const char* s6,
141 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7;
145 const char* s4, const char* s5, const char* s6,
147 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8;
151 const char* s4, const char* s5, const char* s6,
153 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9;
157 const char* s4, const char* s5, const char* s6,
160 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/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 91 struct s6 : Dtor { // expected-note {{because type 'U3::s6' has a base class with a non-trivial destructor}} struct in union:U3
  /external/mdnsresponder/mDNSPosix/
Identify.c 277 struct in6_addr s6; local
319 else if (inet_pton(AF_INET6, arg, &s6) == 1)
322 mDNSu8 *p = (mDNSu8 *)&s6;
333 mDNSPlatformMemCopy(&target.ip.v6, &s6, sizeof(target.ip.v6));
  /external/v8/test/cctest/
test-disasm-mips.cc 419 COMPARE(clz(s6, s7),
420 "72f6b020 clz s6, s7");
428 COMPARE(ins_(s6, s7, 30, 2),
429 "7ef6ff84 ins s6, s7, 30, 2");
434 COMPARE(ext_(s6, s7, 30, 2),
435 "7ef60f80 ext s6, s7, 30, 2");
  /external/llvm/test/MC/ARM/
simple-fp-encoding.s 263 @ CHECK: vldmia r1, {s2, s3, s4, s5, s6, s7} @ encoding: [0x06,0x1a,0x91,0xec]
265 vldmia r1, {s2,s3-s6,s7}
268 @ CHECK: vstmia r1, {s2, s3, s4, s5, s6, s7} @ encoding: [0x06,0x1a,0x81,0xec]
271 vstmia r1, {s2,s3-s6,s7}
292 vmov.8 s6, r3
296 vmov.16 r3, s6
306 @ CHECK: vmov s6, r3 @ encoding: [0x10,0x3a,0x03,0xee]
309 @ CHECK: vmov r3, s6 @ encoding: [0x10,0x3a,0x13,0xee]

Completed in 474 milliseconds

1 2 3