HomeSort by relevance Sort by last modified time
    Searched refs:x1 (Results 226 - 250 of 982) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libvpx/vpx/
vpx_decoder_compat.h 477 #define VPX_DEC_MEM_ZERO 0x1 /**< Segment must be zeroed by allocation */
491 #define VPX_DEC_MEM_ZERO 0x1 /**< Segment must be zeroed by allocation */
  /external/stlport/src/
sparc_atomic.s 36 add %o2, 0x1, %o3 ! Increment and store current
58 sub %o2, 0x1, %o3 ! decrement and store current
sparc_atomic64.s 34 addx %o2, 0x1, %o3 ! Increment and store current
54 subx %o2, 0x1, %o3 ! decrement and store current
  /external/webkit/WebCore/svg/
SVGLineElement.cpp 114 return Path::createLine(FloatPoint(x1().value(this), y1().value(this)),
120 return (x1().isRelative() || y1().isRelative() ||
  /hardware/broadcom/wlan/bcm4329/src/include/
spid.h 63 #define WORD_LENGTH_32 0x1 /* 0/1 16/32 bit word length */
75 #define STATUS_ENABLE 0x1 /* 1/0 Status sent/not sent to host after read/write */
  /ndk/sources/android/stlport/src/
sparc_atomic.s 36 add %o2, 0x1, %o3 ! Increment and store current
58 sub %o2, 0x1, %o3 ! decrement and store current
sparc_atomic64.s 34 addx %o2, 0x1, %o3 ! Increment and store current
54 subx %o2, 0x1, %o3 ! decrement and store current
  /external/qemu/android/skin/
region.c 281 if (pleft < minmax->x1) minmax->x1 = pleft;
376 skin_region_init( SkinRegion* r, int x1, int y1, int x2, int y2 )
378 if (x1 >= x2 || y1 >= y2) {
382 r->bounds.pos.x = x1;
384 r->bounds.size.w = x2 - x1;
403 if (box == NULL || box->x1 >= box->x2 || box->y1 >= box->y2) {
407 r->bounds.pos.x = box->x1;
409 r->bounds.size.w = box->x2 - box->x1;
1002 minmax.x1 = minmax.y1 = INT_MAX
    [all...]
  /bionic/libc/kernel/common/linux/
msm_mdp.h 43 #define MDP_FLIP_LR 0x1
  /development/host/windows/usb/legacy/driver/
android_usb_new_delete.h 35 return (0 == (pool_type & 0x1));
  /development/ndk/platforms/android-3/include/linux/
msm_mdp.h 42 #define MDP_FLIP_LR 0x1
  /external/iproute2/include/linux/can/
netlink.h 80 #define CAN_CTRLMODE_LOOPBACK 0x1 /* Loopback mode */
  /external/kernel-headers/original/linux/
msm_mdp.h 46 #define MDP_FLIP_LR 0x1
xattr.h 13 #define XATTR_CREATE 0x1 /* set value, fail if attr already exists */
  /external/ppp/pppd/
chap-new.h 58 #define MDTYPE_MICROSOFT_V2 0x1
  /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 */

Completed in 1996 milliseconds

1 2 3 4 5 6 7 8 91011>>