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

1 2 3 4 5

  /bionic/tests/
arpa_inet_test.cpp 154 char s6[INET6_ADDRSTRLEN]; local
157 ASSERT_STREQ("::1", inet_ntop(AF_INET6, &ss6, s6, INET_ADDRSTRLEN));
158 ASSERT_STREQ("::1", inet_ntop(AF_INET6, &ss6, s6, INET6_ADDRSTRLEN));
159 ASSERT_STREQ("::1", inet_ntop(AF_INET6, &ss6, s6, 2*INET6_ADDRSTRLEN));
  /external/v8/test/webkit/
regexp-zero-length-alternatives.js 34 var s6 = "xabx"; variable
261 shouldBe('s6.match(re32)', '[""]');
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/
syntax-1.s 128 s6: label
  /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-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};
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/skia/src/opts/
SkBitmapProcState_opts_mips_dsp.cpp 31 int s0, s1, s2, s3, s4, s5, s6, s7; local
58 "lhu %[s6], 28(%[xx]) \n\t"
74 "lbux %[s6], %[s6](%[srcAddr]) \n\t"
90 "sll %[s6], %[s6], 2 \n\t"
107 "lwx %[s6], %[s6](%[table]) \n\t"
124 "sw %[s6], 56(%[colors]) \n\t"
144 "lhu %[s6], 28(%[xx]) \n\t
    [all...]
  /toolchain/binutils/binutils-2.25/gold/testsuite/
leb128_unittest.cc 59 static unsigned char s6[] = { 0x80+0, 1 }; // 128 local
78 CHECK(read_signed_LEB_128(s6, &len) == 128 && len == sizeof(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));
  /art/test/004-StackWalk/src/
Main.java 32 String s6 = new String("6"); local
54 s += s6;
70 s += s6;
  /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/vpx_dsp/mips/
idct8x8_msa.c 44 v8i16 s0, s1, s2, s3, s4, s5, s6, s7, k0, k1, k2, k3, m0, m1, m2, m3; local
62 BUTTERFLY_4(s0, s1, s3, s2, s4, s7, s6, s5);
77 s0 = __msa_ilvr_h(s6, s5);
itrans4_dspr2.c 318 int s0, s1, s2, s3, s4, s5, s6, s7; local
337 s6 = sinpi_4_9 * x3;
341 x1 = s1 - s4 - s6;
loopfilter_filters_dspr2.c 32 uint8_t *sm1, *s0, *s1, *s2, *s3, *s4, *s5, *s6; local
64 s6 = s5 + pitch;
83 "lw %[p6], (%[s6]) \n\t"
87 : [sm1] "r" (sm1), [s0] "r" (s0), [s5] "r" (s5), [s6] "r" (s6)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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)
  /art/test/020-string/src/
Main.java 107 String s6 = new String(byteArray, 2, 4, charsetName); local
  /bionic/libc/arch-mips/include/machine/
regdef.h 88 #define s6 $22 macro
  /development/ndk/platforms/android-21/arch-mips/include/machine/
regdef.h 81 #define s6 $22 macro
  /development/ndk/platforms/android-21/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
  /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 732 milliseconds

1 2 3 4 5