/frameworks/base/media/libstagefright/codecs/aacdec/ |
pns_corr.cpp | 150 multiplier = hcb2_scale_mod_4[scale & 0x3]; 299 multiplier = hcb2_scale_mod_4[scale & 0x3];
|
intensity_right.cpp | 175 multiplier = multiplier * intensity_factor[scalefactor & 0x3]; 364 multiplier *= intensity_factor[scalefactor & 0x3];
|
/external/iproute2/examples/diffserv/ |
Edge31-ca-u32 | 129 $TC class change $EGDEV classid 1:1 dsmark mask 0x3 \ 132 $TC class change $EGDEV classid 1:2 dsmark mask 0x3 \ 135 $TC class change $EGDEV classid 1:3 dsmark mask 0x3 \ 138 $TC class change $EGDEV classid 1:3 dsmark mask 0x3 \
|
Edge32-cb-chains | 102 $TC class change $EGDEV classid 1:1 dsmark mask 0x3 \ 105 $TC class change $EGDEV classid 1:2 dsmark mask 0x3 \ 108 $TC class change $EGDEV classid 1:3 dsmark mask 0x3 \ 111 $TC class change $EGDEV classid 1:4 dsmark mask 0x3 \
|
Edge32-cb-u32 | 104 $TC class change $EGDEV classid 1:1 dsmark mask 0x3 \ 107 $TC class change $EGDEV classid 1:2 dsmark mask 0x3 \ 110 $TC class change $EGDEV classid 1:3 dsmark mask 0x3 \ 113 $TC class change $EGDEV classid 1:3 dsmark mask 0x3 \
|
Edge2 | 56 $TC class change $EGDEV classid 1:1 dsmark mask 0x3 \ 58 $TC class change $EGDEV classid 1:2 dsmark mask 0x3 \ 60 $TC class change $EGDEV classid 1:3 dsmark mask 0x3 \
|
Edge32-ca-u32 | 157 $TC class change $EGDEV classid 1:1 dsmark mask 0x3 \ 160 $TC class change $EGDEV classid 1:2 dsmark mask 0x3 \ 163 $TC class change $EGDEV classid 1:3 dsmark mask 0x3 \ 166 $TC class change $EGDEV classid 1:3 dsmark mask 0x3 \
|
/external/tcpdump/ |
ieee802_11.h | 55 #define T_RESV 0x3 /* reserved */ 60 #define ST_REASSOC_RESPONSE 0x3 85 #define DATA_DATA_CF_ACK_POLL 0x3 112 #define FC_VERSION(fc) ((fc) & 0x3) 113 #define FC_TYPE(fc) (((fc) >> 2) & 0x3)
|
/hardware/broadcom/wlan/bcm4329/src/include/ |
sbconfig.h | 190 #define SBAM_TYPE_MASK 0x3 217 #define SBTMCH_BM_MASK 0x3 218 #define SBTMCH_RM_MASK 0x3 228 #define SBBC_LAT_MASK 0x3 239 #define SBIDL_CS_MASK 0x3
|
/external/opencore/protocols/rtp/src/ |
rtcp_encoder.cpp | 178 chunk_size += 8 - (chunk_size & 0x3); 199 app_data_size += 4 - (app_data_size & 0x3); 249 if ((size & 0x3) != 0) 323 if ((size & 0x3) != 0) 409 if (reason_len_pad & 0x3) 411 reason_len_pad += (4 - (reason_len_pad & 0x3)); 416 if ((size & 0x3) != 0) 551 len = 4 - (len & 0x3); 579 if ((size & 0x3) != 0) 640 if ((size & 0x3) != 0 [all...] |
/frameworks/base/graphics/java/android/graphics/ |
Path.java | 262 * (x1,y1) and (x2,y2), and ending at (x3,y3). If no moveTo() call has been 269 * @param x3 The x-coordinate of the end point on a cubic curve 273 float x3, float y3) { 274 native_cubicTo(mNativePath, x1, y1, x2, y2, x3, y3); 283 float x3, float y3) { 284 native_rCubicTo(mNativePath, x1, y1, x2, y2, x3, y3); 565 float x2, float y2, float x3, float y3); 567 float x2, float y2, float x3, float y3);
|
/external/opencore/codecs_v2/video/m4v_h263/dec/src/ |
pp_semaphore_luma.cpp | 205 msk_deblock = 0x3; 310 msk_deblock = 0x3;
|
/external/webkit/JavaScriptCore/wtf/ |
Vector3.h | 125 double x3 = v1.y() * v2.z() - v1.z() * v2.y(); local 128 return Vector3(x3, y3, z3);
|
/frameworks/base/awt/java/awt/geom/ |
Line2D.java | 606 * @param x3 616 public static boolean linesIntersect(double x1, double y1, double x2, double y2, double x3, 619 * A = (x2-x1, y2-y1) B = (x3-x1, y3-y1) C = (x4-x1, y4-y1) D = (x4-x3, 620 * y4-y3) = C-B E = (x1-x3, y1-y3) = -B F = (x2-x3, y2-y3) = A-B Result 627 x3 -= x1; // B 632 double AvB = x2 * y3 - x3 * y2; 638 return (x4 * x3 <= 0.0) 639 || ((x3 * x2 >= 0.0) && (x2 > 0.0 ? x3 <= x2 || x4 <= x2 : x3 >= x [all...] |
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/ |
pp_semaphore_luma.cpp | 205 msk_deblock = 0x3; 310 msk_deblock = 0x3;
|
/external/opencore/codecs_v2/audio/aac/dec/src/ |
intensity_right.cpp | 175 multiplier = multiplier * intensity_factor[scalefactor & 0x3]; 364 multiplier *= intensity_factor[scalefactor & 0x3];
|
/external/opencore/codecs_v2/audio/mp3/dec/src/ |
pvmp3_dequantize_sample.cpp | 223 int32 two_raise_one_fourth = pow_2_1_fourth[global_gain&0x3]; 259 two_raise_one_fourth = pow_2_1_fourth[global_gain&0x3]; 282 two_raise_one_fourth = pow_2_1_fourth[global_gain&0x3]; 334 int32 two_raise_one_fourth = pow_2_1_fourth[global_gain&0x3];
|
/external/skia/src/animator/ |
SkPathParts.cpp | 165 SK_MEMBER(x3, Float), 175 SkCubicTo::SkCubicTo() : x1(0), y1(0), x2(0), y2(0), x3(0), y3(0) { 179 fPath->fPath.cubicTo(x1, y1, x2, y2, x3, y3); 196 fPath->fPath.rCubicTo(x1, y1, x2, y2, x3, y3);
|
/external/v8/src/ |
unicode-inl.h | 159 unsigned aligned = (offset + 0x3) & ~0x3; 189 unsigned aligned = (*offset + 0x3) & ~0x3;
|
/frameworks/base/media/libstagefright/codecs/mp3dec/src/ |
pvmp3_dequantize_sample.cpp | 223 int32 two_raise_one_fourth = pow_2_1_fourth[global_gain&0x3]; 259 two_raise_one_fourth = pow_2_1_fourth[global_gain&0x3]; 282 two_raise_one_fourth = pow_2_1_fourth[global_gain&0x3]; 334 int32 two_raise_one_fourth = pow_2_1_fourth[global_gain&0x3];
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/BusAccess/Shm_Common/ |
shmFwCtrl.h | 67 #define SHMFWCTRL_XTAL_USED 0x3
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/Tx_Xfer/Slave_Dbl_Buf/ |
txXfer.h | 53 #define ALIGN_32BIT_MASK 0x3 /* Masked LS bits for 32 bit aligned addresses or lengths.*/
|
/external/skia/src/core/ |
SkEdge.cpp | 319 SkFDot6 x0, y0, x1, y1, x2, y2, x3, y3; local 330 x3 = int(pts[3].fX * scale); 340 x3 = pts[3].fX >> shift; 348 SkTSwap(x0, x3); 371 SkFDot6 dx = cubic_delta_from_line(x0, x1, x2, x3); 400 SkFixed D = SkFDot6UpShift(x3 + 3 * (x1 - x2) - x0, upShift); 416 fCLastX = SkFDot6ToFixed(x3);
|
/external/openssl/crypto/asn1/ |
a_utf8.c | 121 value = ((unsigned long)(*p++ & 0x3)) << 24; 193 *str++ = (unsigned char)(((value >> 24) & 0x3) | 0xf8);
|
/external/skia/tests/ |
ClipCubicTest.cpp | 37 float x3, float y3, 42 crv[3].fX = SkFloatToScalar(x3); crv[3].fY = SkFloatToScalar(y3);
|