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

1 2

  /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) {
regparm-struct.c 83 struct s6 { struct
87 __attribute__((regparm(3))) void f10(struct s6 a, int b);
90 struct s6 x = {41, 42};
bitfield-2.c 239 struct s6 { struct
243 struct s6 g6 = { 0xF };
245 int f6_load(struct s6 *a0) {
248 int f6_store(struct s6 *a0) {
251 int f6_reload(struct s6 *a0) {
259 struct s6 g6 = { 0xF };
arm-arguments.c 38 // APCS-GNU: struct.s6* noalias sret
40 struct s6 { int f0[1]; }; struct
41 struct s6 f6(void) {}
aarch64-arguments.c 32 struct s6 { int f0[1]; }; struct
33 struct s6 f6(void) {}
  /external/clang/test/Sema/
pragma-align-mac68k.c 57 struct s6 { struct
61 extern int a6_0[sizeof(struct s6) == 0 ? 1 : -1];
62 extern int a6_1[__alignof(struct s6) == 2 ? 1 : -1];
  /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/openssl/apps/
s_cb.c 771 struct sockaddr_in6 s6; member in union:__anon12479
800 length += sizeof(peer.s6.sin6_port);
828 &peer.s6.sin6_port,
829 sizeof(peer.s6.sin6_port));
830 memcpy(buffer + sizeof(peer.s6.sin6_port),
831 &peer.s6.sin6_addr,
859 struct sockaddr_in6 s6; member in union:__anon12480
881 length += sizeof(peer.s6.sin6_port);
909 &peer.s6.sin6_port,
910 sizeof(peer.s6.sin6_port))
    [all...]
  /bionic/libc/arch-mips/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
  /development/ndk/platforms/android-9/arch-mips/include/machine/
regdef.h 81 #define s6 $22 macro
  /external/clang/test/CXX/class/class.union/
p1.cpp 90 struct s6 : Dtor { // expected-note {{because base class of type 'Dtor' has a user-provided destructor}} struct in union:U3
  /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/kernel-headers/original/asm-mips/
regdef.h 42 #define s6 $22 macro
85 #define s6 $22 macro
  /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/tremolo/Tremolo/
mdct.c 112 REG_TYPE s6 = x[6] + x[7]; local
120 x[5] = s6 - s2;
122 x[7] = s6 + s2;
  /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-14/arch-mips/usr/include/machine/
regdef.h 81 #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
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/machine/
regdef.h 81 #define s6 $22 macro
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_lgammaf_r.c 75 s6 = 3.1947532989e-05, /* 0x3805ff67 */ variable
206 p = y*(s0+y*(s1+y*(s2+y*(s3+y*(s4+y*(s5+y*s6))))));
e_lgamma_r.c 142 s6 = 3.19475326584100867617e-05, /* 0x3F00BFEC, 0xDD17E945 */ variable
273 p = y*(s0+y*(s1+y*(s2+y*(s3+y*(s4+y*(s5+y*s6))))));
  /external/libppp/src/
iface.c 376 int addrs, af, inskip, in6skip, s4 = -1, s6 = -1, *s; local
403 s = &s6;
426 if (s6)
427 close(s6);

Completed in 823 milliseconds

1 2