/external/chromium_org/third_party/lzma_sdk/ |
Bra.c | 89 data[i + 0] = (Byte)(0x48 | ((dest >> 24) & 0x3)); 92 data[i + 3] &= 0x3;
|
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/ |
a_utf8.c | 121 value = ((unsigned long)(*p++ & 0x3)) << 24; 193 *str++ = (unsigned char)(((value >> 24) & 0x3) | 0xf8);
|
/external/chromium_org/third_party/opus/src/src/ |
repacketizer.c | 171 *data++ = (rp->toc&0xFC) | 0x3; 179 *data++ = (rp->toc&0xFC) | 0x3;
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/ |
xdfprotect.asm | 17 descriptor 0xB, %1, %2, 0x9 | (%3 & 0x3) << 1, 0xD 22 descriptor 0x3, %1, %2, 0x9 | (%3 & 0x3) << 1, 0xD 35 gates 0xE, %1, %2, 0x8 | ((%3 & 0x3) << 1)
|
/external/libvpx/libvpx/vp8/common/ |
onyx.h | 45 USAGE_CONSTANT_QUALITY = 0x3 54 MODE_FIRSTPASS = 0x3,
|
/external/lzma/C/ |
Bra.c | 89 data[i + 0] = (Byte)(0x48 | ((dest >> 24) & 0x3));
92 data[i + 3] &= 0x3;
|
/external/openssl/crypto/asn1/ |
a_utf8.c | 121 value = ((unsigned long)(*p++ & 0x3)) << 24; 193 *str++ = (unsigned char)(((value >> 24) & 0x3) | 0xf8);
|
/external/oprofile/events/mips/vr5432/ |
events | 7 event:0x3 counters:0,1 um:zero minimum:500 name:STORES : Store execution
|
/external/oprofile/events/mips/vr5500/ |
events | 9 event:0x3 counters:0,1 um:zero minimum:500 name:STORES : Execution of store instruction
|
/external/skia/gm/ |
giantbitmap.cpp | 46 paint.setColor(colors[y/50 & 0x3]); 52 paint.setColor(colors[x/60 & 0x3]);
|
/external/skia/tests/ |
ClipCubicTest.cpp | 62 float x3, float y3, 67 crv[3].fX = x3; crv[3].fY = y3;
|
/frameworks/base/libs/hwui/font/ |
CacheTexture.h | 159 float x3, float y3, float u3, float v3, 163 TextureVertex::set(mesh++, x3, y3, u3, v3);
|
/frameworks/base/media/mca/filterfw/jni/ |
jni_shader_program.h | 72 jfloat x3, 84 jfloat x3,
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/ |
RotateFilter.java | 151 Point x3 = new Point(0.5f * (cosTheta - sinTheta + 1f), local 153 Quad quad = new Quad(x0, x1, x2, x3);
|
/frameworks/compile/mclinker/include/mcld/LD/ |
ResolveInfo.h | 221 static const uint32_t DESC_MASK = 0x3 << DESC_OFFSET; 229 static const uint32_t VISIBILITY_MASK = 0x3 << VISIBILITY_OFFSET;
|
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
Geometry.h | 129 inline void FindQuadCentroid(double x0, double y0, double x1, double y1, double x2, double y2, double x3, double y3, 144 FindTriangleCentroid(x0, y0, x3, y3, x2, y2, mass2, cent2x, cent2y);
|
/packages/apps/Camera2/jni/feature_mos/src/mosaic/ |
Geometry.h | 129 inline void FindQuadCentroid(double x0, double y0, double x1, double y1, double x2, double y2, double x3, double y3, 144 FindTriangleCentroid(x0, y0, x3, y3, x2, y2, mass2, cent2x, cent2y);
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
Geometry.h | 129 inline void FindQuadCentroid(double x0, double y0, double x1, double y1, double x2, double y2, double x3, double y3, 144 FindTriangleCentroid(x0, y0, x3, y3, x2, y2, mass2, cent2x, cent2y);
|
/development/ndk/platforms/android-3/include/linux/ |
netlink.h | 82 #define NLMSG_DONE 0x3
|
/external/chromium/base/ |
cpu.cc | 108 type_ = (cpu_info[0] >> 12) & 0x3;
|
/external/chromium_org/third_party/mesa/src/include/CL/ |
cl_ext.h | 194 #define CL_AFFINITY_DOMAIN_L3_CACHE_EXT 0x3
|
/external/chromium_org/third_party/openssl/openssl/crypto/x509v3/ |
pcy_int.h | 97 #define POLICY_DATA_FLAG_MAP_MASK 0x3
|
/external/chromium_org/third_party/skia/src/animator/ |
SkPathParts.h | 93 SkScalar x3; member in class:SkCubicTo
|
/external/clang/test/FixIt/ |
fixit-cxx0x.cpp | 112 enum x : int { x1, x2, x3 } // expected-error {{expected ';' after enum}}
|
/external/llvm/lib/Target/R600/ |
R600Defines.h | 28 #define GET_FLAG_OPERAND_IDX(Flags) (((Flags) >> 7) & 0x3)
|