/external/libvpx/libvpx/vp8/encoder/arm/armv6/ |
vp8_fast_quantize_b_armv6.asm | 65 sadd16 r12, r12, r10 ; [x3+r3 | x2+r2] 69 smulbb r10, r12, r9 ; [(x2+r2)*q2] 93 smulbb r9, r10, r11 ; [x2*dq2] 99 strh r9, [r7, #4] ; dqcoeff[2] = [x2*dq2] 124 tst r1, #0x2
|
/external/libvpx/libvpx/vp8/encoder/arm/neon/ |
fastquantizeb_neon.asm | 57 vabs.s16 q10, q0 ; calculate x2 = abs(z_2) 66 vadd.s16 q10, q6 ; x2 + Round 93 vsub.s16 q10, q12 ; x2=(y^sz)-sz = (y^sz)-(-1) (2's complement) 105 vst1.s16 {q10, q11}, [r6] ; store: qcoeff = x2 107 vmul.s16 q12, q6, q10 ; x2 * Dequant
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
i830_state.c | 542 int x1, y1, x2, y2; local 552 x2 = x + w - 1; 554 DBG("%s %d..%d,%d..%d (inverted)\n", __FUNCTION__, x1, x2, y1, y2); 561 x2 = x + w - 1; 563 DBG("%s %d..%d,%d..%d (not inverted)\n", __FUNCTION__, x1, x2, y1, y2); 568 x2 = CLAMP(x2, 0, ctx->DrawBuffer->Width - 1); 571 DBG("%s %d..%d,%d..%d (clamped)\n", __FUNCTION__, x1, x2, y1, y2); 575 i830->state.Buffer[I830_DESTREG_SR2] = (y2 << 16) | (x2 & 0xffff); [all...] |
/frameworks/rs/cpu_ref/ |
rsCpuIntrinsicColorMatrix.cpp | 203 if (fabs(fpa[1]) != 0.f) key.u.addMask |= 0x2; 214 if (ipa[4] != 0) key.u.addMask |= 0x2; 428 ops[i][0] = 0x2 | opInit[0]; 433 ops[i][1] = 0x2 | opInit[1]; 437 ops[i][2] = 0x2 | opInit[2]; 443 ops[i][3] = 0x2 | opInit[3]; 818 uint32_t x2 = xend; 827 if(x2 > x1) { 828 int32_t len = (x2 - x1) >> 2; 836 while(x1 != x2) { [all...] |
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGParserUtilities.cpp | 522 float x2; local 526 || !parseNumber(current, end, x2) 530 point2 = FloatPoint(x2, y2); 542 float x2; local 548 || !parseNumber(current, end, x2) 554 point2 = FloatPoint(x2, y2);
|
/external/chromium_org/third_party/mach_override/ |
mach_override.c | 546 { 0x2, {0xFF, 0xFF}, {0x89, 0xE5} }, // mov %esp,%ebp 552 { 0x2, {0xFF, 0xFF}, {0x31, 0xC0} }, // xor %eax, %eax 567 { 0x2, {0xFF, 0x00}, {0x41, 0x00} }, // push %rXX 568 { 0x2, {0xFF, 0x00}, {0x85, 0x00} }, // test %rX,%rX 571 { 0x2, {0xFF, 0xFF}, {0x31, 0xC0} }, // xor %eax, %eax 572 { 0x2, {0xFF, 0xFF}, {0x89, 0xF8} }, // mov %edi, %eax
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-1229.js | 91 function h2(z2, y2, x2) { 99 function h3(z2, y2, x2) { 104 var local_x = x2 >> 1;
|
regress-969.js | 63 x2 = 0; 64 function test2() { return first((++y, typeof x2), 2); } 66 delete x2;
|
/external/grub/netboot/ |
lance.c | 36 #define LANCE_ADDR 0x2 226 outw(0x2, ioaddr+LANCE_ADDR); 228 outw(inw(ioaddr+LANCE_BUS_IF) | 0x2, ioaddr+LANCE_BUS_IF); 277 outw(0x2, ioaddr+LANCE_ADDR); 296 outw(0x2, ioaddr+LANCE_DATA); /* start */ 445 outw(0x2, ioaddr+LANCE_ADDR);
|
/external/v8/test/mjsunit/regress/ |
regress-1229.js | 91 function h2(z2, y2, x2) { 99 function h3(z2, y2, x2) { 104 var local_x = x2 >> 1;
|
regress-969.js | 63 x2 = 0; 64 function test2() { return first((++y, typeof x2), 2); } 66 delete x2;
|
/external/valgrind/main/memcheck/tests/ |
unit_libcbase.c | 67 CHECK( VG_IS_2_ALIGNED(0x2) ); 84 CHECK( ! VG_IS_4_ALIGNED(0x2) ); 101 CHECK( ! VG_IS_8_ALIGNED(0x2) ); 118 CHECK( ! VG_IS_16_ALIGNED(0x2) ); 135 CHECK( ! VG_IS_WORD_ALIGNED(0x2) ); 161 CHECK( ! VG_IS_PAGE_ALIGNED(0x2) );
|
/frameworks/base/core/jni/android/graphics/ |
Path.cpp | 119 static void quadTo__FFFF(JNIEnv* env, jobject clazz, SkPath* obj, jfloat x1, jfloat y1, jfloat x2, jfloat y2) { 122 SkScalar x2_ = SkFloatToScalar(x2); 135 static void cubicTo__FFFFFF(JNIEnv* env, jobject clazz, SkPath* obj, jfloat x1, jfloat y1, jfloat x2, jfloat y2, jfloat x3, jfloat y3) { 138 SkScalar x2_ = SkFloatToScalar(x2); 145 static void rCubicTo(JNIEnv* env, jobject clazz, SkPath* obj, jfloat x1, jfloat y1, jfloat x2, jfloat y2, jfloat x3, jfloat y3) { 148 SkScalar x2_ = SkFloatToScalar(x2);
|
/external/chromium_org/chrome/browser/ui/gtk/ |
nine_box.cc | 188 int x2 = width - gdk_pixbuf_get_width(images_[2]->ToGdkPixbuf()); local 201 x2, 0, -1, -1, 206 cairo_rectangle(cr, x1, 0, x2 - x1, height);
|
/external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/ |
SwapChain9.cpp | 316 float x2 = (x + width) - 0.5f; local 325 {x2, y1, 0.0f, 1.0f, u2, v2}, 326 {x2, y2, 0.0f, 1.0f, u2, v1},
|
/external/chromium_org/third_party/skia/src/gpu/gl/ |
GrGLShaderBuilder.h | 103 kGeometry_ShaderType = 0x2, 429 kUseAlphaConfig_DstReadKeyBit = 0x2, // Set if dst-copy config is alpha only. 436 kBottomLeftFragPosRead_FragPosKey = 0x2,// Read frag pos relative to bottom-left.
|
/external/clang/utils/ABITest/ |
Enumeration.py | 235 x2,y2 = getNthPairBounded(i,W,H,useDivmod=True) 236 print i,(x,y),(x2,y2) 238 b[y2][x2] = '%2d'%i
|
/external/libffi/src/x86/ |
sysv.S | 362 .byte 0x2 /* .uleb128 0x2 */ 387 .byte 0x2 /* .uleb128 0x2 */ 421 .byte 0x2 /* .uleb128 0x2 */
|
/external/skia/src/gpu/gl/ |
GrGLShaderBuilder.h | 103 kGeometry_ShaderType = 0x2, 429 kUseAlphaConfig_DstReadKeyBit = 0x2, // Set if dst-copy config is alpha only. 436 kBottomLeftFragPosRead_FragPosKey = 0x2,// Read frag pos relative to bottom-left.
|
/frameworks/base/cmds/input/src/com/android/commands/input/ |
Input.java | 201 private void sendSwipe(int inputSource, float x1, float y1, float x2, float y2, int duration) { 212 injectMotionEvent(inputSource, MotionEvent.ACTION_MOVE, now, lerp(x1, x2, alpha), 216 injectMotionEvent(inputSource, MotionEvent.ACTION_UP, now, x2, y2, 0.0f); 284 System.err.println(" swipe <x1> <y1> <x2> <y2> [duration(ms)]"
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ |
cxxabi.h | 268 __volatile_mask = 0x2, 352 __public_mask = 0x2, 528 __diamond_shaped_mask = 0x2, // Diamond shaped multiple inheritance.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ |
cxxabi.h | 268 __volatile_mask = 0x2, 352 __public_mask = 0x2, 528 __diamond_shaped_mask = 0x2, // Diamond shaped multiple inheritance.
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
cxxabi.h | 268 __volatile_mask = 0x2, 352 __public_mask = 0x2, 528 __diamond_shaped_mask = 0x2, // Diamond shaped multiple inheritance.
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
cxxabi.h | 276 __volatile_mask = 0x2, 360 __public_mask = 0x2, 536 __diamond_shaped_mask = 0x2, // Diamond shaped multiple inheritance.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
cxxabi.h | 268 __volatile_mask = 0x2, 352 __public_mask = 0x2, 528 __diamond_shaped_mask = 0x2, // Diamond shaped multiple inheritance.
|