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

12

/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_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...]
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);
/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/third_party/libvpx/source/libvpx/vp9/common/x86/
H A Dvp9_idct_intrin_sse2.c651 __m128i s0, s1, s2, s3, s4, s5, s6, s7; local
677 s7 = _mm_unpackhi_epi16(in6, in7);
692 u13 = _mm_madd_epi16(s7, k__cospi_p26_p06);
694 u15 = _mm_madd_epi16(s7, k__cospi_p06_m26);
809 s7 = _mm_packs_epi32(u6, u7);
814 u2 = _mm_unpacklo_epi16(s6, s7);
815 u3 = _mm_unpackhi_epi16(s6, s7);
847 s7 = _mm_packs_epi32(v6, v7);
854 in[5] = _mm_sub_epi16(k__const_0, s7);
/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/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
H A Dvp9_dct_sse2.c798 __m128i s0, s1, s2, s3, s4, s5, s6, s7; local
808 s7 = _mm_sub_epi16(in[0], in[7]);
879 s2 = _mm_sub_epi16(s7, u1);
880 s3 = _mm_add_epi16(s7, u1);
946 __m128i s0, s1, s2, s3, s4, s5, s6, s7; local
969 s7 = _mm_unpackhi_epi16(in6, in7);
984 u13 = _mm_madd_epi16(s7, k__cospi_p26_p06);
986 u15 = _mm_madd_epi16(s7, k__cospi_p06_m26);
1101 s7 = _mm_packs_epi32(u6, u7);
1106 u2 = _mm_unpacklo_epi16(s6, s7);
[all...]
/external/chromium_org/third_party/mesa/src/include/CL/
H A Dcl_platform.h460 __extension__ struct{ cl_char s0, s1, s2, s3, s4, s5, s6, s7; }; member in struct:__anon13480::__anon13482
479 __extension__ struct{ cl_char s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member in struct:__anon13484::__anon13486
535 __extension__ struct{ cl_uchar s0, s1, s2, s3, s4, s5, s6, s7; }; member in struct:__anon13496::__anon13498
554 __extension__ struct{ cl_uchar s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member in struct:__anon13500::__anon13502
610 __extension__ struct{ cl_short s0, s1, s2, s3, s4, s5, s6, s7; }; member in struct:__anon13512::__anon13514
629 __extension__ struct{ cl_short s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member in struct:__anon13516::__anon13518
685 __extension__ struct{ cl_ushort s0, s1, s2, s3, s4, s5, s6, s7; }; member in struct:__anon13528::__anon13530
704 __extension__ struct{ cl_ushort s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member in struct:__anon13532::__anon13534
759 __extension__ struct{ cl_int s0, s1, s2, s3, s4, s5, s6, s7; }; member in struct:__anon13544::__anon13546
778 __extension__ struct{ cl_int s0, s1, s2, s3, s4, s5, s6, s7, s member in struct:__anon13548::__anon13550
834 __extension__ struct{ cl_uint s0, s1, s2, s3, s4, s5, s6, s7; }; member in struct:__anon13560::__anon13562
853 __extension__ struct{ cl_uint s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member in struct:__anon13564::__anon13566
908 __extension__ struct{ cl_long s0, s1, s2, s3, s4, s5, s6, s7; }; member in struct:__anon13576::__anon13578
927 __extension__ struct{ cl_long s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member in struct:__anon13580::__anon13582
983 __extension__ struct{ cl_ulong s0, s1, s2, s3, s4, s5, s6, s7; }; member in struct:__anon13592::__anon13594
1002 __extension__ struct{ cl_ulong s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member in struct:__anon13596::__anon13598
1059 __extension__ struct{ cl_float s0, s1, s2, s3, s4, s5, s6, s7; }; member in struct:__anon13608::__anon13610
1078 __extension__ struct{ cl_float s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member in struct:__anon13612::__anon13614
1134 __extension__ struct{ cl_double s0, s1, s2, s3, s4, s5, s6, s7; }; member in struct:__anon13624::__anon13626
1153 __extension__ struct{ cl_double s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member in struct:__anon13628::__anon13630
[all...]
/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/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/chromium_org/v8/src/arm/
H A Dassembler-arm.h336 const SwVfpRegister s7 = { 7 }; member in namespace:v8::internal
H A Dsimulator-arm.h112 s0 = 0, s1, s2, s3, s4, s5, s6, s7, enumerator in enum:v8::internal::Simulator::Register
/external/chromium_org/v8/src/mips/
H A Dsimulator-mips.h124 s0, s1, s2, s3, s4, s5, s6, s7, enumerator in enum:v8::internal::Simulator::Register
/external/chromium_org/v8/src/mips64/
H A Dsimulator-mips64.h153 s0, s1, s2, s3, s4, s5, s6, s7, enumerator in enum:v8::internal::Simulator::Register
/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/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/CXX/class/class.union/
H A Dp1.cpp92 struct s7 : Okay { struct in union:U3
/external/clang/test/CodeGen/
H A Darm-arguments.c45 struct s7 { struct { int : 0; } f0; }; struct
46 struct s7 f7(void) {}
91 void f15(struct s7 a0) {}
H A Darm64-arguments.c35 struct s7 { struct { int : 0; } f0; }; struct
36 struct s7 f7(void) {}
67 void f15(struct s7 a0) {}
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 Dregparm-struct.c94 struct s7 { struct
99 __attribute__((regparm(3))) void f11(struct s7 a, int b);
102 struct s7 x = {41, 42, 43};
/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/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];

Completed in 3392 milliseconds

12