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

1 2 3 4 5 6 7 891011>>

  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
admCtrlWpa2.h 112 #define WPA2_OUI_MAX_VERSION 0x1
113 #define WPA2_OUI_DEF_TYPE 0x1
  /frameworks/base/core/java/android/view/
ScaleGestureDetector.java 195 final float x1 = getRawX(event, 1); local
200 boolean p1sloppy = x1 < edgeSlop || y1 < edgeSlop
201 || x1 > rightSlop || y1 > bottomSlop;
229 final float x1 = getRawX(event, 1); local
234 boolean p1sloppy = x1 < edgeSlop || y1 < edgeSlop
235 || x1 > rightSlop || y1 > bottomSlop;
  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
pred_intra.cpp 907 int x0, x1, x2; local
913 x1 = (temp >> 8) & 0xFF;
916 Q_x = (x0 + 2 * x1 + x2 + 2) >> 2;
917 R_x = (x1 + 2 * x2 + (temp >> 24) + 2) >> 2;
920 P_x = (x2 + 2 * x0 + x1 + 2) >> 2;
922 x1 = *comp_refy;
923 comp_refy += pitch; /* re-use x1 instead of y1 */
924 D = (x0 + 2 * x2 + x1 + 2) >> 2;
928 P_y = (x2 + 2 * x1 + x0 + 2) >> 2;
932 Q_y = (x1 + 2 * x0 + x2 + 2) >> 2
971 int x0, x1, x2; local
1042 int x0, x1, x2; local
1112 int x0, x1, x2, x3, x4, x5, x6; local
    [all...]
  /sdk/traceview/src/com/android/traceview/
TimeLineView.java 590 int x1 = dim.x - extent.x - labelMarginX; local
591 gcImage.drawString(rd.mName, x1, y1, true);
762 int x1 = dim.x - RightMargin - extent.x; local
763 gc.drawString(info, x1, 1, true);
771 int x1 = LeftMargin; local
775 gc.fillRectangle(x1, y1, width, mSmallFontHeight);
776 x1 += width + METHOD_BLOCK_MARGIN;
777 gc.drawString(mMethodName, x1, y1, true);
803 int x1 = LeftMargin local
805 gc.drawLine(x1, timeLineOffsetY, x1, y3)
816 int x1 = LeftMargin local
1120 int x1 = range.mXdim.x; local
1374 int x1 = pixelStart + LeftMargin; local
1403 int x1 = pixelStart + LeftMargin; local
    [all...]
  /external/webkit/WebCore/platform/graphics/cairo/
PathCairo.cpp 120 double x1 = controlPoint.x(); local
126 x + 2.0 / 3.0 * (x1 - x), y + 2.0 / 3.0 * (y1 - y),
127 x2 + 2.0 / 3.0 * (x1 - x2), y2 + 2.0 / 3.0 * (y1 - y2),
250 double x0, x1, y0, y1; local
251 cairo_path_extents(cr, &x0, &y0, &x1, &y1);
252 return FloatRect(x0, y0, x1 - x0, y1 - y0);
263 double x0, x1, y0, y1; local
264 cairo_stroke_extents(cr, &x0, &y0, &x1, &y1);
265 return FloatRect(x0, y0, x1 - x0, y1 - y0);
  /external/grub/netboot/
3c595.h 95 #define EEPROM_NODE_ADDR_1 0x1 /* Word */
225 #define WINDOW_SELECT (unsigned short) (0x1<<11)
246 # define C_INTR_LATCH (unsigned short) (ACK_INTR|0x1)
257 # define FIL_INDIVIDUAL (unsigned short) (0x1)
286 #define S_INTR_LATCH (unsigned short) (0x1)
  /external/libffi/src/powerpc/
linux64.S 147 .byte 0x1 # CIE Version
149 .uleb128 0x1 # CIE Code Alignment Factor
152 .uleb128 0x1 # Augmentation size
155 .uleb128 0x1
174 .uleb128 0x1
sysv.S 172 .byte 0x1 /* CIE Version */
178 .uleb128 0x1 /* CIE Code Alignment Factor */
182 .uleb128 0x1 /* Augmentation size */
186 .uleb128 0x1
213 .uleb128 0x1
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
matrox_regs.h 199 #define MGAREG_MISC_IOADSEL (0x1 << 0)
200 #define MGAREG_MISC_RAMMAPEN (0x1 << 1)
202 #define MGAREG_MISC_CLK_SEL_VGA28 (0x1 << 2)
205 #define MGAREG_MISC_VIDEO_DIS (0x1 << 4)
206 #define MGAREG_MISC_HIGH_PG_SEL (0x1 << 5)
  /external/sonivox/arm-fm-22k/lib_src/
