Searched defs:s7 (Results 1 - 25 of 39) sorted by relevance

12

/external/chromium_org/v8/test/webkit/
H A Dregexp-zero-length-alternatives.js35 var s7 = "g0"; variable
267 shouldBe('s7.match(re33)', '["g0"]');
/external/clang/test/Sema/
H A Dpragma-align-mac68k.c64 struct s7 { struct
68 extern int a7_0[sizeof(struct s7) == 2 ? 1 : -1];
69 extern int a7_1[__alignof(struct s7) == 2 ? 1 : -1];
/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
192 "lhu %[s7], 30(%[xx]) \n\t"
208 "lbux %[s7], %[s7](%[srcAddr]) \n\t"
224 "sll %[s7], %[s7], 2 \n\t"
241 "lwx %[s7], %[s7](%[table]) \n\t"
258 "sw %[s7], 60(%[colors]) \n\t"
278 "lhu %[s7], 3
[all...]
/external/chromium_org/v8/test/mjsunit/
H A Duri.js46 var s7 = String.fromCharCode(cc7); variable
62 assertEquals('%EA%BB%AE', encodeURI(s7));
73 assertEquals(cc7, decodeURI(encodeURI(s7)).charCodeAt(0));
/external/clang/test/CodeGen/
H A Dregparm-struct.c94 struct s7 { struct
99 __attribute__((regparm(3))) void f11(struct s7 a, int b);
102 struct s7 x = {41, 42, 43};
H A Dbitfield-2.c272 // CHECK-RECORD: Record: RecordDecl{{.*}}s7
274 // CHECK-RECORD: LLVMType:%struct.s7 = type { i32, i32, i32, i8, i32, [12 x i8] }
280 struct __attribute__((aligned(16))) s7 { struct
286 int f7_load(struct s7 *a0) {
H A Dms_struct-bitfield.c95 int s7 = sizeof(t7); variable
96 // CHECK: @s7 = global i32 9
97 // CHECK-ARM: @s7 = global i32 9
H A Darm-arguments.c45 struct s7 { struct { int : 0; } f0; }; struct
46 struct s7 f7(void) {}
91 void f15(struct s7 a0) {}
/external/pixman/pixman/
H A Dpixman-mips-dspr2-asm.h58 #define s7 $23 macro
114 * can be saved on stack is limitted to 14 (a0-a3, v0-v1 and s0-s7).
189 * can be restored from stack is limitted to 14 (a0-a3, v0-v1 and s0-s7).
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dstringutil.cc287 const StringHolder& s7) {
290 s5.Length() + s6.Length() + s7.Length() + 1);
297 result += s7;
305 const StringHolder& s7, const StringHolder& s8) {
308 s5.Length() + s6.Length() + s7.Length() + s8.Length() + 1);
315 result += s7;
324 const StringHolder& s7, const StringHolder& s8,
328 s5.Length() + s6.Length() + s7.Length() + s8.Length() +
336 result += s7;
346 const StringHolder& s7, cons
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
343 s7 = x0 - x2 + x3;
347 x2 = sinpi_3_9 * s7;
H A Dvp9_itrans8_dspr2.c472 int s0, s1, s2, s3, s4, s5, s6, s7; local
498 s7 = cospi_6_64 * x6 - cospi_26_64 * x7;
503 x3 = ROUND_POWER_OF_TWO((s3 + s7), DCT_CONST_BITS);
507 x7 = ROUND_POWER_OF_TWO((s3 - s7), DCT_CONST_BITS);
517 s7 = cospi_8_64 * x6 + cospi_24_64 * x7;
524 x5 = ROUND_POWER_OF_TWO((s5 + s7), DCT_CONST_BITS);
526 x7 = ROUND_POWER_OF_TWO((s5 - s7), DCT_CONST_BITS);
532 s7 = cospi_16_64 * (x6 - x7);
537 x7 = ROUND_POWER_OF_TWO((s7), DCT_CONST_BITS);
H A Dvp9_itrans16_dspr2.c915 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; local
951 s7 = x6 * cospi_19_64 - x7 * cospi_13_64;
968 x7 = dct_const_round_shift(s7 + s15);
976 x15 = dct_const_round_shift(s7 - s15);
986 s7 = x7;
999 x3 = s3 + s7;
1003 x7 = s3 - s7;
1021 s7 = x6 * cospi_8_64 + x7 * cospi_24_64;
1036 x5 = dct_const_round_shift(s5 + s7);
1038 x7 = dct_const_round_shift(s5 - s7);
[all...]
/external/chromium_org/third_party/smhasher/src/
H A DSpooky.h135 uint64 &s4, uint64 &s5, uint64 &s6, uint64 &s7,
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; s7 ^= s8; s8 = Rot64(s8,55); s7 += s9;
147 s9 += data[9]; s11 ^= s7; 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.cpp92 struct s7 : Okay { struct in union:U3
/external/clang/test/CodeGenCXX/
H A Dx86_32-arguments.cpp103 struct s7 : s7_0, s7_1 { }; struct in inherits:s7_0,s7_1
104 s7 f7() { return s7(); }
/external/libvpx/libvpx/vp9/common/mips/dspr2/
H A Dvp9_itrans4_dspr2.c323 int s0, s1, s2, s3, s4, s5, s6, s7; local
343 s7 = x0 - x2 + x3;
347 x2 = sinpi_3_9 * s7;
H A Dvp9_itrans8_dspr2.c472 int s0, s1, s2, s3, s4, s5, s6, s7; local
498 s7 = cospi_6_64 * x6 - cospi_26_64 * x7;
503 x3 = ROUND_POWER_OF_TWO((s3 + s7), DCT_CONST_BITS);
507 x7 = ROUND_POWER_OF_TWO((s3 - s7), DCT_CONST_BITS);
517 s7 = cospi_8_64 * x6 + cospi_24_64 * x7;
524 x5 = ROUND_POWER_OF_TWO((s5 + s7), DCT_CONST_BITS);
526 x7 = ROUND_POWER_OF_TWO((s5 - s7), DCT_CONST_BITS);
532 s7 = cospi_16_64 * (x6 - x7);
537 x7 = ROUND_POWER_OF_TWO((s7), DCT_CONST_BITS);
H A Dvp9_itrans16_dspr2.c915 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; local
951 s7 = x6 * cospi_19_64 - x7 * cospi_13_64;
968 x7 = dct_const_round_shift(s7 + s15);
976 x15 = dct_const_round_shift(s7 - s15);
986 s7 = x7;
999 x3 = s3 + s7;
1003 x7 = s3 - s7;
1021 s7 = x6 * cospi_8_64 + x7 * cospi_24_64;
1036 x5 = dct_const_round_shift(s5 + s7);
1038 x7 = dct_const_round_shift(s5 - s7);
[all...]
/external/tremolo/Tremolo/
H A Dmdct.c113 REG_TYPE s7 = x[6] - x[7]; local
116 x[1] = s7 - s1;
118 x[3] = s7 + s1;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_dct.c128 tran_high_t s0, s1, s2, s3, s4, s5, s6, s7; local
147 s7 = x0 + x1 - x3;
150 x1 = sinpi_3_9 * s7;
207 tran_high_t s0, s1, s2, s3, s4, s5, s6, s7; // canbe16 local
219 s7 = input[0] - input[7];
244 x2 = s7 - t3;
245 x3 = s7 + t3;
276 tran_high_t s0, s1, s2, s3, s4, s5, s6, s7; // canbe16 local
290 s7 = (input[0 * stride] - input[7 * stride]) * 4;
315 x2 = s7
414 tran_high_t s0, s1, s2, s3, s4, s5, s6, s7; // canbe16 local
532 tran_high_t s0, s1, s2, s3, s4, s5, s6, s7; local
725 tran_high_t s0, s1, s2, s3, s4, s5, s6, s7; // canbe16 local
839 tran_high_t s0, s1, s2, s3, s4, s5, s6, s7, s8; local
[all...]
/external/libvpx/libvpx/vp9/common/
H A Dvp9_idct.c242 int s0, s1, s2, s3, s4, s5, s6, s7; local
261 s7 = x0 - x2 + x3;
265 x2 = sinpi_3_9 * s7;
315 int s0, s1, s2, s3, s4, s5, s6, s7; local
340 s7 = cospi_6_64 * x6 - cospi_26_64 * x7;
345 x3 = dct_const_round_shift(s3 + s7);
349 x7 = dct_const_round_shift(s3 - s7);
359 s7 = cospi_8_64 * x6 + cospi_24_64 * x7;
366 x5 = dct_const_round_shift(s5 + s7);
368 x7 = dct_const_round_shift(s5 - s7);
639 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; local
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_dct.c113 int s0, s1, s2, s3, s4, s5, s6, s7; local
132 s7 = x0 + x1 - x3;
135 x1 = sinpi_3_9 * s7;
192 /*canbe16*/ int s0, s1, s2, s3, s4, s5, s6, s7; local
204 s7 = input[0] - input[7];
229 x2 = s7 - t3;
230 x3 = s7 + t3;
250 /*canbe16*/ int s0, s1, s2, s3, s4, s5, s6, s7; local
264 s7 = (input[0 * stride] - input[7 * stride]) * 4;
289 x2 = s7
376 /*canbe16*/ int s0, s1, s2, s3, s4, s5, s6, s7; local
493 int s0, s1, s2, s3, s4, s5, s6, s7; local
685 /*canbe16*/ int s0, s1, s2, s3, s4, s5, s6, s7; local
799 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_idct.c276 tran_high_t s0, s1, s2, s3, s4, s5, s6, s7; local
295 s7 = x0 - x2 + x3;
299 x2 = sinpi_3_9 * s7;
349 int s0, s1, s2, s3, s4, s5, s6, s7; local
374 s7 = cospi_6_64 * x6 - cospi_26_64 * x7;
379 x3 = dct_const_round_shift(s3 + s7);
383 x7 = dct_const_round_shift(s3 - s7);
393 s7 = cospi_8_64 * x6 + cospi_24_64 * x7;
400 x5 = dct_const_round_shift(s5 + s7);
402 x7 = dct_const_round_shift(s5 - s7);
674 tran_high_t s0, s1, s2, s3, s4, s5, s6, s7, s8; local
1688 tran_high_t s0, s1, s2, s3, s4, s5, s6, s7; local
1764 tran_high_t s0, s1, s2, s3, s4, s5, s6, s7; local
2093 tran_high_t s0, s1, s2, s3, s4, s5, s6, s7, s8; local
[all...]
/external/chromium_org/v8/src/arm/
H A Dsimulator-arm.h112 s0 = 0, s1, s2, s3, s4, s5, s6, s7, enumerator in enum:v8::internal::Simulator::Register

Completed in 3864 milliseconds

12