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

<<2122232425262728

  /external/skia/src/core/
SkBitmapProcState_matrixProcs.cpp 285 if (reinterpret_cast<intptr_t>(xptr) & 0x2) {
  /external/webkit/JavaScriptCore/runtime/
JSImmediate.h 172 static const intptr_t TagBitTypeOther = 0x2; // second bit set indicates immediate other than an integer
  /external/webkit/WebCore/platform/graphics/wince/
GraphicsContextWince.cpp 89 void map(double x1, double y1, double* x2, double* y2) const
93 *x2 = x1 * m_cosA + y1 * m_sinA + m_postShiftX;
96 void map(int x1, int y1, int* x2, int* y2) const
100 *x2 = stableRound(x1 * m_cosA + y1 * m_sinA) + m_postShiftX;
    [all...]
  /frameworks/base/include/private/opengles/
gl_context.h 446 DO_FLOAT_TO_FIXED = 0x2
  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
bcmpcispi.c 338 case 4: espr = 0x2; break;
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Audio.h 142 OMX_AUDIO_ChannelRF = 0x2, /**< Right front */
    [all...]
  /hardware/ti/wlan/wl1271/utils/
802_11Defs.h 480 #define ERP_IE_USE_PROTECTION_MASK 0x2
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
edid.h 330 #define PREFERRED_TIMING_MODE(x) (x & 0x2)
  /system/wlan/ti/sta_dk_4_0_4_32/common/inc/
coreDefaultParams.h     [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/inc/
802_11Defs.h 438 #define ERP_IE_USE_PROTECTION_MASK 0x2
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/FirmwareApi/
public_radio.h     [all...]
  /system/wlan/ti/wilink_6_1/utils/
802_11Defs.h 480 #define ERP_IE_USE_PROTECTION_MASK 0x2
    [all...]
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
IntegerTest.java     [all...]
LongTest.java     [all...]
  /external/iproute2/ip/
ipxfrm.c 68 int xfrm_addr_match(xfrm_address_t *x1, xfrm_address_t *x2, int bits)
71 __u32 *a2 = (__u32 *)x2;
  /external/opencore/fileformats/rawaac/parser/src/
aacfileparser.cpp 756 if ((pBuffer[20] & 0x2) != 0) //mono mixdown is presented
835 }//if ((pBuffer[20] & 0x2) != 0)
    [all...]
  /external/strace/linux/
ioctlent.h 3 {"linux/fs.h", "FIGETBSZ", 0x2},
    [all...]
  /external/strace/strace/linux/ia64/
ioctlent.h 3 {"linux/fs.h", "FIGETBSZ", 0x2},
    [all...]
  /external/strace/strace/linux/
ioctlent.h 3 {"linux/fs.h", "FIGETBSZ", 0x2},
    [all...]
  /external/strace/strace/linux/powerpc/
ioctlent.h 3 {"linux/fs.h", "FIGETBSZ", 0x2},
    [all...]
  /frameworks/base/awt/com/android/internal/awt/
AndroidGraphics2D.java 998 public void drawLine(int x1, int y1, int x2, int y2) {
1002 mC.drawLine(x1, y1, x2, y2, mP);
    [all...]
  /frameworks/base/core/java/android/provider/
Settings.java     [all...]
  /dalvik/vm/compiler/codegen/arm/
Assemble.c     [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/
mlmeParser.c     [all...]
  /external/qemu/hw/
usb-ohci.c 293 #define OHCI_TD_DIR_IN 0x2
298 #define OHCI_CC_BITSTUFFING 0x2
    [all...]

Completed in 1014 milliseconds

<<2122232425262728