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

1 2 3

  /bionic/tests/
arpa_inet_test.cpp 75 char s6[INET6_ADDRSTRLEN]; local
78 ASSERT_STREQ("::1", inet_ntop(AF_INET6, &ss6, s6, INET_ADDRSTRLEN));
79 ASSERT_STREQ("::1", inet_ntop(AF_INET6, &ss6, s6, INET6_ADDRSTRLEN));
80 ASSERT_STREQ("::1", inet_ntop(AF_INET6, &ss6, s6, 2*INET6_ADDRSTRLEN));
  /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/chromium_org/third_party/skia/src/opts/
SkBitmapProcState_opts_mips_dsp.cpp 164 int s0, s1, s2, s3, s4, s5, s6, s7; local
191 "lhu %[s6], 28(%[xx]) \n\t"
207 "lbux %[s6], %[s6](%[srcAddr]) \n\t"
223 "sll %[s6], %[s6], 2 \n\t"
240 "lwx %[s6], %[s6](%[table]) \n\t"
257 "sw %[s6], 56(%[colors]) \n\t"
277 "lhu %[s6], 28(%[xx]) \n\t
    [all...]
SkBlitRow_opts_mips_dsp.cpp 18 register uint32_t s0, s1, s2, s4, s5, s6; local
28 "repl.ph %[s6], 0x3f \n\t"
36 "and %[t2], %[t0], %[s6] \n\t"
53 "and %[t5], %[t0], %[s6] \n\t"
90 [s6]"=&r"(s6), [count]"+r"(count), [dst]"+r"(dst),
    [all...]
  /external/clang/test/CodeGen/
x86_32-arguments-win32.c 42 // CHECK-LABEL: 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};
  /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));
  /art/test/004-StackWalk/src/
Main.java 27 String s6 = new String("6"); local
49 s += s6;
65 s += s6;
  /external/chromium_org/third_party/libvpx/source/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/jemalloc/test/include/test/
math.h 224 double e, aa, xx, c, ch, a, q, p1, p2, t, x, b, s1, s2, s3, s4, s5, s6; local
290 s6 = (120.0 + c * (346.0 + 127.0 * c)) / 5040.0;
292 - b * (s4 - b * (s5 - b * s6))))));
  /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)
  /external/openssl/apps/
s_cb.c 775 struct sockaddr_in6 s6; member in union:__anon7692
804 length += sizeof(peer.s6.sin6_port);
832 &peer.s6.sin6_port,
833 sizeof(peer.s6.sin6_port));
834 memcpy(buffer + sizeof(peer.s6.sin6_port),
835 &peer.s6.sin6_addr,
863 struct sockaddr_in6 s6; member in union:__anon7693
885 length += sizeof(peer.s6.sin6_port);
913 &peer.s6.sin6_port,
914 sizeof(peer.s6.sin6_port))
    [all...]
  /bionic/libc/arch-mips/include/machine/
regdef.h 81 #define s6 $22 macro
  /bionic/libc/arch-mips64/include/machine/
regdef.h 88 #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
  /development/ndk/platforms/android-L/arch-mips/include/machine/
regdef.h 81 #define s6 $22 macro
  /development/ndk/platforms/android-L/arch-mips64/include/machine/
regdef.h 88 #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

Completed in 1065 milliseconds

1 2 3