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

1 2 3 4

  /external/chromium_org/v8/test/webkit/
regexp-zero-length-alternatives.js 35 var s7 = "g0"; variable
267 shouldBe('s7.match(re33)', '["g0"]');
  /art/test/Statics/
Statics.java 25 static final double s7 = 16777217; field in class:Statics
50 return s7;
  /external/chromium_org/third_party/skia/src/opts/
SkBitmapProcState_opts_mips_dsp.cpp 164 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], 30(%[xx]) \n\t
    [all...]
  /external/clang/test/Sema/
pragma-align-mac68k.c 64 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/v8/test/mjsunit/
uri.js 46 var s7 = String.fromCharCode(cc7); variable
62 assertEquals('%EA%BB%AE', encodeURI(s7));
73 assertEquals(cc7, decodeURI(encodeURI(s7)).charCodeAt(0));
  /art/test/004-StackWalk/src/
Main.java 28 String s7 = new String("7"); local
50 s += s7;
  /external/clang/test/CodeGen/
regparm-struct.c 94 struct s7 { struct
99 __attribute__((regparm(3))) void f11(struct s7 a, int b);
102 struct s7 x = {41, 42, 43};
bitfield-2.c 272 // 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) {
ms_struct-bitfield.c 95 int s7 = sizeof(t7); variable
96 // CHECK: @s7 = global i32 9
97 // CHECK-ARM: @s7 = global i32 9
  /external/pixman/pixman/
pixman-mips-dspr2-asm.h 58 #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).
  /bionic/libc/arch-mips/include/machine/
regdef.h 82 #define s7 $23 macro
  /bionic/libc/arch-mips64/include/machine/
regdef.h 89 #define s7 $23 macro
  /development/ndk/platforms/android-9/arch-mips/include/asm/
regdef.h 52 #define s7 $23 macro
102 #define s7 $23 macro
  /development/ndk/platforms/android-9/arch-mips/include/machine/
regdef.h 82 #define s7 $23 macro
  /development/ndk/platforms/android-L/arch-mips/include/machine/
regdef.h 82 #define s7 $23 macro
  /development/ndk/platforms/android-L/arch-mips64/include/machine/
regdef.h 89 #define s7 $23 macro
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/
vp9_itrans4_dspr2.c 323 int s0, s1, s2, s3, s4, s5, s6, s7; local
343 s7 = x0 - x2 + x3;
347 x2 = sinpi_3_9 * s7;
vp9_itrans8_dspr2.c 472 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);
    [all...]
  /external/clang/test/CXX/class/class.union/
p1.cpp 92 struct s7 : Okay { struct in union:U3
  /external/clang/test/CodeGenCXX/
x86_32-arguments.cpp 103 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/
vp9_itrans4_dspr2.c 323 int s0, s1, s2, s3, s4, s5, s6, s7; local
343 s7 = x0 - x2 + x3;
347 x2 = sinpi_3_9 * s7;
vp9_itrans8_dspr2.c 472 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);
    [all...]
  /external/tremolo/Tremolo/
mdct.c 113 REG_TYPE s7 = x[6] - x[7]; local
116 x[1] = s7 - s1;
118 x[3] = s7 + s1;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
vp9_itrans4_dspr2.c 323 int s0, s1, s2, s3, s4, s5, s6, s7; local
343 s7 = x0 - x2 + x3;
347 x2 = sinpi_3_9 * s7;
vp9_itrans8_dspr2.c 472 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);
    [all...]

Completed in 803 milliseconds

1 2 3 4