/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
sad_mb_offset.h | 34 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local 55 x12 = *((uint32*)(ref + 8)); /* L K J I */ 60 x11 = x11 | (x12 << (32 - SHIFT)); /* K J I H */ 62 x12 = *((uint32*)(blk += 16)); 68 /* process x12 & x10 */ 69 x10 = sad_4pixel(x10, x12, x9); 81 x12 = *((uint32*)(ref + 16)); /* L K J I */ 86 x11 = x11 | (x12 << (32 - SHIFT)); /* ~K ~J ~I ~H */ 88 x12 = *((uint32*)(blk + 8)); 94 /* process x12 & x10 * 137 int32 x4, x5, x6, x9, x10, x11, x12, x14; local 164 BIC x11, x11, x12, lsl #(32-SHIFT); local 166 LDR x12, [blk, #8]; local 180 LDR x12, [ref, #8]; local 187 BIC x11, x11, x12, lsl #(32-SHIFT); local 189 LDR x12, [blk], #16; local 230 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local [all...] |
sad_inline.h | 84 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local 110 x12 = *((uint32*)(blk += 16)); 116 /* process x12 & x10 */ 117 x10 = sad_4pixel(x10, x12, x9); 129 x12 = *((uint32*)(blk + 8)); 135 /* process x12 & x10 */ 136 x10 = sad_4pixel(x10, x12, x9); 259 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local 278 x12 = *((int32*)(blk + 8)); 283 /* process x12 & x10 * 299 LDR x12, [blk], #16 ; local 448 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local [all...] |
/external/pdfium/third_party/agg23/ |
agg_curves.cpp | 50 FX_FLOAT x12 = (x1 + x2) / 2; local 56 FX_FLOAT x123 = (x12 + x23) / 2; 99 recursive_bezier(x1, y1, x12, y12, x123, y123, x1234, y1234, level + 1);
|
/external/llvm/unittests/Support/ |
EndianStreamTest.cpp | 166 EXPECT_EQ(static_cast<uint8_t>(Data[1]), 0x12); local 182 EXPECT_EQ(static_cast<uint8_t>(Data[1]), 0x12); local
|
/bionic/libc/upstream-openbsd/lib/libc/crypt/ |
chacha_private.h | 91 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; local 135 x12 = j12; 140 QUARTERROUND( x0, x4, x8,x12) 145 QUARTERROUND( x1, x6,x11,x12) 161 x12 = PLUS(x12,j12); 179 x12 = XOR(x12,U8TO32_LITTLE(m + 48)); 203 U32TO8_LITTLE(c + 48,x12);
|
/external/clang/test/CodeGen/ |
override-layout.c | 102 // CHECK: Type: struct X12 103 struct PACKED X12 { 149 struct X12 x12; local 150 x12.x = sizeof(struct X12);
|
/external/lzma/Asm/x86/ |
7zAsm.asm | 78 x12 equ r12d
define
|
/external/openssh/ |
chacha.c | 92 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; local 136 x12 = j12; 141 QUARTERROUND( x0, x4, x8,x12) 146 QUARTERROUND( x1, x6,x11,x12) 162 x12 = PLUS(x12,j12); 179 x12 = XOR(x12,U8TO32_LITTLE(m + 48)); 202 U32TO8_LITTLE(c + 48,x12);
|
/external/openssh/openbsd-compat/ |
chacha_private.h | 91 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; local 135 x12 = j12; 140 QUARTERROUND( x0, x4, x8,x12) 145 QUARTERROUND( x1, x6,x11,x12) 161 x12 = PLUS(x12,j12); 179 x12 = XOR(x12,U8TO32_LITTLE(m + 48)); 203 U32TO8_LITTLE(c + 48,x12);
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/ |
armVCM4P10_Interpolate_Chroma_s.s | 81 x12 RN 14 label 151 ;// x10 x11 x12 165 LDRB x12, [pSrc1, #+2]! 172 ORR x12x11, x11, x12, LSL #16
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_dct.c | 362 tran_high_t x12 = input[3]; local 380 s12 = x12 * cospi_25_64 + x13 * cospi_7_64; 381 s13 = x12 * cospi_7_64 - x13 * cospi_25_64; 397 x12 = fdct_round_shift(s4 - s12); 415 s12 = -x12 * cospi_28_64 + x13 * cospi_4_64; 416 s13 = x12 * cospi_4_64 + x13 * cospi_28_64; 432 x12 = fdct_round_shift(s8 - s12); 450 s12 = x12 * cospi_8_64 + x13 * cospi_24_64; 451 s13 = x12 * cospi_24_64 - x13 * cospi_8_64; 467 x12 = fdct_round_shift(s12 + s14) [all...] |
/external/clang/test/FixIt/ |
fixit.cpp | 86 int x12 ^= 0; // expected-error {{invalid '^=' at end of declaration; did you mean '='?}} member in namespace:rdar8488464 115 int x12 ^= 0; // expected-error {{invalid '^=' at end of declaration; did you mean '='?}} local 116 (void)x12; 133 if (int x12 ^= 0) { (void)x12; } // expected-error {{invalid '^=' at end of declaration; did you mean '='?}}
|
/external/libvpx/libvpx/vpx_dsp/ |
inv_txfm.c | 401 tran_high_t x12 = input[3]; local 406 if (!(x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7 | x8 | x9 | x10 | x11 | x12 | 425 s12 = x12 * cospi_25_64 + x13 * cospi_7_64; 426 s13 = x12 * cospi_7_64 - x13 * cospi_25_64; 442 x12 = WRAPLOW(dct_const_round_shift(s4 - s12)); 460 s12 = -x12 * cospi_28_64 + x13 * cospi_4_64; 461 s13 = x12 * cospi_4_64 + x13 * cospi_28_64; 477 x12 = WRAPLOW(dct_const_round_shift(s8 - s12)); 495 s12 = x12 * cospi_8_64 + x13 * cospi_24_64; 496 s13 = x12 * cospi_24_64 - x13 * cospi_8_64 1710 tran_low_t x12 = input[3]; local [all...] |
/external/libvpx/libvpx/vpx_dsp/mips/ |
itrans16_dspr2.c | 1075 int x12 = input[3]; local [all...] |
/external/opencv/cv/src/ |
cvcontourtree.cpp | 599 double x13, y13, x12, y12, l_base, nx, ny, qq; local 604 x12 = t2.x - t1.x; 613 *h = nx * x12 + ny * y12; 617 *b = nx * y12 - ny * x12;
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/ |
Rotation.java | 966 double x12 = m1[2]; local [all...] |
/external/libvpx/libvpx/vpx_dsp/x86/ |
loopfilter_sse2.c | 1519 __m128i x8, x9, x10, x11, x12, x13, x14, x15; local [all...] |
/frameworks/support/samples/SupportLeanbackShowcase/libs/ |
picasso-2.5.2.jar | |
/prebuilts/tools/common/m2/repository/com/squareup/picasso/picasso/2.5.2/ |
picasso-2.5.2.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/apksig/2.3.0/ |
apksig-2.3.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/apksig/2.3.0-alpha1/ |
apksig-2.3.0-alpha1.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/apksig/2.3.0-beta1/ |
apksig-2.3.0-beta1.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/apksig/2.3.0-beta2/ |
apksig-2.3.0-beta2.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/apksig/2.3.0-beta3/ |
apksig-2.3.0-beta3.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/apksig/2.3.0-beta4/ |
apksig-2.3.0-beta4.jar | |