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

1 2 3

  /external/chromium_org/v8/test/webkit/
regexp-zero-length-alternatives.js 34 var s6 = "xabx"; variable
261 shouldBe('s6.match(re32)', '[""]');
  /art/test/Statics/
Statics.java 24 static final float s6 = 0.5f; field in class:Statics
47 return s6;
  /external/clang/test/CodeGen/
x86_32-arguments-win32.c 42 // CHECK: define void @f6_2(%struct.s6* byval align 4 %a0)
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 };
  /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/chromium_org/courgette/
adjustment_method_unittest.cc 98 std::string s6 = Serialize(prog6); local
101 EXPECT_TRUE(s5 == s6); // Adjustment did change B into A
  /external/chromium_org/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/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));
  /art/test/StackWalk/
StackWalk.java 27 String s6 = new String("6"); local
49 s += s6;
65 s += s6;
  /external/chromium_org/third_party/openssl/openssl/apps/
s_cb.c 771 struct sockaddr_in6 s6; member in union:__anon15416
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:__anon15417
881 length += sizeof(peer.s6.sin6_port);
909 &peer.s6.sin6_port,
910 sizeof(peer.s6.sin6_port))
    [all...]
  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_loopfilter_filters_dspr2.c 33 uint8_t *sm1, *s0, *s1, *s2, *s3, *s4, *s5, *s6; local
65 s6 = s5 + pitch;
84 "lw %[p6], (%[s6]) \n\t"
88 : [sm1] "r" (sm1), [s0] "r" (s0), [s5] "r" (s5), [s6] "r" (s6)
vp9_itrans4_dspr2.c 323 int s0, s1, s2, s3, s4, s5, s6, s7; local
342 s6 = sinpi_4_9 * x3;
346 x1 = s1 - s4 - s6;
vp9_itrans8_dspr2.c 472 int s0, s1, s2, s3, s4, s5, s6, s7; local
497 s6 = cospi_26_64 * x6 + cospi_6_64 * x7;
502 x2 = ROUND_POWER_OF_TWO((s2 + s6), DCT_CONST_BITS);
506 x6 = ROUND_POWER_OF_TWO((s2 - s6), DCT_CONST_BITS);
516 s6 = -cospi_24_64 * x6 + cospi_8_64 * x7;
523 x4 = ROUND_POWER_OF_TWO((s4 + s6), DCT_CONST_BITS);
525 x6 = ROUND_POWER_OF_TWO((s4 - s6), DCT_CONST_BITS);
531 s6 = cospi_16_64 * (x6 + x7);
536 x6 = ROUND_POWER_OF_TWO((s6), DCT_CONST_BITS);
    [all...]
  /external/openssl/apps/
s_cb.c 771 struct sockaddr_in6 s6; member in union:__anon25864
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:__anon25865
881 length += sizeof(peer.s6.sin6_port);
909 &peer.s6.sin6_port,
910 sizeof(peer.s6.sin6_port))
    [all...]
  /external/pixman/pixman/
pixman-mips-dspr2-asm.h 57 #define s6 $22 macro
  /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));

Completed in 1601 milliseconds

1 2 3