HomeSort by relevance Sort by last modified time
    Searched refs:x3 (Results 226 - 250 of 380) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libffi/src/alpha/
osf.S 332 .byte 0x3 # uleb128 3*-8
  /external/libffi/src/x86/
sysv.S 395 .byte 0x83 /* DW_CFA_offset, column 0x3 */
429 .byte 0x3 /* .uleb128 0x3 */
darwin.S 437 .byte 0x3
freebsd.S 418 .byte 0x83 /* DW_CFA_offset, column 0x3 */
452 .byte 0x3 /* .uleb128 0x3 */
  /external/opencore/codecs_v2/utilities/colorconvert/src/
ccrgb24torgb16.cpp 149 if (((uint32)destBuf)&0x3 || ((uint32)srcBuf[0])&0x3) /* address is not word align */
164 if (((uint32)srcBuf)&0x3 || ((uint32)destBuf)&0x3) /* address is not word align */
    [all...]
cczoomrotation12.cpp 223 if (((uint)rgbBuf)&0x3 || ((uint)yuvBuf[0])&0x3) /* address is not word align */
252 if (((uint)rgbBuf)&0x3 || ((uint)yuvBuf)&0x3) /* address is not word align */
    [all...]
cczoomrotation32.cpp 175 if (((uint32)rgbBuf)&0x3 || ((uint32)yuvBuf[0])&0x3) /* address is not word align */
195 if (((uint32)rgbBuf)&0x3 || ((uint32)yuvBuf)&0x3) /* address is not word align */
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/common/src/
h324utils.cpp 1217 PS_MultiplexCapability x3 = NULL; local
    [all...]
  /external/oprofile/daemon/
opd_ibs_macro.h 219 #define IBS_FETCH_TLB_PAGE_SIZE(x) ((unsigned short)((x->ibs_fetch_ctl_high >> 21) & 0x3))
  /external/skia/src/core/
SkPath.cpp 303 SkScalar x3, SkScalar y3) {
313 pts[2].set(x3, y3);
320 SkScalar x3, SkScalar y3) {
324 pt.fX + x3, pt.fY + y3);
    [all...]
  /external/webkit/JavaScriptCore/assembler/
AbstractMacroAssembler.h 299 LinkableNear = 0x3,
  /frameworks/base/libs/rs/
rsScriptC_Lib.cpp 726 float x3, float y3, float z3,
739 //LOGE("%4.2f, %4.2f, %4.2f", x3, y3, z3);
742 float vtx[] = {x1,y1,z1, x2,y2,z2, x3,y3,z3, x4,y4,z4};
760 float x3, float y3, float z3,
765 x3, y3, z3, 1, 0,
    [all...]
  /hardware/ril/include/telephony/
ril_cdma_sms.h 327 RIL_CDMA_SMS_UDH_TEXT_COLOR_DARK_YELLOW = 0x3,
  /hardware/ti/omap3/dspbridge/inc/
dbdefs.h 156 #define PROC_PWRMGT_ENABLE (PROC_PWRCONTROL + 0x3)
  /hardware/ti/omap3/dspbridge/libbridge/inc/
dbdefs.h 152 #define PROC_PWRMGT_ENABLE (PROC_PWRCONTROL + 0x3)
  /packages/apps/IM/libwbxml/test/
syncml_parser_test.cpp 109 0x01, 0x4F, 0xC3, 0x3, '2', '0', '0', 0x01, 0x01,
  /dalvik/vm/interp/
Interp.c 803 assert(((u4)entries & 0x3) == 0);
849 assert(((u4)keys & 0x3) == 0);
855 assert(((u4)entries & 0x3) == 0);
    [all...]
  /external/icu4c/i18n/
gregocal.cpp 401 UBool isLeap = ((eyear&0x3) == 0); // equiv. to (eyear%4 == 0)
463 // NOTE: year&0x3 == year%4
465 (((year&0x3) == 0) && ((year%100 != 0) || (year%400 == 0))) : // Gregorian
466 ((year&0x3) == 0)); // Julian
    [all...]
  /external/freetype/src/raster/
ftraster.c 1514 Long y1, y2, y3, x3, ymin, ymax; local
1920 Long x1, y1, x2, y2, x3, y3; local
    [all...]
  /dalvik/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
TestKeyPair.java 453 (byte) 0xfffffff7, (byte) 0xd, (byte) 0x1, (byte) 0x3,
516 (byte) 0xfffffff7, (byte) 0xd, (byte) 0x1, (byte) 0x3,
    [all...]
  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/engines/
RC2Engine.java 34 (byte)0x27, (byte)0xf2, (byte)0x1d, (byte)0x9b, (byte)0xbc, (byte)0x94, (byte)0x43, (byte)0x3,
  /external/grub/netboot/
3c509.c 558 j = (inw(IS_BASE + EP_W0_ADDRESS_CFG) >> 14) & 0x3;
  /external/opencore/codecs_v2/video/avc_h264/common/include/
avcint_common.h 68 #define EMULATION_PREVENTION_THREE_BYTE 0x3
    [all...]
  /external/openssl/crypto/
crypto.h 273 #define CRYPTO_MEM_CHECK_DISABLE 0x3 /* an enume */
  /external/openssl/include/openssl/
crypto.h 273 #define CRYPTO_MEM_CHECK_DISABLE 0x3 /* an enume */

Completed in 643 milliseconds

1 2 3 4 5 6 7 8 91011>>