/external/kernel-headers/original/asm-x86/ |
voyager.h | 457 #define VOYAGER_SYSINT_COMPLETE 0x3 462 #define VOYAGER_SYSINT_HANDSHAKE 0x3
|
/external/opencore/codecs_v2/video/avc_h264/enc/src/ |
sad_inline.h | 83 x8 = (uint32)ref & 0x3; 397 x8 = (uint32)ref & 0x3;
|
intra_est.cpp | 548 if (k&0x3) // only sum up non DC values. 738 int x0, x1, x2, x3, x4, x5; local 751 if (!(blkidx&0x3)) /* left column block (!block_x)*/ 808 if (((blkidx > 3) && (blkidx&0x3)) || ((blkidx > 3) && video->intraAvailA) 809 || ((blkidx&0x3) && video->intraAvailB) 1156 x3 = P_D + P_E + 1; 1162 x3 = x4 = x5 = (P_D << 1) + 1; 1168 temp1 |= ((x3 >> 1) << 24); 1174 temp2 |= (((x2 + x3) >> 2) << 16); 1175 temp2 |= (((x3 + x4) >> 2) << 24) [all...] |
/external/opencore/codecs_v2/video/m4v_h263/dec/src/ |
get_pred_outside.cpp | 362 xoffset = xoffset & 0x3; /* word align ptr */ 396 xoffset = xoffset & 0x3; /* word align ptr */
|
/external/opencore/codecs_v2/video/m4v_h263/enc/src/ |
sad_inline.h | 88 x8 = (uint32)ref & 0x3; 453 x8 = (uint32)ref & 0x3;
|
/external/strace/ |
resource.c | 500 { NEW_CMD(0x3), "Q_QUOTAOFF" }, 508 { XQM_CMD(0x3), "Q_XGETQUOTA" },
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/LexicalConventions/ |
7.7.3.js | 141 array[item++] = new TestCase( SECTION, "0x3", 3, 0x3 ); 158 array[item++] = new TestCase( SECTION, "0X3", 3, 0X3 ); 175 array[item++] = new TestCase( SECTION, "0x3", 3, 0x3 ); 192 array[item++] = new TestCase( SECTION, "0X3", 3, 0X3 );
|
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/ |
get_pred_outside.cpp | 362 xoffset = xoffset & 0x3; /* word align ptr */ 396 xoffset = xoffset & 0x3; /* word align ptr */
|
/frameworks/base/tools/aapt/ |
StringPool.cpp | 281 if (strPos&0x3) { 282 size_t padPos = ((strPos+3)&~0x3);
|
/hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/ |
bcmspibrcm.c | 733 if (datalen & 0x3) 734 datalen += (4 - (datalen & 0x3)); 759 hostlen += (4 - (hostlen & 0x3)); [all...] |
/hardware/ti/wlan/wl1271/platforms/os/linux/src/ |
osapi.c | 435 unsigned char *pdata = (unsigned char *)((TI_UINT32)pPacket & ~(TI_UINT32)0x3); 440 if ((TI_UINT32)pPacket & 0x3)
|
/system/wlan/ti/wilink_6_1/platforms/os/linux/src/ |
osapi.c | 431 unsigned char *pdata = (unsigned char *)((TI_UINT32)pPacket & ~(TI_UINT32)0x3); 436 if ((TI_UINT32)pPacket & 0x3)
|
/bionic/libc/include/net/ |
if_types.h | 47 #define IFT_HDH1822 0x3 /* HDH arpanet imp */
|
/cts/tests/tests/os/src/android/os/cts/ |
ParcelFileDescriptorTest.java | 218 fout.write(new byte[] { 0x0, 0x1, 0x2, 0x3 });
|
/external/kernel-headers/original/linux/ |
ata.h | 327 u16 tmp = dev_id[0] & 0x3;
|
netlink.h | 92 #define NLMSG_DONE 0x3 /* End of a dump */
|
/external/libffi/src/powerpc/ |
linux64.S | 178 .uleb128 0x3
|
sysv.S | 217 .uleb128 0x3
|
/external/opencore/fileformats/mp4/composer/include/ |
a_atomdefs.h | 90 static const int32 ES_DESCR_TAG = 0x3;
|
/external/opencore/fileformats/wav/parser/src/ |
pvwavfileparser.cpp | 471 if ((uint32)inBuff & 0x3)
|
/external/openssl/crypto/engine/ |
eng_padlock.c | 368 padlock_use_ace = ((edx & (0x3<<6)) == (0x3<<6)); 369 padlock_use_rng = ((edx & (0x3<<2)) == (0x3<<2));
|
/external/openssl/crypto/pkcs12/ |
p12_kiss.c | 197 #define MATCH_ALL 0x3
|
/external/proguard/src/proguard/classfile/instruction/ |
VariableInstruction.java | 343 return (variableIndex & 0x3) == variableIndex ? 0 :
|
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/ |
matrox_regs.h | 204 #define MGAREG_MISC_CLK_SEL_MGA_MSK (0x3 << 2)
|
/external/skia/tests/ |
PackBitsTest.cpp | 63 buffer[i] = (uint8_t)((gRand.nextU() >> 8) & 0x3);
|