HomeSort by relevance Sort by last modified time
    Searched refs:x1 (Results 251 - 275 of 966) sorted by null

<<11121314151617181920>>

  /external/ppp/pppd/include/net/
pppio.h 64 #define COMP_AC 0x1 /* compress address/control */
  /external/skia/include/core/
SkPath.h 238 (x1,y1), and ending at (x2,y2). If no moveTo() call has been made for
241 @param x1 The x-coordinate of the control point on a quadratic curve
246 void quadTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2);
275 (x1,y1) and (x2,y2), and ending at (x3,y3). If no moveTo() call has been
278 @param x1 The x-coordinate of the 1st control point on a cubic curve
285 void cubicTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2,
317 void rCubicTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2,
338 void arcTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2,
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_interpolate_loop_gnu.s 86 LDRSB tmp1, [pPhaseAccum, #1] @ tmp1 = x1
89 LDRSH tmp1, [pPhaseAccum, #2] @ tmp1 = x1
94 SUB tmp1, tmp1, tmp0 @ tmp1 = x1 - x0
111 @ = x0 + f * (x1 - x0) == interpolated result
ARM-E_interpolate_noloop_gnu.s 78 LDRSB tmp1, [pPhaseAccum, #1] @ tmp1 = x1
81 LDRSH tmp1, [pPhaseAccum, #2] @ tmp1 = x1
86 SUB tmp1, tmp1, tmp0 @ tmp1 = x1 - x0
103 @ = x0 + f * (x1 - x0) == interpolated result
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_interpolate_loop_gnu.s 86 LDRSB tmp1, [pPhaseAccum, #1] @ tmp1 = x1
89 LDRSH tmp1, [pPhaseAccum, #2] @ tmp1 = x1
94 SUB tmp1, tmp1, tmp0 @ tmp1 = x1 - x0
111 @ = x0 + f * (x1 - x0) == interpolated result
ARM-E_interpolate_noloop_gnu.s 78 LDRSB tmp1, [pPhaseAccum, #1] @ tmp1 = x1
81 LDRSH tmp1, [pPhaseAccum, #2] @ tmp1 = x1
86 SUB tmp1, tmp1, tmp0 @ tmp1 = x1 - x0
103 @ = x0 + f * (x1 - x0) == interpolated result
  /external/webkit/JavaScriptCore/runtime/
SymbolTable.h 93 static const unsigned ReadOnlyFlag = 0x1;
  /frameworks/base/core/java/android/view/animation/
Transformation.java 36 public static int TYPE_ALPHA = 0x1;
  /frameworks/base/media/libstagefright/codecs/aacdec/
intensity_right.cpp 167 multiplier = codebook AND 0x1;
333 * 1111b AND 0x1 = 1b
334 * 1111b AND 0x1 = 1b
335 * 1110b AND 0x1 = 0b
336 * 1110b AND 0x1 = 0b
338 multiplier = (codebook & 0x1);
sbr_requantize_envelope_data.cpp 162 if (iEnvelope_man[i] & 0x1) /* odd */
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Path.java 263 * (x1,y1), and ending at (x2,y2). If no moveTo() call has been made for
266 * @param x1 The x-coordinate of the control point on a quadratic curve
271 public void quadTo(float x1, float y1, float x2, float y2) {
272 mPath.quadTo(x1, y1, mLastX = x2, mLastY = y2);
302 * (x1,y1) and (x2,y2), and ending at (x3,y3). If no moveTo() call has been
305 * @param x1 The x-coordinate of the 1st control point on a cubic curve
312 public void cubicTo(float x1, float y1, float x2, float y2,
314 mPath.curveTo(x1, y1, x2, y2, mLastX = x3, mLastY = y3);
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
msm_mdp.h 42 #define MDP_FLIP_LR 0x1
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
msm_mdp.h 42 #define MDP_FLIP_LR 0x1
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
msm_mdp.h 42 #define MDP_FLIP_LR 0x1
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
msm_mdp.h 43 #define MDP_FLIP_LR 0x1
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
msm_mdp.h 42 #define MDP_FLIP_LR 0x1
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
msm_mdp.h 43 #define MDP_FLIP_LR 0x1
  /external/skia/src/core/
SkScan_Hairline.cpp 62 SkFDot6 x1 = SkScalarToFDot6(pts[1].fX);
73 ptsR.set(x0, y0, x1, y1);
92 SkFDot6 dx = x1 - x0;
97 if (x0 > x1) // we want to go left-to-right
99 SkTSwap<SkFDot6>(x0, x1);
103 int ix1 = SkFDot6Round(x1);
116 SkTSwap<SkFDot6>(x0, x1);
  /external/webkit/WebCore/rendering/
RenderObject.cpp 702 void RenderObject::drawLineForBoxSide(GraphicsContext* graphicsContext, int x1, int y1, int x2, int y2,
706 int width = (s == BSTop || s == BSBottom ? y2 - y1 : x2 - x1);
732 graphicsContext->drawLine(IntPoint(x1, (y1 + y2) / 2), IntPoint(x2, (y1 + y2) / 2));
736 graphicsContext->drawLine(IntPoint((x1 + x2) / 2, y1), IntPoint((x1 + x2) / 2, y2));
749 graphicsContext->drawRect(IntRect(x1, y1, x2 - x1, third));
750 graphicsContext->drawRect(IntRect(x1, y2 - third, x2 - x1, third));
753 graphicsContext->drawRect(IntRect(x1, y1 + 1, third, y2 - y1 - 1))
    [all...]
  /bionic/libc/kernel/arch-x86/asm/
voyager.h 80 #define VOYAGER_READ_CONFIG 0x1
406 #define VOYAGER_DUMP_BUTTON_NMI 0x1
411 #define VOYAGER_IGNORE_DUMP 0x1
420 #define VOYAGER_OS_HAS_SYSINT 0x1
424 #define VOYAGER_SUS_BOOTING 0x1
  /external/libffi/src/sparc/
v8.S 207 .byte 0x1 ! CIE Version
209 .byte 0x1 ! uleb128 0x1; CIE Code Alignment Factor
212 .byte 0x1 ! uleb128 0x1; Augmentation size
  /external/speex/libspeex/
scal.c 235 float x1,x2; local
238 x1 = uni_rand(&st->seed);
240 } while (x1*x1+x2*x2 > 1.);
242 frame[2*i-1] = gain*x1;
  /ndk/build/platforms/android-5/arch-x86/usr/include/asm/
voyager.h 80 #define VOYAGER_READ_CONFIG 0x1
406 #define VOYAGER_DUMP_BUTTON_NMI 0x1
411 #define VOYAGER_IGNORE_DUMP 0x1
420 #define VOYAGER_OS_HAS_SYSINT 0x1
424 #define VOYAGER_SUS_BOOTING 0x1
  /ndk/build/platforms/android-8/arch-x86/usr/include/asm/
voyager.h 80 #define VOYAGER_READ_CONFIG 0x1
406 #define VOYAGER_DUMP_BUTTON_NMI 0x1
411 #define VOYAGER_IGNORE_DUMP 0x1
420 #define VOYAGER_OS_HAS_SYSINT 0x1
424 #define VOYAGER_SUS_BOOTING 0x1
  /external/sonivox/arm-fm-22k/lib_src/
eas_pcm.c 931 pState->decoderL.x0 = pState->decoderL.x1 = 0;
935 pState->decoderR.x0 = pState->decoderR.x1 = 0;
    [all...]

Completed in 1633 milliseconds

<<11121314151617181920>>