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

1 2 3 4 5 6 78 91011>>

  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
msm_mdp.h 43 #define MDP_FLIP_UD 0x2
  /ndk/build/platforms/android-5/arch-x86/usr/include/asm/
desc_defs.h 51 DESC_LDT = 0x2,
voyager.h 81 #define VOYAGER_WRITE_CONFIG 0x2
407 #define VOYAGER_SUS_VALID 0x2
412 #define VOYAGER_DO_DUMP 0x2
421 #define VOYAGER_OS_IN_PROGRESS 0x2
425 #define VOYAGER_SUS_IN_PROGRESS 0x2
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
msm_mdp.h 44 #define MDP_FLIP_UD 0x2
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
msm_mdp.h 43 #define MDP_FLIP_UD 0x2
  /ndk/build/platforms/android-8/arch-x86/usr/include/asm/
desc_defs.h 51 DESC_LDT = 0x2,
voyager.h 81 #define VOYAGER_WRITE_CONFIG 0x2
407 #define VOYAGER_SUS_VALID 0x2
412 #define VOYAGER_DO_DUMP 0x2
421 #define VOYAGER_OS_IN_PROGRESS 0x2
425 #define VOYAGER_SUS_IN_PROGRESS 0x2
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
msm_mdp.h 44 #define MDP_FLIP_UD 0x2
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/inc/
admCtrlWpa.h 69 #define WPA_OUI_MAX_TYPE 0x2
admCtrlWpa2.h 115 #define WPA2_OUI_MAX_TYPE 0x2
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
admCtrlWpa.h 68 #define WPA_OUI_MAX_TYPE 0x2
  /frameworks/base/awt/org/apache/harmony/awt/gl/font/
CaretManager.java 324 float x1, x2, y1, y2; local
333 x1 = x2 = segment.getCharPosition(charIdx) + (hitInfo.isLeadingEdge() ?
342 x2 += segment.metrics.italicAngle *
355 x1 = x2 = ((breaker.getBaseLevel() & 0x1) == 0 ^ charIdx < 0) ?
363 if (x2 > bounds.getMaxX()) {
364 x1 = x2 = (float) bounds.getMaxX();
367 x1 = x2 = (float) bounds.getMinX();
371 return new Line2D.Float(x1, y1, x2, y2);
  /bionic/libc/kernel/arch-x86/asm/
voyager.h 81 #define VOYAGER_WRITE_CONFIG 0x2
407 #define VOYAGER_SUS_VALID 0x2
412 #define VOYAGER_DO_DUMP 0x2
421 #define VOYAGER_OS_IN_PROGRESS 0x2
425 #define VOYAGER_SUS_IN_PROGRESS 0x2
  /external/dropbear/libtommath/etc/
pprime.c 17 mp_word x1, x2; local
19 x2 = x;
21 x1 = x2;
22 x2 = x1 - ((x1 * x1) - x) / (2 * x1);
23 } while (x1 != x2);
  /external/qemu/android/skin/
region.c 308 if (pright > minmax->x2) minmax->x2 = pright;
376 skin_region_init( SkinRegion* r, int x1, int y1, int x2, int y2 )
378 if (x1 >= x2 || y1 >= y2) {
384 r->bounds.size.w = x2 - x1;
403 if (box == NULL || box->x1 >= box->x2 || box->y1 >= box->y2) {
409 r->bounds.size.w = box->x2 - box->x1;
1003 minmax.x2 = minmax.y2 = INT_MIN;
1275 boxes->x1, boxes->y1, boxes->x2, boxes->y2 );
1279 if (b.x1 != boxes->x1 || b.x2 != boxes->x2|
    [all...]
  /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)
212 ddx1 = x2 + x2;
222 for (x = x2; x; x--) {
  /external/speex/libspeex/
scal.c 235 float x1,x2; local
239 x2 = uni_rand(&st->seed);
240 } while (x1*x1+x2*x2 > 1.);
243 frame[2*i] = gain*x2;
  /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));
754 graphicsContext->drawRect(IntRect(x2 - third, y1 + 1, third, y2 - y1 - 1));
758 graphicsContext->drawRect(IntRect(x2 - third, y1 + 1, third, y2 - y1 - 1));
768 y1, x2 - max((-adjbw2 * 2 + 1) / 3, 0), y1 + third
    [all...]
  /external/tremolo/Tremolo/
mdctARM.s 448 ADD r1,r1,r0,LSL #1 @ r1 = x2+4 = x + (POINTS>>1)
457 LDMDB r1!,{r4,r9,r10,r14} @ r4 = x2[0]
458 @ r9 = x2[1]
459 @ r10= x2[2]
460 @ r14= x2[3] x2 -= 4
466 SUB r9, r9, r4 @ r9 = s2 = x2[1] - x2[0]
467 ADD r4, r9, r4, LSL #1 @ r4 = x2[1] + x2[0] (-> x1[1]
    [all...]
  /bionic/libc/kernel/common/linux/
if.h 23 #define IFF_BROADCAST 0x2
48 #define IFF_EBRIDGE 0x2
  /dalvik/libcore/math/src/test/java/org/apache/harmony/math/tests/java/math/
BigDecimalScaleOperationsTest.java 608 BigDecimal x2 = x1.setScale(75); local
610 assertEquals(0, x1.compareTo(x2));
611 assertEquals(0, x2.compareTo(x1));
615 assertEquals(0, x1.compareTo(x2));
616 assertEquals(0, x2.compareTo(x1));
618 x2.precision();
620 assertEquals(0, x1.compareTo(x2));
621 assertEquals(0, x2.compareTo(x1));
  /external/freetype/include/freetype/
ftimage.h 464 #define FT_OUTLINE_EVEN_ODD_FILL 0x2
    [all...]
  /external/iproute2/include/linux/
if.h 32 #define IFF_BROADCAST 0x2 /* broadcast address valid */
61 #define IFF_EBRIDGE 0x2 /* Ethernet bridging device. */
  /external/kernel-headers/original/linux/
if.h 31 #define IFF_BROADCAST 0x2 /* broadcast address valid */
58 #define IFF_EBRIDGE 0x2 /* Ethernet bridging device. */
  /external/skia/tests/
ClipCubicTest.cpp 36 float x2, float y2,
41 crv[2].fX = SkFloatToScalar(x2); crv[2].fY = SkFloatToScalar(y2);

Completed in 2128 milliseconds

1 2 3 4 5 6 78 91011>>