eas_imaadpcm.c 142 pState->decoderL.acc = pState->decoderL.x1 = sTemp;
157 pState->decoderR.acc = pState->decoderR.x1 = sTemp;
200 pState->decoderL.x1 = pState->decoderL.x0;
201 pState->decoderR.x1 = pState->decoderR.x0;
260 pState->x1 = (EAS_PCM) pState->acc;
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_imaadpcm.c 142 pState->decoderL.acc = pState->decoderL.x1 = sTemp;
157 pState->decoderR.acc = pState->decoderR.x1 = sTemp;
200 pState->decoderL.x1 = pState->decoderL.x0;
201 pState->decoderR.x1 = pState->decoderR.x0;
260 pState->x1 = (EAS_PCM) pState->acc;
  /external/sonivox/arm-wt-22k/lib_src/
eas_imaadpcm.c 142 pState->decoderL.acc = pState->decoderL.x1 = sTemp;
157 pState->decoderR.acc = pState->decoderR.x1 = sTemp;
200 pState->decoderL.x1 = pState->decoderL.x0;
201 pState->decoderR.x1 = pState->decoderR.x0;
260 pState->x1 = (EAS_PCM) pState->acc;
  /external/freetype/src/raster/
ftraster.c 422 FT_F26Dot6 x1,
1920 Long x1, y1, x2, y2, x3, y3; local
2882 Long x1, x2, xs, e1, e2; local
    [all...]
  /external/iptables/extensions/
libipt_statistic.c 51 if (*flags & 0x1)
59 *flags |= 0x1;
102 if (!(flags & 0x1))
  /external/skia/experimental/
SkSetPoly3To3_A.cpp 38 SkScalar x1 = pts1[i].fX - ave1.fX; local
40 op[0] += SkScalarMul(x0, x1);
42 op[2] += SkScalarMul(y0, x1);
  /packages/apps/Browser/src/com/android/browser/
MeshTracker.java 48 float x1 = w*0.3333f; local
53 pts[1*2+0] = x1; pts[1*2+1] = 0;
62 pts[8*2+0] = x1; pts[8*2+1] = h;
  /external/libffi/src/alpha/
osf.S 307 .byte 0x1 # CIE Version
309 .byte 0x1 # uleb128 0x1; CIE Code Alignment Factor
312 .byte 0x1 # uleb128 0x1; Augmentation size
354 .byte 0x80,0x1 # uleb128 128
  /external/qemu/distrib/sdl-1.2.12/src/video/aalib/
SDL_aavideo.c 203 static void fastscale (register char *b1, register char *b2, int x1, int x2, int y1, int y2)
209 if (!x1 || !x2 || !y1 || !y2)
211 ddx = x1 + x1;
218 spy = (ddy / ddy1) * x1, ddy %= ddy1;
235 bb1 += x1;
  /external/webkit/WebCore/html/canvas/
CanvasRenderingContext2D.idl 47 CanvasGradient createLinearGradient(in float x0, in float y0, in float x1, in float y1)
49 CanvasGradient createRadialGradient(in float x0, in float y0, in float r0, in float x1, in float y1, in float r1)
71 void arcTo(in float x1, in float y1, in float x2, in float y2, in float radius)
  /external/webkit/WebCore/svg/
SVGPathSegList.cpp 81 segmentLength = traversalState.cubicBezierTo(FloatPoint(curveTo->x1(), curveTo->y1()),
130 pathData.addBezierCurveTo(FloatPoint(curveTo->x1(), curveTo->y1()),
228 segment = BLENDPATHSEG6(SVGPathSegCurvetoCubicAbs, x, y, x1, y1, x2, y2);
231 segment = BLENDPATHSEG6(SVGPathSegCurvetoCubicRel, x, y, x1, y1, x2, y2);
240 segment = BLENDPATHSEG4(SVGPathSegCurvetoQuadraticAbs, x, y, x1, y1);
243 segment = BLENDPATHSEG4(SVGPathSegCurvetoQuadraticRel, x, y, x1, y1);
  /dalvik/vm/mterp/x86-atom/
OP_CMPL_FLOAT.S 60 movl $$0x1, (rFP, rINST, 4) # vAA<- greater than
OP_CMP_LONG.S 54 movl $$0x1, (rFP, rINST, 4) # vAA<- greater than
  /external/chromium/third_party/icu/source/common/
servlkf.cpp 73 UBool visible = (_coverage & 0x1) == 0;
93 if ((_coverage & 0x1) == 0) {
  /external/icu4c/common/
servlkf.cpp 73 UBool visible = (_coverage & 0x1) == 0;
93 if ((_coverage & 0x1) == 0) {
  /external/libvpx/vp8/common/
onyx.h 48 USAGE_LOCAL_FILE_PLAYBACK = 0x1
55 MODE_GOODQUALITY = 0x1,

Completed in 1090 milliseconds

1 2 3 4 5 6 7 891011>>