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

1 2 3 4 5 67 8 91011>>

  /frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
d8_31pf.cpp 363 First index: 10x10x10 -> 2x5x2x5x2x5-> 125x2x2x2 -> 7+1x3 bits
381 Second index: 10x10x10 -> 2x5x2x5x2x5-> 125x2x2x2 -> 7+1x3 bits
412 LSBs = indx[NB_TRACK_MR102+2] & 0x3;
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
rsnApi.h 142 RSN_EVENT_KEY_REMOVE = 0x3 /**< Key remove event */
  /ndk/build/platforms/android-3/arch-arm/usr/include/asm/arch/
fpga.h 72 #define OMAP1510_FPGA_LED_DIGIT (OMAP1510_FPGA_BASE + 0x3)
  /ndk/build/platforms/android-4/arch-arm/usr/include/asm/arch/
fpga.h 72 #define OMAP1510_FPGA_LED_DIGIT (OMAP1510_FPGA_BASE + 0x3)
  /ndk/build/platforms/android-5/arch-arm/usr/include/asm/arch/
fpga.h 72 #define OMAP1510_FPGA_LED_DIGIT (OMAP1510_FPGA_BASE + 0x3)
  /ndk/build/platforms/android-8/arch-arm/usr/include/asm/arch/
fpga.h 72 #define OMAP1510_FPGA_LED_DIGIT (OMAP1510_FPGA_BASE + 0x3)
  /packages/apps/IM/libwbxml/src/
wbxml_encoder.cpp 92 appendResult(((month & 0x3) << 6) | (day << 1) | (hour >> 4));
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/inc/
rsnApi.h 94 RSN_EVENT_KEY_REMOVE = 0x3 /**< Key remove event */
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
rsnApi.h 142 RSN_EVENT_KEY_REMOVE = 0x3 /**< Key remove event */
  /bionic/libc/kernel/arch-x86/asm/
voyager.h 408 #define VOYAGER_SYSINT_COMPLETE 0x3
413 #define VOYAGER_SYSINT_HANDSHAKE 0x3
  /external/oprofile/daemon/
opd_ibs_trans.c 502 && (IBS_OP_NB_IBS_REQ_SRC(trans_op) == 0x3))
508 && (IBS_OP_NB_IBS_REQ_SRC(trans_op) == 0x3))
  /external/webkit/WebCore/platform/mac/
KeyEventMac.mm 111 case 0x3: case 0xA: case 0xD: // Macintosh calls the one on the main keyboard Return, but Windows calls it Enter, so we'll do the same for the DOM
  /frameworks/base/awt/java/awt/geom/
GeneralPath.java 365 * curve from the current endpoint to the point (x3, y3) using (x1, y1) and
381 * @param x3
386 public void curveTo(float x1, float y1, float x2, float y2, float x3, float y3) {
393 points[pointSize++] = x3;
  /ndk/build/platforms/android-5/arch-x86/usr/include/asm/
voyager.h 408 #define VOYAGER_SYSINT_COMPLETE 0x3
413 #define VOYAGER_SYSINT_HANDSHAKE 0x3
  /ndk/build/platforms/android-8/arch-x86/usr/include/asm/
voyager.h 408 #define VOYAGER_SYSINT_COMPLETE 0x3
413 #define VOYAGER_SYSINT_HANDSHAKE 0x3
  /external/opencore/codecs_v2/video/avc_h264/dec/src/
pred_intra.cpp 983 x1 = *comp_refx++; /* reuse x1 instead of x3 */
1113 int x0, x1, x2, x3, x4, x5, x6; local
1120 x3 = *comp_refx++;
1129 x4 = x3;
1130 x5 = x3;
1131 x6 = x3;
1136 x2 += x3 + 1;
1137 x3 += x4 + 1;
1144 temp1 |= ((x3 >> 1) << 24);
1151 temp2 |= (((x2 + x3) >> 2) << 16)
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
pred_intra.cpp 982 x1 = *comp_refx++; /* reuse x1 instead of x3 */
1112 int x0, x1, x2, x3, x4, x5, x6; local
1119 x3 = *comp_refx++;
1128 x4 = x3;
1129 x5 = x3;
1130 x6 = x3;
1135 x2 += x3 + 1;
1136 x3 += x4 + 1;
1143 temp1 |= ((x3 >> 1) << 24);
1150 temp2 |= (((x2 + x3) >> 2) << 16)
    [all...]
  /dalvik/vm/compiler/codegen/arm/Thumb2/
Factory.c 114 return (0x3 << 8) | b0; /* 0:011:a:bcdefgh */
488 (value <= 1020) && ((value & 0x3)==0)) {
492 (value <= 1020) && ((value & 0x3)==0)) {
590 assert((value & 0x3) == 0);
598 assert((value & 0x3) == 0);
868 assert((displacement & 0x3) == 0);
    [all...]
  /external/webkit/WebCore/svg/
SVGParserUtilities.cpp 631 double x1, y1, x2, y2, x3, y3; local
651 x3 = xc + cos(_th1);
653 x2 = x3 + t * sin(_th1);
658 narrowPrecisionToFloat(a00 * x3 + a01 * y3), narrowPrecisionToFloat(a10 * x3 + a11 * y3));
  /frameworks/base/opengl/libagl/
dxt.cpp 295 int code = bits & 0x3;
404 int code = bits & 0x3;
561 int code = bits & 0x3;
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
SmsMessage.java 918 mti = firstByte & 0x3;
    [all...]
  /external/expat/lib/
xmltok.c 561 case 0x1: case 0x2: case 0x3: \
585 plane = (((hi & 0x3) << 2) | ((lo >> 6) & 0x3)) + 1; \
587 *(*toP)++ = (((lo >> 2) & 0xF) | ((plane & 0x3) << 4) | 0x80); \
590 *(*toP)++ = (((lo & 0x3) << 4) \
591 | ((GET_HI(from) & 0x3) << 2) \
    [all...]
  /external/speex/libspeex/
resample.c 303 spx_word16_t x2, x3; local
305 x3 = MULT16_16_P15(x, x2);
306 interp[0] = PSHR32(MULT16_16(QCONST16(-0.16667f, 15),x) + MULT16_16(QCONST16(0.16667f, 15),x3),15);
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);
565 st->filt_len &= (~0x3);
    [all...]
  /dalvik/vm/compiler/codegen/arm/
ArmLIR.h 286 kArmRor = 0x3
294 kArmCondCc = 0x3, /* 0011 */
    [all...]
  /external/elfutils/libdw/
dwarf.h 368 DW_ATE_complex_float = 0x3,
446 DW_CC_nocall = 0x3,

Completed in 674 milliseconds

1 2 3 4 5 67 8 91011>>