HomeSort by relevance Sort by last modified time
    Searched refs:x2 (Results 426 - 450 of 687) sorted by null

<<11121314151617181920>>

  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
mtio.h 238 #define MT_ST_ASYNC_WRITES 0x2
pkt_cls.h 45 #define AT_EGRESS 0x2
  /ndk/build/platforms/android-8/arch-x86/usr/include/net/
if_types.h 46 #define IFT_1822 0x2 /* old-style arpanet imp */
  /packages/apps/Email/src/org/apache/james/mime4j/field/contenttype/parser/
ContentTypeParser.java 125 jj_la1_0 = new int[] {0x2,0x10,0x280000,};
  /system/core/sh/
miscbltin.c 343 enum { SOFT = 0x1, HARD = 0x2 }
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/Measurement/
requestHandler.c 561 enableBit = (measurementMode & 0x2)>>1;
  /system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/
requestHandler.c 548 enableBit = (measurementMode & 0x2)>>1;
  /system/core/libpixelflinger/
trap.cpp 518 int32_t x2 = v2[0]; local
524 int32_t dx20 = x2 - x0;
533 dx20 = x2 - x0;
536 int32_t dx12 = x1 - x2;
540 const int32_t bminx = TRI_FLOOR(min(x0, x1, x2)) >> TRI_FRACTION_BITS;
542 const int32_t bmaxx = TRI_CEIL( max(x0, x1, x2)) >> TRI_FRACTION_BITS;
556 int32_t ey2 = dy20 * (x2 - mx) - dx20 * (y2 - my);
    [all...]
  /external/quake/quake/src/WinQuake/
gl_rmain.cpp 1171 int x, x2, y2, y, w, h; local
1179 x2 = (r_refdef.vrect.x + r_refdef.vrect.width) * glwidth/vid.width;
1186 if (x2 < glwidth)
1187 x2++;
1193 w = x2 - x;
    [all...]
  /external/speex/libspeex/
resample.c 303 spx_word16_t x2, x3; local
304 x2 = MULT16_16_P15(x, x);
305 x3 = MULT16_16_P15(x, x2);
307 interp[1] = EXTRACT16(EXTEND32(x) + SHR32(SUB32(EXTEND32(x2),EXTEND32(x3)),1));
308 interp[3] = PSHR32(MULT16_16(QCONST16(-0.33333f, 15),x) + MULT16_16(QCONST16(.5f,15),x2) - MULT16_16(QCONST16(0.16667f, 15),x3),15);
    [all...]
  /external/svox/pico/lib/
picocep.c 109 #define POW2 (0x2)
196 picoos_int32 xi[5], x1[2], x2[3], xm[3], xn[2]; member in struct:cep_subobj
827 cep->x2[0] = -1;
828 cep->x2[1] = -4;
829 cep->x2[2] = 2;
    [all...]
  /external/webkit/WebCore/rendering/
RenderBoxModelObject.cpp 985 int x2 = tx + w; local
1062 int x2 = tx + w; local
    [all...]
SVGInlineTextBox.cpp 103 float x2 = svgChar.x + glyphWidth; local
108 FloatRect glyphRect(x1, y1, x2 - x1, y2 - y1);
  /bionic/libc/kernel/common/linux/
cdrom.h 233 #define CDC_OPEN_TRAY 0x2
268 #define CDO_AUTO_EJECT 0x2
  /external/dbus/bus/
desktop-file.c 72 0x0 , 0x0 , 0x0 , 0x0 , 0x0 , 0x0 , 0x0 , 0x0 , 0x0 , 0x0 , 0x0 , 0x0 , 0x0 , 0x3 , 0x2 , 0x0 ,
75 0x3 , 0x3 , 0x3 , 0x3 , 0x3 , 0x3 , 0x3 , 0x3 , 0x3 , 0x3 , 0x3 , 0x0 , 0x0 , 0x0 , 0x0 , 0x2 ,
  /external/elfcopy/
dwarf2.h 561 DW_ATE_boolean = 0x2,
656 DW_CC_program = 0x2,
  /external/freetype/include/freetype/
freetype.h     [all...]
  /external/grub/stage2/
shared.h 80 #define BIOSDISK_FLAG_CDROM 0x2
818 #define BUILTIN_MENU 0x2 /* Run in the menu. */
  /external/proguard/src/proguard/gui/splash/
OverrideGraphics2D.java 334 public void drawLine(int x1, int y1, int x2, int y2)
336 graphics.drawLine(x1, y1, x2, y2);
  /external/qemu/hw/
bt-hid.c 42 BT_HS_ERR_INVALID_REPORT_ID = 0x2,
52 BT_HC_SOFT_RESET = 0x2,
  /external/v8/test/mjsunit/
smi-ops.js 235 var x2 = 0x40000002; variable
237 assertEquals(0x40000000, x1 << (x2 - x3), "0x10000000<<1(1)");
242 x2 = 4
244 assertEquals(0x40000000, x1 << (x2 - x3), "0x10000000<<2(2)");
str-to-num.js 116 assertEquals(2, toNumber("0x2"));
  /frameworks/base/awt/java/awt/geom/
Arc2D.java 966 * points (x1, y1) and (x2, y2). The start angle is given by the vector from
968 * the vector from the center to the point (x2, y2).
976 * @param x2
983 public void setAngles(double x1, double y1, double x2, double y2) {
987 double a2 = getNormAngle(-Math.toDegrees(Math.atan2(y2 - cy, x2 - cx)));
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/include/
sbchipc.h 694 #define UART_IIR_THRE 0x2
1015 #define ECI_BW_30 0x2
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
cdrom.h 233 #define CDC_OPEN_TRAY 0x2
268 #define CDO_AUTO_EJECT 0x2

Completed in 906 milliseconds

<<11121314151617181920>>