/frameworks/base/core/java/android/util/ |
MathUtils.java | 90 public static float dist(float x1, float y1, float x2, float y2) { 91 final float x = (x2 - x1); 96 public static float dist(float x1, float y1, float z1, float x2, float y2, float z2) { 97 final float x = (x2 - x1);
|
/frameworks/base/media/libstagefright/codecs/amrnb/dec/src/ |
d2_9pf.cpp | 227 i = sign & 0x1;
|
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/ |
motion_comp.h | 37 #define CBP_MASK_CHROMA_BLK5 0x1
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/Inc/ |
ElpCtrl.h | 50 #define ELPCTRL_WAKE_UP 0x1
|
/bootable/diskinstaller/libdiskconfig/ |
diskconfig.h | 27 #define PART_SCHEME_MBR 0x1 48 #define PART_ACTIVE_FLAG 0x1
|
/external/skia/src/animator/ |
SkPathParts.h | 79 SkScalar x1; member in class:SkQuadTo 97 SkScalar x1; member in class:SkCubicTo
|
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/ |
admCtrlWpa2.h | 112 #define WPA2_OUI_MAX_VERSION 0x1 113 #define WPA2_OUI_DEF_TYPE 0x1
|
/system/core/include/diskconfig/ |
diskconfig.h | 31 #define PART_SCHEME_MBR 0x1 53 #define PART_ACTIVE_FLAG 0x1
|
/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/awt/org/apache/harmony/awt/gl/ |
MultiRectArea.java | 165 public void addRectCashed(int x1, int y1, int x2, int y2) { 166 addRect(x1, y1, x2, y2); 189 if (rect[index] == x1 && rect[index + 2] == x2) { 211 rect[index + 0] = x1; 396 public MultiRectArea(int x0, int y0, int x1, int y1) { 398 if (x1 >= x0 && y1 >= y0) { 402 rect[3] = x1; 435 int x1 = rect[k]; local 440 if (y1 > y2 || (y1 == y2 && x1 > x2)) { 441 x1 = x2 687 int x1 = rect[1]; local [all...] |
/external/opencore/codecs_v2/video/avc_h264/dec/src/ |
pred_intra.cpp | 908 int x0, x1, x2; local 914 x1 = (temp >> 8) & 0xFF; 917 Q_x = (x0 + 2 * x1 + x2 + 2) >> 2; 918 R_x = (x1 + 2 * x2 + (temp >> 24) + 2) >> 2; 921 P_x = (x2 + 2 * x0 + x1 + 2) >> 2; 923 x1 = *comp_refy; 924 comp_refy += pitch; /* re-use x1 instead of y1 */ 925 D = (x0 + 2 * x2 + x1 + 2) >> 2; 929 P_y = (x2 + 2 * x1 + x0 + 2) >> 2; 933 Q_y = (x1 + 2 * x0 + x2 + 2) >> 2 972 int x0, x1, x2; local 1043 int x0, x1, x2; local 1113 int x0, x1, x2, x3, x4, x5, x6; local [all...] |
/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 2879 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/opencore/codecs_v2/utilities/colorconvert/src/ |
cczoomrotationbase.cpp | 99 if (_mRotation&0x1) 115 if (_mRotation&0x1) 141 if ((_mRotation&0x1) == 0)
|