/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 */
|
/external/opencv/cv/src/ |
cvpyramids.cpp | 52 /* ...| x0 | x1 | x2 | x3 | x4 |... */ 53 #define PD_FILTER( x0, x1, x2, x3, x4 ) ((x2)*6+((x1)+(x3))*4+(x0)+(x4)) 66 /* ...| x0 | x1 | x2 | x3 I x2 | */ 67 #define PD_RB(x0,x1,x2,x3) ((x0) + ((x1) + (x3))*4 + (x2)*7) [all...] |
/external/openssl/crypto/ |
crypto.h | 269 #define CRYPTO_MEM_CHECK_DISABLE 0x3 /* an enume */
|
/external/openssl/include/openssl/ |
crypto.h | 269 #define CRYPTO_MEM_CHECK_DISABLE 0x3 /* an enume */
|
evp.h | 326 #define EVP_CIPH_CFB_MODE 0x3 355 #define EVP_CTRL_SET_RC2_KEY_BITS 0x3 [all...] |
/external/oprofile/daemon/ |
opd_ibs_macro.h | 237 #define IBS_FETCH_TLB_PAGE_SIZE(x) ((unsigned short)((x->ibs_fetch_ctl_high >> 21) & 0x3))
|
/external/qemu-pc-bios/bochs/bios/ |
apmbios.S | 176 mov cx, #0x3
|
/external/webkit/Source/JavaScriptCore/assembler/ |
AbstractMacroAssembler.h | 331 LinkableNear = 0x3,
|
/frameworks/base/libs/hwui/ |
FontRenderer.h | 283 float z2, float u2, float v2, float x3, float y3, float z3, float u3, float v3,
|
FontRenderer.cpp | 616 float y2, float z2, float u2, float v2, float x3, float y3, float z3, float u3, float v3, 638 (*currentPos++) = x3; 655 mBounds->right = fmax(mBounds->right, x3);
|
/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)
|
/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/llvm/lib/Target/X86/ |
X86MCCodeEmitter.cpp | 461 VEX_5M = 0x3; 464 VEX_PP = 0x3; 471 VEX_PP = 0x3; [all...] |
/frameworks/base/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_macroblock_layer.c | 617 blockCoded = codedBlockPattern & 0x3; 764 blockCoded = codedBlockPattern & 0x3; 933 return(tmp & 0x3); [all...] |
h264bsd_reconstruct.c | 761 ASSERT((partWidth&0x3) == 0); 762 ASSERT((partHeight&0x3) == 0); [all...] |
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
Blend.cpp | 144 double z, x0, y0, x1, y1, x2, y2, x3, y3; local 172 FrameToMosaic(mb->trs, mb->width-1.0, 0.0, x3, y3); 180 if(x3 > xRightCorners[0] || x2 > xRightCorners[1]) // If either of the right corners is higher 182 xRightCorners[0] = x3; 200 FindQuadCentroid(x0, y0, x1, y1, x2, y2, x3, y3, csite->getVCenter().x, csite->getVCenter().y); [all...] |
/external/freetype/src/raster/ |
ftraster.c | 1533 Long y1, y2, y3, x3, ymin, ymax; local 1939 Long x1, y1, x2, y2, x3, y3; local [all...] |
/dalvik/vm/interp/ |
Interp.cpp | [all...] |
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/ |
TestKeyPair.java | 452 (byte) 0xfffffff7, (byte) 0xd, (byte) 0x1, (byte) 0x3, 515 (byte) 0xfffffff7, (byte) 0xd, (byte) 0x1, (byte) 0x3, [all...] |
/external/openssl/crypto/evp/ |
evp.h | 326 #define EVP_CIPH_CFB_MODE 0x3 355 #define EVP_CTRL_SET_RC2_KEY_BITS 0x3 [all...] |
/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...] |
/external/bouncycastle/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,
|