Searched defs:s6 (Results 1 - 25 of 66) sorted by relevance

123

/external/chromium_org/v8/test/webkit/
H A Dregexp-zero-length-alternatives.js34 var s6 = "xabx"; variable
261 shouldBe('s6.match(re32)', '[""]');
/external/clang/test/CodeGen/
H A Dx86_32-arguments-win32.c42 // 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) {}
H A Dexprs.c93 struct s6 { int f0; }; struct
94 int f6(int a0, struct s6 a1, struct s6 a2) {
H A Dregparm-struct.c83 struct s6 { struct
87 __attribute__((regparm(3))) void f10(struct s6 a, int b);
90 struct s6 x = {41, 42};
H A Dbitfield-2.c239 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/
H A Dpragma-align-mac68k.c57 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/
H A Dadjustment_method_unittest.cc98 std::string s6 = Serialize(prog6); local
101 EXPECT_TRUE(s5 == s6); // Adjustment did change B into A
/external/chromium_org/third_party/skia/src/opts/
H A DSkBitmapProcState_opts_mips_dsp.cpp164 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], 2
[all...]
/external/chromium_org/v8/test/mjsunit/
H A Duri.js44 var s6 = String.fromCharCode(cc6); variable
61 assertEquals('%E0%A0%80', encodeURI(s6));
72 assertEquals(cc6, decodeURI(encodeURI(s6)).charCodeAt(0));
/external/clang/test/OpenMP/
H A Dfor_firstprivate_messages.cpp56 S6(const S6 &s6) : a(s6.a) {} argument
H A Dfor_lastprivate_messages.cpp56 S6(const S6 &s6) : a(s6.a) {} argument
H A Dparallel_for_firstprivate_messages.cpp56 S6(const S6 &s6) : a(s6.a) {} argument
H A Dparallel_for_lastprivate_messages.cpp56 S6(const S6 &s6) : a(s6.a) {} argument
H A Dparallel_sections_firstprivate_messages.cpp56 S6(const S6 &s6) : a(s6.a) {} argument
H A Dparallel_sections_lastprivate_messages.cpp56 S6(const S6 &s6) : a(s6.a) {} argument
H A Dsections_firstprivate_messages.cpp56 S6(const S6 &s6) : a(s6.a) {} argument
H A Dsections_lastprivate_messages.cpp56 S6(const S6 &s6) : a(s6.a) {} argument
H A Dsingle_firstprivate_messages.cpp56 S6(const S6 &s6) : a(s6.a) {} argument
/external/pixman/pixman/
H A Dpixman-mips-dspr2-asm.h57 #define s6 $22 macro
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dstringutil.cc270 const StringHolder& s5, const StringHolder& s6) {
273 s5.Length() + s6.Length() + 1);
279 result += s6;
286 const StringHolder& s5, const StringHolder& s6,
290 s5.Length() + s6.Length() + s7.Length() + 1);
296 result += s6;
304 const StringHolder& s5, const StringHolder& s6,
308 s5.Length() + s6.Length() + s7.Length() + s8.Length() + 1);
314 result += s6;
323 const StringHolder& s5, const StringHolder& s6,
268 StrCat(const StringHolder& s1, const StringHolder& s2, const StringHolder& s3, const StringHolder& s4, const StringHolder& s5, const StringHolder& s6) argument
284 StrCat(const StringHolder& s1, const StringHolder& s2, const StringHolder& s3, const StringHolder& s4, const StringHolder& s5, const StringHolder& s6, const StringHolder& s7) argument
302 StrCat(const StringHolder& s1, const StringHolder& s2, const StringHolder& s3, const StringHolder& s4, const StringHolder& s5, const StringHolder& s6, const StringHolder& s7, const StringHolder& s8) argument
321 StrCat(const StringHolder& s1, const StringHolder& s2, const StringHolder& s3, const StringHolder& s4, const StringHolder& s5, const StringHolder& s6, const StringHolder& s7, const StringHolder& s8, const StringHolder& s9) argument
343 StrCat(const StringHolder& s1, const StringHolder& s2, const StringHolder& s3, const StringHolder& s4, const StringHolder& s5, const StringHolder& s6, const StringHolder& s7, const StringHolder& s8, const StringHolder& s9, const StringHolder& s10, const StringHolder& s11) argument
368 StrCat(const StringHolder& s1, const StringHolder& s2, const StringHolder& s3, const StringHolder& s4, const StringHolder& s5, const StringHolder& s6, const StringHolder& s7, const StringHolder& s8, const StringHolder& s9, const StringHolder& s10, const StringHolder& s11, const StringHolder& s12) argument
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/
H A Dvp9_itrans4_dspr2.c323 int s0, s1, s2, s3, s4, s5, s6, s7; local
342 s6 = sinpi_4_9 * x3;
346 x1 = s1 - s4 - s6;
H A Dvp9_itrans8_dspr2.c472 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);
H A Dvp9_loopfilter_filters_dspr2.c33 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/chromium_org/third_party/smhasher/src/
H A DSpooky.h135 uint64 &s4, uint64 &s5, uint64 &s6, uint64 &s7,
142 s4 += data[4]; s6 ^= s2; s3 ^= s4; s4 = Rot64(s4,17); s3 += s5;
143 s5 += data[5]; s7 ^= s3; s4 ^= s5; s5 = Rot64(s5,28); s4 += s6;
144 s6 += data[6]; s8 ^= s4; s5 ^= s6; s6 = Rot64(s6,39); s5 += s7;
145 s7 += data[7]; s9 ^= s5; s6 ^= s7; s7 = Rot64(s7,57); s6 += s8;
146 s8 += data[8]; s10 ^= s6; s
132 Mix( const uint64 *data, uint64 &s0, uint64 &s1, uint64 &s2, uint64 &s3, uint64 &s4, uint64 &s5, uint64 &s6, uint64 &s7, uint64 &s8, uint64 &s9, uint64 &s10,uint64 &s11) argument
[all...]
/external/clang/test/CXX/class/class.union/
H A Dp1.cpp90 struct s6 : Dtor { // expected-note {{because base class of type 'Dtor' has a user-provided destructor}} struct in union:U3

Completed in 4235 milliseconds

123